hiway/spritzbot

Use regular expressions to check if a tweet is a mention.

Opened this issue · 0 comments

It is entirely possible to catch false positives if your bot's username is a substring of another username. Example: bot: @SpritzBot // another user: @spritzbot_user … here mentions to @spritzbot_user will also be treated as mentions to the bot if the bot is following the user and another person who is mentioning the user.