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: about 1 year 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.

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