Telegram bot for blogging
Report Bug
·
Request Feature
·
Send a Pull Request
# make sure that the virtual environment with python 3.9 is activated
git clone https://gitlab.com/themir8/blog-bot.git
mkdir blog-bot-telegram
git clone https://gitlab.com/themir8/blog-bot.git --branch telegram-bot-go ./blog-bot-telegram
pip install -r blog-bot/requirements.txt # installing python dependencies
python blog-bot/manage.py migrate # database migration (preparation)
cd blog-bot
python manage.py runserver
cd blog-bot-telegram
make run