Get Images From Tweets Using Hashtag
This project is no longer maintained since there are some limitations with the twitter API that stop me for being able to access Twitter's feed with my free account anymore
This project is about to get images from tweets that contains a specific keyword or hashtag. Images will be downloaded into the downloaded_images folder.
- NodeJs
- NPM
- Clone project:
git clone https://github.com/Pochwar/giftuh.git - Go inside project:
cd GIFTUH - Install dependencies:
npm install - Copy
.env.examplefile in.envfile:cp .env.example .env - Set your Twitter's Consumer Key, Consumer Secret, Access Token Key & Access Token Secret in the
.envfile (To create some, go to: https://developer.twitter.com/. You need to have a Twitter account) - Run the script:
npm start keywordwhere "keyword" is the searched term - Watch the magic happend and get the retrieved images in a specific subfolder of
downloaded_imagesfolder.
Use npm run start:dev to start nodemon and reload automatically.
Build with npm run build