This agent uses Google's Gemini to generate posts and publishes them to Bluesky.
- Create a
.envfile: and add following details
GEMINI_API_KEY=your_gemini_key
BLUESKY_HANDLE=your_handle.bsky.social
BLUESKY_PASSWORD=your_app_password
-
Install dependencies:
pip install -r requirements.txt -
Run the agent:
python main.py