CharliGithub / whatsmatter

Python program used to inform in real time by desktop notification of Qualifiers for the final phase of #HackerLab2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whatsmatter HDN (HackerLab Desktop Notification)

Python program used to inform in real time by desktop notification of Qualifiers for the final phase of #HackerLab2019.

Available for linux OS

The program is launched in the system terminal. Once a person is able to register for the final phase of the hackerlab, you will automatically receive a notification. It is important that the program is first launched
NB: Having an internet connection is important


Dependencies

$ pip3 install notify2  
$ pip3 install requests  
$ pip3 install emojis  

Run

$ git clone https://github.com/CharliGithub/whatsmatter.git
$ cd whatsmatter/
$ python3 whatsmatter.py 
    __        ___           _       __  __       _   _            
    \ \      / / |__   __ _| |_ ___|  \/  | __ _| |_| |_ ___ _ __ 
     \ \ /\ / /| '_ \ / _` | __/ __| |\/| |/ _` | __| __/ _ \ '__|
      \ V  V / | | | | (_| | |_\__ \ |  | | (_| | |_| ||  __/ |   
       \_/\_/  |_| |_|\__,_|\__|___/_|  |_|\__,_|\__|\__\___|_|   
                                                                  
    
[+] Program has started ....  Don't close the terminal !

About

Python program used to inform in real time by desktop notification of Qualifiers for the final phase of #HackerLab2019


Languages

Language:Python 100.0%