Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 679 Bytes

File metadata and controls

29 lines (21 loc) · 679 Bytes

🤖 Telegram Bots

3 Bots for Different Purposes

1. SOP Bot (@ESF_SOP_Bot)

  • Purpose: Answer policy questions
  • Commands: /start, /help
  • Usage: Ask natural language questions

2. Echo Rule Bot (@ESF_Echo_Bot)

  • Purpose: Log parent communications
  • Commands: /start, /help, /log
  • Usage: Type "Echo: your message"

3. CRM Bot (@Nursery_Onboarding_bot)

  • Purpose: Query nursery database
  • Commands: /enrollments, /children, /staff
  • Usage: Natural language or commands

Running the Bots

cd ~/esf-python-assistant
python3 run_telegram_bots.py

Setup Complete!

The Python solution is ready with all 3 bots.