Script looks for 20 repositories created during the last 7 days with the highest number of stars, print stars quantity, number of open issues and link to repository.
You should install modules from requirements.txt like that: pip install -r requirements.txt Compile script and change variables "days_amount" and "top_amount"(if you want to get another repositories): python github_trending.py days_amount = 7 top_amount = 20
The code is written for educational purposes. Training course for web-developers - DEVMAN.org