matryer / xbar-plugins

Plugin repository for xbar (the BitBar reboot)
https://xbarapp.com
2.45k stars 1.04k forks source link

001-robinhood.1m.py: #2004

Open noking11 opened 9 months ago

noking11 commented 9 months ago

fao @jonathangrant - unsure why but code isnt working when I install in terminal or idle. please advise

sprak3000 commented 9 months ago

@noking11

Could you provide more details? Are you seeing any error messages?

Some other items to check:

  1. Did you update the username and password items in the script? ~line 15 me.login(username="Your Username Here", password="Your Password Here")
  2. Is the specified python executable installed? Script uses /usr/local/bin/python. You can run which python in your terminal to see if that matches. If not, update the first line in the script to be the one reported.