Seniatical / bT_CV

A bot to complete many image related things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bT_CV

A bot to complete many image related things. Made for the 2022 Server Bot Jam.

Using

Everything here is open sourced, use whatever checks, tools you wish. But don't forgot to at least mention me :c.

Features

  • Fast, rapid image editing with many filters, templates and more!
  • Support for many file types including GIFs
  • Multiple output options, including arrays, HTML and base64
  • Provides basic control with a simple language to utilise user templates and more
  • Load files from many sources!
  • Has some more, just too lazy.

Invite Me Here

Team

Running bot locally

git clone https://github.com/Seniatical/bT_CV
cd bT_CV
make dependencies
make setToken ...
make run

#Bot is now running!

Changing startup checks

In each of the startup check files, there are constants which can be changed inorder to modify the checks.

Files:

  • core/check_database.py
  • core/check_dependencies.py
  • core/check_file_stores.py
  • core/make_logs.py

About

A bot to complete many image related things

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Makefile 0.2%