Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Python by yuanbo ( 8 years ago )
#/usr/bin/env python
# coding=utf-8
from urllib import parse
from pymongo import MongoClient
c = MongoClient('mongodb://zytong:[email protected]:27017,120.132.11.15:27017,120.132.6.138:27017')
c.crawler.test1.insert({'aoskar':'handsome'})
Revise this Paste