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
- Host: GitHub
- URL: https://github.com/scraterpreter/scrapec
- Owner: scraterpreter
- License: mit
- Created: 2020-05-18T19:10:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T18:07:17.000Z (over 5 years ago)
- Last Synced: 2025-09-29T13:25:55.720Z (7 months ago)
- Topics: hacktoberfest, interpreter, python, python3, scratch, scratch-implementation, scratch3
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```