/docker-reddit-bot-base

:snake: aPRAW base project for building reddit bots in python

Primary LanguagePython

👾 docker-reddit-bot-base

A base project for creating Reddit bots

Usage

Requires asyncpraw

Basic

  1. Copy/Paste the .env_example and bot file to your local environment
  2. Rename .env_example to .env and update values
  3. Provision your your base libraries as instructed here
  4. run ./bot

Advanced

  1. Clone repo git clone https://github.com/nickatnight/docker-reddit-bot-base
  2. cd docker-reddit-bot-base
  3. mv .env_example .env to add environment variables as needed
  4. Provision your your base libraries here
  5. run ./bot

Elite

  1. Clone repo git clone https://github.com/nickatnight/docker-reddit-bot-base
  2. cd docker-reddit-bot-base
  3. mv .env_example .env to add environment variables as needed
  4. Install Docker
  5. docker build -t docker-reddit-bot-base:latest .
  6. docker run --env-file .env docker-reddit-bot-base:latest