Kazybott uses the twitter API to display related tweets on a single timeline. Check out the project on kazybott
Use the package manager pip to install kazybott dependencies.
pip install -r requirements.txtEnsure to include the required credentials in the credentials.py file and import it in the bot.py document
import tweepy
import time
import random
from time import sleep
import math
from credentials import *Execute the application by executing the below command
python bot.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.