Building a Twitter Bot

using

Python

Karan Sharma

Install Pip

Register your app on Twitter

Use Tweepy ; PyWapi

 



 

Tweepy & PyWapi

  • Wrapper for the APIs we are going to use.
  • A wrapper makes it convenient to access API
  • Methods available for common API endpoints.
  • Documentation available.

RTFM

read the f*cking manual

Made with Slides.com