Tuesday, 1 September 2020

Requests with nodejs

I was making a shoe raffle bot with node js and was originally using headless puppeteer to automate the process of filling out the raffle form and submitting it. I was told that puppeteer is very cpu intensive and was slower than the request modules within nodejs such as fetch, axios etc. I’ve been messing around with axios for the past 2 days but I don’t actually know how to fill in and submit a form (as I described above). Also is axios going to be the best choice (in terms of speed & cpu usage) or is there a better option? -All help is appreciated-An example for a form I would like to fill in: https://en.titoloshop.com/titolo/air-jordan-1-retro-high-og-bio-hack/#raffle

Submitted September 01, 2020 at 03:57PM by Winner-Popular

No comments:

Post a Comment