Skip to content

Commit

Permalink
type fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
H3lllfir3 committed Oct 25, 2023
1 parent 7f0c110 commit 84dec2a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,21 @@ git clone https://github.com/H3lllfir3/URLInspector.git
cd URLInspector
```

2. Install the CLI globally:

```bash
pip3 install -r requirements.txt
python3 setup.py install
```
### Sending Notifications
2. Sending Notifications:

- Users can enable notifications for important events by setting up a Discord webhook URL.
```python
# Put the webhook URL in src/inspector/config.py as follows:
DISCORD_WEBHOOK_URL = "your_webhook_url_here"
```

3. Install the CLI globally:

```bash
pip3 install -r requirements.txt
python3 setup.py install
```


### Scheduling Using a Cron Job

Expand Down

0 comments on commit 84dec2a

Please sign in to comment.