Hi,
I would like to automate a daily morning task which consists of the following steps.
- Go to www.example.com at 9AM
- Read through the page and analyze the text
- Take out the articles containing keywords “apple” & “orange” in the headling.
- Send the summarized headlines to a Telegram channel.
This is all done with one GPT-4 prompt with the web browser capability. I’m looking for a way to automate the prompt everyday at 9AM. Is there a way to connect to the GPT4 plugin that browses the web?