https://github.com/edsu/linkypedia
a web based tool to monitor how your website content is used in wikipedia
https://github.com/edsu/linkypedia
Last synced: about 1 year ago
JSON representation
a web based tool to monitor how your website content is used in wikipedia
- Host: GitHub
- URL: https://github.com/edsu/linkypedia
- Owner: edsu
- Created: 2010-05-18T16:03:14.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T09:48:16.000Z (over 5 years ago)
- Last Synced: 2025-02-25T09:24:13.296Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.3 MB
- Stars: 37
- Watchers: 5
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
linkypedia
==========
linkypedia is a webapp for seeing how 3rd party web content is being used on
wikipedia.
Setup
-----
* git clone https://github.com/edsu/linkypedia.git
* cd linkypedia
* pip install -r requirements.pip
* create database and user/password permissions
* cd linkypedia
* cp settings.py.tmpl settings.py
* add database credentials to linkypedia/settings.py
* python manage.py syncdb
* python manage.py runserver
* python manage.py add_website http://www.loc.gov/
* python manage.py crawl # look for wikipedia articles referencing websites
* python manage.py load_users # scrape user info
* python manage.py stats # fetch page view stats from wikipedia
* optionally you can deploy with apache+mod_wsgi using conf/linkypedia.conf
License
-------
* CC0