Skip to content

ejach/steveBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steveBot

Twitter Badge PyPI PyPI

A Twitter bot that tweets a Steve Buscemi word of the day.

How to install

With Docker

sudo docker run -it -e consumer_key=<YOUR_KEY> -e consumer_secret=<YOUR_KEY> -e access_token=<YOUR_KEY> -e access_token_secret=<YOUR_KEY> -e time_of_day=00:00 -e wordnik_api_key=<YOUR_KEY> ghcr.io/ejach/stevebot:latest

Docker Compose

version: '3.2'
services:
   stevebot:
      container_name: stevebot
      image: ghcr.io/ejach/stevebot:latest
      environment:
        - time_of_day=00:00
        - consumer_key=<consumer_key>
        - consumer_secret=<consumer_secret>
        - access_token=<access_token>
        - access_token_secret=<access_token_secret>
        - wordnik_api_key=<api_key>
      restart: unless-stopped

Manually

  • Clone the repository
  • Install the requirements using pip3 install -r requirements.txt
  • Edit the .env file with your Twitter tokens and Wordnik API key
  • Start the program by running python3 main.py
  • Go crazy

⚠ NOTICE ⚠

This is intended as a joke, please do not take it seriously.