Recent comments in /f/coolgithubprojects
TEMPLERTV t1_jdrtlxz wrote
Reply to comment by Natfan in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
The amount of people on here who complain about things they have no understanding of. The fact that we have AI and all this tech and people cant take 15 mins to just get a basic understanding of even the concepts of the tech.
Natfan t1_jdrlxqh wrote
Reply to comment by TEMPLERTV in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
what compelled you to wake up in the morning, log into reddit.com and type this message?
mikeyj777 t1_jdrctk9 wrote
Reply to comment by Trolann in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
Thanks, didn't realize that.
mikeyj777 t1_jdrarde wrote
Reply to comment by TEMPLERTV in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
Is this a sore spot for you? your mom said she enjoys crayons over talking to you.
TEMPLERTV t1_jdr34xh wrote
Reply to comment by mikeyj777 in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
This isn’t for the idiot unwashed masses, it’s for the people who understand why this is good. Crayons are fine, enjoy them
Trolann t1_jdqzp9l wrote
Reply to comment by mikeyj777 in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
It doesn't recall all previous prompts is my point. It has a max of 4000 tokens of memory. If your sessions are longer than that, it isn't perfectly remembering what you said in the beginning.
mikeyj777 t1_jdqx28p wrote
Reply to comment by Trolann in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
Well, whatever the right term is, I can select a previously stored chat. It recalls all previous prompts in that. So, if I've spent a long time trying to teach it how to generate the perfect image prompts, that isn't lost. I just call that trained-ish. Let me know the better term for it.
Trolann t1_jdqpmtb wrote
Reply to comment by mikeyj777 in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
Yes, but what OP posted is a way to do it programmatically, like via the API. You're doing it manually (and your sessions aren't trained or trained-ish either)
Trolann t1_jdqphlq wrote
Reply to comment by sprremix in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
Maybe they're doing something like that for GPT4, but I doubt it and know they're not for GPT-3.
From your link (FAQ):
> Is the ChatGPT API included in the ChatGPT Plus subscription?
> No, the ChatGPT API and ChatGPT Plus subscription are billed separately. The API has its own pricing, which can be found at https://openai.com/pricing. The ChatGPT Plus subscription covers usage on chat.openai.com only and costs $20/month.
mikeyj777 t1_jdpiip4 wrote
Reply to GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
This is neat, but chatGPT is free, and it stores all of the sessions, so I can go back to me trained-ish ai bots and work on different projects as needed.
sprremix t1_jdolgwe wrote
Reply to comment by Rodolflying in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
Hm, I didn't check with your tool. Merely checked by entering something in chat.openai.com and seeing it popped up in my usage. If it doesn't show up using your tool it's pretty nifty!
Educational_Ice151 t1_jdo15uy wrote
Reply to GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
This is clever.
Sharing to r/aipromptprogramming
Rodolflying OP t1_jdnuazp wrote
Reply to comment by sprremix in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
It doesnt... check it out ! I still have all credits for this month 👌🏻 could you check again ? Note that im using the hidden api behind the frontend page and the other tool its a simple web scraping!
Try it yourself 😉
sprremix t1_jdnr9gx wrote
Reply to GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
> Dont waste your api credits
chat.openai.com request also count toward your account usage/credits: https://platform.openai.com/account/usage
demesisx t1_jdmg1gz wrote
Reply to comment by FriendlyStory7 in GPTerminator - ChatGPT in the TERMINAL! by AineeJames
:)
FriendlyStory7 t1_jdmcbu7 wrote
Reply to comment by demesisx in GPTerminator - ChatGPT in the TERMINAL! by AineeJames
It’s useless to use bash when you can just do your petition in assembly.
demesisx t1_jdkxrce wrote
Reply to comment by up_o in GPTerminator - ChatGPT in the TERMINAL! by AineeJames
Well said. 🙏
up_o t1_jdkk4f8 wrote
Reply to comment by demesisx in GPTerminator - ChatGPT in the TERMINAL! by AineeJames
I'm more comfortable working in bash for 80% of my workload, and as far as end result im sure anything I can do in python could technically be achieved in bash. That doesn't mean it's always necessarily the best tool for me given x job. I think Python's a fine tool for this job, and the one I would have reached for to open a chat session, bash being better suited (to my mind) for a one off curl request.
AineeJames OP t1_jdjrp7k wrote
Reply to comment by demesisx in GPTerminator - ChatGPT in the TERMINAL! by AineeJames
You definitely can do it that way too! I just used Python to “pretty” the output and I am more familiar with it as well.
demesisx t1_jdjrit9 wrote
Reply to GPTerminator - ChatGPT in the TERMINAL! by AineeJames
feels a little pointless to be running Python in the terminal when you can just speak directly to Davinci using bash.
sanderspedro OP t1_jdb3s71 wrote
Reply to comment by josiahnelson in Routr (v2): The future of programmable SIP Servers by sanderspedro
>WebRTC for a web-based video intercom solution
I think it's possible. Routr works with RTPEngine, which helps it support WebRTC.
xXWarMachineRoXx t1_jdarsxn wrote
Reply to comment by sanderspedro in Routr (v2): The future of programmable SIP Servers by sanderspedro
Cool
josiahnelson t1_jdakp7x wrote
Interested to see how this might be combined with WebRTC for a web-based video intercom solution (like visitor access at remote sites with a QR code at the door rather than a hardwired physical intercom)
Bitter_Motor_9081 t1_jd9j79p wrote
Reply to comment by sanderspedro in Routr (v2): The future of programmable SIP Servers by sanderspedro
Neat!
mikeyj777 t1_jdtfn1i wrote
Reply to comment by TEMPLERTV in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
Yep, you got me. Mistaken that chatGPT only tracked the previous 4000 credits. I'm sure everyone that's learned about these new fangled computers for your fifteen minutes obviously knew that.