https://github.com/redxtech/tweeter
Bot to tweet a bunch of times.
https://github.com/redxtech/tweeter
Last synced: about 1 month ago
JSON representation
Bot to tweet a bunch of times.
- Host: GitHub
- URL: https://github.com/redxtech/tweeter
- Owner: redxtech
- Created: 2022-01-19T05:14:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T05:39:55.000Z (over 4 years ago)
- Last Synced: 2025-03-05T03:43:18.396Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# let's talk tweeter
this is a bot that tweets every minute using the #BellLetsTalk hashtag
so that Bell has to spend more money.
## setup
install deps with `yarn`, and populate `.env` with `TWITTER_API_KEY`,
`TWITTER_API_SECRET`, `TWITTER_ACCESS_TOKEN`, and `TWITTER_ACCESS_TOKEN_SECRET`.
then run it with `yarn start`.