https://github.com/shug0/retweet_bot
🐦 Minimal Node.js Twitter bot for retweet tweet of a selected list of users when they mention you.
https://github.com/shug0/retweet_bot
bot nodejs twitter
Last synced: about 1 year ago
JSON representation
🐦 Minimal Node.js Twitter bot for retweet tweet of a selected list of users when they mention you.
- Host: GitHub
- URL: https://github.com/shug0/retweet_bot
- Owner: shug0
- Created: 2016-08-31T12:18:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T13:22:28.000Z (over 9 years ago)
- Last Synced: 2024-11-05T04:33:51.657Z (over 1 year ago)
- Topics: bot, nodejs, twitter
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Retweet Bot in Node.js
Hello everyone, this is a little bot made for @oversquadfr on Twitter for Retweet when a Streamer is online.
- Setup your Twitter Credentials
- Fill the array with the users you want to authorize
- Fill the watcher variable for the word / @mention
- Launch !
### Installation
This bot requires [Node.js](https://nodejs.org/) (any version will be fine)
Download the index.js.
Install the dependencies and devDependencies and start the server.
```sh
$ cd retweet_bot
$ npm install twit
$ node index.js
```
if you have any problems feel free to contact me on [Twitter](https://twitter.com/shug0)