Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mzakharo/birdnetapp
Browse files Browse the repository at this point in the history
  • Loading branch information
mzakharo committed Jan 14, 2023
2 parents 8072a85 + 890ded1 commit 4c68f7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@ BirdNET App for raspberry Pi 3/4+
- User has a telegram [bot token](https://www.thewindowsclub.com/how-to-create-a-simple-telegram-bot) and a [chat id](https://stackoverflow.com/questions/32423837/telegram-bot-how-to-get-a-group-chat-id)

## Installation
- Clone BirdNet-Analyzer repository to `/home/pi`
- cd to `/home/pi`
```bash
git clone https://github.com/kahst/BirdNET-Analyzer.git
```
- Clone this repository to `/home/pi`
```bash
git clone https://github.com/mzakharo/birdnetapp.git
git clone --recurse-submodules https://github.com/mzakharo/birdnetapp.git
```
- In the `birdnetapp/birdnetapp` folder, create a `secrets.py` with the following contents:
```python
Expand Down
4 changes: 2 additions & 2 deletions birdnet_server.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ StartLimitIntervalSec=0
Type=simple
Restart=always
RestartSec=30
ExecStart=/usr/bin/python3 -u /home/pi/BirdNET-Analyzer/server.py
WorkingDirectory=/home/pi/BirdNET-Analyzer/
ExecStart=/usr/bin/python3 -u /home/pi/birdnetapp/BirdNET-Analyzer/server.py
WorkingDirectory=/home/pi/birdnetapp/BirdNET-Analyzer/

[Install]
WantedBy=multi-user.target

0 comments on commit 4c68f7d

Please sign in to comment.