TwitterBoy is a bot that runs the CoreBoy emulator and uses your profile picture as display and comments of a tweet as inputs.
.NET Core 3.1
- Compile the TwitterBoy csproj
- Copy the settings_example and credentials_example files in the same folder as your executable
- Remove the "_example" from both filename
- In the settings file, replace the tweet id by your tweet
- In the credentials file, replace all the A's by your credentials
- Run the executable from the command line and provide your rom like so: TwitterBoy.exe game.gb
- Q to toggle between manual and comments mode
- W to reload the settings
In manual mode:
- DPad - Arrow keys
- A - Z
- B - X
- Start - C
- Select - V
There is a pokemon branch that provide a class to automatically generate and upload a team status as your Twitter banner.
To use this you need to add a folder named "sprites" in the same folder as your executable and place png sprites named from 1 to 151.
You also need to add the font you want to use, named "font.ttf", in the same folder.
It also uses the memory editor to continually force the instant text glitch.