Hi, im trying to create a importer.
its written in php and using the discourse API.
Often it hits some limits or validators (Is this really a sentence? User Topic or Post limits 20 and so on).
How to disable all these validations and limits for my import?
For these 20 posts per day limits and so on i tried to set them to 0 in the backend, but when i do this, another limit resets it self from 0 to 20 again.
I’d recommend that you instead use one of the existing import scripts and modify it for your needs. It will be 10-100 orders of magnitude faster. I wrote several importers before I learned Ruby.