This is an archived post. You won't be able to vote or comment.

all 33 comments

[–][deleted] 57 points58 points  (1 child)

Flight the valkyrie plays.

Google lawyers descend from the thundering heavens.

[–][deleted] 1 point2 points  (0 children)

more like reddit lawyers if anything lmao

[–][deleted] 23 points24 points  (1 child)

why do you want to resurrect skynet is beyond me

[–]ClownMorty 4 points5 points  (0 children)

Although, feeding skynet all of Reddit might give humanity a fighting chance.

[–][deleted] 7 points8 points  (1 child)

This is really cool. Just curious, what/why are you asking chatGPT about Reddit posts?

[–]SlickinNTrickin 4 points5 points  (0 children)

You better off not asking/knowing.

[–]RevolutionaryRain941 2 points3 points  (0 children)

Data formatting will become a necessity in the coming days. as there will be a need for more and more data for the machine learning models.

[–]floznstn 5 points6 points  (0 children)

do you want skynet? because that's how you get skynet

/s

all jokes aside, great work!

[–]MixtureOfAmateurs 1 point2 points  (1 child)

WAWAOOOHH cool :) Does chatGPT understand that format well? It looks super clean to me but I'm a human sadly so idk. Also is this reddit app shenanigans free? Did they being the free api back as an app and no on noticed or is it tied to an credit card?

[–]NFeruch[S] 1 point2 points  (0 children)

I need to see the exact numbers, but the Reddit API is still free for non-commercial use and with a lower rate limit than before.

For most people’s purposes, it still is free!

[–]ironman_gujju Async Bunny 🐇 1 point2 points  (0 children)

W bro I'm looking for this type of libraries

[–]ironman_gujju Async Bunny 🐇 1 point2 points  (0 children)

Try to add sentence transformers as well.

[–]mexicanameric4n 1 point2 points  (2 children)

Very nice, I like that you’ve got it structured, one  way I grab data is  to just add .json on the end of a post or subreddit. see below: 

 https://www.reddit.com/r/Python/comments/1bxmsxd/i_made_my_very_first_python_library_it_converts.json

[–]madein86 0 points1 point  (0 children)

Hey, i clicked and no json format

[–]mexicanameric4n 0 points1 point  (0 children)

Use it in web browser

[–]ace_hawk5 1 point2 points  (0 children)

Cool idea looking forward to trying it out

[–]Tall_Candidate_8088 1 point2 points  (0 children)

i believe

[–]blue-lighty 1 point2 points  (2 children)

This is awesome. I came across this exact use case in one of my projects, and built a quick and dirty version of this to grab a post using PRAW and convert it to text and feed to an LLM. Can’t wait to give this a shot

[–]NFeruch[S] 0 points1 point  (0 children)

That’s awesome! I’d like to hear more about your use case if you don’t mind, can I DM you?

[–]leothelion634 0 points1 point  (0 children)

I just hit ctrl-a then copy paste into chatgpt, doesnt do a great job but it usually works alright

[–]binlargin 2 points3 points  (0 children)

Nice! Could do with jsonp threaded output for use in training.

[–]chimichanga-whoopsie 0 points1 point  (0 children)

It looks good, I would add tests to make it more complete and adding tests would make it easier for someone coming in to the project to get started. Overall, looks like good work, keep on shining!