An autonomous Python agent that generates a daily programming concept using Google Gemini and logs it automatically via GitHub Actions.
- Click the green Use this template button at the top right of this page to copy this repository to your account.
- Go to Google AI Studio and get a free Gemini API Key.
- In your new repository, go to Settings > Secrets and variables > Actions.
- Click New repository secret, name it
GEMINI_API_KEY, and paste your key. - Go to the Actions tab and enable workflows. The agent will now wake up every day at 10:00 AM, write a new tech note, and commit it to your repository!