Working Demo: http://13.233.183.38:5000/
A task that says, given a github URL as input, fetch its open issues.
Calculate, how many were opened in last 24 hours, in last 1 week, and how many before that.
Asked to make a web interface and host on cloud.
Used flask for fast development.
Read main.py for more.
- Clone the repo.
cd Radius-Interview-Assignmentpip3 install flaskpip3 install pytznpm install unirest- Make sure you have
GITHUB_CLIENT_IDandGITHUB_CLIENT_SECRETin your environment variables. - You might want to install these dependencies in virtual_env if you want.
-> python3 main.py
-> Go to localhost:9000