OrBin / gramhopper

A rule-based Telegram bot engine, no coding required
https://pypi.org/project/gramhopper/
MIT License
3 stars 1 forks source link

Handle boolean operators in triggers configuration #16

Closed OrBin closed 5 years ago

OrBin commented 5 years ago

Follow-up task for #1.

Handle boolean operators (&, |, ~) in triggers configuration. Have a look at pypred to help with that.