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

https://github.com/scraterpreter/scrapec

Compiler for Scrape
https://github.com/scraterpreter/scrapec

hacktoberfest interpreter python python3 scratch scratch-implementation scratch3

Last synced: 3 months ago
JSON representation

Compiler for Scrape

Awesome Lists containing this project

README

          

# scrapec

This is a compiler designed to accompany [scrape](https://github.com/scraterpreter/scrape).
Usage instructions are listed on the [repository for scrape](https://github.com/scraterpreter/scrape).

It is recommended to install scrapec using the Snap package available on the Snap Store.

## Build Instructions
```bash
git clone https://github.com/scraterpreter/scrapec.git # clones the repository
cd scrapec
pip install . # installs scrapec
```