Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
chromedriver/
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ sc.js is a the base of the ios shortcut [COMING SOON]

# Setup

On mac/pc:
## Using virtualenv
> Recommend using pipx: https://github.com/pypa/pipx

- Install virtual-env
- `pipx install virtualenv`
- Install requirements
- `pip install -r requirements.txt`

## On mac/pc:

`pip install -r requirements.txt`

Expand All @@ -24,7 +32,7 @@ It needs to be found in your `PATH` variable.

`python req.py` to run. It will loop until you kill the job. `ctrl + c` in your terminal to give the pro lifes a break (optional).

mac:
## mac:

You might also get a trust issue with the downloaded driver being unverified. To fix that, run

Expand Down
Loading