Skip to content

Instantly share code, notes, and snippets.

@nfarah86
Created May 18, 2020 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfarah86/a49cbaa033239c636ef4f3bbe1dca2d0 to your computer and use it in GitHub Desktop.
Save nfarah86/a49cbaa033239c636ef4f3bbe1dca2d0 to your computer and use it in GitHub Desktop.
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