reddit-twitter-bot
reddit-twitter-bot copied to clipboard
Subreddit bot to upload newest image posts to a Twitter feed
reddit-twitter-bot
This is a subreddit twitter bot written in Node. It currently mirrors posts with images to a Twitter feed.
How to use
- Clone the repository.
- Run
npm installin that directory. - Setup a config file in
./handles. You can check out example.json if you need to know how to make a config file. - Run the bot with
pm2 start src/bot.js --name amazingbotname -- <your handle name>where<your handle name>is the name of the file (without.json) in./handles.
Examples
Check out @runixporn on Twitter.
License
Licensed under the Mozilla Public License 2.0.