TheJeme / hexbot

Twitter bot made with Tweepy

Home Page:https://twitter.com/HexBot4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://twitter.com/HexBot4

License:MIT License


Languages

Language:Python 98.0%Language:Procfile 2.0%