Building a realtime Twitter bot that uploads media as a reply to all tweets of a specific hashtag using Node.js. — Source Code: https://github.com/pguduguntla/twitter-bot-reply-media Twitter makes it really easy to build bots that can interact with tweets, users, and analytics tools that can scrape the platform for useful insights. I wanted to develop a simple real time Twitter bot that actively filters through all tweets containing a certain hashtag and replies…