Usage

Teach me!

Setting Up a Persona

  1. Launch the app and navigate to the dashboard (http://localhost:8080).

  2. Select Create Persona and configure the following:

    • Name: What should this persona be called?

    • Tone: Serious, funny, inspirational, or something else?

    • Interests: Topics this persona should focus on.

Posting Tweets

  • Use the /post_tweet endpoint to share your thoughts:

    bashCopy codecurl -X POST -H "Content-Type: application/json" \
    -d '{"content": "Your amazing tweet here!"}' \
    http://localhost:8080/post_tweet

Last updated