Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therealwolf42/votingpowerbar
Python Script for displaying VotingPower % of specific Steem User in the MenuBar
https://github.com/therealwolf42/votingpowerbar
Last synced: 26 days ago
JSON representation
Python Script for displaying VotingPower % of specific Steem User in the MenuBar
- Host: GitHub
- URL: https://github.com/therealwolf42/votingpowerbar
- Owner: therealwolf42
- Created: 2017-09-04T07:59:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T15:13:37.000Z (over 7 years ago)
- Last Synced: 2024-08-03T09:05:13.727Z (4 months ago)
- Language: Python
- Size: 8.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - VotingPowerBar
README
# VotingPowerBar Python App for MacOSX
Python Script for displaying VotingPower % of specific Steem User in the MenuBarLive Example
--------![](https://github.com/therealwolf42/votingpowerbar/blob/master/votebar_action.gif)
User Example
--------
![](https://github.com/therealwolf42/votingpowerbar/blob/master/votebar_accounts.gif)Required
--------
* Python 3 (https://www.python.org/downloads/)
* pip (should be part of python)
* Steem (https://github.com/steemit/steem-python)
* rumps (https://github.com/jaredks/rumps)How-To
--------
1.) Open terminal and go to the folder for the bot.2.) Install Python3 (from link)
3.) Install steem
pip install -U steem
4.) Install rumpspip install rumps
5.) Start the scriptpython votingpowerbar.py
If this doesn't work - try
python3 votingpowerbar.py
You can also use py2app but currently only the alias mode works (this won't create a standalone to share - only on your local machine).
Install py2app (e.g. via pip)first: (https://py2app.readthedocs.io/en/latest/install.html#installing-with-pip) and then:python setup.py py2app -A
Notes
--------
* If you want to change the usernames (max. 5 currently supported) just edit the data.txt directly.
* If you think that the timer might stop working you can1.) activate debug mode (just uncomment 'rumps.debug_mode(True)')
2.) Update manually.
* If you have any custom wishes - let me know!
Known Bugs
--------
* py2app standalone build does not work / Works only via alias mode
* Editing Users in the APP while starting it from the console doesn't work and doesn't support multiple accounts. Thus I commented it out. Just edit in the text field and restart.