update api description
This commit is contained in:
parent
178ad090fa
commit
c431f5103f
|
|
@ -12,6 +12,11 @@ import pandas as pd
|
|||
logger = logging.logger
|
||||
|
||||
class TwitterRetriever:
|
||||
"""
|
||||
免费版本的账号,每个月只能获取100条推文,
|
||||
需要使用付费版本的账号,基础版每个月可以获取15000条推文,200美元/月
|
||||
高级版每个月可以获取1000000条推文,5000美元/月
|
||||
"""
|
||||
def __init__(self):
|
||||
self.keys = TWITTER_CONFIG["keys"]
|
||||
self.headers = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue