https://github.com/probablyarth/tweet
https://github.com/probablyarth/tweet
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/probablyarth/tweet
- Owner: probablyArth
- Created: 2023-03-07T12:36:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T12:44:20.000Z (over 3 years ago)
- Last Synced: 2025-02-25T03:24:36.056Z (over 1 year ago)
- Language: CSS
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweet
Automations for twitter (WIP)
### Cron Jobs
```sh
/api/cron/dailyQuotes #tweet a quote from https://zenquotes.io/api/today
```
### Env Variables
```sh
API_KEY=twitter_api_key
API_KEY_SECRET=twitter_api_key_secret
ACCESS_TOKEN=twitter_access_token
ACCESS_TOKEN_SECRET=twitter_access_token_secret
SECRET_KEY=verySecretIndeed
NEXT_PUBLIC_JOB_TIME="30 14 * * *" # run 14:30 UTC every day of every week of every month
```
you can use [cronTab](https://crontab.guru/) to learn more about cron expressions
### Deployment
The Cron Jobs totally depends on [Vercel]("https://vercel.com/"), currently testing it so its a WIP