LocalBitcoins documentation: https://localbitcoins.com/api-docs/
Do you like this project? Support it by donating
Paypal: DonateBitcoin: 1DCEpC9wYXeUGXS58qSsqKzyy7HLTTXNYe
import LocalBitcoin
lc = LocalBitcoin.LocalBitcoin(hmac_auth_key, hmac_auth_secret, False)
lc.getMyself()To generate hmac_auth_key (key) and hmac_auth_secret (secret), go to: https://localbitcoins.com/accounts/api/
If you want debug enabled, change False to True