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.
- Host: GitHub
- URL: https://github.com/schlopp96/githubpfpscraper
- Owner: schlopp96
- License: gpl-3.0
- Created: 2021-12-11T05:50:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T00:08:58.000Z (over 3 years ago)
- Last Synced: 2025-01-03T00:52:28.132Z (6 months ago)
- Topics: freecodecamp-project, github-profile, profile-pic-scraper, python, python3, scraper, tutorial-exercises, web-scraping
- Language: Python
- Homepage: https://youtu.be/SqvVm3QiQVk?t=37
- Size: 22.5 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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".