spdconvos / encryptedbot_py

A bot that scrapes and tweets metadata from OpenMHZ calls.
1 stars 1 forks source link

Tweet length is not checked #9

Closed spdconvos closed 3 years ago

spdconvos commented 3 years ago

Currently the bot assumes that any number of calls will all fit in a single tweet. If we add names this may no longer be true.

AetherUnbound commented 3 years ago

We have some logic for doing this in the signal-scanner-bot: https://github.com/SeattleDSA/signal-scanner-bot/blob/master/signal_scanner_bot/twitter.py#L24