Use custom chatgpt personas

I have setup a bbpress forum on my site. I understand nobody wants to use a forum with no users and no discussions… can I use chat gpt to have different useres to start some discussions, just to get some activity in the forum? How can it be done. Can I make a scenario where one user log in and post a question, and a another where a different user answer the question. Does anyone have a idea how something like this could be made? I have Wordpress and chatgpt api.

If you want to do in with Make.com you need API access to bbPress. You have to look up is there is an API and if there are methods for creating users and threads (i’m not sure). If yes, you can access it via a http module in make. If you want to make a post you can send the generated text from chatgpt via a http module to bbpress.

If there is no API:
I would do it with a browser automation (Playwright or Selenium) written in Python. You can use the ChatGPT API within Python to create random user names and texts or threads.