Too many bots, 1 easy solution.
When calling the event to post something, add an if statement checking how many times a link is present in the context of the post (an easy solution is to check if a word starts with https). If it exceeds some number (it could be relative to the user's activity and/or account age) then the post is held up for review or is not posted at all.
When calling the event to post something, add an if statement checking how many times a link is present in the context of the post (an easy solution is to check if a word starts with https). If it exceeds some number (it could be relative to the user's activity and/or account age) then the post is held up for review or is not posted at all.