DEV Community

Cover image for Forget Selenium or any automation library - this is what you need!
Abhiprojectz
Abhiprojectz

Posted on

Forget Selenium or any automation library - this is what you need!

if you are on linux set as: _PLATFORM as linux [By default is windows]

  • 4. Run this file main.py by passing your query.

python main.py

Enter fullscreen mode Exit fullscreen mode
    1. Use SingularGPT bot if you are stuck or raise a issue
    1. Make sure your instructions are in script.py file.

🌟 Quickstart

Create a .env file with OPENAI_API and place your openai_api api there or pass as environment variable.

Put automation scripts in script.py and run it.

Write your prompt query in Prompts/prompts.txt file or,
pass as a string in the main.py file.

# Run the main script.
python main.py
Enter fullscreen mode Exit fullscreen mode

To visualize this see this bot on Poe

djlkdj

Project: https://github.com/abhiprojectz/SingularGPT


AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay