All Projects → JubbeArt → Removeddit

JubbeArt / Removeddit

Licence: gpl-3.0
View deleted stuff from reddit

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Removeddit

Talkyard
A community discussion platform: Brings together the main features from StackOverflow, Slack, Discourse, Reddit, and Disqus blog comments.
Stars: ✭ 1,219 (+837.69%)
Mutual labels:  reddit
Mvvm Reddit
A companion project for our blog post on better Android software development using MVVM with RxJava.
Stars: ✭ 106 (-18.46%)
Mutual labels:  reddit
Sharer.js
🔛 🔖 Create your own social share buttons. No jquery.
Stars: ✭ 1,624 (+1149.23%)
Mutual labels:  reddit
Nintendeals
Library with a set of tools for scraping information about Nintendo games and its prices across all regions (NA, EU and JP).
Stars: ✭ 94 (-27.69%)
Mutual labels:  reddit
Laravel Reddit
Reddit clone built with Laravel 5
Stars: ✭ 101 (-22.31%)
Mutual labels:  reddit
Imguralbumbot
A reddit bot for linking direct images of single-picture albums
Stars: ✭ 107 (-17.69%)
Mutual labels:  reddit
Userscripts
Userscripts for Greasemonkey, Tampermonkey etc.
Stars: ✭ 78 (-40%)
Mutual labels:  reddit
Ionic2 Reddit Reader
Ionic 2 Sample App
Stars: ✭ 128 (-1.54%)
Mutual labels:  reddit
Reddit Analyzer
find out when and where someone is posting to reddit
Stars: ✭ 105 (-19.23%)
Mutual labels:  reddit
Slownews
🐢 Bringing slow news for the nervous among us
Stars: ✭ 112 (-13.85%)
Mutual labels:  reddit
Reddit Sentiment Analysis
This program goes thru reddit, finds the most mentioned tickers and uses Vader SentimentIntensityAnalyzer to calculate the ticker compound value.
Stars: ✭ 97 (-25.38%)
Mutual labels:  reddit
Place Atlas
The /r/place Atlas is a project aiming to catalog all the artworks created during Reddit's /r/place event.
Stars: ✭ 100 (-23.08%)
Mutual labels:  reddit
Rails Hackernews Reddit Producthunt Clone
hacker news / reddit / social link-sharing website. Built with Rails.
Stars: ✭ 107 (-17.69%)
Mutual labels:  reddit
Rexport
Reddit takeout: export your account data as JSON: comments, submissions, upvotes etc. 🦖
Stars: ✭ 87 (-33.08%)
Mutual labels:  reddit
Place
An open-source recreation of Reddit's /r/place.
Stars: ✭ 123 (-5.38%)
Mutual labels:  reddit
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-39.23%)
Mutual labels:  reddit
Slide
Slide is an open sourced, ad free Reddit browser for Android
Stars: ✭ 1,619 (+1145.38%)
Mutual labels:  reddit
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (-0.77%)
Mutual labels:  reddit
Catchup
An app for catching up on things.
Stars: ✭ 1,690 (+1200%)
Mutual labels:  reddit
Reddit Karma Farming Bot
"Is karma really that important to you? Damn bro, you need a life" - YouTube Comment
Stars: ✭ 111 (-14.62%)
Mutual labels:  reddit

Removeddit

Removeddit is a site for viewing removed comments / threads from Reddit. Just go to any reddit thread and change the reddit in the URL to removeddit to see all removed comments.

This is a done by comparing the comments being stored in Jason Baumgartners Pushshift Reddit API and the ones from Reddit API. The frontend is written in React and uses Sass as the CSS Preprocessor. There is also a seperate backend used for storing what threads that have been removed by mods. This backend is really just a mirror of /r/undelete.

Development

Download npm

git clone https://github.com/JubbeArt/removeddit.git && cd removeddit

npm install
npm start

This will build the Javascript files and launch a local server for development. Visit http://localhost:8080 and make sure the site is running. If you're getting connection errors to Reddit or Pushshift, it might be because you're running a VPN. Try turning it off for development.

The CSS is build seperatly (to keep the build steps / configs very simple) by running

npm run css
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].