https://github.com/sakshamsharma/pysch
Google Scholar Scraping - Winning Entry: Takneek '15
https://github.com/sakshamsharma/pysch
Last synced: 2 months ago
JSON representation
Google Scholar Scraping - Winning Entry: Takneek '15
- Host: GitHub
- URL: https://github.com/sakshamsharma/pysch
- Owner: sakshamsharma
- Created: 2015-09-02T15:20:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T13:04:18.000Z (about 9 years ago)
- Last Synced: 2025-01-15T12:23:32.509Z (4 months ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PySch
=====Meant as a demonstration for a simple Django application using REST calls.
Includes a lot of BeautifulSoup magic, to be found in `server/views.py`
Rajputs pool entry for Web Development event in Takneek'15
To run frontend server:
```
python2 -m SimpleHTTPServer 8001
```
(or python for Ubuntu users)
Open the app at localhost port 8001To run the backend (currently not connected):
```
python2 manage.py runserver
```Packages needed:
djangorestframework
rest_framework
markdown
mechanize
django-cors-headers