1
0
Fork
You've already forked ego
0
Just a playful attempt at analyzing my ego network on the Fediverse
  • R 100%
2026年02月06日 21:25:59 -03:00
.gitignore Initial commit (for real this time) 2026年01月04日 21:54:43 -03:00
.lintr Initial commit (for real this time) 2026年01月04日 21:54:43 -03:00
download.R Initial commit (for real this time) 2026年01月04日 21:54:43 -03:00
LICENSE Initial commit (for real this time) 2026年01月04日 21:54:43 -03:00
README.md Initial commit (for real this time) 2026年01月04日 21:54:43 -03:00
tabulate.R Fix typo 2026年02月06日 21:25:59 -03:00

Just a playful attempt at analyzing my ego network on the Fediverse. Version 1 was featured in a blog post, rests on a different repository, and had a different approach.

The source code consists of two scripts:

  • download.R — Run this first. It downloads a list of Brazilian instances; recent posts, notifications and favorites; and all relevant accounts, including following and followers.
  • tabulate.R — Run this second. It tabulates the relevant account data, and ranks the accounts and instances by the volume of interaction with the index account.

The scripts depend on R packages data.table, jsonlite and rtoot.

If you are not me, then you have to: