FoxxMD / redditdatalive

Live Reddit Data, visualized
http://redditdata.live
MIT License
2 stars 0 forks source link

Site is down #11

Open OmgImAlexis opened 3 years ago

OmgImAlexis commented 3 years ago

The endpoint you're using from pushshift is returning a 502.

http://stream.pushshift.io/?type=submissions&submission_backfill=500&over_18=false
FoxxMD commented 3 years ago

Ah dang! Looks like pushshift dropped the stream awhile ago.

I can definitely refactor this to use the official api instead (with snoostorm). When I have some free time ill get it working again. Thanks for pointing it out.

FoxxMD commented 3 years ago

Replaced streamshift with snoostorm/official reddit api in 59eeb820cdb09db3e380780a62cc98e1111d5ff1 which works fine

but can't compile to gh-pages because of this minify issue: https://github.com/not-an-aardvark/snoowrap/issues/100#issuecomment-322351707

Probably need to update webpack/babel/toolchain hell