Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.
/ mediumology Public archive

Node script that finds all the related tags starting from a topic on Medium and outputs a network of relations

License

Notifications You must be signed in to change notification settings

Mitch90/mediumology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mediumology

This tool will help you create a network of related tags on Medium, starting from a given topic. The output are two tsv files (one for the nodes and one for the edges) that can be later used in softwares such as Gephi.

###To run mediumology:

  • Make sure you have Node installed

  • Clone the repository

  • Go to the mediumology folder

cd pathToTheMediumologyFolder
  • Install node modules
npm install
  • Open index.js and choose the topic to analyze and the depth of the search (it must be an existing tag on Medium obviously)
var initialTopic = 'Privacy',
    depth = 2;
  • Run the script
node index.js

About

Node script that finds all the related tags starting from a topic on Medium and outputs a network of relations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published