Skip to content

xingyu-long/robinhood_plugin_for_xbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Robinhood plugin for xbar

This plugin provides the easiest way to access your portfolio value and holdings. Example

How to use it

  • Download the latest release of xbar.
  • Install robin-stocks package.
    $ /usr/local/bin/python3 -m pip install robin_stocks
    
  • Clone this repo and modify username and password
    $ git clone https://github.com/xingyu-long/robinhood_plugin_for_xbar.git
    $ chmod 755 robinhood.1m.py # In case xbar cannot run it.
    

Troubleshooting

  • login issue
    exit status 1: Traceback (most recent call last):
    File "/Users/clarklong/Library/Application Support/xbar/plugins/./robinhood. 1m.py", line 75, in <module>
    main()
    File "/Users/clarklong/Library/Application Support/xbar/plugins/./robinhood. 1m.py", line 69, in main
    r.login (username, password)
    File /usr/local/lib/python3.9/site-packages/robin_stocks/robinhood/authentication.py", line 168, in login
    sms code = input('Enter Robinhood code for validation: ")
    EOFError: EOF when reading a line
    
    Solution: You can run this script with your terminal first and fill the verification code.

About

This plugin provides the easiest way to access your portfolio value and held positions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages