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
- Host: GitHub
- URL: https://github.com/prateek3255/every_arcane_frame
- Owner: prateek3255
- Created: 2022-03-27T04:34:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T14:08:03.000Z (7 months ago)
- Last Synced: 2025-05-13T06:50:14.584Z (22 days ago)
- Topics: twitter-bot
- Language: TypeScript
- Homepage: https://twitter.com/arcane_frames
- Size: 56.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.