Skip to content

Files

Latest commit

 

History

History
 
 

Github-User-Scraper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Github Trending Users Fetcher

Running this Script would allow the user to fetch trending github users based on choice of language (Python, Java etc) or time frame (daily, monthly or weekly trending users)

Setup instructions

In order to run this script, you need to have Python and pip installed on your system. After you're done installing Python and pip, run the following command from your terminal to install the requirements from the same folder (directory) of the project.

pip install -r requirements.txt

After satisfying all the requirements for the project, Open the terminal in the project folder and run

python scraper.py

or

python3 scraper.py

depending upon the python version. Make sure that you are running the command from the same virtual environment in which the required modules are installed.

Output

The user can choose the language they want to scrape trending users for and the time frame as well.

Github Trending User Fetcher

Author

Ayush Jain