https://github.com/syntaxsdev/arcscraping
https://github.com/syntaxsdev/arcscraping
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/syntaxsdev/arcscraping
- Owner: syntaxsdev
- Created: 2023-02-21T06:34:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T00:25:16.000Z (over 2 years ago)
- Last Synced: 2025-02-16T23:11:53.987Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 77.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```