pytr-org / pytr

Use TradeRepublic in terminal and mass download all documents
https://pypi.org/project/pytr/
MIT License
420 stars 74 forks source link

export_transactions is an invalid command #30

Closed brunomorampc closed 2 years ago

brunomorampc commented 2 years ago

First of all thanks for the great tool.

I would like to dowload the csv files to import it to portfolio performance. But the command export_transactions seems to be not available anymore. How can I do that? Thanks

C0D3D3V commented 2 years ago
pytr  export_transactions --help
usage: pytr export_transactions [-h] [-l LANG] INPUT OUTPUT

Create a CSV with the deposits and removals ready for importing into Portfolio
Performance

positional arguments:
  INPUT                 Input path to JSON (use other_events.json from dl_docs)
  OUTPUT                Output path of CSV file

options:
  -h, --help            show this help message and exit
  -l LANG, --lang LANG  Two letter language code or "auto" for system language (default:
                        auto)
brunomorampc commented 2 years ago

thanks but the problem was that the export_transactions was not even existing as an option. I figure it out that the problem was the python version. I had download a old version of pytr.

thank you :) you can close the issue