Skip to content

How to export chat history in to the text? #286

Description

@fastchain

Hello!
I would like to export chat history from sqlite database in to the text file, is there any built in tool for this? If no, what is the key for the sqlite database because it seems to be encrypted?

# the key in config is not set  tg/config.py: ENC_KEY = ""

tg_data/database# sqlcipher db.sqlite
SQLite version 3.39.2 2022-07-21 15:24:47 (SQLCipher 4.5.2 community)
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> pragma key="";   
sqlite> .tables
Error: file is not a database
sqlite> 

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions