Guest User

Untitled

a guest
Dec 13th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. last_edit_date 1510725930
  2.  
  3. start = datetime.datetime(2017,12,11,00,00,00).isoformat()
  4. #get all labels until end date
  5. end = datetime.datetime(2017,12,17,00,00,00).isoformat()
  6. #mongo connection, get classified data
  7. client = MongoClient ('localhost', 27017)
  8. db = client ['alphaDB']
  9. collection = db['TechCrunch']
  10. source = 'TechCrunch'
Add Comment
Please, Sign In to add comment