All Projects → srid → Slownews

srid / Slownews

Licence: other
🐢 Bringing slow news for the nervous among us

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Slownews

Sharer.js
🔛 🔖 Create your own social share buttons. No jquery.
Stars: ✭ 1,624 (+1350%)
Mutual labels:  hackernews, reddit
hackertab.dev
Hackertab turns your New Tab page into a geeky one that keeps you as a developer updated with the best tools, news, jobs and events.
Stars: ✭ 229 (+104.46%)
Mutual labels:  reddit, hackernews
Catchup
An app for catching up on things.
Stars: ✭ 1,690 (+1408.93%)
Mutual labels:  hackernews, reddit
TerminusBrowser
CLI Reddit, Hacker News, 4chan, and lainchan browser
Stars: ✭ 93 (-16.96%)
Mutual labels:  reddit, hackernews
Hackershare
Hackershare is a powerful social bookmarking service and a knowledge-sharing community, with advanced search and tag management feature
Stars: ✭ 178 (+58.93%)
Mutual labels:  hackernews, reddit
UserScripts
Collection of all my UserScripts
Stars: ✭ 19 (-83.04%)
Mutual labels:  reddit, hackernews
Hacker News Resolve
React & Redux & Resolve implementation of Hacker News
Stars: ✭ 79 (-29.46%)
Mutual labels:  hackernews
Reddit Bot
🤖 Making a Reddit Bot using Python, Heroku and Heroku Postgres.
Stars: ✭ 99 (-11.61%)
Mutual labels:  reddit
Voten
The code that powers voten.co
Stars: ✭ 1,215 (+984.82%)
Mutual labels:  reddit
Skraper
Kotlin/Java library and cli tool for scraping posts and media from various sources with neither authorization nor full page rendering (Facebook, Instagram, Twitter, Youtube, Tiktok, Telegram, Twitch, Reddit, 9GAG, Pinterest, Flickr, Tumblr, IFunny, VK, Pikabu)
Stars: ✭ 72 (-35.71%)
Mutual labels:  reddit
Rails Hackernews Reddit Producthunt Clone
hacker news / reddit / social link-sharing website. Built with Rails.
Stars: ✭ 107 (-4.46%)
Mutual labels:  reddit
Mvvm Reddit
A companion project for our blog post on better Android software development using MVVM with RxJava.
Stars: ✭ 106 (-5.36%)
Mutual labels:  reddit
Hn so analysis
Is there a relationship between popularity of a given technology on Stack Overflow (SO) and Hacker News (HN)? And a few words about causality
Stars: ✭ 94 (-16.07%)
Mutual labels:  hackernews
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-29.46%)
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 (-10.71%)
Mutual labels:  reddit
Userscripts
Userscripts for Greasemonkey, Tampermonkey etc.
Stars: ✭ 78 (-30.36%)
Mutual labels:  reddit
Slide
Slide is an open sourced, ad free Reddit browser for Android
Stars: ✭ 1,619 (+1345.54%)
Mutual labels:  reddit
Reddsaver
CLI tool to download saved and upvoted media from Reddit
Stars: ✭ 76 (-32.14%)
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 (-16.07%)
Mutual labels:  reddit
Reddit Analyzer
find out when and where someone is posting to reddit
Stars: ✭ 105 (-6.25%)
Mutual labels:  reddit

slownews

A web app that aggregates top news during the last week from sites like reddit, Lobste.rs and Hacker News. Written in Haskell and using Reflex FRP (via Obelisk).

Running locally

Install obelisk and run:

ob run

Visit http://localhost:8000/

Deploying

To deploy to a remote (NixOS) server, use ob deploy (see Obelisk docs for details).

To create a release for running locally, run:

nix-build -A exe

and then to run that:

(cd result && ./backend -p 3001)
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].