There are automation libraries in Python called Selenium and Playwright that I'm currently looking into.
For those who have been involved in automation projects to solve a business need, or even automated a trivial activity to free up time to focus on more meaningful tasks or out of sheer laziness,
-
what's the most interesting automation tool you've developed?
-
What tools/modules supported you with that?
-
What benefits did you (or others) gain from the tool?
Happy to hear all your exciting innovations :)
What are some of the best things you have automated using Python?
Python automation resources?
What small Python automation projects turned out to be the most useful for you?
Tips for beginner python learner for automation.
What makes Python a popular choice for test automation?
Which Python testing framework is best for Selenium automation?
What are the advantages of using Pytest for automation?
My friend and I are basically building this community-driven Large Action Model that's designed to take actions on user’s behalf using natural language prompts. Users can integrate their own custom actions, written in Python, to suit their specific needs, and the LAM can then layer multiple actions to perform more complex tasks. When you create these actions or functions, it contributes to the overall capabilities of the LAM, and everyone can now invoke the same action. For now, it uses Python 3 (Version 3.11), and the environment includes the following packages: BeautifulSoup, urllib3, requests, pyyaml.
I'm super interested in knowing what cool/useful python scripts you guys made to automate anything personal or business related. I'm looking for ideas that I can potentially integrate into the LAM, increasing its capabilities for everyone to use and benefit from :)