Skip to content

royatirek/StupidApp-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

StupidApp Predictor

A predictor for stupid app trivia game

Before starting you need

How to use for Windows user?

  • Open the script getAnswersStupid and replace subscription key with your api key.
  • Copy the script to some Folder
  • Open the cmd and point to that location where you have saved the script
  • Write the command
   chcp 65001
  • Now connect the phone with USB and recheck if your phone is in debugging mode and have adb installed.
  • Keep the screen of the phone on and copy these command in cmd when the question appears in the game. CHEERS
     adb shell screencap -p /mnt/sdcard/sc.png
     adb pull /mnt/sdcard/sc.png
     python getAnswersStupid.py --image sc.png

Contribution

You all are invited to contribute to this project.

Disclaimer

Use of this program to win trivia games is not the intend of developing it and I hope people use it in its intended way.