A twitter bot that tweets each time a profile is challenged by the members of Proof of Humanity (POH). It displays the name of the profile being challenged, a link to the profile in POH and a link to the case in the Kleros court.
Feel free to open an issue with any suggestions.
Thanks to gtcr-twitter-bot for examples on how to connect to the Etereum blockchain.
Clone the project
git clone https://github.com/tomasellis/poh-challenge-bot
Go to the project directory
cd poh-challenge-bot
Install dependencies
npm install
Compile contracts
npm run generate
Run the sandbox
npm run sandbox