2021-04-04, 05:01 AM
Before you ask -- yes, I'm making a fake forum. However, it's for a work of fiction, not to spam people!
I'm the developer for a group of people making a fictional story told through a forum. I've set up a MyBB install and skinned it appropriately for the kind of old-web forum look we want. I have full root access to the server where MyBB is installed. Now I need to put the posts on the forum. Our writers draft in Google Docs, so I have basically a plain-text list of threads/posts from 20+ different users.
I'm wondering what the best way to get these posts on the forum is. They all need to be associated with the correct account, and there's the added complication of us wanting to backdate all the forum posts so that they have timestamps appropriate to when they happened in the story.
I really appreciate any help or tips anyone can give! Thanks
I'm the developer for a group of people making a fictional story told through a forum. I've set up a MyBB install and skinned it appropriately for the kind of old-web forum look we want. I have full root access to the server where MyBB is installed. Now I need to put the posts on the forum. Our writers draft in Google Docs, so I have basically a plain-text list of threads/posts from 20+ different users.
I'm wondering what the best way to get these posts on the forum is. They all need to be associated with the correct account, and there's the added complication of us wanting to backdate all the forum posts so that they have timestamps appropriate to when they happened in the story.
- Does a plugin to do some of this stuff already exist?
- Is it a bad idea to use Python to just directly add accounts and posts to the website database?
- Is there some sort of a MyBB API I can use to make posts automatically?
- Is there a smarter option for this that I didn't think of?
- Is all of this a terrible idea and I should prepare for some manual data entry?
I really appreciate any help or tips anyone can give! Thanks
