Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

ShinshiDevs/Oleg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

Oleg has been deprecated since September 7, 2024.

Oleg

Service bot for Shinshi Hub, a support server. A bit similar to Shinshi, but much weaker in structure and content, but also serves as a good template for your future bot.

References

Contribution

Any contributors are welcome, but please respect these rules:

  • Clear commit messages.

  • Refactor the code before publishing with ruff.

    poetry init --dev-dependency to install development packages.

  • In the commit description, state as much as possible, so we understand what you want to do.

Good luck! 🤝

Docker In order to run the bot you need to

  • Put all the necessary data in your .env file.
  • Run the bot with docker run -it $(docker build -q .).

poetry In order to run the bot you need to

  • Install Python (recommend 3.11)
  • Install poetry. Instructions
  • Go to the project directory and type poetry init.
  • Run the bot with poetry run python3 -OO -m oleg

Warning

This way is not recommended.