glenbot / ynab_downloader

A selenium tool to automate downloading bank account activity for importing into YNAB.
MIT License
10 stars 3 forks source link

Not able to run ynab-downloader #5

Open carconper opened 7 years ago

carconper commented 7 years ago

Hello,

After cloning the repo and using setup.py to build and install the ynab-downloader, I am trying to follow the instructions on the README as follows:

For a credit card: $ ynab-downloader chase --account_type cc

But bash is complaining about ynab-downloader command not found.

MacBook-Pro-2:~ $ ynab-downloader chase --acount_type cc
-bash: ynab-downloader: command not found
MacBook-Pro-2:~ $ 

I have also tried with ynab_downloader instead of ynab-downloader without any luck. Then I decided to try to run it directly from the download.py but it doesnt seem to be doing anything at all.

Am I missing anything? I know this is a very basic question but I am not very familiar yet with python packaging/building so I would really appreciate any help.

Thank you!

glenbot commented 7 years ago

You will need to clone the repo and then pip install -e ynab_downloader. So it you clone to /home/ynab_downloader you will need to run pip install -e ynab_downloader from /home. This repo is unfortunately behind on how it parses the html on the website to download the CSV export because I have since switched to the new YNAB and just hook up my bank account. But updates are always welcome.