An open API service indexing awesome lists of open source software.

https://github.com/schlopp96/githubpfpscraper

My rendition of the tutorial listed below.
https://github.com/schlopp96/githubpfpscraper

freecodecamp-project github-profile profile-pic-scraper python python3 scraper tutorial-exercises web-scraping

Last synced: 4 months ago
JSON representation

My rendition of the tutorial listed below.

Awesome Lists containing this project

README

        

# GitHub PFP Scraper Project

> v1.0.0 Initial Release

---

## How Does it Work?

---

1. Simply download/extract folder anywhere you'd like to install.
2. Run `"./src/GHub_PFP_Scraper.py"` to start the program.
3. Enter a Github username to begin searching for matching profile
4. If a valid profile is found, it will be opened using your default web browser.
- Otherwise, you will be prompted to try again.
5. To exit, you may enter "exit" at any time while prompted for input.

---

## Credits

- Uploaded as a personal rendition of one of the following tutorials contained in the following video uploaded by [freecodecamp.org](http://freecodecamp.org/):
-
- Listed as first project in video description, titled "Web Scraping Project".