Constructor Telegram Bots is a website with which you can easily, free and without any programming knowledge, create your own multifunctional Telegram bot.
The website is non-commercial and does not aim to make money from its users.
The website was created because, unfortunately, all similar websites are commercial and aim to profit from their users, while the free plans on such sites severely restrict their users.
If you would like to support the project, you can make a donation.
Your donation will greatly help the development and improvement of the website.
- Linux
- Python 3.11
- PostgreSQL
- Redis
- First, installing the backend using the following commands:
git clone https://github.com/EXG1O/Constructor-Telegram-Bots.git
cd Constructor-Telegram-Bots
git checkout tags/v4.0.0
python -m venv env
source env/bin/activate
source install.sh- Now, we need to run the command to get tokens for a microservice:
python manage.py create_hub- Deploy the Telegram Bots Hub project and run it (working in the global network).
- Finally, build the frontend.
- To start we need two terminals and the following commands for each:
python manage.py runservercelery -A constructor_telegram_bots worker --loglevel=INFO -f logs/celery.log- Open the home page
http://127.0.0.1:8000and enjoy :)
Read CONTRIBUTING.md for more information on this.
This repository is licensed under the AGPL-3.0 License.