When making bots use the API or headless browser?

tutchi24

Newbie
Joined
Nov 11, 2015
Messages
17
Reaction score
10
I'm building two new bots one for IG and one for Twitter. What do most people use the REST API provided by them or a headless browser? Can I avoid all the rate limiting if I use a headless browser?
 
I'm building two new bots one for IG and one for Twitter. What do most people use the REST API provided by them or a headless browser? Can I avoid all the rate limiting if I use a headless browser?

You're likely buying wrong bots if you ask such questions.
 
I'm not buying them I'm making them myself
 
If you built it with PhantomJS or something similar you can make it leave whatever footprint you want rather than relying on what the API allows e.g InstaGram doesn't allow photo upload through the API, but you could script the headless browser to do it.
 
Back
Top