Which tool for Web Automation?

by 1 replies
2
Hi,

I wonder what software you recommend for web automation tasks like:
- Look something up on google and save the results.
- Post something on twitter/facebook, etc.
- Scrape web pages.

...with features like proxy support.

Any recommendations are welcome!

jim
#programming #automation #tool #web
  • You're looking for Python. It has all the features you're asking for plus:
    - Easy to learn
    - Cross platform (can run on Windows, MAC, UNIX...etc)
    - Has built-in support for a huge number of tasks (you don't need to install plugins most of the time)
    - Supported on nearly every web host
    • [ 1 ] Thanks

Next Topics on Trending Feed