Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r2dev2/problemofdaycalc
A simple web scrapper which downloads the Calculus problem of the day from rkorsunsky.weebly.com and stores it in the folder: problems. Use case is for creating an archive of problem of the days.
https://github.com/r2dev2/problemofdaycalc
Last synced: 22 days ago
JSON representation
A simple web scrapper which downloads the Calculus problem of the day from rkorsunsky.weebly.com and stores it in the folder: problems. Use case is for creating an archive of problem of the days.
- Host: GitHub
- URL: https://github.com/r2dev2/problemofdaycalc
- Owner: r2dev2
- Created: 2019-09-20T05:32:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T00:07:36.000Z (about 5 years ago)
- Last Synced: 2024-11-09T06:44:54.354Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProblemOfDayCalc
Create a folder called problems in this directory
Execute downloadProblem.bash to have the problem of the day downloaded to the folder named problems.Prerequisites: BeautifulSoup4 and requests
Install prerequisites via: sudo pip3 install bs4, sudo pip3 install requests