module
0.0.0-20241010134040-6119d0923c7a
Repository: https://github.com/jallenmanaloto/soha-bot.git
Documentation: pkg.go.dev
# README
Project soha-bot
Soha-bot is a discord bot that scrapes manhwa websites and send an alert to subscribed server for any new chapters.
Soha can look for a manhwa title. He can also watch titles for you and alert you for any new chapters he find.
For the full list of commands, you can type !soha tricks
.
Getting Started
- Install Go through their official website.
- Clone the repository to obtain a copy on your local machine.
- Change directory:
cd soha-bot
. - Install dependencies
go mod download
.
MakeFile
build the application
make build
run the application
make run
run the test suite
make test
clean up binary from the last build
make clean