A simple starter project for a Twitter bot that tweets random images.
- Clone/download this repo and install dependencies with
npm install
. - Rename
config-example.js
toconfig.js
and fill out the necessary information (see how). - Put all your images into the
images
folder. - Deploy your bot. Or remix it on Glitch.
Oh and definitely join Botmakers!
Use server-delete-images.js
if you'd like to delete each image after posting it. Also, see server-attribution.js
for an example how to credit the author if you're tweeting someone else's images.