Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrouid/twitter-bot
https://github.com/pedrouid/twitter-bot
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pedrouid/twitter-bot
- Owner: pedrouid
- Created: 2017-06-10T22:28:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T10:13:55.000Z (over 7 years ago)
- Last Synced: 2024-10-28T23:40:44.599Z (2 months ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter-bot
There are two files and both can be intiated simply using `node file.js`
#### The first file is called `followers.js`
This file get's a Twitter accounts followers from variable `screenName`
then you follow or unfollow users with account from variable `account`
`account` will use the API keys from config.js
To unfollow set the variable `destroy` to `true`#### The first file is called `search.js`
This file get's all tweets from variable `searchQuery`
then you follow or unfollow users with account from variable `account`
`account` will use the API keys from config.js
To unfollow set the variable `destroy` to `true`You can also simply favourite(like) all tweets by setting `follow` to `false`
You can also unfavourite(unlike) all tweets by setting `destroy` to `true`#### roadmap
- Make variables `follow`, `destroy`, `searchQuery` and `screenName` available through CLI
- Improve search paging and track already followed accounts or favourited tweets