Itâs definitely pretty complicated to get my version working, since it was made after endless vibe-coding attempts (Iâm not a programmer either, so yeah). For the first part of development I used ChatGPT, and for the final phases I switched to Cursor â which, honestly, Iâd recommend using from the start, and Iâd also recommend it to anyone like me who wants to improve the app without actually having the skills to do it.
These factors made it basically impossible to cover every single thing you need to consider when installing it âfrom scratchâ (though I still think that, with Cursorâs help, it can be done).
That said, the folder structure is super simple:
inside each folder you can drop whatever related content you want (the file names donât matter â just donât rename the folders themselves unless you also edit the code). StrokeGPT grabs the contents based on each panelâs settings: loop/no loop, random/no random, etc.
âBotselfieâ is the folder that contains the botâs profile picture; in my version the profile image is placed on the left side of the screen and scaled up.
For the multimedia formats, just stick to the folder names.
JPG and similar go in images
GIFs go in gif
MP3s go in audio
Videos go in video.
Botselfie should be able to read images, videos, and GIFs.
Just drag your files into the right folders, restart the app, and youâre good to go.
After releasing that version, I kept working on the app a little on my own using Cursor.
I managed to expand the folder system for multimedia files by adding a hint/clue system.
Basically, even if itâs kinda rough, the bot detects certain words or âactionsâ you describe in chat, and based on that it plays specific media from additional subfolders. Each subfolder is one hint.
Example:
âI wanna kiss youâ (where kiss is a hint).
The bot goes to: static â updates â hint (custom folder linked in the code) â kiss (subfolder) and then plays a random file from inside it.
I did the same thing for audio too, just like you suggested.
Honestly itâs harder to explain than to understand in practice lol.
Before anyone asks: no, Iâm not releasing that version. I seriously donât feel like updating GitHub again, cleaning the build, removing personal API keys, etc.
Everything was made with ZERO coding experience and Cursor.
Hope this answers your questions â and I hope youâll drop an improved version yourself 