Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
trutzig89182 committed Nov 8, 2022
2 parents 80bd752 + 333a443 commit 673f6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mastodon Sociologists
# Sociologists ond Mastodon

This repository provides a most simple web app that helps to bulk follow sociologists on the FOSS microblogging service Mastodon. In it you can create a csv-file that can be uploaded in any accounts mastodon seetings, in order to follow a list of accounts at once.

Expand All @@ -22,7 +22,7 @@ If you want to get in touch with other people maintaining an “Academics on Mas

### csv file
The csv file is stored in `/resources/`.
Any file with the colums `account,name,url` will do. We are planing to add keywords and main language(s) and offer a way to filter the list. So, looking forward you could also include a colum `keywords`and colum `language`.
Any file with the colums `account,name,url` will do. We are planing to add keywords and main language(s) and offer a way to filter the list. So, looking forward you could also include a column `keywords`and column `language`. Keywords should be seperated by a space (" ") and multiword keywords connected by an underscore ("_"). Languages are seperated by a space (" "). Make sure that you don’t use any commas here, as that would break the CSV file’s structure. If you don’t have columns named “keywords” and “language” nothing happens. If you have such columns and you use them differently, you may have to addapt the app.js file.

### tootformat.html
The page `tootformat.html` renders all accounts from the csv file as “account (name)”. This offers you a more readable format, which you can copy to your posts in Mastodon. It can be reached if you add `/tootformat.html` to your webpage’s url.
Expand Down

0 comments on commit 673f6d7

Please sign in to comment.