devgrizzly
Regular Member
- Jul 13, 2013
- 261
- 150
Right now i run it on my hetzner server with some other programs i have on there.
I use puppeteer w/ extra-stealth and will also invest in multilogin auto s within a month or so.
I have tried to humanise the bots actions - mouse, keyboard, actions, randomised delays etc. Lots more work to do on that front and i don't claim to be an expert but have gone from not knowing anything about coding to building a 'working' bot (realistic email warm-up) that right now does what i need it to do.
I have read maybe 10 papers on fingerprinting and read a lot on this forum from a select userbase @Sebastiann @daibu and some others to build out what i would consider a real bottom basic level of knowledge (enough to scrap together a bot that does what i need)..
However, the biggest issue moving forward is:
How do i level this bot/my skills up?
Right now i'm taking the the modern js bootcamp udemy course then will take a node.js course (as i didn't build any foundational coding knowledge, i just googled and put shit together - so looking to cover my 'foundational bases' as such for future)
Mainly in my leveling up of this bot, i want to:
- Make it as undetected as possible/to be the grey man for mail providers (gmail, yahoo, hotmail etc)
- Run multiple instances of chrome at one time (right now it runs 1 instance at a time - this is slow - ideally i would run 5-6 at a time)
tldr: see bulletpoint 4 and 5 on both of the 2 above paragraphs
Would appreciate any pointing in the right direction
I use puppeteer w/ extra-stealth and will also invest in multilogin auto s within a month or so.
I have tried to humanise the bots actions - mouse, keyboard, actions, randomised delays etc. Lots more work to do on that front and i don't claim to be an expert but have gone from not knowing anything about coding to building a 'working' bot (realistic email warm-up) that right now does what i need it to do.
I have read maybe 10 papers on fingerprinting and read a lot on this forum from a select userbase @Sebastiann @daibu and some others to build out what i would consider a real bottom basic level of knowledge (enough to scrap together a bot that does what i need)..
However, the biggest issue moving forward is:
How do i level this bot/my skills up?
Right now i'm taking the the modern js bootcamp udemy course then will take a node.js course (as i didn't build any foundational coding knowledge, i just googled and put shit together - so looking to cover my 'foundational bases' as such for future)
Mainly in my leveling up of this bot, i want to:
- Make it as undetected as possible/to be the grey man for mail providers (gmail, yahoo, hotmail etc)
- I originally coded it in python and selenium but moved over to puppeteer with extra-stealth upon guidance from people on the forum
- I've read some papers on behavioural fingerprinting (i use ghost-cursor plugin, some keyboard humanization, random actions, random delays etc)
- I know spoofing fingerprints is out of the realm of my ability (from reading these papers/this forum), so will port over to multilogin to hopefully provide 80% of results for 20% of efforts - right now i have a few extensions which spoof OS to windows 7, proxy ip to timezone, and one that covers up webrtc leaks and a few other things (i know i probably shouldn't be using extensions as that's another fingerprint)
- What else is recommended i look into/develop? Or should i just keep developing these and making them better? Should i use sites to benchmark/test my 'behaviour code' against?
- Is multilogin + puppeteer extra stealth + decent proxies + humanised behaviours a good enough 'stack' ? Am i missing anything?
- Run multiple instances of chrome at one time (right now it runs 1 instance at a time - this is slow - ideally i would run 5-6 at a time)
- I have read about node cluster and workers but have yet to go deep in to the rabbit hole on that so knowledge very limited
- I have seen people talking about dockers, containerisation, xvfb, is this the way to go?
- I have thought about running the script multiple times, but i have heard that it is very easy for anti-bot technology to see if your page is focused or not and i guess it is a big flag if you're clicking on the page while not even being focused on said page lol..
- Could using something like https://github.com/brian-girko/always-active or https://github.com/wpears/dont (copying code, not using the extension), mitigate the issue of not being focused while running the script? Or is trying to do this me biting off more than i can chew?
- The only reason i haven't looked into dockers and xvfb more is i see that xvfb can't be used with windows, so i would need to spoof a load of things with my script to make it look like i'm on a windows OS rather than linux - and i understand that i have next to zero fucking clue what i'm doing, even if i can build a basic bot, i'm so unknowledgeable that i wouldn't want to start trying to spoof stuff as it would probably cause more problems than i had to begin with (thus why i want to just use multilogin for fingerprint mgt) - is this correct or am i talking nonsense?
tldr: see bulletpoint 4 and 5 on both of the 2 above paragraphs
Would appreciate any pointing in the right direction
Last edited: