An open API service indexing awesome lists of open source software.

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.

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)