alchemyapi的免费用户每天可以调用1000个请求(http://www.alchemyapi.com/products/pricing/)。
我一直在用python访问api:
from alchemyapi import AlchemyAPI
demo_text = 'Yesterday dumb Bob destroyed my fancy iPhone in beautiful Denver, Colorado. I guess I will have to head over to the Apple Store and buy a new one.'
response = alchemyapi.keywords('text', demo_text)
json_output = json.dumps(response, indent=4)
print json_output
我知道我已经没有电话了,因为请求是响应,没有返回。
如何检查通过python接口还剩多少个调用?
支票可以算作一次付款吗?
最佳答案
您可以使用Here
不,它本身不算一个调用。