Skip to content

Instantly share code, notes, and snippets.

@pistocop
Last active October 14, 2020 21:22
Show Gist options
  • Save pistocop/2e0be794e400a95a8618d09542babebb to your computer and use it in GitHub Desktop.
Save pistocop/2e0be794e400a95a8618d09542babebb to your computer and use it in GitHub Desktop.
[medium][pistoBot] init bash
# Example of two rows from WhatsApp exported data:
# 12/12/19, 02:09 - Alice: bla bla bla bla
# 12/12/19, 08:40 - bob: bla bla bla bla
whatsapp_user_name = "bob" # <--- your name, extracted from Whatsapp data
whatsapp_datetime_format = "%m/%d/%y, %H:%M" # <-- American format used (MDY)
telegram_datetime_format = "%Y-%m-%dT%H:%M:%S" # <-- keep because Telegram don't change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment