Skip to content

wukonggo/ScrapeGithubUsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Opensource Heroes Scraper

This Python script is designed to scrape the names of all users from the website https://opensource-heroes.com/developers, with support for pagination.

Setup

We use Conda to manage the Python environment. If you haven't set up your environment yet, follow these steps:

  1. Install Anaconda or Miniconda (if not already installed).

  2. Create and activate the environment:

    conda create -n learn python=3.9 -y
    conda activate learn

If you've already created the environment, simply activate it using:

conda env list

Then install the required packages with:

pip install -r requirements.txt

About

Scrape Github Heroes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages