It's very possible he was just messin' around with people this week...
On the other side, the bot worked flawlessly, as far as scanning, pulling down the image, and then not finding anything due to the incorrect format... So I see this week as a mild success... I guess the new format also might allow you to tweak the script to add this as a 'new' format..?
Yeah so for the new format. I will send out an email to all members explaining to them they can use the new format if they prefer. This new format will find the coin anywhere in the tweet / image. So the coin doesn't have to be the first word.
However, people will have to realise it will also be prone to false triggers. Like in a scenario below:
Coin of the week: Altcoin1 ( similar to Altcoin2 ). Blablabla reason why it is a good coin
In this case the bot might also buy Altcoin2.
So is very vulnerable to false triggers. That is why I don't have it setup like that. As I rather miss out on a trade, than buy the wrong coin.
However, if people prefer to use it that way it is a very easy fix. All you have to do is change: "re.match" to "re.search" in the script.