Antispam API for Python applications and sending notifications to the discord channel.
Prevents spam in your python web apps. Cloud features allow you to use additional anti-spam functionality. Cloud features allow you to use additional anti-spam functionality, such as: Personal IP/Email lists, blocking by country, language, stop words and etc.
You can read more about the Anti-Spam library here: https://github.com/CleanTalk/python-antispam?tab=readme-ov-file#python-antispam
I've created 2 examples, one using content(request_content file), and the other using embeds(request_embeds file). Depending on your preferences, choose the one you need.
- Create a webhook on your channel.
- Copy the webhook URL and paste it into the webhook_url variable in the request_embeds or request_content files.
- Paste your auth key from CleanTalk into the auth_key variable.
- Run the program and you will receive a message from your bot.
Result when using content:
and when using embeds: