Any suggestion for creating a bot or a software with Java ?

Are you looking for an idea, or programming help?
 
Hard to think about. It seems that all kinds of bots already exist lol
 
Hard to think about. It seems that all kinds of bots already exist lol
i finally reached a level where i can create a thing, i just want to test my abilities, any idea will do.
 
It depends, for example:

  • Wayback machine site downloader - there are 1 or 2 tools who can do that but 1 is way too complicated and the other is too expensive if you ask me.
  • Wayback machine article scraper by keywords
  • a bot who can look when an Instagram account (not yours) post something for example and post it to your facebook/twitter / Pinterest page without their caption.
This is the only ideas I have now as I was searching lately for this kind of tools.
Hope it helps.
 
if you are going to do some webautomation i recommend to use the java bindings from selenium webdriver. Java is actually the best choice with selenium.
 
I am currently working on a lot of crawlers. And setting them up in an institutional way. Java, selenium, jsoup and mongoDB. You would be amazed at how much data we can get and what insights we can get from them. If you feel you want to work on such a project, I would love to give more details and maybe work in some kind of collaboration too.
 
Back
Top