Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JJSPython/parseltongue

Painless data parsing.
https://github.com/JJSPython/parseltongue

create-react-app django javascript python reactjs

Last synced: about 2 months ago
JSON representation

Painless data parsing.

Awesome Lists containing this project

README

        

# parseltongue
Painless data parsing.

## Demo
Live [demo](https://vast-refuge-25114.herokuapp.com/crawler).

## 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](https://www.python.org/)
> 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](https://git-scm.com/downloads)

## License
Apache License 2.0