blabla
 
 
 
 
Go to file
Kostanjevec af84024889 fixed some bugs with the get-all-shared for new users 2022-07-15 12:27:24 +02:00
bin Virtualenv, dist file za config, skripta za pognat server 2022-06-12 20:06:54 +02:00
include Virtualenv, dist file za config, skripta za pognat server 2022-06-12 20:06:54 +02:00
static buttons fill max 2022-06-23 21:52:03 +02:00
templates Removed max_shared option in sttings template. 2022-07-14 21:35:38 +02:00
.env.dist Move secret key to .env, bugfixes, handle rollback on DB error 2022-06-14 14:03:29 +02:00
.gitignore Popravljeni requirements, upload fix, nekaj drugih popravkov 2022-06-12 20:06:24 +02:00
LICENSE Initial commit 2022-04-21 18:53:06 +02:00
README.md Added a link to a running instance 2022-06-29 11:25:42 +02:00
app.py izbrisal en db.close(), ki je prehitro zapiral deck. 2022-07-14 21:22:03 +02:00
auth.py fixed some bugs with the get-all-shared for new users 2022-07-15 12:27:24 +02:00
config.py ustvaril file po muštru 2022-04-23 22:55:51 +02:00
create_db.py added email and setings field for user 2022-06-15 11:21:31 +02:00
deck.py cleanup 2022-06-23 16:28:49 +02:00
get_files.py nova nc knjiznica za pridobivanje public link in sprememba db da vsebuje te linke 2022-06-03 19:12:14 +02:00
get_public_links.py nova nc knjižnica za pridobivanje urljev 2022-06-03 19:11:11 +02:00
matches.py selfmatch bug fixed 2022-06-23 22:02:49 +02:00
menu.py cleanup 2022-06-26 18:30:11 +02:00
populate_db_once.py cleanup 2022-07-07 17:20:15 +02:00
requirements.txt added magic 2022-06-14 23:09:08 +02:00
run-server.sh Virtualenv, dist file za config, skripta za pognat server 2022-06-12 20:06:54 +02:00
search_cloud.py Move secret key to .env, bugfixes, handle rollback on DB error 2022-06-14 14:03:29 +02:00
settings.py add a starting session with each function, not a global variable to fix registered user not found in db bug 2022-07-08 00:36:21 +02:00
share.py fixed some bugs with the get-all-shared for new users 2022-07-15 12:27:24 +02:00
test.py popravljeni vsi zaznani bugi, card spremenil iz tuple v dict, standard lib choices zamenjal z numpy choice 2022-05-02 14:20:39 +02:00
upload.py checking file duplicates seems to work, didnt check in could tho 2022-06-15 02:55:22 +02:00

README.md

Contentmatcher

Try it

Usually there is a running instance here.

About

Contentmatcher is a General Intelligence Agency of Ljubljana prototype.

Contentmatcher is hosted by kompot, a librehosters community from Ljubljana.

If you have any questions, feedback or if you would like contribute, you can contact us at gia@kompot.si.

Intstructions

Contentmatcher is a GIA prototype that tries to help you engage with your content and share it with other users. It assumes that you have a heap of content that you would like to reconsider. This heap can take many forms such vast libraries of PDFs on your computer or a long lists of bookmarks.

The app will help you get through this content step by step and continue to show you your content again based on the interest you express as well present you with shared content. If you and at least one more person express a high interest in an item a match will appear on your matches page. There you can send them an email to talk about the item your interested in.

Some definitions:

  • An item is a unit of content (like a PDF you upload).
  • Items are private by default but they can be shared.
  • A collection made up of all your private items and the items shared with you.
  • When you start a new session Contentmatcher will create a deck, which is a small part of the collection.

Importing your content

For now the only way to import content is to upload your PDFs. We're figuring out how to add different lists of links like browser bookmarks, liked tweets and "watch later" youtube videos.

Sessions

Going through sessions is the main activity in using Contentmatcher. A session consists of rating and potentially shareing items in a deck. You can adjust the size of your deck in the settings. In sessions you rate items with yes, maybe, no and delete buttons. It's weird because there is no question, maybe think of a question like: "Are you really interested in this item?"

There is also the share button. This will create a new item with this content for all other users, so it will appear in their decks from now on as well.

Matches

If you and at least one other user rate an item with a yes then a match will appear on your matches page. There you can send a email to talk.

Feedback

If you have any questions, feedback, ideas or if you would like contribute, please contact us at gia@kompot.si.

Build instructions

Comming soon...