Metadata-Version: 2.1
Name: better-twitter
Version: 0.0.4
Summary: A python package to block fake and toxic twitter accounts in an automated and easy way.
Home-page: https://github.com/saeedesmaili/better-twitter
Author: Saeed Esmaili
Author-email: me@saeedesmaili.com
License: MIT license
Keywords: twitter
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: twitter

## Better-Twitter
A simple python tool that makes your twitter timeline much better.

### Installation
```
pip install better-twitter
```

### Get started
##### Using in command line
To block multiple users of a file:
```
python3 better-twitter --block-file test_file.csv
```
Note: The csv file should have two columns named `user_id` and `screen_name`.

