-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get the historical data from the client.phone.call_logs() method. #342
Comments
Is there any way that I can get the historical data from the method mentioned above and not the data from the last 24 hours somehow? Below I will attach a part of my code to actually get the data. import numpy as np def dataframe_to_google_sheet(path_of_auth, sheet_name, worksheet_name, df):
def main():
if name == 'main': |
No description provided.
The text was updated successfully, but these errors were encountered: