Bucky is a chatbot specialized in microwork. He can be found on Telegram: just search for @buck_a_bot (server might not be running).
To run the chatbot on a personal computer, please read the documentation.
Go to the /src
directory and run npm install
.
To deploy the crowdsourcing platform, go to the root directory and execute the following steps.
Execute command:
docker-compose up
(For instructions on how to install docker-compose, click here)
Navigate your browser to localhost:3333/seed/reset-and-seed
to fill the database with tasks. Use the pipelines to insert task units.
Bucky is now active on port 2222, the Requester API on port 3333 and the MongoDB on port 4444.