Skip to content

Instantly share code, notes, and snippets.

View yohanboniface's full-sized avatar
💭
Set your status

Yohan Boniface yohanboniface

💭
Set your status
View GitHub Profile
import re
import time
from lxml import etree
from pymongo import MongoClient
from minicli import cli, run
client = MongoClient()
db = client.mydb
collection = db.disorders