Created
May 4, 2019 03:36
-
-
Save guinslym/354ff9e42926bcc3e8f72d5492175e26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from datetime import date | |
import csv | |
import lh3.api | |
import requests | |
import sys | |
import tempfile | |
import zipfile | |
client = lh3.api.Client() | |
today = date.today() | |
chats = client.chats().list_day(today.year, today.month, today.day) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment