Skip to content

AI companion who reads books, cooks, and drops random wisdom bombs throughout your day

Notifications You must be signed in to change notification settings

PrashantBtkl/termux_companion_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🐳 AI Companion Bot for Termux

A personal AI companion that runs on Termux (Android) and sends periodic notifications with thoughtful messages using the GROQ API.

image

Prerequisites

  • Termux installed on Android
  • Termux:API add-on installed
  • Python 3.x
  • GROQ API key

Installation

Install required packages:

pkg install python termux-api
pip install requests

Clone the repository:

git clone https://github.com/PrashantBtkl/little_big_dreams
cd little_big_dreams

Set up your GROQ API key:

export GROQ_API_KEY="your-api-key-here"

Configuration

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

About

AI companion who reads books, cooks, and drops random wisdom bombs throughout your day

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages