How to make a bot?

joricarmo

Newbie
Joined
Feb 17, 2016
Messages
26
Reaction score
1
Hi, how can I write my own Facebook bot? Can someone point me on the right direction? Can it be done using c#? Thanks
 
uBot or Zennoposter (I use both). Hell, even iMacros (esp the Enterprise Ed) can get the job done!
 
Technically it can be done in any language that is Turing complete. Some languages just have nicer libraries for it.

I like to write them in 3 different ways depending on the needs of project. Either write then in bash as a collection of shell scripts, write them in javasctipt using phantomJS or make them out of hand-written iMacros + javascript.

If you don't have any programming experience bots are kinda a tough place to start because it's a very different programming model to standard programming. I started in bash and I think that's a good place to start. It's not always appropriate but it's certainly not bad. If you need to interact with the page then phantomJS is a better bet.

My guess is it's above your level at this point.
 
just hire a programmer man, tell him your requirements - you would find a section here what Asif WILSON Khan has suggested.
 
Many thanks to all!! Liked everyones reply who took the time to awnser. Im considering hiring a programmer but I'm myself one so what I would really like to achieve is to fin which libraries to which languages (with implementation tutorials) should I be looking at.

I want to make a bot to simulate h.man behavior such as logins, random likes etc for the one big social network out there.
 
Many thanks to all!! Liked everyones reply who took the time to awnser. Im considering hiring a programmer but I'm myself one so what I would really like to achieve is to fin which libraries to which languages (with implementation tutorials) should I be looking at.

I want to make a bot to simulate h.man behavior such as logins, random likes etc for the one big social network out there.
For actually doing a lot of page interaction phantomJS is nice. Complex navigation scenarios become a bit of a pain though due to recursion.
 
I don't programme myself, but once you learn something (like ubot/zenno), you can think of an idea and get it up and running quickly.
 
Hi you can try uipath,its up there with zennoposter and ubot,once your bot is done it cant fail ,only if the website change their elements.they have 8 week free trial as well and is used by volvo ,hp and other big companies to build bots.
 
This thread is great, I had no idea about all of these, thank you all again!
 
Absolutely it can be done in C#, but if you have to ask, you might be better off outsourcing it or buying a commercial FB tool.
 
What will you want the bot to do?

I need one myself, but a very simple one that will find groups in a certain niche with 5k+ members
 
You would find a section here what has suggested. just hire a programmer man, tell him your requirements -
 
Back
Top