scp-079 / scp-079-status

Check Linux server status

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCP-079-STATUS

With this program, you can easily create a bot to monitor your Linux server's status in the Telegram channel.

How to use

Requirements

  • OS: Linux
  • Python: 3.7 or higher
  • pip: pip install -r requirements.txt

Files

  • data
    • The folder will be generated when program starts
  • examples
    • config.ini -> ../data/config/config.ini : Configuration example
    • report.txt -> ../data/config/report.txt : Report template example
  • languages
    • cmn-Hans.yml : Mandarin Chinese (Simplified)
    • cmn-Hant-TW.yml : Mandarin Chinese in Taiwan (Traditional)
    • en.yml : English
  • plugins
    • functions
      • command.py : Functions about command
      • decorators.py : Some decorators
      • etc.py : Miscellaneous
      • file.py : Save files
      • filters.py : Some filters
      • group.py : Functions about group
      • program.py : Functions about program
      • status.py : Functions about system status
      • telegram.py : Some telegram functions
      • timers.py : Timer functions
    • handlers
      • command.py : Handle commands
    • __init__.py
    • checker.py : Check the format of config.ini
    • glovar.py : Global variables
    • start.py : Execute before client start
    • version.py : Execute before main script start
  • .gitignore : Specifies intentionally untracked files that Git should ignore
  • dictionary.dic : Project's dictionary
  • LICENSE : GPLv3
  • main.py : Start here
  • pip.sh : Script for updating dependencies
  • README.md : This file
  • requirements.txt : Managed by pip

Contribution

Contributions are always welcome, whether it's modifying source code to add new features or bug fixes, documenting new file formats or simply editing some grammar.

You can also join the discuss group if you are unsure of anything.

Translation

Copyright & License

About

Check Linux server status

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

License:GNU General Public License v3.0


Languages

Language:Python 98.9%Language:Dockerfile 0.6%Language:Shell 0.4%