Skip to content

Latest commit

 

History

History
executable file
·
17 lines (10 loc) · 917 Bytes

README.md

File metadata and controls

executable file
·
17 lines (10 loc) · 917 Bytes

Tweetin'

random-image-twitterbot

A simple starter project for a Twitter bot that tweets random images.

  1. Clone/download this repo and install dependencies with npm install.
  2. Rename config-example.js to config.js and fill out the necessary information (see how).
  3. Put all your images into the images folder.
  4. Deploy your bot. Or remix it on Glitch.

Oh and definitely join Botmakers!

Notes

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.