edgardojs / tweepy_bot

Full CRUD application example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweepy Bot

Sample functions for construction a twitter bot.

This twitter bot contains a set of functions that can manipulate objects in the tweepy module.

The idea is to eventually develop a twitter bot that would run through a cron job. Some of the functions like delete_batch can be handy if you want to delete multiple statuses at once.

#Important

If you are cloning this repo, the keys.py contains variables with the strings corresponing to the identifiers provided by the tweepy API. For more information visit the tweepy documentation, look for your own access keys and tokend, add those to the keys.py file and save as the variable names provided on the script.

##Sample keys.py file:

API_KEY= API_SECRET= ACCESS_TOKEN= ACCESS_SECRET=

About

Full CRUD application example


Languages

Language:Python 100.0%