Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anudishjain/hackerrank-scraper

Scrapes HackerRank for information about Present Contests and shows contests on Desktop Application using Tkinter
https://github.com/anudishjain/hackerrank-scraper

hackerrank python-script python3 scraping-websites web-scraping

Last synced: 15 days ago
JSON representation

Scrapes HackerRank for information about Present Contests and shows contests on Desktop Application using Tkinter

Awesome Lists containing this project

README

        

# Introduction
Uses BeautifulSoup module to extract Contest URLs and Contest Names from HackerRank website.

This scraped information is then displayed using Tkinter module by creating a Desktop Application

![ScreenShot](https://raw.githubusercontent.com/anudish1008/Hacker-Rank-Contest-Scraper/master/Screenshot.PNG)