Skip to content

mrtmrcbr/Notification-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notification-app

you have to provide some credentials before to run this application

for Email:

-FROM_MAIL
-TO_MAIL

-SMTP_SERVER
-SMTP_PORT
-SMTP_LOGIN_NAME
-SMTP_LOGIN_PASS

for Telegram:

-TELEGRAM_BOT_TOKEN
-TELEGRAM_CHAT_ID

working with this project first create your python environment

virtualenv venv -p python3.6
source venv/bin/activate
pip install -r reqiurements.txt
python app.py

About

this flask application is sending Telegram and Email notification but you have to provide credentials on your own

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages