Here to say hello

Status
Not open for further replies.

FishersFriend

Newbie
Joined
Jan 16, 2024
Messages
3
Reaction score
0
Hey Members of BHW,

I'm new here and just wanted to say hello.
Mostly here for talking to other people with coding expirience in python and the skills to automate stuff with it. :)

So yea, I guess I see some of you in the programming forum.
 
Welcome. Do you only use python or also tools like bot creators such as browser automation studio?
 
Welcome. Do you only use python or also tools like bot creators such as browser automation studio?
I only use python for my bots and work with the libaries which I need for my special usecases.
I havent written that many bots and still learning new things. All bots I wrote were just for my own use.
I started out with some simple pyautogui bots for some clicker Apps but also wrote a webscraper with selenium and beatiful soup.
Currently I'm working on a fishingbot for WOW which uses a trained object detection model(yolov4) for finding the bait.

I will explain it more in detail in the programming forum, since I also want to ask some questions there on how I could improve it. So maybe see you there. :)
 
Hi there man
If you want better quality bots, then instead of selenium, playwright, and others, use CDP requests to mimic human behavior in the browser.
 
I only use python for my bots and work with the libaries which I need for my special usecases.
I havent written that many bots and still learning new things. All bots I wrote were just for my own use.
I started out with some simple pyautogui bots for some clicker Apps but also wrote a webscraper with selenium and beatiful soup.
Currently I'm working on a fishingbot for WOW which uses a trained object detection model(yolov4) for finding the bait.

I will explain it more in detail in the programming forum, since I also want to ask some questions there on how I could improve it. So maybe see you there. :)
Thx for the info. I used to play a bit with it but i am more of a php dev tbb.
 
Status
Not open for further replies.
Back
Top