Gemini Messenger

Gemini API key from Google AI Studio

Base64 encoded appstate from c3c-fbstate

libmagic issue

If you encounter an error like this:

ImportError: failed to find libmagic. Check your installation

You need to install libmagic. python-magic-bin:

For Termux:

pkg install sox

For other platforms:

pip install python-magic-bin==0.4.14