https://github.com/daneden/who-would-win-bot
🥊 A Twitter bot that pits emoji against one another
https://github.com/daneden/who-would-win-bot
Last synced: 5 months ago
JSON representation
🥊 A Twitter bot that pits emoji against one another
- Host: GitHub
- URL: https://github.com/daneden/who-would-win-bot
- Owner: daneden
- Created: 2021-11-19T10:29:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T13:32:30.000Z (5 months ago)
- Last Synced: 2026-01-13T16:30:25.237Z (5 months ago)
- Language: TypeScript
- Homepage: https://who-would-win.vercel.app
- Size: 153 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🥊 Who Would Win Bot
Who Would Win Bot is a [Twitter bot](https://twitter.com/WhoWouldWinBot) that pits emoji against each other in Twitter polls to let the public decide: who would win in a fight?
## How it works
1. Every eight hours, two emoji are picked at random from a table of 1200+ competitors
2. The bot posts a Twitter poll that expires after 24hrs
3. People cast their votes
4. After 24hrs, the votes are tallied and results posted to [the leaderboard](https://who-would-win.vercel.app)
## Tech Stack
- Twitter API v2
- Planetscale and Prisma for storing fight results
- Next.js and Vercel for the leaderboard website
- GitHub Actions for scheduled jobs like posting fights and tallying results