Skip to content

Instantly share code, notes, and snippets.

View just4give's full-sized avatar

Mithun Das just4give

View GitHub Profile
@just4give
just4give / keepalive_ngrok.py
Last active January 30, 2022 23:18
ngrok forever on raspberry pi
import json
import subprocess
import time
from pathlib import Path
import atexit
import boto3
import requests
import datetime
#path where you have extracted ngrok execution file. Follow readme file to install on Pi