An open API service indexing awesome lists of open source software.

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

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
```