/hexbot

Twitter bot made with Tweepy

Primary LanguagePythonMIT LicenseMIT

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