@bebetter said in How to Manage API Key Usage in Multi-Threaded Tasks with BAS:
Can we return the API key back to the resource after finishing a thread?
You don't need it. Just set the usage count of the resource when you create it.
Can someone give me a step by step guide on how exactly I can setup up open ai with BAS for social site commenting, for eg. On Facebook, I want to be able to do the following
Scrape Post Content
Call ChatGPT API (HTTP Request)
Parse Response JSON
Enter Generated Comment
Submit the Comment
But i dont have coding knowlege. I'd like to repeat the process for Instagram, X, Tiktok.
Thanks
Gav
@kaelcamaris Search for OpenAI in the forum, there's a free module