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

https://github.com/syntaxsdev/arcscraping


https://github.com/syntaxsdev/arcscraping

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# ARCScraping | ARC-hi-TECHs

## How To Set Up ##

Make sure you have Python 3.3 +.

**CD** into the ARCScraping directory once you've cloned it.

### Cloning Steps
1. In VS Code, sign into your GitHub Account.
2. Press (CMD + SHIFT + P) or (CTRL + SHIFT + P) and type clone. Click the command `Git: Clone`.
3. Paste the clone **HTTPS** link and click **Clone from URL**.
4. Pick the folder you want to clone to.
5.
On Mac, in the VS Code terminal:
```sh
source env/bin/activate
```

On Windows, in the VS Cdoe terminal:
```ps
env/Scripts/activate
```

### To run the file (GUI)
```py
python interface.py
```