Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 620 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 620 Bytes

github_wordcloud

Generate wordclouds from Github repositories information

Usage:

Example notebook

Fetching user's starred repositories

python -m github_wordcloud --username {Github username} --extracted_information topics

Fetching github repository search results

python -m github_wordcloud --query 'topic:machine-learning'

By default --extracted_information is set to topics, but you can also use description or description_keywords (keywords are extracted using gensim's TextRank)