The Big Bots project is a social experiment aimed at identifying bots and sock puppets in the social platforms feeds. https://botim.online
Botz is a Chrome/Firefox extension that detects suspicious bot activity.
The Big Bots Project is a social experiment aimed at identifying bots and sock puppets in the social platforms feeds.
Hat tip to noam-r & Yuval Adam for leading the entire project.
Thanks to anyone who participated in botim.online Hackathons!
Visit https://botim.online to support the project and to submit bot reports.
Table of Contents
Development
Clone to your computer.
Install dependencies:
yarn install
Building the extension:
yarn build # or if you want to watch for file changes yarn watch
Creating a zip file:
yarn zip
Using the extension
Chrome
- Access
chrome://extensions
. - Enable
Developer mode
. - Load the extension with
Load unpacked
. - You must reload the extension after each change in the code.
Firefox
- Access
about:debugging
. - Select
Enable add-on debugging
. - Load the extension with
Load Temporary Add-on...
- You must reload the extension after each change in the code.
- The extension is running automatically when Twitter is accessed in the browser.
No comments:
Post a Comment