All Projects → MightyAlex200 → Comet

MightyAlex200 / Comet

Licence: GPL-3.0 license
Holochain powered distributed reddit application

Programming Languages

rust
11053 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Comet

acorn
Acorn is a way of organizing intended Goals and Outcomes in tree-like structures. You can think of it as a virtual whiteboard for collaborative planning.
Stars: ✭ 42 (+10.53%)
Mutual labels:  holochain, holochain-application
reddit-clone
A reddit clone written using node.js / express.js / mongodb / passport.js. https://seiya-beddit.herokuapp.com/
Stars: ✭ 84 (+121.05%)
Mutual labels:  reddit
hacker-feeds-cli
📰 A command line tool for Hacker News、 Product Hunt、 GitHub Trending 、Reddit and V2EX feeds.
Stars: ✭ 129 (+239.47%)
Mutual labels:  reddit
UserScripts
Collection of all my UserScripts
Stars: ✭ 19 (-50%)
Mutual labels:  reddit
bdfr-html
Converts the output of the bulk downloader for reddit to a set of HTML pages.
Stars: ✭ 23 (-39.47%)
Mutual labels:  reddit
set-top-reddit-wallpaper
PowerShell script to set the wallpaper as the top post of the day/week/month from /r/wallpapers and /r/wallpaper or any other subreddits.
Stars: ✭ 17 (-55.26%)
Mutual labels:  reddit
cronnit.com
A free tool for scheduling posts to Reddit.
Stars: ✭ 3 (-92.11%)
Mutual labels:  reddit
cryptosub
Track 170+ cryptocurrency subreddits, view most popular coins, activity trends, most frequent words, and more
Stars: ✭ 37 (-2.63%)
Mutual labels:  reddit
Mongit
💾 Mongo-esque Reddit-based Database!
Stars: ✭ 20 (-47.37%)
Mutual labels:  reddit
sharon
A lightweight and modular social sharing library
Stars: ✭ 16 (-57.89%)
Mutual labels:  reddit
ds
👨‍🔬 In Russian: Обновляемая структурированная подборка бесплатных ресурсов по тематикам Data Science: курсы, книги, открытые данные, блоги и готовые решения.
Stars: ✭ 102 (+168.42%)
Mutual labels:  reddit
mira
The fantastic Golang Reddit API wrapper for gophers
Stars: ✭ 54 (+42.11%)
Mutual labels:  reddit
reddit-opinion-mining
Sentiment analysis and opinion mining of Reddit data.
Stars: ✭ 15 (-60.53%)
Mutual labels:  reddit
TerminusBrowser
CLI Reddit, Hacker News, 4chan, and lainchan browser
Stars: ✭ 93 (+144.74%)
Mutual labels:  reddit
fresh script
Find Spotify tracks posted to the HipHopHeads subreddit and add them to a Spotify playlist.
Stars: ✭ 69 (+81.58%)
Mutual labels:  reddit
rreddit
𝐫⟋ Get Reddit data
Stars: ✭ 49 (+28.95%)
Mutual labels:  reddit
reddit-fetch
A program to fetch some comments/pictures from reddit
Stars: ✭ 50 (+31.58%)
Mutual labels:  reddit
redditwatcher
📻 Reddit streaming CLI
Stars: ✭ 17 (-55.26%)
Mutual labels:  reddit
ARAW
The Android Reddit API Wrapper
Stars: ✭ 75 (+97.37%)
Mutual labels:  reddit
TwitterSearch2Gephi
This windows CLI app lets you collect data from twitter via REST API and convert it into a CSV data set that can be used with Gephi. Other social networks (Reddit, Youtube, WWW) are also supported.
Stars: ✭ 21 (-44.74%)
Mutual labels:  reddit

Comet

Comet is a reddit-like Holochain application.

Because it is built on Holochain, Comet has no censorship or moderation, and can run on the devices of the users without the help of servers.

Comet also replaces the idea of "subreddits" with tags, and allows posts to be created and crossposted with more than 1 tag.

Perhaps the most interesting feature of Comet, though, is its voting system. Firstly, votes can be fractional, they range from -1 to 1. Votes are also not counted as "objective". The scores of posts and comments are always calculated from the perspective of a particular agent (the user). This agent will have upvoted and downvoted other posts from other people. The score is counted depending on how the agent has voted on the other voters in the past. This helps fight spam, vote manipulation, and helps maintain community in an otherwise lawless space.

Features

  • Posts
  • Tags
  • Comments
  • Voting
  • Polls
    • Bridge to other poll holochain?
  • Migration plan
    • Important to do before any official release!
  • UI
    • Tags
      • View tags
      • Create tags
      • Rename tags
    • Posts
      • View posts with tag
      • View posts on user
      • Create posts on tag/user
      • Save posts
    • Comments
      • View comments on post
      • Save comments
      • Create comments
    • Voting
      • Vote on posts
      • Vote on comments
  • Testing
    • Anchors
      • Anchors can be created
      • Anchors exist
        • Positive
        • Negative
      • Anchors are linked to the empty anchors
        • Positive
        • Negative
    • Posts
      • Creating a post
        • Positive
        • Negative
      • Reading a post
        • Positive
        • Negative
      • Updating a post
        • Positive
        • Negative
      • Deleting a post
        • Positive
        • Negative
      • Searching
        • Positive
        • Negative
      • Getting tags from post
        • Positive
        • Negative
      • Crossposting
        • Positive
        • Negative
      • Can find posts from user
        • Positive
        • Negative
      • Can get usernames of users
        • Positive
        • Negative
      • Can get agent address
    • Comments
      • Creating a comment
        • Positive
        • Negative
      • Reading a comment
        • Positive
        • Negative
      • Updating a comment
        • Positive
        • Negative
      • Deleting a comment
        • Positive
        • Negative
      • Get comments from post or another comment
        • Positive
        • Negative
    • Votes
      • Voting
        • Positive
          • Post
          • Comment
        • Negative
          • Post
          • Comment
      • Revoting
        • Positive
          • Post
          • Comment
        • Negative
          • Post
          • Comment
      • Get votes from post/comment
        • Positive
          • Post
          • Comment
        • Negative
          • Post
          • Comment
  • Comments (in the code)
    • Backend
      • Posts
      • Comments
      • Votes
    • Frontend
    • Tests
      • Posts
      • Comments
      • Votes
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].