Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 575 Bytes

creating_twitterbot.md

File metadata and controls

10 lines (5 loc) · 575 Bytes

<<< Previous | Next >>>

Creating a Twitterbot

Once you have the api.py script working, open it with your editor and try uncommenting some of the other lines at the bottom. You should be able to post a tweet to your account and to perform a Twitter search.

Once you're comfortable connecting to and using the Twitter API, you can use the twitterbot.py script in this repository to create your own Twitterbot! See the comments in twitterbot.py for more information.

<<< Previous | Next >>>