I'm familiar with web scrapping using python (seleniun) but everytime I decide to code a "twitter commenting bot" i stop midway and decide it's not worth it it will only get the account banned. Do you think it's worth it ?Python is best if you are starting as that's easiest to learn and has the fewest writing character base.
There are lots of libraries available, and plenty of information on github, but if you want to develop something that works as a windows application, then nothing better than pure C# not sure there is a dirty version lol.
Its difficult to say if you will or will not get banned, it depends on if you are using the correct API's or if they are HTTP requests, then you might be limited.
I'm familiar with web scrapping using python (seleniun) but everytime I decide to code a "twitter commenting bot" i stop midway and decide it's not worth it it will only get the account banned. Do you think it's worth it ?
No, I would look for processes that you can do manually, not build tools that you think people will use to run their processes (that ultimately you haven't even tested manually) and make money from, or save time.I'm familiar with web scrapping using python (seleniun) but everytime I decide to code a "twitter commenting bot" i stop midway and decide it's not worth it it will only get the account banned. Do you think it's worth it ?
I actually make few bucks leading twitter traffic to my blog. But the process was so irritating (commenting on fresh tweets and liking comments of other tweets) and it needed consistency otherways i'll strat loosing followers instead of gaining em. That's why I thought about making a twitter bot to like tweets and comment on fresh tweets.No, I would look for processes that you can do manually, not build tools that you think people will use to run their processes (that ultimately you haven't even tested manually) and make money from, or save time.
Because simply you can't use a bot on a fresh account, fresh accounts face cooldowns and captchas that need to be taken care of manually. I'm just feeling lazy to create a new gmail and twitter account spending 2 days to get it going then spending another day coding the script and probably 4 more days debugging as it will surely crash on multiple cases and i'll have to keep testing and handling the exceptions.I'm familiar with web scrapping using python (seleniun) but everytime I decide to code a "twitter commenting bot" i stop midway and decide it's not worth it it will only get the account banned. Do you think it's worth it ?
Can you suggest some legit good sellers for the softwares? Who made them for you?Based on my experience as a buyer here in BHW. All my software that i happen to buy all of them made by Python language program.
I have released 8 (that I can think of now to BHW and the wider market. All of my stuff is done predominantly in C#.Based on my experience as a buyer here in BHW. All my software that i happen to buy all of them made by Python language program.
Well, the most recently i bought from @thebotmaker , you can find someone else though. Just make sure they're legit from feedback and all the stuff.Can you suggest some legit good sellers for the softwares? Who made them for you?
I have released 8 (that I can think of now to BHW and the wider market. All of my stuff is done predominantly in C#.
Historically:Well, the most recently i bought from @thebotmaker , you can find someone else though. Just make sure they're legit from feedback and all the stuff.
What kind of software you selling, bro?
Do you have any recommendations from where should we start learning programming? Because to be honest it quiet overwhelming when searching learning course from youtubeHistorically:
The Free Blog Commenter
No Hands SEO
No Hands Proxies
No Hands Indexer
Currently:
Domain Hunter Gatherer
DomDetailer
Easy Expired Domains
DomRecovery
Most recently I released Servya which has a C# / php backend but uses a bunch of different languages and technologies in total.
*edit*: I have worked on and released more than these but these are the ones that had any sort of presence on here, that I can think of.
The language of an app isn't really important so long as it works as intended. Most modern languages can be used for pretty much any project if you plan it out right. I like C# for how quickly you can get a prototype up and running, it is also so easy to make reliable.
If I am building out some sort of web based service I tend to prefer PHP for much the same reasons, the syntax is easy to understand and prototyping can be quick as well. PHP is great for quick coding jobs.
Ultimately, for doing anything beyond a Hellow World app you will likely be using multiple technologies so it is always good to mix up what you are using and to have a play around with stuff.