https://github.com/dsazz/mangana_bot
A Telegram bot that will keep you updated with the latest updates to your favorite manga!
https://github.com/dsazz/mangana_bot
telegram telegram-bot
Last synced: about 2 months ago
JSON representation
A Telegram bot that will keep you updated with the latest updates to your favorite manga!
- Host: GitHub
- URL: https://github.com/dsazz/mangana_bot
- Owner: Dsazz
- Created: 2021-12-20T11:31:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T14:15:49.000Z (over 3 years ago)
- Last Synced: 2025-02-16T15:36:20.848Z (4 months ago)
- Topics: telegram, telegram-bot
- Language: Rust
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Manger
A **Telegram bot** that will keep you updated with the latest updates to your **favorite manga**!### Dependencies
* Rust
* NodeJS
* Docker
* Telegram API (*teloxide*)### Local development
1. Create `.env` file:
```
ADMIN_ID=
TELOXIDE_TOKEN=
BOT_NAME=dev
DATABASE_URL=
```
2. Run `main.rs`### Migrations
1.Run migrations:
```bash
make migrate-up
```
2. Redo migrations:
```bash
make migrate-down
```
3. Create a new migration:
```bash
make migrate-create {name}
```### Unit Tests
```bash
make tests
```### Release
TODO: create GitHub actions