Now pay attention 007!
This thread is dedicated to the posting of tools and software developments (EG actual code or software) to aid Qanon.
And as it so happens, the first tool is primarily aimed at admin, but it's been built in such a way that other anons can reverse engineer the code.
Presenting to you, the first version of HunterKiller bot:
https://pastebin.com/bdCwj18n
HunterKill bot is a tool designed to aid 'hunt and kill' practices (specifically, identifying other bots and shills). It's a passive tool that parses a forum board or posts attempting to give it's users hints or clues as to unusual activity.
The above is only designed with Linux (Debian or Devuan derivatives) in mind, and I won't be able to assist with installing PIPs for Python on walking backdoors like Windows.
The version I'm giving you is pretty basic, bloated with inefficient if-else type clauses (if you strip out the if-else you'll get the underlying webscraping mechanic).
Instructions to setup your machine for use:
1) Copy code from pastebin
2) Create any textfile and make sure it ends with '.py'
3) (Optional) install Geany (different Python editors can cause headaches in the indentation)
The code should be Python version agnostic, but I find mine defaults to 2.7. Either 2.7 or 3.0 *should* work.
Install the following libraries:
1) Beautiful Soup [HTML parser]
Debian/Devuan command:
For python 2.7: sudo apt-get install python-bs4
For python 3.0: sudo apt-get install python3-bs4
2) Mechanize [automated browser tool]
Debian/Devuan command:
sudo apt-get install python-mechanize
Either call the code from the terminal (cmd.exe for Windows whores) with: python <full filename path>
Or, if you've opened the code to edit it in Geany, simply press 'F5' to run.
HunterKiller bot is entirely passive and is purposefully designed not to post (a HK bot is a bot that hunts other bots and shills). In theory, it's indistinguishable from a browser (if you were to give it a proper user-agent string).
There should be sufficient programming building blocks for you to build a hypothetical client-side bulk post parsing tool, which I think might be extremely useful for admins.
I've configured it to classify threads and filter out breads, but this isn't an endorsement of how it could or should be used. The classification system could do with a huge refinement (EG a probability score).
HK bot's licence is simple: anyone can use it, except those receiving financial remuneration or gifts as incentive to post here, and anyone who pays or employs anyone to post here, who aren't part of the board administration/official Q-team.
Translation: paid for opposition shills are legally liable if they use this. Everyone else is exempt.
I hope to supply other tools as time permits, as well as upgrades.