PBVB - Bot that let's you automate the voting for you favorite pro bowler.
- Idea 💡
- Usage ⌨️
- Buy me a coffee ☕
- License 📃
So I came late to American Football, but ever since Prosieben MAXX started broadcasting ranNFL live here in Germany I was hooked!
Why make this bot? Well the guys from ranNFL gave a shoutout to vote for our German special teamer Mark Nzeocha to make the Pro Bowl. I voted, obviously! But my fingers started to get tired pressing the buttons one after another, so here we are! You can now vote how often you want without doing anything but starting a console application.
The console application is pretty simple to use, just download the ProBowlVotingBot.zip
from the release tab, unzip the folder, start a console in the folder you unzipped the files in and type the following:
ProBowlVotingBot.exe --position ST --name "mark zeocha"
With the above command the bot will download a local Chromium install it and then open it to do it's magic!
Of course you can specify any valid position and name from the voting cast. And if you don't need to see what is going on you can hide the browser!
ProBowlVotingBot.exe --position QB --name "patrick mahomes" --show false
Have fun voting! 🗳️🏈
If you like you can buy me a coffee:
MIT License
Copyright (c) 2018 fivefingergames
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.