Metadata-Version: 2.1
Name: twitter-stream.py
Version: 0.5.0
Summary: Python Client For Twitter Streaming API v2
Home-page: https://github.com/twitivity/twitter-stream.py
Author: Saadman Rafat
Author-email: saadmanhere@gmail.com
License: MIT
Description: # twitter-stream.py
        
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/twitter-stream.py) [![v2](https://img.shields.io/endpoint?url=https%3A%2F%2Ftwbadges.glitch.me%2Fbadges%2Fv2)](https://developer.twitter.com/en/docs/twitter-api) 
        [![Downloads](https://pepy.tech/badge/twitter-stream-py)](https://pepy.tech/project/twitter-stream-py) ![PyPI - License](https://img.shields.io/pypi/l/twitter-stream.py) 
        
        # Sampled Stream
        
        Construct cleaner and concise queries. Subclass SampledStream, name your desired query parameters, and assign their values in a list. twitter-stream.py will take care of the rest.
        [Here are the list of query parameters](https://developer.twitter.com/en/docs/twitter-api/tweets/sampled-stream/api-reference/get-tweets-sample-stream)
        
        ![](assets/SampledStream.png)
        
        # Recent Stream
        Get Recent Stream Based on your queries. [Checkout the list of query parameters for Recent Stream](https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference/get-tweets-search-recent)
        
        ![](assets/RecentStream.png)
        
        # Filtered Stream
        
        ![](assets/quickstart.png)
        
        ### Bearer Token
        ```
        ~$ export BEARER_TOKEN=BEARER TOKEN
        ```
        For `FilteredStream` documentations on adding, deleting and retriving rules can be found here.
        [twitivity.dev/docs](https://twitivity.dev/docs/twitter-stream.py/)
        
        
        ## Installation
        ```bash
        ~$ pip3 install twitter-stream.py
        ```
        
        <hr>
        
        # Support
        ```shell
        Please consider supporting this repository. 
        
        BTC: bc1q2t4zv83g20u8gt2ly2cquwr57eawqxus092jwu
        ETH: 0xf6169c013ac11eEFD5e87A60F8ED31AA75D874a7 
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
