This project is cloud file manager
To install the dependencies for this project, make sure you have Poetry installed. Then, run the following command:
poetry install
This project utilizes a Makefile for managing tasks. Here are some common commands:
- To start telegram bot:
make tel
- To start discord bot:
make dis
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Create a new Pull Request
Please make sure to update tests as appropriate.
If you have any questions or suggestions, feel free to contact [SeYeD] at [me@seyed.dev].