Skip to content

JJSPython/parseltongue

Repository files navigation

parseltongue

Painless data parsing.

Demo

Live demo.

Development setup

First time running the project? Make sure you have Python installed, and follow these steps to start your development.

  1. Clone this project with: git clone https://github.com/JJSPython/parseltongue.git
  2. cd into the cloned repo.
  3. Run pip install -r requirements.txt to install project dependencies.
  4. Run python manage.py runserver to start the dev server.
  5. Open http://localhost:8000/crawler

Python Setup

  • Install python

    We recommend you to use 3.6.6 or greater (As we're deploying this on Heroku, and it's using Python 3.6.6 now) However, if you want to specify a Python version, you can edit runtime.txt.

  • Install Git

License

Apache License 2.0