Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://jwyg.github.io/mastodon-sts/
simple web app for bulk following list of accounts on mastodon: https://jwyg.github.io/mastodon-sts/
https://jwyg.github.io/mastodon-sts/
mastodon
Last synced: about 1 month ago
JSON representation
simple web app for bulk following list of accounts on mastodon: https://jwyg.github.io/mastodon-sts/
- Host: GitHub
- URL: https://jwyg.github.io/mastodon-sts/
- Owner: jwyg
- License: gpl-3.0
- Fork: true (trutzig89182/Mastodon-Sociologists)
- Created: 2022-10-31T11:29:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T20:40:15.000Z (almost 2 years ago)
- Last Synced: 2024-02-10T06:11:26.013Z (11 months ago)
- Topics: mastodon
- Language: HTML
- Homepage:
- Size: 3.07 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- academics-on-mastodon - Science and Technology Studies (STS)
README
# Science and Technology Studies (STS) researchers on Mastodon
This repository provides a most simple webapp that helps to bulk follow Science and Technology Studies (STS) researchers on the FOSS microbloging service Mastodon. In it you can create a csv-file that can be uploaded in your mastodon settings, in order to follow every account from the list.
The repository is forked from a list of sociologists (https://www.perspektivbrocken.org/en/2022/10/28/sociologists-on-mastodon-a-list/).
## Can I use this for my discipline/peer group?
Yes, basically you just have to fork the repo. There are two files that you will need to change. The Text in index.html and the accounts that are stored in resources/sociologists.csv. Please keep the name of this file (or change it in assets/js/createcsv.js, too).
You can publish your web app directly from the repository. For this, go to “Settings” and then choose “pages” in the left menu.
## Documentation
### csv file
the csv file is stored in /resources/.
Any file with the columns: `account`,`name`,`url` will do.### tootformat.html
The page tootformat.html renders all accounts from the csv as ”account (name)”. This offers you a more readable format which you can copy to your posts in Mastodon.## License
The repository can be used under GNU General Public License v3, except the /resources/sts.csv file, which can only be used with explicit permission by the authors.