bloodwork2901 / linkypedia

a web based tool to monitor how your website content is used in wikipedia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linkypedia

linkypedia is a Web App 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

About

a web based tool to monitor how your website content is used in wikipedia


Languages

Language:Python 72.7%Language:HTML 22.0%Language:CSS 4.4%Language:JavaScript 0.7%Language:Shell 0.1%