twitter-scraper:无需身份验证即可删除Twitter Frontend API

时间:2024-02-24 09:30:52
【文件属性】:

文件名称:twitter-scraper:无需身份验证即可删除Twitter Frontend API

文件大小:24KB

文件格式:ZIP

更新时间:2024-02-24 09:30:52

javascript python client twitter tweets

Twitter刮板 Twitter的API使用起来很烦人,并且有很多限制-幸运的是,他们的前端(JavaScript)具有自己的API,我对此进行了反向工程。 没有API速率限制。 无限制。 非常快。 您可以使用此库来轻松获取任何用户的Tweets的文本。 先决条件 在开始之前,请确保您满足以下要求: 网络连接 Python 3.6+ 安装twitter-scraper 如果要使用最新版本,请从源代码安装。 要从源代码安装twitter-scraper,请按照下列步骤操作: Linux和macOS: git clone https://github.com/bisguzar/twitter-scraper.git cd twitter-scraper sudo python3 setup.py install 另外,您可以使用PyPI进行安装。 pip3 install twitter_scraper 使用twitter_scraper 只需导入twitter_scraper并调用函数! →函数get_tweets(query:str [,pages:int])


【文件预览】:
twitter-scraper-master
----.gitignore(96B)
----README.md(6KB)
----Pipfile.lock(26KB)
----test.py(2KB)
----docs()
--------ko_KR.md(5KB)
----LICENSE(1KB)
----.deepsource.toml(91B)
----Pipfile(171B)
----setup.py(3KB)
----twitter_scraper()
--------__init__.py(166B)
--------modules()

网友评论