This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
from lxml import html | |
import time | |
from datetime import datetime | |
from tkinter import messagebox | |
from playsound import playsound | |
''' | |
Actualmente hay 4 eventos publicados en la pagina, en caso que se cambie ese numero, este script me alertara | |
''' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
from lxml import html | |
import time | |
from datetime import datetime | |
from tkinter import messagebox | |
from playsound import playsound | |
''' | |
Ya esta publicado en la pagina, pero no tiene ningun hipervinculo, sonara la alarma cuando se agrege alguno. | |
''' |