Bot application for fictadvisor.com
Explore the docs »
View the Website
·
Report a Bug
·
Request a Feature
This application provides a Telegram Bot application for FICT Advisor.
To get a local copy up and running follow these steps.
ALL FOLLOWED COMMANDS MUST BE USED IN PROJECT DIRECTORY
git clone https://github.com/fictadvisor/fictadvisor-bot.git
poetry install
To start the application:
If you use PyCharm:
uvicorn app.main:app --reload
If you use VS Code:
poetry shell
uvicorn app.main:app --reload
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/amazing-feature
)git commit -m 'Added an amazing feature'
)git push -u origin feature/amazing-feature
)Distributed under the MIT License. See LICENSE
for more information.
Feedback - https://t.me/fict_robot Project - https://github.com/fictadvisor