Skip to content

Loads mentors using drupal.org API and visualizes the result using graphviz.

License

Notifications You must be signed in to change notification settings

radimklaska/drupal_org_mentor_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal.org Mentor graph

Loads mentors using drupal.org API and visualizes the result using graphviz.

radimklaska mentor graph See the examples folder for more depth options. It gets a bit crazy after 4. :-)

Requirements

  • Python3 to run the code
  • graphviz
    • sudo apt install graphviz or brew install graphviz

How to run the program

python3 do_mentors_graph.py --user 229127 --depth 2

The --user argument is mandatory, the --depth argument is optional and defaults to 3.

How this works

Uses drupal.org API: https://www.drupal.org/drupalorg/docs/apis/rest-and-other-apis

About

Loads mentors using drupal.org API and visualizes the result using graphviz.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages