{"id":22165215,"url":"https://github.com/g1eb/wordcloud","last_synced_at":"2026-05-08T09:34:35.037Z","repository":{"id":82391213,"uuid":"74475319","full_name":"g1eb/wordcloud","owner":"g1eb","description":"⛅️ Wordcloud","archived":false,"fork":false,"pushed_at":"2017-09-25T13:24:21.000Z","size":68,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T12:38:36.274Z","etag":null,"topics":["d3","pandas","wordcloud"],"latest_commit_sha":null,"homepage":"https://rawgit.com/g1eb/wordcloud/master/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/g1eb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-22T13:31:56.000Z","updated_at":"2023-03-04T04:26:21.000Z","dependencies_parsed_at":"2023-06-05T09:00:37.590Z","dependency_job_id":null,"html_url":"https://github.com/g1eb/wordcloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/g1eb/wordcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g1eb%2Fwordcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g1eb%2Fwordcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g1eb%2Fwordcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g1eb%2Fwordcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g1eb","download_url":"https://codeload.github.com/g1eb/wordcloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g1eb%2Fwordcloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32775050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["d3","pandas","wordcloud"],"created_at":"2024-12-02T05:13:57.354Z","updated_at":"2026-05-08T09:34:35.015Z","avatar_url":"https://github.com/g1eb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A quick and dirty wordcloud generator.\n\nYou have a large text file and you need a wordcloud? Look no further!\n\nBased on wordcloud layout by Jason Davies, [wordcloud](https://www.jasondavies.com/wordcloud/)  \nAlgorithm due to Jonathan Feinberg, [wordle](http://static.mrfeinberg.com/bv_ch03.pdf)  \n\n## Demo\nClick \u003ca href=\"https://rawgit.com/g1eb/wordcloud/master/\" target=\"_blank\"\u003ehere\u003c/a\u003e for a live demo.\n\n## Usage\n\n1) Take a text file and run it through `filter.py` script\n\n```\n$ ./filter.py -i data.txt -o output.json\n```\n\nFor this to work you need to install pandas (pip install pandas).\nThat script will dump aggregated tokens json right in the current directory.\n\n2) Update OUTPUT variable in src/js/cloud.js\n\n```\nvar OUTPUT = 'output.json';\n```\n\nYou need to set OUTPUT variable to the location of the new output.json file.\n\n3) Serve that directory and view wordcloud in a browser :)\n\n```\n$ python -m SimpleHTTPServer 8000\n```\n\nor:\n\n```\n$ npm install -g serve\n$ serve .\n```\n\n\n\n## Dependencies\n\n* [d3.js](https://d3js.org/)\n* [d3.layout.cloud.js](https://gist.github.com/emeeks/3361332)\n* [pandas](http://pandas.pydata.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg1eb%2Fwordcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg1eb%2Fwordcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg1eb%2Fwordcloud/lists"}