https://github.com/bieanimaton/github-scraping
This is project of a Github Scraping made with Python.
https://github.com/bieanimaton/github-scraping
beautifulsoup4 bs4 github python python27 python3 requests scraping-websites
Last synced: about 1 month ago
JSON representation
This is project of a Github Scraping made with Python.
- Host: GitHub
- URL: https://github.com/bieanimaton/github-scraping
- Owner: BieAnimaton
- Created: 2021-03-28T22:03:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T00:18:00.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T07:42:09.795Z (about 1 year ago)
- Topics: beautifulsoup4, bs4, github, python, python27, python3, requests, scraping-websites
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Scraping
This project gets basic information about specific user.
## Notes :books:
- Python programming to train skills.
## Image :camera:

## How Install :bookmark_tabs:
```
# Create folder for store the .py file, like 'Github Scraping'
# Clone the project
git clone https://github.com/BieAnimaton/Github-Scraping
# Install the dependencies
pip install requests, bs4.
# To start
python "scraping program.py"
# The project messages will appear on console
```
## Features :hammer_and_wrench:
- Python 2.7 -- 3.7
- requests
- BeautifulSoup (bs4)