1. Go to poe.com .

  2. Sign up, then click on "Create Bot."

    Create bot.png

  3. Poe offers two methods for setting the bot behavior: a. Using a prompt. b. Using a server.

    Since we’ll be using monetizebot.ai’s API, we will be using a server to set the behavior of the bot.

    Use Server.png

    Poe recommends employing modal.com to create a server for deploying the bot.

    The steps to do so:

    1. Scroll down and visit https://developer.poe.com/server-bots/quick-start.

      developer.poe.com.png.png

    2. Open the command prompt/terminal on your local device and enter the following commands:

      pip install modal-client

      python -m modal token new --source poe

      git clone <https://github.com/poe-platform/server-bot-quick-start>

      cd server-bot-quick-start

      pip install -r requirements.txt

    3. Navigate to echobot.py in the newly created folder and replace the code in the file with the code in the file attached below:

      echobot.py

    4. After doing so, deploy the app using the command:

      python -m modal deploy echobot.py

    5. Click on the first link in the command prompt to verify the successful deployment.

      terminal screenshot.png

  4. We will now be deploying the app on Poe. To do so, return to poe’s webpage and scroll down to enter details under the “Use Server” section:

    server url.png

    Paste the Server URL copied from the command prompt or terminal in the “Server URL” section.

  5. Give a suitable bio for your bot, then click on "Create Bot," and you're all set!

    Bio and create bot.png

  6. Get ready for payday 🚀