A Python Bot that tries to suggest you answers to LiveQuiz questions.
🚧
I still have to work on the accuracy that as of today is pretty low 😅
For now is working only on smartphone with a resolution of 2246x1080, but I'm willing to make it device independant.
🚧
I don't encourage anyone to use this bot, that was made exclusively for educational purposes.
The script requires adb, available within the Android SDK Platform Tools.
To install the other requirements: pip install -r requirements.txt.
- Enable USB debugging on your smartphone.
- Plug the phone and check, using
adb devices, if your device is listed. - Run
python answer_bot.py. - As soon as the question is shown press
Enterto take a screenshot and wait few seconds for the processing. - Good Luck!
Distributed under the MIT license.
Copyright © 2019, Filippo Serafini.