Jonny-exe / wiki-timeline

A timeline for wikipedia articles

Home Page:https://jonny.sytes.net/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wikipedia timeline

This is a webpage where you can find every Wikipedia article dated between two dates.

You can't find every article, only the ones I was able to scrape.

You can check it out at jonny.sytes.net/wikipedia

How it works

This works by scraping all the possible wikipedia articles and getting their dates. After that, everything else is storing it on a database and looking it up. The scraping is done by scraper.py.

Self host

In order to host this webpage yourself:

  1. Clone this repository: git clone https://github.com/Jonny-exe/wiki-timeline
  2. Install all requirements: pip install -r requirements.txt
  3. Run the website with: python3 manage.py runserver 8080
  4. You will see the website on: 127.0.0.1

If you want to use pre-scraped articles, download the sqlite database, in the releases, and move it to the root directory.

Screenshots

Screenshot1 Screenshot1

Built with

  • Database: sqlite
  • Language: python
  • Web-framework: django

If you are interested in improving or modifying anything, PR's are welcome.

About

A timeline for wikipedia articles

https://jonny.sytes.net/wiki


Languages

Language:Python 78.5%Language:CSS 11.8%Language:HTML 9.6%