Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anudishjain/hackerrank-scraper
- Owner: anudishjain
- Created: 2017-12-16T10:37:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T11:01:37.000Z (about 6 years ago)
- Last Synced: 2024-11-07T00:33:30.486Z (2 months ago)
- Topics: hackerrank, python-script, python3, scraping-websites, web-scraping
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)