Well, i’d like to do an automatization to edit a thread in a certain amount of time with a program. I really don’t know how to do it, i don’t even know if it’s possible to do without an API. It’s feasible without an API?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are asking that if you can add a thread to a forum post using qt. Well that is possible if the forum doesn’t have captcha or other protection mechanism against posting.
What you will need to to is inspect the login sequence and the post of the forum using fiddler and then develop qt code that will replicate the same.
But is complicated for a beginner.I suggest you learn how to make POST and GET request using Qt and then start developing an automatic forum poster.
Hope it helps