https://github.com/d4suce/jutsunewbot
Telegram bot for site: jut.su
https://github.com/d4suce/jutsunewbot
anime cpp parsing telegram-bot
Last synced: over 1 year ago
JSON representation
Telegram bot for site: jut.su
- Host: GitHub
- URL: https://github.com/d4suce/jutsunewbot
- Owner: D4SuCE
- Created: 2022-09-09T10:26:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T22:41:32.000Z (about 3 years ago)
- Last Synced: 2025-02-09T00:39:24.143Z (over 1 year ago)
- Topics: anime, cpp, parsing, telegram-bot
- Language: C++
- Homepage:
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JutSuNewBot
## Dependencies
```sh
sudo apt-get install g++ make cmake binutils libssl-dev libboost-system-dev libcurl4-openssl-dev zlib1g-dev
```
## Application installation
```sh
git clone https://github.com/D4SuCE/JutSuNewBot
cd JutSuNewBot
cmake .
make -j4
./JutSuNewBot
```