barnumbirr / coinmarketcap

A python wrapper around the https://coinmarketcap.com API.
Apache License 2.0
436 stars 109 forks source link

Rate limit fix & Misc. #46

Closed alex-stout closed 3 years ago

alex-stout commented 6 years ago

I finally got rate limit ban from CoinMarketCap and found which error it was throwing.

screen shot 2018-07-11 at 10 10 52 am

This pull request does the following:

Removing multiline comments from core.py

I removed the comments from the core due to the simplicity of the program. This makes documentation easier so that there isn't two copies of the same documentation.

alex-stout commented 5 years ago

@barnumbirr Have you taken a look at this?

barnumbirr commented 5 years ago

Hey @alex-stout,

sorry for being so late on this, I'm quite busy IRL at the moment. Could you please squash your commits so it's easier for me to go through?

Cheers.