Skip to content

Instantly share code, notes, and snippets.

View nicleong27's full-sized avatar

Nicole Leong-Lee nicleong27

  • San Francisco, CA
View GitHub Profile
@nicleong27
nicleong27 / tweet_collection.py
Last active August 30, 2020 00:18
Tweet Collection
import tweepy
import json
from pymongo import MongoClient
MONGO_HOST = "mongodb://user:user123@127.0.0.1/twitter"
# filter for specific words or region
words = ["#datascience"]
region = [-122.75,36.8,-121.75,37.8]