Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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