Skip to content

Add option to filter chat by date #61

Open
@lucasrodes

Description

@lucasrodes

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions