rouyng / airspotbot

twitter bot for automatically posting adsbexchange activity
GNU General Public License v3.0
5 stars 0 forks source link

Notify.run #38

Open Tiflo62 opened 1 year ago

Tiflo62 commented 1 year ago

Hey, Can you please add the smartphone notification system using notify.run?

Tiflo62 commented 1 year ago

Example:

import requests headers = { 'Content-Type': 'application/x-www-form-urlencoded', } data = 'Airspotbot: Plane detected!' response = requests.post('https://notify.run/CHANNEL_URL', headers=headers, data=data)