Skip to content

JoeysCodingProjects/bot-detector-discord-bot

 
 

Repository files navigation

bot-detector-discord-bot

The bot detector discord bot is the public interface via discord of the bot detector plugin and its functionalities.

How does it work?

The bot detector discord bot is a stand alone component that can interface with other components via its API. image

setup

python -m venv venv
venv\Scripts\activate
python -m pip install --upgrade pip
pip install -r requirements.txt

for admin purposes saving & upgrading

venv\Scripts\activate
call pip freeze > requirements.txt
powershell "(Get-Content requirements.txt) | ForEach-Object { $_ -replace '==', '>=' } | Set-Content requirements.txt"
call pip install -r requirements.txt --upgrade
call pip freeze > requirements.txt
powershell "(Get-Content requirements.txt) | ForEach-Object { $_ -replace '>=', '==' } | Set-Content requirements.txt"

About

It's NOT a bot. That would be quite hypocritical, wouldn't it?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Dockerfile 0.2%