Skip to content
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

Add option to filter chat by date #61

Open
lucasrodes opened this issue May 11, 2020 · 0 comments
Open

Add option to filter chat by date #61

lucasrodes opened this issue May 11, 2020 · 0 comments
Milestone

Comments

@lucasrodes
Copy link
Owner

lucasrodes commented May 11, 2020

Concept idea

When loading chat

from whatstk import WhatsAppChat
chat = WhatsAppChat.from_txt('file.txt', date_min='2020-01-01', date_max='2020-01-21')

When analysing chat

from whatstk import WhatsAppChat
chat = WhatsAppChat.from_txt('file.txt')
chat = chat.filter_dates(date_min='2020-01-01', date_max='2020-01-21')
@lucasrodes lucasrodes self-assigned this May 11, 2020
@lucasrodes lucasrodes added this to the 0.3.0 release milestone May 11, 2020
@lucasrodes lucasrodes removed their assignment May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant