{"id":20187962,"url":"https://github.com/arran4/trakt-import-github-action","last_synced_at":"2025-03-03T07:12:27.138Z","repository":{"id":41264463,"uuid":"491100016","full_name":"arran4/trakt-import-github-action","owner":"arran4","description":"A github script for importing netflix and other exported files into trakt","archived":false,"fork":false,"pushed_at":"2025-02-15T22:49:32.000Z","size":571,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-15T23:27:38.718Z","etag":null,"topics":["github","github-action","trackt","trackt-importer"],"latest_commit_sha":null,"homepage":"https://arran4.github.io/trakt-import-github-action/","language":"JavaScript","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/arran4.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":"2022-05-11T12:24:45.000Z","updated_at":"2025-02-15T22:48:28.000Z","dependencies_parsed_at":"2023-02-18T17:00:58.429Z","dependency_job_id":null,"html_url":"https://github.com/arran4/trakt-import-github-action","commit_stats":{"total_commits":73,"total_committers":2,"mean_commits":36.5,"dds":0.04109589041095896,"last_synced_commit":"f71f1484d7214fc2609c80afbbabc46cd6fc675e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Ftrakt-import-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Ftrakt-import-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Ftrakt-import-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Ftrakt-import-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arran4","download_url":"https://codeload.github.com/arran4/trakt-import-github-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241622613,"owners_count":19992504,"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":["github","github-action","trackt","trackt-importer"],"created_at":"2024-11-14T03:26:48.494Z","updated_at":"2025-03-03T07:12:27.119Z","avatar_url":"https://github.com/arran4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trakt-import-github-action\n\n*Work in progress*\n\nA github script for importing netflix and other exported files into trakt.\n\nThe basic idea is that you create a private repo then perodically commit your latest netflix etc watch files to it, the action below will automatically push it up.\n\n## Inputs\n\n## `trakt-oauth2-refresh-token`\n\n**Required** The oauth2 refresh token, generated using github pages. See https://arran4.github.io/trakt-import-github-action/\n\n## `netflix-file`\n\n**Required** The netflix csv file. From https://www.netflix.com/settings/viewed/ (Profile URLs might differ)\n\n## `delete`\n\n**Required** Delete the file with a commit.\n\n## Example usage\n\nCreate a private repo. Create an action which triggers on push with the action:\n\nGenerate an refresh token using: https://arran4.github.io/trakt-import-github-action/\n\nUpload access token to the github repo's secrets as: TRAKT_REFRESH_TOKEN\n\n```\nuses: arran4/trakt-import-github-action@v1.0\nwith:\n  trakt-oauth2-refresh-token: ${{ secrets.TRAKT_REFRESH_TOKEN }}\n  netflix-file: 'NetflixViewingHistory.csv'\n  delete: false\n```\n\nThen upload `NetflixViewingHistory.csv` to it and watch the action run.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farran4%2Ftrakt-import-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farran4%2Ftrakt-import-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farran4%2Ftrakt-import-github-action/lists"}