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

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.

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:
![photo](https://user-images.githubusercontent.com/52220244/112770333-af450a00-8ffc-11eb-87d5-e8a3e9954858.JPG)

## 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)