A personal AI companion that runs on Termux (Android) and sends periodic notifications with thoughtful messages using the GROQ API.
- Termux installed on Android
- Termux:API add-on installed
- Python 3.x
- GROQ API key
pkg install python termux-api
pip install requests
git clone https://github.com/PrashantBtkl/little_big_dreams
cd little_big_dreams
export GROQ_API_KEY="your-api-key-here"
Edit the script to customize:
MASTER_NAME: Your name for personalized interactions
System prompt: Modify the AI's personality and behavior
Response formatting: Adjust words per line in notifications
Usage Run manually:
python little_big_dreams.py
Set up as a CRON job:
crontab -e
# Add line to run at desired interval:
# */30 * * * * cd /path/to/script && python little_big_dreams.py