steve1316 / granblue-automation-pyautogui

Educational application aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using a variety of CV technologies in the backend such as OpenCV, PyAutoGUI and EasyOCR and a frontend coded in Typescript.
https://github.com/steve1316/granblue-automation-pyautogui/wiki
121 stars 36 forks source link

Twitter API test not successful #95

Closed Chu2P closed 2 years ago

Chu2P commented 2 years ago

Having followed the slightly outdated instructions at https://github.com/steve1316/granblue-automation-pyautogui/wiki/Instructions-for-Farming-Raids I have filled out the twitter settings, however when I run test twitter API it claims test not successful

steve1316 commented 2 years ago

Hmm, I reviewed the instructions in the wiki page and made some minor updates to it but overall, the instructions have not changed. I also tried the Test Twitter API and it works fine. Can you check your settings.json file in the /backend/ folder and see if the twitter section is filled out the same as the fields in the Extra Settings page? The file is updated in real-time as you make changes to their respective fields in the Extra Settings page.

Chiuchiyin commented 2 years ago

elevated access is needed, go to https://developer.twitter.com/en/portal/dashboard and request it.

steve1316 commented 2 years ago

Yeah, you can apply for elevated access to v1.1 endpoints. I will see if I can set aside some time to add support for v2 endpoints in the meantime.

Chu2P commented 2 years ago

I have acquired elevated access, and it all seems to be working correctly now, thanks