Skip to content

Instantly share code, notes, and snippets.

@guinslym
Created May 4, 2019 03:36
Show Gist options
  • Save guinslym/354ff9e42926bcc3e8f72d5492175e26 to your computer and use it in GitHub Desktop.
Save guinslym/354ff9e42926bcc3e8f72d5492175e26 to your computer and use it in GitHub Desktop.
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