Skip to content

Instantly share code, notes, and snippets.

@nfarah86
Created May 18, 2020 06:36
Embed
What would you like to do?
Add these packages
from settings import *
from mongo_config import weather_data_collection, pollution_data_collection
from timeloop import Timeloop
from datetime import timedelta
import requests
import json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment