Do you use bots?

Discussion in 'Programming' started by flakas123, Nov 26, 2009.

  1. #1
    Hi,
    I recently got interested in C++. I've learned pretty much all of the basics and now I am trying to write something useful. I always wanted to create some kind of web bot.
    So i want to ask you such a question:
    Do you use any bots at all? If yes, what kind of bots?(What do they do?)

    Thanks in advance
     
    flakas123, Nov 26, 2009 IP
  2. jmpf

    jmpf Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    c++ is wonderful for a lot of different things,

    * video games
    * music processing
    * server systems code

    it SUCKS if you want to build some internet bot type of stuff -- I'd highly recommend you check out python or ruby or even perl for this type of activity

    I routinely am writing scrapers, crawlers, scanners, etc.. in ruby with software like hpricot, mechanize, etc. and so forth .... I can literally write these things within one afternoon cause it is so simple!
     
    jmpf, Nov 27, 2009 IP
  3. BadBoyzStudioZ

    BadBoyzStudioZ Peon

    Messages:
    760
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yup. Sure do. Webdominator and Addnewfriends. I also own A YouTube bot. THey work.
     
    BadBoyzStudioZ, Nov 27, 2009 IP
  4. n3r0x

    n3r0x Well-Known Member

    Messages:
    257
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    120
    #4

    Why? because python, perl and ruby have ready to go parsing? what´s the point of using other peoples code? Don´t you want to learn anything or are you just lazy?

    Personally i think it´s a great idea to make one in C++ or C since you really have to think.. Coding for me isn´t about making fast money, it´s actually about learning stuff. Why do something you can do in your sleep?

    Flakas do something you think are useful.. Why not a crawler with keyword analyzer or something like that.
     
    n3r0x, Nov 27, 2009 IP
  5. jmpf

    jmpf Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    yes, it IS because I'm lazy ....
    i don't know about you but I don't have all the time in the world to scrape one site's content and stuff it into a database .... I want it done in one afternoon... I don't want to spend 2 weeks or a month writing the code ...

    I don't want to wait for it to compile

    I don't want to have to modify 200 lines of a class to port it to a different site.

    nothing against c++ -- just saying that if you want to get something done FAST it is not the way to go
     
    jmpf, Nov 27, 2009 IP