├── .gitignore ├── LICENSE ├── README.md ├── config.json └── voter.py /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode 2 | msedgedriver.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvcoutinho/BBB-Voter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvcoutinho/BBB-Voter/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvcoutinho/BBB-Voter/HEAD/config.json -------------------------------------------------------------------------------- /voter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvcoutinho/BBB-Voter/HEAD/voter.py --------------------------------------------------------------------------------