Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sassy/DLImageFromTwitter
download images from Twitter
https://github.com/sassy/DLImageFromTwitter
nodejs
Last synced: 15 days ago
JSON representation
download images from Twitter
- Host: GitHub
- URL: https://github.com/sassy/DLImageFromTwitter
- Owner: sassy
- License: mit
- Created: 2015-01-09T08:20:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T21:08:47.000Z (26 days ago)
- Last Synced: 2024-10-24T12:14:41.463Z (20 days ago)
- Topics: nodejs
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DLImageFromTwitter
===================[![NPM](https://nodei.co/npm/dl-image-twitter.png)](https://nodei.co/npm/dl-image-twitter/)
This package allows you to download images by twitter id.
# Usage
* `dl-image-twitter `
* Download by twitter id.
* prepare `key.json` file required to authenticate your account.## Options
```
-d : set direcorry saveing image (default is "image")
-k : set file path of key.json (default is "./key.json")```
# key.json format
```
{
"consumer_key" : "CONSUMER_KEY",
"consumer_secret" : "CONSUMEr_SECRET",
"access_token_key" : "ACCESS_TOKEN_KEY",
"access_token_secret" : "ACCESS_TOKEN_SECRET"
}
```