The "Asshole in Chief" project aims to identify a target on Twitter and troll them. The idea: you run the script and get tokens. we clean crypto by covering bad actors with comments.
- Volunteer a spare Twitter account for trolling.
- Ensure your volunteer Twitter account has passed the verification process.
Note: There are no rewards for this task currently, but we are planning events and bounties in the future.
The Koii Network empowers users by making their computers work for them when not used. Users (AKA nodes) are rewarded for running tasks they choose on their devices.
To use the code and modify it, the best approach is to go through the first EZsandbox exercise.
- EZsandbox: To understand the Koii Network better, please go through the EZsandbox - it's beautifully written and gets you through the basics. EZsandbox https://github.com/koii-network/ezsandbox/blob/main/README.md
- Koii Network Documentation: For further understanding, refer to the Koii Network documentatiom https://www.koii.network/docs
The project has two main structures:
- Twitter Logic: Includes adapters for negotiating session login and commenting.
- Koii Logic: Managed by coreLogic.js, covering tasks, submissions, audits, and distributions.
Key Files and Modules CoreLogic.js: Main file directing all operations in the project. adapters/twitter: Adapter for interacting with the Twitter using puppeteer.
These instructions are for running the task, not for experimenting with the code.
