Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 566 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 566 Bytes

demoTwitterBot

A repo that shows anyone can make a twitter bot! This specific bot uses Python with the Twitter API wrapper Tweepy to create a simple bot that shows the kind of data you can use from Twitter's API.

Specifically demonstrated within, from applied code, is how to get a user object, a set of tweet objects, how to use the Cursor method of Tweepy, and some of the various data fields of user/tweet objects.

Check out the blog post tutorial (Coming soon...)