Skip to content

An overengineered counter that allows for our controllers to track the "with you" check ins on frequency, as well as the times they have been overstressed while controlling.

License

Notifications You must be signed in to change notification settings

winnipegfir/with-you-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

with-you-bot

An over-engineered counter bot that allows for our controllers to track the "with you" check ins on frequency, as well as the times they have been overstressed while controlling.

This is a Python Discord bot. It was made in Python 3.8 (although, you could probably run it from Python 3.5.3>) with the Discord.py, Python-dotenv, aiomysql dependencies. It also features a database connection (using MySQL) for tracking how many times a specific user has used the commands.

It also has a cron script, that can be used at any frequency you'd like. It runs through your database set of users and checks if they are in the guild, if they aren't, 👋. This is not necessary for the bot to run, but it can be good for keeping your database clean.

Initial Setup

  1. Clone the repository
  2. Run the following commands:
    1. pip install -r requirements.txt
    2. python bot.py
  3. Fill in all the fields in .env (in the withyoubot folder).
  4. Run bot.py again, it should automatically create a table in the database you supplied in .env.

Any questions, comments or concerns can be directed to virtualwinnipegfir@gmail.com

Links:

Discord Developer (used for creating bot and making token): https://discord.com/developers Download Python at: https://www.python.org/downloads/

Screenshots

.withyou

.withyou rm

.withyou show

.withyou num #

About

An overengineered counter that allows for our controllers to track the "with you" check ins on frequency, as well as the times they have been overstressed while controlling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages