Hi,
Currently the bot does: * Iterate over all tweets of target users and save them internally * Iterate over all liked tweets of target users and save them internally * Iterate over all saved tweets: * If URLs are detected, add them to the data * If pastebin-URLs are detected, get the content add at it to the data * concatenate all the data to one big string and sent it as report
I am now interested in feedback from potential users. Is that functionality useful, can it be improved?
Speaking for myself I think that it is more useful and easier to process afterwards when there is one report per piece of data found, i.e. the URL in the tweet or the content of the linked pastebin.
Sebastian