scp-079 / scp-079-lang

Ban or delete by detecting the language

Home Page:https://scp-079.org/lang/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCP-079-LANG

This bot is used to ban or delete by detecting the language.

How to use

To Do List

  • Basic functions

Requirements

  • Python 3.6 or higher
  • Debian 10: sudo apt update && sudo apt install opencc -y
  • pip: pip install -r requirements.txt or pip install -U APScheduler emoji guess_language-spirit langdetect OpenCC Pillow pyAesCrypt pyrogram[fast] textblob

Files

  • plugins
    • functions
      • channel.py : Functions about channel
      • etc.py : Miscellaneous
      • file.py : Save files
      • filters.py : Some filters
      • group.py : Functions about group
      • ids.py : Modify id lists
      • receive.py : Receive data from exchange channel
      • telegram.py : Some telegram functions
      • tests.py : Some test functions
      • timers.py : Timer functions
      • user.py : Functions about user and channel object
    • handlers
      • command.py : Handle commands
      • message.py: Handle messages
    • glovar.py : Global variables
  • .gitignore : Ignore
  • config.ini.example -> config.ini : Configuration
  • LICENSE : GPLv3
  • main.py : Start here
  • README.md : This file
  • requirements.txt : Managed by pip

Contribute

Welcome to make this project even better. You can submit merge requests, or report issues.

License

Licensed under the terms of the GNU General Public License v3.

About

Ban or delete by detecting the language

https://scp-079.org/lang/

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Dockerfile 0.2%