Skip to content

Latest commit

 

History

History
executable file
·
20 lines (19 loc) · 654 Bytes

README.md

File metadata and controls

executable file
·
20 lines (19 loc) · 654 Bytes

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