# tweety
Reverse Engineered Twitter Frontend API.
[](https://pepy.tech/project/tweety-ns) [](https://deepwiki.com/mahrtayyab/tweety)
## Installation:
```bash
pip install tweety-ns
```
## Keep synced with latest fixes
##### **Pip might not be always updated , so to keep everything synced.**
```bash
pip install https://github.com/mahrtayyab/tweety/archive/main.zip --upgrade
```
## A Quick Example:
```python
from tweety import TwitterAsync
import asyncio
async def main():
app = TwitterAsync("session")
all_tweets = await app.get_tweets("elonmusk")
for tweet in all_tweets:
print(tweet)
asyncio.run(main())
```
> [!IMPORTANT]
> Even Twitter Web Client has a lot of rate limits now, Abusing tweety can lead to `read_only` Twitter account.
Do check [FAQs](https://github.com/mahrtayyab/tweety/wiki/FAQs)
Full Documentation and Changelogs are [here](https://mahrtayyab.github.io/tweety_docs/)
Raw data
{
"_id": null,
"home_page": "https://github.com/mahrtayyab/tweety",
"name": "tweety-ns",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "TWITTER, TWITTER SCRAPE, SCRAPE TWEETS",
"author": "Tayyab Kharl",
"author_email": "tayyabmahr@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/78/f7/53be95bce4443edc418c4e23753104080e9805cb5100437bfb240778ca48/tweety_ns-2.4.1.tar.gz",
"platform": null,
"description": "# tweety\nReverse Engineered Twitter Frontend API.\n\n[](https://pepy.tech/project/tweety-ns) [](https://deepwiki.com/mahrtayyab/tweety)\n\n## Installation: \n```bash\npip install tweety-ns\n```\n\n## Keep synced with latest fixes\n\n##### **Pip might not be always updated , so to keep everything synced.**\n\n```bash\npip install https://github.com/mahrtayyab/tweety/archive/main.zip --upgrade \n```\n\n## A Quick Example:\n```python\n from tweety import TwitterAsync\n import asyncio\n \n async def main():\n \n app = TwitterAsync(\"session\") \n all_tweets = await app.get_tweets(\"elonmusk\")\n for tweet in all_tweets:\n print(tweet)\n\n asyncio.run(main())\n```\n\n> [!IMPORTANT] \n> Even Twitter Web Client has a lot of rate limits now, Abusing tweety can lead to `read_only` Twitter account.\n\nDo check [FAQs](https://github.com/mahrtayyab/tweety/wiki/FAQs)\n\nFull Documentation and Changelogs are [here](https://mahrtayyab.github.io/tweety_docs/)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "An easy Twitter Scraper",
"version": "2.4.1",
"project_urls": {
"Bug Tracker": "https://github.com/mahrtayyab/tweety/issues",
"Documentation": "https://github.com/mahrtayyab/tweety",
"Homepage": "https://github.com/mahrtayyab/tweety"
},
"split_keywords": [
"twitter",
" twitter scrape",
" scrape tweets"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3d3291881ab45057de826bdc596064d7c932dd9cfbf6ce056417af8a0c21318c",
"md5": "4fdaa79d80839a5bffa5c6ded79ae31d",
"sha256": "be8008e34c07314d69c5365bd3f2a059044601c1c70b22902b6c110c1b59ad81"
},
"downloads": -1,
"filename": "tweety_ns-2.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4fdaa79d80839a5bffa5c6ded79ae31d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 102441,
"upload_time": "2025-07-15T06:28:41",
"upload_time_iso_8601": "2025-07-15T06:28:41.522954Z",
"url": "https://files.pythonhosted.org/packages/3d/32/91881ab45057de826bdc596064d7c932dd9cfbf6ce056417af8a0c21318c/tweety_ns-2.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "78f753be95bce4443edc418c4e23753104080e9805cb5100437bfb240778ca48",
"md5": "ed47715405752fdf1ed7f5d9c0f7217b",
"sha256": "759cac45a62e28807ad0d65e0f84dd260b03ad7327a6aedb379d490108f8f943"
},
"downloads": -1,
"filename": "tweety_ns-2.4.1.tar.gz",
"has_sig": false,
"md5_digest": "ed47715405752fdf1ed7f5d9c0f7217b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 91135,
"upload_time": "2025-07-15T06:28:43",
"upload_time_iso_8601": "2025-07-15T06:28:43.028815Z",
"url": "https://files.pythonhosted.org/packages/78/f7/53be95bce4443edc418c4e23753104080e9805cb5100437bfb240778ca48/tweety_ns-2.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-15 06:28:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mahrtayyab",
"github_project": "tweety",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "beautifulsoup4",
"specs": [
[
"~=",
"4.12"
]
]
},
{
"name": "httpx",
"specs": []
},
{
"name": "openpyxl",
"specs": []
},
{
"name": "dateutils",
"specs": []
},
{
"name": "anticaptchaofficial",
"specs": []
},
{
"name": "capsolver",
"specs": []
},
{
"name": "2captcha-python",
"specs": []
},
{
"name": "python-magic",
"specs": []
},
{
"name": "python-magic-bin",
"specs": []
}
],
"lcname": "tweety-ns"
}