Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artonge/tweet-bot
A bot that participate to twitter retweet contests.
https://github.com/artonge/tweet-bot
bot contests twitter
Last synced: 9 days ago
JSON representation
A bot that participate to twitter retweet contests.
- Host: GitHub
- URL: https://github.com/artonge/tweet-bot
- Owner: artonge
- License: gpl-3.0
- Created: 2015-08-29T14:44:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T18:19:00.000Z (about 6 years ago)
- Last Synced: 2025-01-23T04:33:43.789Z (14 days ago)
- Topics: bot, contests, twitter
- Language: TypeScript
- Size: 146 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tweet-bot
A bot that participates to twitter retweet contests.
# Notes
If a want to follow an account for 40 days after I enter a contest, knowing that I can't have more than 5000 subscriptions,
5000/40/24 = 125/24 ~= 5 ==> I can't enter more than 5 contests by hour.# REQUIREMENTS
You need to create a `credentials.ts` file in src like this :
```
export const credentials = {
consumer_key : "...",
consumer_secret : "...",
access_token : "...",
access_token_secret : "..."
};
```# INSTALL
clone repo then :
- `yarn`
# RUN
`yarn start`
# TODO
- [x] Add guard before following (check we're not allready following the user)
- [ ] Change log tracker to datadog
- [ ] Add DM Alert
- [ ] Log follow action to unfollow later