The CORTEX IMPLANT community was created on Mastodon as an international, cyberpunk-inspired, LGBTQIA+ friendly space for edgerunners, netrunners, cyberpunks, and anyone else who wants to join the community.
The CORTEX IMPLANT community is built on the Fediverse platform, which is a decentralized network of interconnected communities and individuals who share their interests, experiences, and thoughts with one another. The Fediverse allows users to communicate and interact with each other through a variety of applications and protocols, providing a rich and diverse online environment for people to connect and engage with one another.
As a cyberpunk-inspired community, the CORTEX IMPLANT community is focused on the themes, ideas, and aesthetics of the cyberpunk genre, including advanced technology, hacking, and artificial intelligence. The community is open to people of all genders, sexual orientations, and backgrounds, and provides a safe and inclusive space for its members to explore their interests and express themselves.
The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking. Stop and Block all kinds of bad internet traffic even Fake Googlebots from ever reaching your web sites.
A curated list of delightful Conversational AI resources.
A Python module for building parsing expression grammars. Build recognizers combinatively, i.e., by plugging together discrete examples of things to look for. Very useful for command parsers.
Telegram is a popular messaging application. This library is meant to make it easy for you to write Python programs that can interact with Telegram. Think of it as a wrapper that has already done the heavy job for you, so you can focus on developing an application. Designed for use with a user or a bot account (bot API alternative).
A simple (rule-based) bot library for Signal Private Messenger in Python. Please note that this library is unofficial, unapproved and not nearly as secure as the real Signal clients. Has a bunch of example bots to use as reference material for your own.
A friendly lightweight wrapper around slixmpp for writing XMPP bots in Python. The goal is to make writing and running XMPP bots easy and fun. xbotlib is a single file implementation which can easily be understood and extended. It provides a small API surface which reflects the slixmpp way of doing things.
The xbotlib source code and ideas are largely borrowed/stolen/adapted/reimagined from the XMPP bot experiments that have gone on and are still going on in Varia.
My Advisory Circular network of twitter bots post in real-time whenever they detect aircraft flying in circles over cities around the world, including Los Angeles, Baltimore, Portland, Minneapolis, and London. The bots often tweet about news and fire aircraft, and because they use an uncensored source of data they also tweet police, FBI, DHS, DEA, CBP, and military aircraft. They look for circles because it means an aircraft is doing something instead of going somewhere. If you've ever asked “what is that helicopter/plane?” there’s a good chance my bots can answer your question—even if it's an advanced military surveillance plane.
A curated list of awesome stuff around the Matrix protocol, network, and ecosystem.
A directory of free APIs for use in software and web development.
A curated list of awesome Mastodon and Fediverse related stuff!
A turn based game for bots, not people to play.
A multi-agent systems platform written in Python and based on instant messaging (XMPP). Develop agents that can chat both with other agents and humans. Requires Python v3.6.x or later. Behavior based model. Asynchronous. Web interface. Uses the presence notification XEP.
Documentation: https://spade-mas.readthedocs.io/en/latest/
There is even web based control panel: https://spade-mas.readthedocs.io/en/latest/web.html
A Python module which works with (and captures) tracebacks, especially in the event of a crash. I think this could be used to capture the stack dumps of bots just before they crash, and along with the atexit module send them as last-ditch cries for help.
atexit lets you register a function that runs when your code ABENDs.
Use this in my bots to signal when they crash?
A modular Python framework for implementing chatops bots. Aims to make it easy to write new plugins that implement various skills and interfaces. Supports XMPP MUCs. Can be configured from inside of chat, so you don't have to edit a config file and restart the bot. Implements command access control.
An article about writing chatbots for chatops in python. Links to frameworks to help do this.
A stackoverflow discussion about how to use python to make an xmlhttprequest. I looked this up because that's how you're supposed to interact with unmark's pseudo API. The accepted answer shows how to do it with scrapy, but I think it could be adapted for use with the requests module. The HTTP method would be POST, and one of the headers would be "X-Requested-With: XMLHttpRequest". It's worth a shot, at any rate.
An awesome list of resources for building bots.