Metadata-Version: 2.0
Name: download-twitter-resources
Version: 0.1.5
Summary: Download tweet images and videos
Home-page: https://github.com/weaming/download-twitter-resources
Author: weaming
Author-email: garden.yuen@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/weaming/download-twitter-resources
Project-URL: Bug Reports, https://github.com/weaming/download-twitter-resources
Keywords: math
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (>=3.4.4)
Requires-Dist: python-dateutil (>=2.7.3)
Requires-Dist: requests (>=2.20.0)

# Download twitter resources

Download tweet images and videos

```
pip3 install download-twitter-resources
```

```
usage: download-twitter-resources [-h] [-c CONFIDENTIAL]
                                  [-s {large,medium,small,thumb,orig}]
                                  [--video] [-l LIMIT] [--rts]
                                  user_id dest

Download all images uploaded by a twitter user you specify

positional arguments:
  user_id               an ID of a twitter user
  dest                  specify where to put images

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIDENTIAL, --confidential CONFIDENTIAL
                        a json file containing a key and a secret
  -s {large,medium,small,thumb,orig}, --size {large,medium,small,thumb,orig}
                        specify the size of images
  --video               include video
  -l LIMIT, --limit LIMIT
                        the maximum number of tweets to check (most recent
                        first)
  --rts                 save images contained in retweets
```


