Skip to content

Instantly share code, notes, and snippets.

View NSLog0's full-sized avatar
🦋

NSLog0 NSLog0

🦋
View GitHub Profile
from sshtunnel import SSHTunnelForwarder
import pymongo
EC2 = "<IP>"
MONGO_DB = "test_database"
MONGO_COLLECTION = "post"
# define ssh tunnel
server = SSHTunnelForwarder(
EC2,