Skip to content

A small scrapping app made with ReactJs and python which scraps github repo details of given keyword....

Notifications You must be signed in to change notification settings

vandanmshah/git-scrap-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Sraping App

This app helps you to scrap repo details based on given word...
rpc.js file which connects javaScript and python

Framework used

Frontend :- ReactJs
Backend :- python 
    - For scraping i used urllib2, beautifulsoup
    - To connect javaScript and python i used FLASK

Install Dependencies

install npm (If not installed)
install react
install flask (Command:- sudo apt-get install python-flask)
install beautifulsoup pip3 install beautifulsoup4

Run app

To run the app fire following command
python demo.py|npm start

Demo

You can find demo link here http://bit.ly/2P6DMhm

About

A small scrapping app made with ReactJs and python which scraps github repo details of given keyword....

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published