Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oltarasenko/autosites

A small example which demonstrates how to use Crawly in order to extract data from JS based website.
https://github.com/oltarasenko/autosites

Last synced: about 1 month ago
JSON representation

A small example which demonstrates how to use Crawly in order to extract data from JS based website.

Awesome Lists containing this project

README

        

# Autosites

A small example which demonstrates how to use Crawly in order to extract
data from JS based website.

Uses meeseeks, as a parses and Splash.

## Getting started
1. Start splash Server locally: `docker run -it -p 8050:8050 scrapinghub/splash --max-timeout 300`
2. Run the iex: `mix deps.get && iex -S mix`
3. Start the spider itself `Crawly.Engine.start_spider(AutotraderCoUK)`