Skip to content

themir8/blog-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

73bb220 · Sep 4, 2021

History

68 Commits
Sep 4, 2021
Jul 19, 2021
Sep 4, 2021
Jun 11, 2021
Sep 4, 2021
May 24, 2021
Jun 6, 2021

Repository files navigation

Forks Stargazers Issues A Django project. A Django project.


Header

📜🤖 Blog Bot

Telegram bot for blogging
Report Bug · Request Feature · Send a Pull Request

Development requires

Installation

# 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)

Launch server

cd blog-bot
python manage.py runserver

Launch telegram bot

cd blog-bot-telegram
make run