From 304da32df69bbeb068e769f18c31cf8a08abf3e5 Mon Sep 17 00:00:00 2001 From: "airo.pi_" <47398145+AiroPi@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:18:13 +0100 Subject: [PATCH] Setup a small readme --- README.md | 51 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index ec82aa0..2f0fec7 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,40 @@ -# mybot +banner +

+ + Static Badge + +

-The official repository of Mybot project! +

MyBot

-In order to generate auto-migration scripts using alembic, stop the bot (docker-compose down), run the database (docker-compose up -d database) and enter in shell : -`docker-compose run --rm -it --entrypoint=/bin/bash mybot -i` +MyBot is an original Discord bot. It was created to offer useful and little-seen features. -Then, apply eventual migrations : -`alembic upgrade head` +This project is motivated by a desire to do things to the maximum possible extent, offering the richest possible functionality! -And finally, create a migration script : -`alembic revision --autogenerate -m "your message"` +## Links +- [Support](https://support.mybot.airopi.dev/) +- [Invite](https://invite.mybot.airopi.dev/) -Commands : -```bash -docker-compose down -docker-compose build -docker-compose up -d database -docker-compose run --rm -it --entrypoint=/bin/bash mybot -i -alembic upgrade head -alembic revision --autogenerate -m "your message" -``` +## Using + +- [Python 3.12](https://www.python.org/) +- [discord.py](https://discordpy.readthedocs.io/en/latest/) +- [PostgreSQL 14](https://www.postgresql.org/) +- [TimeScale](https://www.timescale.com/) + +## Deploy + +_Soon_ + +## Support, Feedback and Community + +You can reach me over Discord at `@airo.pi`. Feel free to open an issue if you encounter any problem! + +## How to contribute + +I would ❤️ to see your contribution! Refer to [CONTRIBUTING.md](/CONTRIBUTING.md) + +## License + +MyBot is under the [MIT Licence](/LICENSE).