{"id":18300297,"url":"https://github.com/docnow/twarc-hashtags","last_synced_at":"2025-06-16T05:12:12.613Z","repository":{"id":44600576,"uuid":"398104007","full_name":"DocNow/twarc-hashtags","owner":"DocNow","description":"Report on hashtags in tweet data.","archived":false,"fork":false,"pushed_at":"2022-02-05T18:02:07.000Z","size":8936,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-21T05:32:46.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DocNow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-19T23:58:12.000Z","updated_at":"2022-02-25T13:51:28.000Z","dependencies_parsed_at":"2022-09-03T21:52:39.499Z","dependency_job_id":null,"html_url":"https://github.com/DocNow/twarc-hashtags","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DocNow%2Ftwarc-hashtags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DocNow%2Ftwarc-hashtags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DocNow%2Ftwarc-hashtags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DocNow%2Ftwarc-hashtags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DocNow","download_url":"https://codeload.github.com/DocNow/twarc-hashtags/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247342703,"owners_count":20923642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-05T15:11:58.536Z","updated_at":"2025-04-05T13:36:01.937Z","avatar_url":"https://github.com/DocNow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# twarc-hashtags\n\nThis module is extends [twarc] with a `hashtags` command that will extract and\ncount the hashtags in a tweet dataset.\n\n## Install\n\n    pip install twarc-hashtags\n\nCollect some Twitter data, for example:\n\n    twarc2 search blacklivesmatter tweets.jsonl \n\nBecause you installed the plugin you have a new subcommand `hashtags`:\n\n    twarc2 hashtags tweets.jsonl hashtags.csv\n\nThen open `hashtags.csv` in your favourite spreadsheet program or\nDataFrame library.\n\nBehind the scenes twarc-hashtags uses Python's native support for SQLite to\ncreate a database and then insert/query it. You can see this database after the\nprogram finishes as `hashtags.db` in your current working directory.\n\n## Options\n\n**--group**: group results by day, week, month, year\n\n**--limit**: limit to this number of hashtags (per group if --group is used)\n\n**--db**: if you would like to name the database something other than\n`hashtags.db`\n\n**--no-insert**: use an existing database instead of inserting (useful for\nlarge numbers of tweets)\n\n[twarc]: https://github.com/docnow/twarc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocnow%2Ftwarc-hashtags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocnow%2Ftwarc-hashtags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocnow%2Ftwarc-hashtags/lists"}