Ever wanted to...
- download/stream a video without adverts
- download a "gif" from Twitter (etc)
- scrape all the replies to a particular Tweet
- save a copy of a friend's Timeline
- pull all information available for a particular twee
etc?
Us too!
Introducing ARGH, the Augmented Roleplaying Game Helper!
The API is full of Swagger. This is almost as good as "real docs."
Check it out at https://argh.tweeter.workers.dev/!
Path | Method | Summary |
/mm/extractors | GET | Return the list of supported multimedia extractor types |
/mm/info | GET | " Get all info about all multimedia files at a given page |
/mm/play | GET | Play, stream, or save a video or other multimedia file! |
/tw/metadata | GET | Get all available metadata for a specified tweet (by URL or ID) |
/tw/replies | GET | Get all top-level replies (optionally: all) to a particular tweet as JSON |
/tw/timeline | GET | Return a user's timeline (100 or specified number of tweets) as JSON for easy manipulation |
/tw/users | GET | Return metadata for one or more users |
/version | GET | Get versions for youtube-dl, twint, and ARGH |
- git clone https://github.com/i-infra/argh
- sudo apt install python3-pip
- sudo pip3 install pipenv
- cd argh
- pipenv install .
- pipenv run python app.py
- TODO: fill this in (TBD)
- TODO: fill this in (TBD)