How to use AutoGPT with login-only websites? #918
Replies: 9 comments 14 replies
-
Same problem here. I asked it to handle a portfolio telling me what to do. Then I suggested it might have access to my account on The Economist and it answered me that as a LLM it did not have access to it. I have written a .py software to download the articles from the economist before. I am thinking that I might give it the program, by placing it inside its working directory, and then it might copy it, modify it, and run it. I have not done it yet, though. |
Beta Was this translation helpful? Give feedback.
-
I think a good next question is when new capabilities could showed or taught to it on the fly assisted by us and learned, while keeping the record of the new capability and or improving it based on experience. Dynamic expansion of the commands shouldn't be out of the question, on the contrary, go to GPT can probably create new integrations for itself. It's already capable of research, just needs to be able to append or change it's available command inventory. The key thing is that we are all test pilots of this and this main project should be the hub and center for all tested, verified, and effective capabilities and integrations. |
Beta Was this translation helpful? Give feedback.
-
I believe this may be possible with Chromedriver. Selenium has a few awaiters that could be useful here. I had a selenium workflow that would open Chrome and wait for a specific element identifier to show in any of the pages I was browsing before executing. If AutoGPT can await a scrapeable element in the same way, it may allow for the user to login and navigate manually before scraping. |
Beta Was this translation helpful? Give feedback.
-
I am slightly new to AutoGPT. I am exploring how to use AutoGPT to access internal knowledge repos which are basically internal websites that need authentications via SSOs etc. Is this approach feasible by using from selenium's webdriver? https://openaimaster.com/autogpt-login/ and if yes, what's the best entry point to add in these Python code? (I am using docker-compose to run auto-gpt on Mac M1. Command-lines working so far) What are the options here? |
Beta Was this translation helpful? Give feedback.
-
the backend used by selenium (aka firefox or chrome) can be told to use an existing browser profile, which would mean that it could log you in automatically, which would make your social media accessible (not saying that it's a good idea, but on the other hand probably harmless compared to executing scripts and commands locally - just don't let it access your bank account. ...) |
Beta Was this translation helpful? Give feedback.
-
with chrome you can change settings to cache even on those windows IE: itll still be logged in. |
Beta Was this translation helpful? Give feedback.
-
this should also be revisited in the light of multi-modality support that's recently been discussed in several issues |
Beta Was this translation helpful? Give feedback.
-
I'm also facing same problem with AutoGPT, but Chat GPT Login is very easy. I keep reading stories of people having it login to their accounts but after that experience I'm thinking bs. |
Beta Was this translation helpful? Give feedback.
-
To use AutoGPT with login-only websites like LinkedIn, you can follow these steps: You can go ahead and install and set up AutoGPT on your local machine. |
Beta Was this translation helpful? Give feedback.
-
For a particular pipeline I would like to use my personal LinkedIn account. It's not for stupid crazy scraping or so, just automating a task which is typically automated by other plugins. How can I setup and instruct AutoGPT to make use of this data source?
Beta Was this translation helpful? Give feedback.
All reactions