Skip to content

neymee/mdexbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A telegram bot that can notify you about new manga chapters on MangaDex. Can be found on @mdex_new_chapter_bot.

image

How to run

  1. Go to the BotFather and create a new bot.
  2. Copy config.json from ./config directory to project root. Fill in the bot.token field with your bot's token.
  3. Run the infrastructure:
cd deployments
docker compose run -d
  1. Run the bot:
# from the project root
go run ./cmd/app/main.go 

Optionally, you can specify the following environment variables:

  • PRETTY_LOGGING=true to make logs more human readable;
  • CONFIG_PATH=path/to/config.json to specify the path to the config file.

About

A telegram bot that can notify you about new manga chapters on MangaDex.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages