RealityNet / teleparser

Telegram cache4.db parser
MIT License
60 stars 13 forks source link

Missing construct dependency in README #1

Closed Aztorius closed 4 years ago

Aztorius commented 4 years ago

Describe the bug Crash because of missing dependency. Fixed with pip install --user construct

Script logs

Traceback (most recent call last):
  File "./teleparser.py", line 45, in <module>
    import tblob
  File "/home/william/outils/teleparser/tblob.py", line 33, in <module>
    from construct import * # pylint: disable=W0401,W0622,W0614

OS used to execute the script (please complete the following information):

Telegram app (please complete the following information): *

Additional context

dfirfpi commented 4 years ago

Thanks @Aztorius , I'll add the requirements file.