Update Miscellaneous, Tools, Numbers

This commit is contained in:
lostinlight 2020-07-04 00:42:21 +03:00
parent 69d76d92fc
commit 8f289ac37e
3 changed files with 91 additions and 37 deletions

View file

@ -75,7 +75,7 @@
}, },
{ {
"title": "Prismo", "title": "Prismo",
"source": "https://gitlab.com/mbajur/prismo", "source": "https://gitlab.com/prismosuite/prismo",
"protocols": "ActivityPub", "protocols": "ActivityPub",
"site": "", "site": "",
"logo": "/img/misc/prismo.png", "logo": "/img/misc/prismo.png",
@ -620,7 +620,7 @@
"site": "", "site": "",
"logo": "/img/misc/fedireads.png", "logo": "/img/misc/fedireads.png",
"servers": "", "servers": "",
"description": "Social reading and reviewing, a federated alternative to Goodreads.", "description": "Social reading and reviewing, a federated alternative to GoodReads.",
"codeLanguage": "Python", "codeLanguage": "Python",
"techStack": "Django", "techStack": "Django",
"license": "CC0-1.0", "license": "CC0-1.0",
@ -739,6 +739,24 @@
"OStatusClass": false, "OStatusClass": false,
"categories": ["SN-mi"] "categories": ["SN-mi"]
}, },
{
"title": "Learn Awesome",
"source": "https://github.com/learn-awesome/learn",
"protocols": "ActivityPub",
"site": "https://learnawesome.org",
"logo": "",
"servers": "",
"description": "Open-source equivalent review aggregation site. Think GoodReads, but generalized to all learning resources organized by topics, formats and difficulty. Optimal learning paths for any topic.",
"codeLanguage": "Ruby",
"techStack": "Rails, PostgreSQL, Bootstrap, Stream Dashboard UI Kit",
"license": "AGPL-3.0",
"FediAccount": "",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Reviews"]
},
{ {
"title": "diaspora*", "title": "diaspora*",
"source": "https://github.com/diaspora/diaspora", "source": "https://github.com/diaspora/diaspora",

View file

@ -2,84 +2,84 @@
{ {
"list": "list":
{ {
"lastUpdate": "27/05/20", "lastUpdate": "04/07/20",
"diaspora": "diaspora":
{ {
"population": "750.118", "population": "759.964",
"activeUsers": "73.422", "activeUsers": "79.872",
"podsNum": "211" "podsNum": "190"
}, },
"friendica": "friendica":
{ {
"population": "5.702", "population": "6.611",
"activeUsers": "2.918", "activeUsers": "3.554",
"podsNum": "309" "podsNum": "297"
}, },
"hubzilla": "hubzilla":
{ {
"population": "10.136", "population": "9.743",
"activeUsers": "3.753", "activeUsers": "3.623",
"podsNum": "233" "podsNum": "228"
}, },
"socialhome": "socialhome":
{ {
"population": "1.475", "population": "1.473",
"activeUsers": "298", "activeUsers": "256",
"podsNum": "4" "podsNum": "3"
}, },
"mastodon": "mastodon":
{ {
"population": "2.921.125", "population": "2.946.078",
"activeUsers": "1.216.797", "activeUsers": "1.151.000",
"podsNum": "2.758" "podsNum": "2.873"
}, },
"gnusocial": "gnusocial":
{ {
"population": "4.562", "population": "6.941",
"activeUsers": "", "activeUsers": "",
"podsNum": "93" "podsNum": "96"
}, },
"pleroma": "pleroma":
{ {
"population": "37.574", "population": "39.051",
"activeUsers": "", "activeUsers": "",
"podsNum": "654" "podsNum": "697"
}, },
"misskey": "misskey":
{ {
"population": "1048", "population": "1.113",
"activeUsers": "", "activeUsers": "",
"podsNum": "109" "podsNum": "109"
}, },
"peertube": "peertube":
{ {
"population": "49.356", "population": "55.869",
"activeUsers": "", "activeUsers": "",
"podsNum": "503" "podsNum": "501"
}, },
"pixelfed": "pixelfed":
{ {
"population": "19.992", "population": "21.208",
"activeUsers": "10.648", "activeUsers": "11.046",
"podsNum": "127" "podsNum": "126"
}, },
"funkwhale": "funkwhale":
{ {
"population": "2.651", "population": "3.112",
"activeUsers": "1.257", "activeUsers": "1.610",
"podsNum": "40" "podsNum": "47"
}, },
"writefreely": "writefreely":
{ {
"population": "8.128", "population": "9.000",
"activeUsers": "1.739", "activeUsers": "2.139",
"podsNum": "255" "podsNum": "273"
}, },
"fediverse": "fediverse":
{ {
"population": "3.811.867", "population": "3.860.163",
"activeUsers": "1.310.832", "activeUsers": "1.253.100",
"podsNum": "5.296" "podsNum": "5.440"
} }
} }
} }

View file

@ -540,6 +540,42 @@
"diasporaClass": false, "diasporaClass": false,
"OStatusClass": false, "OStatusClass": false,
"categories": ["Tests"] "categories": ["Tests"]
},
{
"title": "Mastodon.py",
"source": "https://github.com/halcy/Mastodon.py",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "Python wrapper for the Mastodon API. Feature complete and easy to get started with.",
"codeLanguage": "Python",
"techStack": "",
"license": "MIT",
"FediAccount": "",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Libs"]
},
{
"title": "atoot",
"source": "https://github.com/popura-network/atoot",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "Library providing an easy way to create Mastodon API applications.",
"codeLanguage": "Python",
"techStack": "",
"license": "MIT",
"FediAccount": "",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Libs"]
} }
] ]
} }