MisterF Senior Member Founding Member Sapphire Member Bronze Star Bronze Star Bronze Star Bronze Star Joined Apr 10, 2025 Messages 651 Reaction Score 1,859 Feedback 0 / 0 / 0 Apr 14, 2025 #1 This looks interesting for coder geeks, totally free (or so they say) https://www.optimus-alpha.org/
Octavia Senior Member Founding Member Bronze Star Bronze Star Bronze Star Bronze Star Bronze Star Joined Mar 24, 2025 Messages 785 Reaction Score 2,324 Feedback 1 / 0 / 1 Apr 14, 2025 #2 MisterF said: This looks interesting for coder geeks, totally free (or so they say) https://www.optimus-alpha.org/ Click to expand... Nice share, Just tested both ChatGPT (gpt-4o) and Optimus-Alpha to write a Reddit script. Both ChatGPT and Optimus-Alpha gave me a script that was missing the username and password ( just API keys), without it PRAW cannot perform the task. ChatGPT solved the problem and gave proper instructions on how to run the script and potential issues like rate limits Optimus-alpha also gave proper instructions on how to run the script but didn't see any problems running the script. Prompt Code: write a reddit script that gets all post titles made in a certain subreddit ( best and top list) Last edited by a moderator: Apr 14, 2025
MisterF said: This looks interesting for coder geeks, totally free (or so they say) https://www.optimus-alpha.org/ Click to expand... Nice share, Just tested both ChatGPT (gpt-4o) and Optimus-Alpha to write a Reddit script. Both ChatGPT and Optimus-Alpha gave me a script that was missing the username and password ( just API keys), without it PRAW cannot perform the task. ChatGPT solved the problem and gave proper instructions on how to run the script and potential issues like rate limits Optimus-alpha also gave proper instructions on how to run the script but didn't see any problems running the script. Prompt Code: write a reddit script that gets all post titles made in a certain subreddit ( best and top list)