Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 932 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 932 Bytes

Make Your Own Twitter Bot

Welcome to this codelab! In this codelab, we're going to walk you through making your own Twitter bot.

What is a Twitter bot?

According to Wikipedia, "A Twitter bot is a type of bot software that controls a Twitter account via the Twitter API. The bot software may autonomously perform actions such as tweeting, re-tweeting, liking, following, unfollowing, or direct messaging other accounts."

You can do a lot with Twitter bots, tweet out interesting facts, respond with a joke whenever anyone mentions a certain word, even influence people to follow your brand or vote for a particular candidate. The Twitter bot we're making is going to use the OpenWeather API to tweet how the weather is in Stillwater whenever somebody mentions our bot in a tweet.

Part 1: Background info - The Web, APIs