An open API service indexing awesome lists of open source software.

https://github.com/prateek3255/every_arcane_frame

A twitter bot that tweets random frames every hour from the Netflix show Arcane
https://github.com/prateek3255/every_arcane_frame

twitter-bot

Last synced: 19 days ago
JSON representation

A twitter bot that tweets random frames every hour from the Netflix show Arcane

Awesome Lists containing this project

README

        

# Every Arcane Frame

This project runs a twitter bot that tweets a random frame from the Netflix show Arcane every hour. Checkout the account on [Twitter](https://twitter.com/arcane_frames).

This project uses [GitHub Actions' cron jobs](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule) to the run a script every hour that tweets a random frame from the show.

Checkout the [index.ts](index.ts) file to see how the bot works. And the the [generateTimestamps.ts](generateTimestamps.ts) file to see how the timestamps were generated. Feel free to reach out to [Prateek on Twitter](https://twitter.com/psuranas) if you have any questions.