Skip to content

gondiski/kazibot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kazybott

Kazybott uses the twitter API to display related tweets on a single timeline. Check out the project on kazybott

Installation

Use the package manager pip to install kazybott dependencies.

pip install -r requirements.txt

Usage

Ensure 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.py

Contributing

Pull 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.

License

APACHE

About

Bot that displays hashtags that promote job opportunities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages