Metadata-Version: 2.1
Name: tweetpy
Version: 1.0.2
Summary: Python package that allows to access the Tweet data without API
Home-page: https://tweetpy.elhellal.com/
Author: abdouhl
Author-email: <abderrahmane@elhellal.com>
License: MIT
Project-URL: Homepage, https://tweetpy.elhellal.com/
Project-URL: Source, https://github.com/abdouhl/tweetpy/
Project-URL: Documentation, https://tweetpy.elhellal.com#doc
Keywords: twitter,tweets,tweet,twitter_scraper,twitter_sentiment,status
Description-Content-Type: text/markdown
License-File: LICENSE

# tweet-py
Python package which to access the Tweet data without API

## Usage

Download it by clicking the green download button here on Github. You only need to parse argument specific Twitter keyword.
```python
>>> from tweetpy.tweet import Tweet
>>> tweet = Tweet(1567531687130632199)
```

<!--
python  -m venv venv
source venv/bin/activate
pip install wheel setuptools twine
python setup.py sdist bdist_wheel
python -m twine upload dist/*
-->
