bluesky-astronomy / astrobot

A bot that handles actions on the Astronomy feeds, like sign ups.
https://astronomy.blue
MIT License
3 stars 1 forks source link

Improve command recognition & help text #8

Open emilyhunt opened 2 months ago

emilyhunt commented 2 months ago

There are many cases when the bot doesn't quite recognise a command, such as:

... and more.

It would be great for the usability of the bot if:

  1. The method to turn a post into a set of words to match could be more robust. (Currently this is an ugly thing that should be refactored & improved.)
  2. The help text when someone fails to do a command correctly was better.
  3. The bot also checked replies for if they contain a command (harder to add but possible, maybe if the first word is correct? I dunno)
emilyhunt commented 1 week ago

Newline & spaces aspects of this were fixed in recent commits. Other stuff is harder, so lowering priority for now...