Skip to main content

An easy Twitter Scraper

Project description

tweety

Reverse Engineered Twitter Frontend API.

Downloads

Installation:

pip install tweety-ns

Keep synced with latest fixes

Pip might not be always updated , so to keep everything synced.
pip install https://github.com/mahrtayyab/tweety/archive/main.zip --upgrade 

A Quick Example:

    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

Full Documentation and Changelogs are here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tweety_ns-2.0.1.tar.gz (80.1 kB view details)

Uploaded Source

Built Distribution

tweety_ns-2.0.1-py3-none-any.whl (91.1 kB view details)

Uploaded Python 3

File details

Details for the file tweety_ns-2.0.1.tar.gz.

File metadata

  • Download URL: tweety_ns-2.0.1.tar.gz
  • Upload date:
  • Size: 80.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for tweety_ns-2.0.1.tar.gz
Algorithm Hash digest
SHA256 49663f0d0df4ee723cdbce57373c4f3989682733f77483895bbc6630f2a0197d
MD5 2239f00cdac6395a565caa35b702bf62
BLAKE2b-256 9e0078e75b05643fc8a05f5e0905bc0200685a696644fd0051882c8d219652fa

See more details on using hashes here.

File details

Details for the file tweety_ns-2.0.1-py3-none-any.whl.

File metadata

  • Download URL: tweety_ns-2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 91.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for tweety_ns-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e0b6abe305fd1cfb290cea1f23f67cfc2f0d1a90fc55c99cbc1dfb1e41b0c058
MD5 7d1738cdf7df01217bf396e7282584ac
BLAKE2b-256 34c242b2f943239f68e930996ca33c7220ce2089ec9148579b815aca9be9d6f8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page