Skip to content

TheJeme/hexbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexBot

Twitter bot that posts colors from #000000 to #FFFFFF every 15 minutes.

Installation

Install Python 3.

Install system dependencies - this is recommended to be done inside a virtual environment.

pip install -r requirements.txt

Configure

Set environment variables.

Twitter credentials

  • CONSUMER_TOKEN
  • CONSUMER_SECRET
  • ACCESS_TOKEN
  • ACCESS_TOKEN_SECRET

Redis credentials

  • REDIS_URL

Usage

python main.py

About

Twitter bot made with Tweepy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published