Need help with programming

Tovaritch47

Newbie
Joined
Mar 31, 2023
Messages
12
Reaction score
5
hey bhw community!, i need some help to create a bot like this https://github.com/dropout1337/Omegle-Traffic-Bot
i dont know how to start and dont even find a video how to do one like this
 
What programming language would you like to write the bot in ?

The github you linked is written in python, do you understand python ?
 
What programming language would you like to write the bot in ?

The github you linked is written in python, do you understand python ?
i understand it, i m not a python pro, i just started a while ago.... know the basics but i dont know how he makes this script loool
 
i understand it, i m not a python pro, i just started a while ago.... know the basics but i dont know how he makes this script loool
The logic is probably the same in other languages.

I made bots in javascript, never in python, so I can probably talk to you about the logic behind.

Otherwise, I'm pretty sure if you want to move faster, there's youtube videos about creating bots in various programming languages probably.

I would start from there if I were you, to get a basic understanding of the steps taken to create a bot.

Maybe there's even a video/article about the exact same bot you're trying to create, it's not uncommon lol.
 
you need to have some programming background
 
Download the code to your IDE and read it, try to understand it. Use chatGPT to explain the code to you ,it will be easier. Then try to run it
 
Download the code to your IDE and read it, try to understand it. Use chatGPT to explain the code to you ,it will be easier. Then try to run it
Yes chatgpt is your most valuable friend and mentor.
 
You need to learn programming language for that. This make with python. So you need to learn python. Search in youtube like make traffic bot with python. You can find lot videos in there. Also you can ask from chatGPT to how to make like this traffic bot with python.

This can be hard but don’t give up learning. Keep learn and try build bot.

Install pycharm IDE to pc. Python work with it better.
 
I would like to add that if you're interested in bot development, a lot of courses are available on Youtube and Udemy. You will still need to be comfortable with Python first, but these courses give you a good and methodical introduction into bot development.
 
Back
Top