manugm94
Regular Member
- Oct 24, 2011
- 355
- 183
Yesterday I decided to start learning Node.Js, which is like Javascript for a server, and you cand build server side apps. After researching a little bit, I started making my own twitter bot, is just a demo app with three modules, one for following someones followers, one for retweeting and the last one for upload tweets from a list at a given interval.
This bot makes my account more automatic, and I don't have to log into my twitter account every single minute to update. I'm in the gaming niche, and yesterday I get around 200 new followers using this bot. Awesome right? This morning i build the tweet and retweet module and is working fine now.
FOLLOW MODULE



This bot makes my account more automatic, and I don't have to log into my twitter account every single minute to update. I'm in the gaming niche, and yesterday I get around 200 new followers using this bot. Awesome right? This morning i build the tweet and retweet module and is working fine now.
FOLLOW MODULE

TWEET MODULE

RETWEET MODULE
