update api description

This commit is contained in:
blade 2025-10-11 18:27:54 +08:00
parent 178ad090fa
commit c431f5103f
1 changed files with 5 additions and 0 deletions

View File

@ -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 = {