Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ketanhwr/backdoor-scraper
A simple scraper which displays user stats for Backdoor platform
https://github.com/ketanhwr/backdoor-scraper
Last synced: 4 days ago
JSON representation
A simple scraper which displays user stats for Backdoor platform
- Host: GitHub
- URL: https://github.com/ketanhwr/backdoor-scraper
- Owner: ketanhwr
- Created: 2015-09-23T13:23:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T05:30:18.000Z (about 9 years ago)
- Last Synced: 2023-03-02T20:56:35.446Z (almost 2 years ago)
- Language: Python
- Size: 127 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backdoor Scraper
A simple python scraper for Backdoor platform.
>My first python scraper!The code asks for username as input and outputs the number of problems solved, his/her score and rank, and name of all the problems solved.
### Requirements:
[BeautifulSoup4](http://stackoverflow.com/a/19957214/4565181)
### Instructions (works with python2 v2.7.10+)
```~$ python bd_scraper.py```