Skip to content

adasium/SBotq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBotq

Discord chat bot that works for SB monkaS

env

specify in env variables or in .env file inside project root

Key Value
TOKEN discord authentication token
INSPIRATIONAL_MESSAGE_CHANNEL_ID channel id that should get daily inspirational message
MARKOV_CHANNEL_BLACKLIST bot cannot eavesdrop here (separator=;)
RANDOM_MARKOV_MESSAGE_CHANNEL_ID channel id that should get random markov message

how to run

works for python3.8 so newer versions should work too

python3.8 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
python main.py

development

python3.8 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.dev.txt
pre-commit install
python main.py

credits

https://github.com/tsoding/kgbotka/

https://github.com/Ciremun/discord-selfbot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages