intelmq icon indicating copy to clipboard operation
intelmq copied to clipboard

Prepare Tuency bot for new version

Open kamil-certat opened this issue 11 months ago • 1 comments

In currently developed Tuency version, the querying capabilities are being extended to support identifier and feed.code, and the information about constituency is returned.

In addition, the bot got more customisation capabilities and fixes for various cases.

This version has been tested with a real Tuency instance.

kamil-certat avatar Jan 29 '25 16:01 kamil-certat

codestyle errors:

intelmq/bots/experts/tuency/expert.py:118:13: W503 line break before binary operator
intelmq/bots/experts/tuency/expert.py:146:29: W503 line break before binary operator
intelmq/bots/experts/tuency/expert.py:157:27: E203 whitespace before ':'
intelmq/bots/experts/tuency/expert.py:157:28: E231 missing whitespace after ':'

sebix avatar Apr 28 '25 08:04 sebix