{"id":27334964,"url":"https://github.com/dmuth/cheetah-registry-scripts","last_synced_at":"2025-10-07T07:39:18.741Z","repository":{"id":138469970,"uuid":"234776759","full_name":"dmuth/cheetah-registry-scripts","owner":"dmuth","description":"Support scripts for my Cheetah Registry iPhone App","archived":false,"fork":false,"pushed_at":"2020-09-03T22:21:07.000Z","size":248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T14:51:30.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/dmuth.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,"zenodo":null}},"created_at":"2020-01-18T18:15:22.000Z","updated_at":"2020-01-18T19:27:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"547904cc-1112-4f73-a1ad-b170d667d150","html_url":"https://github.com/dmuth/cheetah-registry-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dmuth/cheetah-registry-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmuth%2Fcheetah-registry-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmuth%2Fcheetah-registry-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmuth%2Fcheetah-registry-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmuth%2Fcheetah-registry-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmuth","download_url":"https://codeload.github.com/dmuth/cheetah-registry-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmuth%2Fcheetah-registry-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278740828,"owners_count":26037480,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-04-12T14:46:44.899Z","updated_at":"2025-10-07T07:39:18.737Z","avatar_url":"https://github.com/dmuth.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Cheetah Registry Scripts\n\n\u003cimg src=\"img/cheetah-saying-hi.png\" align=\"right\" width=\"250\" /\u003e\n\nThis GitHub repo holds supporting scripts that are used to ingest info on cheetahs from Twitter into my \u003ca href=\"https://cheetah-list.glideapp.io/\"\u003eCheetah Registry App\u003c/a\u003e.\n\n\n## Instructions\n\n### Get a List of Usernames from Twitter\n\nThis repo comes with a file called `cheetahs.txt`, which I regularly refresh from my list of cheetahs on Twitter.  But if you have your own list that you'd like to download, here's how to go about doing that:\n\nFrom \u003ca href=\"https://www.makeuseof.com/tag/backup-export-twitter-lists/\"\u003ethe instructions in this article\u003c/a\u003e:\n- Go into \u003ca href=\"https://tweetdeck.twitter.com/\"\u003eTweetdeck\u003c/a\u003e\n- Click \"add column\"\n- Click the list you want to add\n- Once the list is added, click the \"filter\" button on the upper right of that list\n- Click \"Edit List\"\n- Click \"Export List\" in the upper right of that list.  That will give you a list of Twitter usernames that you can copy and paste to a text file.\n\n\n### Downloading User Profile Info from Twitter:\n\n- `./download-list.sh ./cheetahs.txt`\n   - This will go through Twitter, download the user profile info of each user in that file, and write it to a JSON file in the `users/` directory.\n   - If a user's info already exists in `users/`, it won't be downloaded again, as a timesaving measure.\n   - As of this writing, download info on 180 cheetahs takes approximately 11 minutes.\n\n\n### Exporting User Profile Info Into a CSV\n\n- `./export-list.sh \u003e cheetahs.csv`\n   - Turn our JSON into a CSV suitable for importing into my Google Doc\n   - This takes about 5 seconds for 180 cheetahs\n\n### Importing into Google Drive\n\nAt this point, I'm ready to import the CSV of cheetahs into a spreadsheet in Google Drive,\nat which point the cheetahs should show up \u003ca href=\"https://cheetah-list.glideapp.io/\"\u003ein my app\u003c/a\u003e.\n\n\n\n# Resources\n\n- \u003ca href=\"https://cheetah-list.glideapp.io/\"\u003eThe Cheetah Registry App\u003c/a\u003e for iPhone and Android\n- \u003ca href=\"https://github.com/twintproject/twint\"\u003eTwint\u003c/a\u003e\n- \u003ca href=\"https://github.com/dmuth/splunk-twint\"\u003eSplunk-Twint\u003c/a\u003e\n   - A Dockerized wrapper for running Twint\n- \u003ca href=\"https://imgur.com/a/euc9ryC\"\u003eMy cheetah images stored on Imgur\u003c/a\u003e\n\n\n# Credits\n\n- \u003ca href=\"https://www.glideapps.com/\"\u003eGlide\u003c/a\u003e - A web-based app which I used to build this app.  It was quite easy!\n- The icon shown above is part of the Cheetah Telegram sticker pack, drawn by \u003ca href=\"https://twitter.com/cinnamonsp0ts\"\u003eCinnamon Spots\u003c/a\u003e\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmuth%2Fcheetah-registry-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmuth%2Fcheetah-registry-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmuth%2Fcheetah-registry-scripts/lists"}