Metadata-Version: 2.1
Name: pytweeper
Version: 1.0.7
Summary: Twitter API automated cli
Home-page: UNKNOWN
Author: Thanawat Petchuen
Author-email: thanawat1petchuen@gmail.com
License: MIT
Platform: UNKNOWN
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: tweepy
Requires-Dist: requests
Requires-Dist: requests-oauthlib
Requires-Dist: progress


# Pytweeper
A Twitter API images crawler

## Features
* Twitter Authentication (OAuth)
* User's timeline `image only` crawler (up to `3000` tweets) (1 page = 200 tweets)

## Usage
First init the consumer keys
```
pytweeper init
```
Then
```
pytweeper
```
### Arguments
* `-o O` Output directory (Optional)
* `-p P` The last page that you want to crawl
* `--logout` For logout and get new token 

