Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abbot chimes in every N messages #75

Open
1 of 2 tasks
bnonni opened this issue Dec 8, 2023 · 1 comment
Open
1 of 2 tasks

Abbot chimes in every N messages #75

bnonni opened this issue Dec 8, 2023 · 1 comment
Assignees
Labels
abbot Abbot (bot) related functional requirement Required for system functionality and stability (MVP), aka "need to have" nostr Related to nostr integration telegram

Comments

@bnonni
Copy link
Member

bnonni commented Dec 8, 2023

Requirements

  • Telegram: need 2 new slash commands: unleash and leash

    1. /unleash
      • takes an optional argument that must be an integer
      • default is 5 if no arg passed
      • sets DM keys "config.unleashed" = true and "count" = arg | 5 to turn on the feature
      • arg = how many messages abbot waits before chiming in
    2. /leash
      • takes an optional argument that must be an integer
      • default is None if no arg passed, don't change the count
      • sets DB keys "config.unleashed" = false to turn off the feature
  • Nostr

@bnonni bnonni self-assigned this Dec 9, 2023
@bnonni bnonni added abbot Abbot (bot) related functional requirement Required for system functionality and stability (MVP), aka "need to have" labels Dec 9, 2023
@bnonni
Copy link
Member Author

bnonni commented Jan 8, 2024

Telegram complete with this commit: 483b24d

@bnonni bnonni changed the title Abbot chimes in every N messages (Nostr) Abbot chimes in every N messages Jan 8, 2024
@bnonni bnonni added nostr Related to nostr integration telegram labels Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abbot Abbot (bot) related functional requirement Required for system functionality and stability (MVP), aka "need to have" nostr Related to nostr integration telegram
Projects
Development

No branches or pull requests

1 participant