An open API service indexing awesome lists of open source software.

https://github.com/hirenchalodiya1/raspberrypi-send-ip

Send IP of RaspBerryPI via Email to user
https://github.com/hirenchalodiya1/raspberrypi-send-ip

raspberry-pi raspberry-pi-3 raspberry-pi-ip raspberrypi-ip

Last synced: about 1 month ago
JSON representation

Send IP of RaspBerryPI via Email to user

Awesome Lists containing this project

README

          

# Send IP of RaspBerryPI via Email to user
## Steps
- Make sure `netifaces` and `python-decouple` are installed, if not run following command
```
pip install netifaces python-decouple
```
- Clone repo
```
git clone
cd # raspberrypi-send-ip
```
- Rename username `pi` and path to `sendmail.py` file in ifup_script
- Copy environment file
```
cp .env.example .env
```
- Change environmant variable in `.env` file
- Run install script
```
chmod +x install.sh
sudo ./install.sh
```