Skip to content

A Python Web monitor te track the Oktoberfest webstites

Notifications You must be signed in to change notification settings

PascalMasny/Wiesen-Moni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiesen WebMoni Bot 🍻

Usage

A web monitor who monitors the websites of the 2022 Oktoberfet marquee's. Ein Web Monitor der die Wiesen Festzelt Websiten (Hacker, Auguster, Paulaner) überwacht, damit ich sie rechtzeitig reservieren kann.

Setup

Change the following lines with yout info in the monitor.py

URL_TO_MONITOR = "https://example.com"
DELAY_TIME = 300 # seconds aka 5 minutes

SENDING_EMAIL_USERNAME = "yourgmail@gmail.com" 
SENDING_EMAIL_PASSWORD = "yourpassword"
RECIPIENT_EMAIL_ADDRESS = [
    "yourmail@mail.com",
    "yoursecondmail@mail.com"]

What you need

  • a gmail account (with low secutity appe enabelt)
  • bs4 pip3 install bs4
  • yagmail pip3 install yagmail

Use the monitor

for Windows:

simply start the monitor.py

for Linux and Mac:

in the shell ./main.sh

About

A Python Web monitor te track the Oktoberfest webstites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published