/tweepy_basics

Basic tweepy configuration and deploy, to configure your own Twitter bots!

Primary LanguagePython

Tweepy Basics

Tweepy is an easy-to-use Python library for accessing the Twitter API, with this powerful tool you can make your own bots for Twitter and other functions like data-scraping.

With this repo you'll learn basic tweepy configuration and deploy, to configure your own Twitter bots in a few steps!

Configuration

To install tweepy into your system, you'll need to execute the following code:

pip install tweepy

Then you'll need to create an app to get access to credentials, needed to authenticate your app.

After that, you'll be ready to make your own coding.