Commit Graph

7 Commits

Author SHA1 Message Date
Roboron3042 b2ab6c6355 ADD: Estimabot 2023-06-17 19:10:08 +02:00
Roboron3042 0fedfb7c70
Merge pull request #3 from oneeyedman/patch-1
Remove super weird invisible unicode spaces added by the Ivory client on MacOS :)
2023-06-13 22:48:55 +02:00
Carlos Mañas a381b9bcd4
fix(apreciabot): Remove super weird invisible unicode spaces
When copying the user's address from the Mac Ivory client, it adds invisible Unicode characters before and after the address. For example, "@user@mastodon.social" becomes "\u202a@user@mastodon.social\u202c". Visually, there is no difference, but it makes it impossible for the bot to locate the user.

Considering my limited knowledge of Python, I suggest using re to remove these Unicode characters before splitting the string.

100% proposition, 0% obligation.
2023-06-09 19:34:30 +02:00
Roboron3042 5b1e0ad6e8 DEL: Remove temp bots 2023-05-09 19:38:17 +02:00
Roboron3042 dfed69e958 CHG: describot notifies only following users on the home timeline 2023-04-24 23:25:25 +02:00
Roboron3042 e8e1c03b08 ADD: describot 2023-04-24 02:20:18 +02:00
Roboron3042 62f165d487 Initial commit 2023-04-23 13:47:16 +02:00