B16f00t / whapa

WhatsApp Parser Toolset v1.59
1.1k stars 258 forks source link

Cannot execute by command line #123

Closed formone98127 closed 3 years ago

formone98127 commented 3 years ago

When using the command line directly to parse msgstore.db, it occured an error: An error occurred connecting to the database name 'company' is not defined

Command line used: python3 ~/whapa/libs/whapa.py -m "/home/user/WADB/msgstore.db" -wa "/home/user/whapa/wa.db" -a -tt -r EN -o /home/user/whapa/report

B16f00t commented 3 years ago

The problem is that the tool takes this default value './cfg/settings.cfg', to solve this in the next update, I will put an argument to choose the path of the settings.cfg file or to capture the directory path where whapa is located

formone98127 commented 3 years ago

lots of thanks!

B16f00t commented 3 years ago

Fixed in new version 1.52