This python script helps you to download a specific file or folder from github without pulling the entire repository.
- Install python
- Also install requests, github
When you run this script it will ask if you want to download folder or file. Please enter either 1 or 2.
Then enter the repository name along with the username you would like to download eg: mohanapriya24/SQL-Data-Exploration. If you want to download a folder enter the folder name eg: Bikestore or if you like to download a file enter the file name eg: Bikestore/BikeStore Data Exploration.sql.
Data will be Downloaded in a Downloads folder created in the same path as the script.