Fantastico-Mastodon/README.md

158 lines
8.9 KiB
Markdown
Raw Normal View History

2017-04-29 14:25:38 +02:00
# Awesome Mastodon [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2017-08-24 12:35:49 +02:00
[<img src="https://rawgit.com/tleb/awesome-mastodon/master/mastodon-logo.svg" align="right" width="100">](https://joinmastodon.org)
2017-08-24 12:25:50 +02:00
2017-04-29 16:21:34 +02:00
> Curated list of Mastodon-related stuff!
2017-04-29 14:25:38 +02:00
2017-08-24 12:19:05 +02:00
**Mastodon is the world's largest free, open-source, decentralized microblogging network**. See the [Official](#official) and [Documentation](#documentation) categories to learn more about the network.
2017-08-24 12:18:09 +02:00
2017-04-29 14:25:38 +02:00
## Table of content
2017-08-24 12:00:23 +02:00
* [Official](#official)
2017-04-30 18:12:55 +02:00
* [Documentation](#documentation)
2017-04-29 14:25:38 +02:00
* [Clients](#clients)
* [Tools](#tools)
2017-04-29 14:25:38 +02:00
* [User styles](#user-styles)
* [User scripts](#user-scripts)
* [Bots](#bots)
2017-05-23 16:46:17 +02:00
* [News & magazines bots](#news--magazines-bots)
* [Associations](#associatons)
2017-05-06 18:58:31 +02:00
* [Blogs](#blogs)
2017-04-29 14:25:38 +02:00
* [Librairies](#librairies)
2017-08-24 12:00:23 +02:00
## Official
* [Website](https://joinmastodon.org)
* [GitHub repository](https://github.com/tootsuite/mastodon)
* [FAQ](https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/FAQ.md)
2017-04-29 14:25:38 +02:00
## Documentation
* [What I wish I knew before joining Mastodon](https://hackernoon.com/what-i-wish-i-knew-before-joining-mastodon-7a17e7f12a2b) - An introduction to Mastodon.
2017-06-14 23:31:23 +02:00
* [Mastodon tutorial](http://cassolotl.tumblr.com/post/161825902540) - A quick Mastodon tutorial.
2017-04-29 14:25:38 +02:00
* [Wiki](https://en.mstdn.wiki/Main_Page) - The Mastodon Community Wiki.
2017-08-24 12:00:23 +02:00
* [API overview](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md)
2017-04-29 14:25:38 +02:00
## Clients
* [Tusky](https://play.google.com/store/apps/details?id=com.keylesspalace.tusky) - An Android client.
2017-04-29 16:13:03 +02:00
* [TootyFruity](https://play.google.com/store/apps/details?id=ch.kevinegli.tootyfruity221258) - An Android app for Mastodon.
2017-08-24 10:11:51 +02:00
* [Twidere](https://f-droid.org/packages/org.mariotaku.twidere/) - An Android app for Twitter, GNU Social and Mastodon.
2017-05-15 09:38:32 +02:00
* [Tooty](https://github.com/n1k0/tooty) - An experimental multi-account Mastodon Web client written in Elm.
2017-06-01 14:45:01 +02:00
* [Mustor](https://itunes.apple.com/app/id1229531204) - An iOS app for Mastodon.
* [toot](https://github.com/ihabunek/toot) - A Mastodon CLI client (Python).
* [madonctl](https://github.com/McKael/madonctl) - A Mastodon CLI client (Go).
2017-05-22 20:54:12 +02:00
* [naumanni](https://github.com/naumanni/naumanni) - A web user interface specially designed for Mastodon.
## Tools
2017-08-24 10:14:27 +02:00
* [Mastodon instances](https://instances.social/list) - A list of Mastodon instances.
* [Mastodon bridge](https://mastodon-bridge.herokuapp.com/) - Find your Twitter friends in the federated Mastodon network. As long as your friends have signed on here with both accounts, you can find them.
* [unmung.com/mastoview](http://www.unmung.com/mastoview) - Preview the local or federated timeline of any instance.
2017-05-23 17:17:39 +02:00
* [Toot scheduler](https://scheduler.mastodon.tools/) - Schedule now, toot later!
2017-06-01 20:43:55 +02:00
* [Mastodon Network Monitoring (MNM)](https://dashboards.mnm.social/) - Track and display browsable stats about the Mastodon network.
* [Radar](http://radar.amberstone.digital/) - A project to map out the Fediverse.
2017-04-29 14:25:38 +02:00
## User styles
* [Variable width](https://userstyles.org/styles/139721/mastodon-variable-width) - Makes Mastodon scale with the browser's width.
* [Narrow drawer](https://userstyles.org/styles/141457/mastodon-dynamic-wide-columns-narrow-drawer) - With the variable width style, makes the drawer narrower and the other columns scale accordingly.
## User scripts
* [NSFW Remover](https://greasyfork.org/fr/scripts/29228-mastodon-nsfw-remover) - Automatically display NSFW images.
* [Customizable interface](https://openuserjs.org/scripts/bl00m/Mastodon_Customizable_Interface) - Move and resize columns on a grid.
2017-05-06 18:58:31 +02:00
## Bots
2017-04-29 14:25:38 +02:00
* [feed2toot](https://gitlab.com/chaica/feed2toot) - Automatically parses rss feeds, identifies new posts and posts them on Mastodon (Python).
* [usercount](https://github.com/josefkenny/usercount) - A bot which posts user statistics to Mastodon (Python).
* [autofollow](https://github.com/gled-rs/mastodon-autofollow) - An autofollow bot for Mastodon (Python).
* [hnbot](https://github.com/raymestalez/mastodon-hnbot) - Posts the Hacker News stories with 100+ points (Python).
2017-04-29 14:55:37 +02:00
* [translator](https://christopher.su/projects/translator/) - Translate any toot into the desired language using `@translator@toot.works [langcode]`.
2017-04-29 16:14:10 +02:00
* [@TrendingBot@mastodon.social](https://mastodon.social/@TrendingBot) - Shows you what's trending on Mastodon.
2017-05-22 00:09:36 +02:00
* [Boost](https://gitlab.com/chaica/boost) - Automatically boosts toots from users (Python)
2017-04-29 14:25:38 +02:00
2017-05-04 18:36:22 +02:00
## News & magazines bots
2017-05-06 18:58:31 +02:00
Please note: most of them are non-official. Also, we do not *recommend* any, they are just listed here for your information.
2017-05-04 18:36:22 +02:00
### English
2017-05-06 18:58:31 +02:00
* [@arstechnica@social.undernet.uy](https://social.undernet.uy/arstechnica) - Ars Technica
* [@bbc@social.undernet.uy](https://social.undernet.uy/bbc) - BBC
2017-05-06 19:14:01 +02:00
* [@fsf@status.fsf.org](https://status.fsf.org/fsf) - FSF Free Software Foundation
2017-05-14 18:11:28 +02:00
* [@guardian@social.undernet.uy](https://social.undernet.uy/guardian) - Guardian
2017-05-06 01:09:28 +02:00
* [@HackerNewsBot@mastodon.social](https://mastodon.social/@HackerNewsBot) - Hacker News
2017-05-06 00:39:56 +02:00
* [@nasa@apoil.org](https://apoil.org/@nasa) - NASA
2017-05-06 18:58:31 +02:00
* [@newsstream@quitter.im](https://quitter.im/newsstream) - NewsStream
2017-05-06 01:56:32 +02:00
* [@openrightsgroupbot@mastodon.blue](https://mastodon.blue/@openrightsgroupbot) - Open Rights Group
2017-05-06 18:58:31 +02:00
* [@theverge@social.undernet.uy](https://social.undernet.uy/theverge) - The Verge
* [@intercept@social.undernet.uy](https://social.undernet.uy/intercept) - The Intercept
* [@wired@social.undernet.uy](https://social.undernet.uy/wired) - Wired
* [@btc@framapiaf.org](https://framapiaf.org/@btc) - News about the Bitcoin Cryptocurrency (marketcap, community, rise/drop alerts)
* [@ethereum@framapiaf.org](https://framapiaf.org/@ethereum) - News about the Ethereum Cryptocurrency (marketcap, community, rise/drop alerts)
* [@monero@framapiaf.org](https://framapiaf.org/@monero) - News about the Monero Cryptocurrency (marketcap, community, rise/drop alerts)
2017-05-04 18:36:22 +02:00
2017-05-06 18:58:31 +02:00
### Français
2017-05-06 00:27:14 +02:00
* [@BFMTV@mastodon.social](https://mastodon.social/@BFMTV) - BFMTV
* [@courrierinter@mastodon.xyz](https://mastodon.xyz/@courrierinter) - Courrier international
* [@artefr@mamot.fr](https://mamot.fr/@artefr) - Arte
2017-05-06 01:37:05 +02:00
* [@datagueule@framapiaf.org](https://framapiaf.org/@datagueule) - DATA Gueule
2017-05-06 00:27:14 +02:00
* [@letemps@mastodon.blue](https://mastodon.blue/@letemps) - Le Temps
* [@lemondebot@mastodon.xyz](https://mastodon.xyz/@lemondebot) - Le Monde
2017-05-04 18:36:22 +02:00
* [@libe@mamot.fr](https://mamot.fr/@libe) - Libération
2017-05-06 18:58:31 +02:00
* [@lecanardenchaine@mamot.fr](https://mamot.fr/@lecanardenchaine) - Le Canard Enchaîné
2017-05-11 10:34:34 +02:00
* [@lefigaro@mastodon.xyz](https://mastodon.xyz/@lefigaro) - Le Figaro
2017-05-06 00:27:14 +02:00
* [@le_gorafi@apoil.org](https://apoil.org/@le_gorafi) - Le Gorafi
* [@lesjoursfr@mamot.fr](https://mamot.fr/@lesjoursfr) - Les Jours
* [@mdiplo@mamot.fr](https://mamot.fr/@mdiplo) - Le Monde Diplomatique
2017-05-06 00:39:56 +02:00
* [@Mediapart@mastodon.social](https://mastodon.social/@Mediapart) - Mediapart officiel (non actif)
2017-05-06 01:50:04 +02:00
* [@mediapartbot@mastodon.xyz](https://mastodon.xyz/@mediapartbot) - Mediapart bot actif
2017-05-04 18:46:05 +02:00
* [@NextInpact@mamot.fr](https://mamot.fr/@NextInpact) - NextInpact
2017-05-06 01:37:05 +02:00
* [@numerama@social.numerama.com](https://social.numerama.com/@numerama) - Numerama
2017-05-06 01:23:52 +02:00
* [@reflets@mastodon.social](https://mastodon.social/@reflets) - Reflets.info
2017-05-06 00:39:56 +02:00
* [@rtsinfobot@mastodon.blue](https://mastodon.blue/@rtsinfobot) - RTS Info
2017-05-04 18:46:05 +02:00
* [@TV5Monde@mamot.fr](https://mamot.fr/@TV5Monde) - TV5 Monde
2017-05-06 00:27:14 +02:00
* [@tedtalks@3.nu](https://3.nu/@tedtalks) - TED Talks
* [@sciencesetavenirbot@3.nu](https://3.nu/@sciencesetavenir) - Sciences et Avenir
## Associations
2017-05-06 18:58:31 +02:00
### English
* [@torproject@mastodon.social](https://mastodon.social/@torproject) - Tor Project
### Français
2017-05-06 19:19:48 +02:00
* [@aprilorg@pouet.april.org](https://pouet.april.org/@aprilorg) - APRIL
2017-05-06 18:58:31 +02:00
* [@Attac@mamot.fr](https://mamot.fr/@Attac) - Attac France
* [@acrimed@mamot.fr](https://mamot.fr/@acrimed) - Acrimed
* [@framasoft@framapiaf.org](https://framapiaf.org/@Framasoft) - Framasoft
2017-05-06 18:58:31 +02:00
* [@LaQuadrature@mamot.fr](https://mamot.fr/@LaQuadrature) - La Quadrature du Net
## Blogs
### English
* [@rms@gnusocial.no](https://gnusocial.no/rms) - Richard M. Stallman
* [@xkcd@social.undernet.uy](https://social.undernet.uy/xkcd) - XKCD
### Français
2017-05-06 01:37:05 +02:00
* [@epenser@apoil.org](https://apoil.org/@epenser) - Bruce Benamran / epenser
2017-05-06 01:38:26 +02:00
* [@commitstrip@framapiaf.org](https://framapiaf.org/@commitstrip) - Commitstrip.fr
2017-05-06 01:59:53 +02:00
* [@FossoyeurDeFilms@friends.nico](https://friends.nico/@FossoyeurdeFilms) - Fossoyeur de Films
2017-05-06 01:37:05 +02:00
* [@HygieneMentale@oc.todon.fr](https://oc.todon.fr/@HygieneMentale) - Hygiène Mentale
* [@journalduhacker@framapiaf.org](https://framapiaf.org/@journalduhacker) - Journal du Hacker
2017-05-06 01:11:53 +02:00
* [@korbenbot@mastodon.xyz](https://mastodon.xyz/@korbenbot) - Korben (bot)
2017-05-06 01:59:53 +02:00
* [@MinutePapillon@friends.nico](https://friends.nico/@MinutePapillon) - Kriss / Minute Papillon
2017-05-06 01:07:28 +02:00
2017-04-29 14:25:38 +02:00
## Librairies
* [Mastodon.py](https://github.com/halcy/Mastodon.py) - Python wrapper for the Mastodon API.
## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)