tweety-ns


Nametweety-ns JSON
Version 1.1.5 PyPI version JSON
download
home_pagehttps://github.com/mahrtayyab/tweety
SummaryAn easy Twitter Scraper
upload_time2024-04-28 18:11:01
maintainerNone
docs_urlNone
authorTayyab Kharl
requires_python>=3.6
licenseMIT
keywords twitter twitter scrape scrape tweets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tweety
Reverse Engineered Twitter Frontend API.

[![Downloads](https://static.pepy.tech/personalized-badge/tweety-ns?period=total&units=international_system&left_color=orange&right_color=blue&left_text=Downloads)](https://pepy.tech/project/tweety-ns)
## Prerequisites

Before you begin, ensure you have met the following requirements:

* Internet Connection
* Python 3.6+
* httpx 
* openpyxl

## 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 Twitter
  
  app = Twitter("session")
  
# assuming app is authenticated class instance
  
  all_tweets = app.get_tweets("elonmusk")
  for tweet in all_tweets:
      print(tweet)
```

> [!IMPORTANT] 
> Even Twitter Web Client has a lot of rate limits now, Abusing tweety can lead to `read_only` Twitter account.

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.6",
    "maintainer_email": null,
    "keywords": "TWITTER, TWITTER SCRAPE, SCRAPE TWEETS",
    "author": "Tayyab Kharl",
    "author_email": "tayyabmahr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e8/5b/2409412a5b057e4da7ce2cda42f524fae1d789386ba55842b5c439b9b59e/tweety_ns-1.1.5.tar.gz",
    "platform": null,
    "description": "# tweety\nReverse Engineered Twitter Frontend API.\n\n[![Downloads](https://static.pepy.tech/personalized-badge/tweety-ns?period=total&units=international_system&left_color=orange&right_color=blue&left_text=Downloads)](https://pepy.tech/project/tweety-ns)\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n* Internet Connection\n* Python 3.6+\n* httpx \n* openpyxl\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 Twitter\n  \n  app = Twitter(\"session\")\n  \n# assuming app is authenticated class instance\n  \n  all_tweets = app.get_tweets(\"elonmusk\")\n  for tweet in all_tweets:\n      print(tweet)\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\nFull Documentation and Changelogs are [here](https://mahrtayyab.github.io/tweety_docs/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An easy Twitter Scraper",
    "version": "1.1.5",
    "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": "931176f5f590009d36b35f42cce19bb81972e5ad7b8d7ab0e855a396e56a4af1",
                "md5": "7e4b567fbe1a7ed799a1af432f0ddf20",
                "sha256": "035661b7c1b9c4e16d37f27e170c6c98ab6405b81686aef3ebc1fe899b5f5b27"
            },
            "downloads": -1,
            "filename": "tweety_ns-1.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7e4b567fbe1a7ed799a1af432f0ddf20",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 73077,
            "upload_time": "2024-04-28T18:10:59",
            "upload_time_iso_8601": "2024-04-28T18:10:59.011098Z",
            "url": "https://files.pythonhosted.org/packages/93/11/76f5f590009d36b35f42cce19bb81972e5ad7b8d7ab0e855a396e56a4af1/tweety_ns-1.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e85b2409412a5b057e4da7ce2cda42f524fae1d789386ba55842b5c439b9b59e",
                "md5": "cdd5b46c2d00e6c37eb9c94744f7dbb7",
                "sha256": "6eb0f978d57794750999b95b04385b5f53b2c1a4a37306d00bf7d1810c801861"
            },
            "downloads": -1,
            "filename": "tweety_ns-1.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "cdd5b46c2d00e6c37eb9c94744f7dbb7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 64612,
            "upload_time": "2024-04-28T18:11:01",
            "upload_time_iso_8601": "2024-04-28T18:11:01.853820Z",
            "url": "https://files.pythonhosted.org/packages/e8/5b/2409412a5b057e4da7ce2cda42f524fae1d789386ba55842b5c439b9b59e/tweety_ns-1.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 18:11:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mahrtayyab",
    "github_project": "tweety",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "tweety-ns"
}
        
Elapsed time: 0.26157s