Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 549 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 549 Bytes

idlesbot

This is a silly Twitter bot that essentially rolls a dice, and depending on the roll, post a Tweet containing a lyric from the band IDLES.

You could change the list of source lyrics to your favourite band, if you so wished.

The bot requires the following environment variables to be set. These can be found in your Twitter developer account.

export API_KEY=
export API_SECRET_KEY=
export ACCESS_TOKEN=
export ACCESS_TOKEN_SECRET=

Deployment

You could run this on a timed cronjob, or on a Heroku scheduler or, whatever.