4 ms·
Every website effectively has an API to comment (or do any other action that's available through the site). You can just use HTTP requests.
by Deimorz 6y ago
Every website effectively has an API to comment (or do any other action that's available through the site). You can just use HTTP requests.
- systematical 6y agoThat really depends. What if they require a login that uses a cookie based session? What about CSRF tokens? What if they put in a captcha cause your requests look funny. At some point it quickly goes from API to BOT.