https://github.com/softcodenet/blog-bot
https://github.com/softcodenet/blog-bot
api blog blog-api django django-project django-rest-framework golang python telegram-bot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softcodenet/blog-bot
- Owner: softcodenet
- Created: 2024-03-23T19:43:20.000Z (about 1 year ago)
- Default Branch: api
- Last Pushed: 2024-03-23T19:44:07.000Z (about 1 year ago)
- Last Synced: 2025-02-04T04:25:34.310Z (4 months ago)
- Topics: api, blog, blog-api, django, django-project, django-rest-framework, golang, python, telegram-bot
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]![]()
๐๐ค Blog Bot
Telegram bot for blogging
Report Bug
ยท
Request Feature
ยท
Send a Pull Request
### Development requires
- [Python 3.9.0](https://www.python.org/downloads/release/python-390/)
- [Golang 1.16.7](https://golang.org/dl/)
- [Django 3](https://www.djangoproject.com/)### Installation
```sh
# make sure that the virtual environment with python 3.9 is activatedgit 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-telegrampip install -r blog-bot/requirements.txt # installing python dependencies
python blog-bot/manage.py migrate # database migration (preparation)
```### Launch server
```sh
cd blog-bot
python manage.py runserver
```### Launch telegram bot
```sh
cd blog-bot-telegram
make run
```[forks-shield]: https://img.shields.io/github/forks/themir8/blog-bot?style=for-the-badge
[forks-url]: https://github.com/themir8/blog-bot/network/members
[stars-shield]: https://img.shields.io/github/stars/themir8/blog-bot?style=for-the-badge
[stars-url]: https://github.com/themir8/blog-bot/stargazers
[issues-shield]: https://img.shields.io/github/issues/themir8/blog-bot?style=for-the-badge
[issues-url]: https://github.com/themir8/blog-bot/issues