Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Dec 2, 2022
1 parent 377ff61 commit 2f2cb94
Showing 1 changed file with 10 additions and 43 deletions.
53 changes: 10 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,55 +11,22 @@
![Screenshot_20221202_223646](https://user-images.githubusercontent.com/74001397/205381500-2b1e8ac8-6a6d-4d6b-b24d-d78dd680111f.png)


# Installation & Usage
**Clone from Github**:
# Installation
## Github
```
$ git clone https://github.com/rly0nheart/thedevilseye.git
pip install git+https://github.com/rly0nheart/thedevilseye
```

```
$ cd thedevilseye
```

```
$ pip install -r requirements.txt
```

```
$ python eye search-query
```

**Install from Pypi**:
## PyPI
```
$ pip install thedevilseye
pip install thedevilseye
```

```
$ eye search-query
```

**Upgrade to latest version**:
# Usage
```
$ python eye --update
thedevilseye <query>
```

```
$ pip install --upgrade thedevilseye
```


# Optional Arguments
| Flag |MetaVar| Usage|
| ------------- |:----------------------:|:---------:|
| <code>-q/--query</code> | search query | *return results related to the search query*|
| <code>-i/--i2p</code> | | *switch to i2p network search* |
| <code>--jailbait</code> | | *Ahmia.fi self-help program; The self-help program is primarily intended for people who are worried about their interest, thoughts, feelings or actions concerning children.* [Learn more](https://ahmia.fi/legal) |
| <code>-d/--dump</code> | path/to/file | *dump output to a file*|
| <code>-v/--verbose</code> | | *enable verbosity* |
| <code>-u/--update</code> | | *update thedevilseye to the newest version* |
| <code>--release-tag</code> | | *show program's release tag and exit* |
| <code>--licence/--license</code> | | *show program's licen[sc]e and exit*|
### Note
> Make sure you have selenium geckodriver properly setup
>> Firefox browser needs to be installed on system
# LICENSE
![license](https://user-images.githubusercontent.com/74001397/137917929-2f2cdb0c-4d1d-4e4b-9f0d-e01589e027b5.png)
Expand Down

0 comments on commit 2f2cb94

Please sign in to comment.