C#/DotNet Bots / Requests library help doc or ebook?

olfsson V

New member
Joined
Jul 15, 2024
Messages
2
Points
1
Hey, a while ago i started with the C# basics and i think im good with it. But im interested to make bots
something like WebScraping / Login ..... these things but im stuck atm i dont really know which library i need to use
and i heard something about bypassing recaptcha ?? csrf token i dont really know ..... and i cannot find anything good tbh..

but one ppl said to me i have to use sometimes a API?

my questions are

How can i make a WebScraping bot in c#? - Which library do i need to use?
How can i bypass recaptcha & csrf token - do i need another library for it ?
How can i make a API if needed ? - An explanation of what an API is would be great too!

if u cant reach me here (sometimes online)
feel free to contact me

on DC
astrylxyz
 

Dashawn

New member
Joined
Jul 15, 2024
Messages
2
Points
1
If you are just starting I wouldn't bother thinking about capcha etc.. although important to get something production ready you are no where near that stage. I personally like to use puppeteer now having uses selenium previously. There is a feature in Chrome which allows you to record you actions and then export it as script.. saves some time starting out. From their there are some anti detect libraries. Once you've mastered that start thinking about capcha, finger prints, profiles etc .
 
Top