What use to program

tecnocheap4u

Junior Member
Joined
Nov 26, 2013
Messages
131
Reaction score
80
Hello everybody.

I want to know if ruby or c++ are good languages of programming to develop any kind of aplication for webs.

I am thinking about programming something to scrape tweets from any user in twitter. I have the basic knoledge in c++ and ruby is quite similar so if you can help me with guides or anything helpful it would be great

Thanks to everybody
 
Hello everybody.

I want to know if ruby or c++ are good languages of programming to develop any kind of aplication for webs.

I am thinking about programming something to scrape tweets from any user in twitter. I have the basic knoledge in c++ and ruby is quite similar so if you can help me with guides or anything helpful it would be great

Thanks to everybody

C++ is overkill for simple internet marketing stuff like scraping -- unless you want it to be super fast but takes forever to program it.
Ruby is better for what you are wanting.
 
Thank you HFlame and do you know any good tutorial to learn ruby and also to develop web software like this one I want?
 
Yes dikkill I think so but now I don't have enough money to buy zennoposter and also I want the gratification of programming my selve a tool to make exactly what I want, but if you know where to find it please send me a message, but also thanx for your help.
 
Yes dikkill I think so but now I don't have enough money to buy zennoposter and also I want the gratification of programming my selve a tool to make exactly what I want, but if you know where to find it please send me a message, but also thanx for your help.

You should consider getting it in any way.You will save alot of time when building bots, and the learning curve is not that hard, i always taught "hell i will never learn this" and yet i was wrong.Trust me, it saves alot of effort and the most important, time.And there is a demo you can try out.
 
But what do you mean dikkill that is hard to learn to program or is hard to learn how to use the program?

i have downloaded the demo but i don't know how to copy the tweet in a list and also I don't know how to after taking a tweet take the next and go on.
 
dont use ruby. php has more support and it's easier to outsource.
 
Use PHP. We already have open source wrapper classes for that. Just extend and put it to work :)
 
Back
Top