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
- Host: GitHub
- URL: https://github.com/hirenchalodiya1/raspberrypi-send-ip
- Owner: hirenchalodiya1
- License: gpl-3.0
- Created: 2020-01-25T16:37:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T18:05:15.000Z (over 6 years ago)
- Last Synced: 2025-06-20T18:18:31.806Z (about 1 year ago)
- Topics: raspberry-pi, raspberry-pi-3, raspberry-pi-ip, raspberrypi-ip
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```