NikolaRadun / blog-bot

using python blog bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

using python blog bot


Languages

Language:Python 100.0%