Skip to content

N0vachr0n0/Courses_Alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Courses Alert

This little tool look for and alert you about free courses on Techcracked.com and freeonlinecourses.xyz with your keywords or center of interest.

HOW TO INSTALL AND RUN ?

PREREQUISITES ( Please verify if you have installed )

  • Python3
  • BeautifulSoup
  • requests (Built-in normally)
  • webbrowser (Built-in normally)
  • easygui

HOW TO INSTALL REQUIREMENT

Open your terminal so run following command :-

pip install  beautifulsoup4 requests easygui
(Use pip3 if python3 is not your default version)

(ON LINUX)

git clone https://github.com/N0vachr0n0/Courses_Alert.git
cd Courses_Alert
python3 courses_alert.py

(ON WINDOWS)

Download .zip file
Extract
Go to Courses_Alert folder 
python3 courses_alert.py (In your terminal)

LANGUAGE

  • English

CREDIT

Thanks! Please feel free to clone the repository.