{"id":18965302,"url":"https://github.com/ryanmcgrath/activity-scraper","last_synced_at":"2025-09-21T17:14:38.189Z","repository":{"id":66066513,"uuid":"186913177","full_name":"ryanmcgrath/activity-scraper","owner":"ryanmcgrath","description":"A social media scraper written in Rust. Used for the data on my personal site.","archived":false,"fork":false,"pushed_at":"2019-05-15T22:53:00.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"trunk","last_synced_at":"2025-01-01T05:44:42.032Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/ryanmcgrath.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":"2019-05-15T22:50:53.000Z","updated_at":"2024-12-27T03:15:28.000Z","dependencies_parsed_at":"2023-04-22T01:36:00.848Z","dependency_job_id":null,"html_url":"https://github.com/ryanmcgrath/activity-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanmcgrath%2Factivity-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanmcgrath%2Factivity-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanmcgrath%2Factivity-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanmcgrath%2Factivity-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanmcgrath","download_url":"https://codeload.github.com/ryanmcgrath/activity-scraper/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239964494,"owners_count":19725947,"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-08T14:28:46.834Z","updated_at":"2025-09-21T17:14:33.162Z","avatar_url":"https://github.com/ryanmcgrath.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Activity Scraper\n[My personal website](https://rymc.io/) makes use of data from my [GitHub](https://github.com/ryanmcgrath/), [Twitter](https://twitter.com/ryanmcgrath/), and [Dribbble](https://dribbble.com/ryanmcgrath) accounts. It's a static site that's republished every few minutes, at which point it scrapes the most recent activity from Twitter, various pieces of data from GitHub and Dribbble, and stores them in a file that the static engine picks up for rendering.\n\nI figure this might be fun or useful for some other people. It's written in Rust, because... well, I enjoy writing in Rust. Nothing about this particularly requires Rust, so if you're not a fan, you may enjoy rewriting in a different language.\n\n## Running\nYou need to make sure the following environment variables are set - you may want to edit the source to change the `RYMC_` prefix:\n\n``` bash\n# Dribbble\nexport RYMC_DRIBBBLE_API_KEY=''\n\n# Twitter\nexport RYMC_TWITTER_CONSUMER_KEY=\"\"\nexport RYMC_TWITTER_CONSUMER_SECRET=\"\"\nexport RYMC_TWITTER_OAUTH_TOKEN=\"\"\nexport RYMC_TWITTER_OAUTH_SECRET=\"\"\n\n# GitHub\nexport RYMC_GITHUB_ACCESS_TOKEN=\"\"\n\nexport RYMC_ACTIVITY_PATH=\"/path/to/where/to/store\"\n```\n\nThen:\n\n``` bash\n# Install Rust...\ncargo build\n./target/debug/social\n```\n\n## License\nDo what you want with it! I make no claims of support or anything on a project like this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanmcgrath%2Factivity-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanmcgrath%2Factivity-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanmcgrath%2Factivity-scraper/lists"}