Skip to content

A golang program to send email alerts for new manga releases

Notifications You must be signed in to change notification settings

ajski1701/go-manga-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-manga-notifier

About

Manga Notifier is a personal pet project written in order to learn Golang. All queries for manga go against the API of MangaDex which then are parsed and if applicable sent as an alert to the configured destination address.

Configuration

All configuration is handled via an ini file. If not detected a template ini will be created but the format can be found below.

[email]
from = <from_gmail_email_address>
password = <gmail_password>
to = <comma_delimited_recepient_emails>

[mangadex]
username = <mangadex_username>
password = <mangadex_password>

About

A golang program to send email alerts for new manga releases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages