Skip to content

DiscordGIR/ChromeyMcChromeface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromey McChromeface

Moderation bot for r/ChromeOS

Prerequisites for setup

  • Python
  • poetry
  • pyenv
  • MongoDB server

Setup

  1. pyenv install 3.9.1
  2. pyenv shell
  3. poetry install (use flag --no-dev for prod)
  4. poetry shell
  5. Create a file called .env. in the root of the project and define the following:
CHROMEY_TOKEN      = "DISCORD TOKEN"
CHROMEY_OWNER      = OWNER ID (int)
CHROMEY_MAINGUILD  = MAIN GUILD ID (int)
  1. Set up mongodb on your system (and see First time use to populate the database with initial data)
  2. python main.py - if everything was set up properly you're good to go!

First time use

If you don't have any baseline data for the bot to work, I wrote a short script setup.py which you should fill in with data from your own server, then run python setup.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages