https://github.com/mezotv/todayisthatday
TodayIsTheDay is a twitter bot posting a special holiday every 24hours
https://github.com/mezotv/todayisthatday
collaborate discord ghdesktop github holiday holidays student-vscode twitter twitter-api twitter-bot twitter-client twitterbot
Last synced: 10 months ago
JSON representation
TodayIsTheDay is a twitter bot posting a special holiday every 24hours
- Host: GitHub
- URL: https://github.com/mezotv/todayisthatday
- Owner: mezotv
- License: mit
- Created: 2022-07-20T23:31:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T18:34:29.000Z (over 3 years ago)
- Last Synced: 2025-04-06T12:11:17.624Z (about 1 year ago)
- Topics: collaborate, discord, ghdesktop, github, holiday, holidays, student-vscode, twitter, twitter-api, twitter-bot, twitter-client, twitterbot
- Language: JavaScript
- Homepage: https://twitter.com/TodayIsThatDayB
- Size: 56.6 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# TodayIsThatDay Twitter bot
TodayIsTheDay is a Twitter bot posting a special holiday every 24 hours

## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
```
TWITTER_API_KEY=
TWITTER_API_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=
```
Get those over at https://developer.twitter.com/
## Screenshot

## Credits
💘 Special thanks to [@derekgauger](https://github.com/derekgauger) for the idea and the holiday json file. Derek also provided some of the base code for this repo.