ChemSpiPy
ChemSpiPy copied to clipboard
ChemSpiPyRateError: Too Many Requests;
Dear all,
After looping from my list of queries (45 in total), I repeated with more and got this error:
from chemspipy import ChemSpider
cs = ChemSpider('my_api_key')
c = cs.get_compound(2157)
print(c.molecular_weight)
ChemSpiPyRateError: Too Many Requests;
Any clue? looks like I reached the limit for my searches. Bests
me too
The Compounds v1 API is limited to 1000 searches, then it gives that error. If you get a new ChemSpider API key it should work for the next 1000 requests.