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


Top comments (0)