twitgrab
v1.0.1
Published
Download all uploaded media by a Twitter user
Downloads
5
Readme
twitgrab
Download (or scrape) any media files (images and movies) from someones Twitter page without any API usage.
Installation
- Make sure you've installed all requirements
- Install using
npm
:npm install -g twitgrab
Usage
Here's a short explanation how to use twitgrab
:
Options:
-h, --help output usage information
-V, --version output the version number
-u, --username <username> Twitter handle to scrape
--no-images Skip images
--no-movies Skip movies
Contributing
- Fork it
- Create your feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/my-new-feature
- Submit a pull request
Requirements / Dependencies
- NodeJS
Version
1.0.1