Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 372 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 372 Bytes

Mastodon trending topics generator

This git repository contains code to generate trending topics using the proposed relative term frequency mentioned in the paper.

  • Generating new trending topics is done using the rtf_example.py script.
  • Collecting toots can be done using the data_crawler.py script
  • Raw toots are converted to terms by the term_generator.py script