Python script to vote for cards automatically on threads using just the board ID
- Install Python 3
- Install virtualenv
pip3 install virtualenv
- Run setup script
source setup
- Activate virtualenv
source activate
- Update the board ID
board_id = {board ID in the URL}
- Run the script
python ideaz.py
Note: Currently, the script just votes on all of the cards.
Note: When done, run deactivate