{"id":31663950,"url":"https://github.com/brittojo7n/fentry-autocrate","last_synced_at":"2026-04-20T13:37:17.329Z","repository":{"id":316711616,"uuid":"1064174095","full_name":"brittojo7n/Fentry-AutoCrate","owner":"brittojo7n","description":"This repository contains a pre-configured script and GitHub Actions workflow to automatically claim your free \"Regular Crate\" on fentry.org.","archived":false,"fork":false,"pushed_at":"2025-09-26T16:44:33.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-26T18:09:32.237Z","etag":null,"topics":["automation","bodycam","bot","fentry","origin","originsoftware","palia","playwright","python","readyornot","requests","scraper","vigor","web-scraping","webscrape","webscraping","workflow"],"latest_commit_sha":null,"homepage":"","language":"Python","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/brittojo7n.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-25T16:41:47.000Z","updated_at":"2025-09-26T16:44:37.000Z","dependencies_parsed_at":"2025-09-26T18:09:46.410Z","dependency_job_id":null,"html_url":"https://github.com/brittojo7n/Fentry-AutoCrate","commit_stats":null,"previous_names":["brittojo7n/fentrypalia-autocrate","brittojo7n/fentry-autocrate"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/brittojo7n/Fentry-AutoCrate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittojo7n%2FFentry-AutoCrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittojo7n%2FFentry-AutoCrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittojo7n%2FFentry-AutoCrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittojo7n%2FFentry-AutoCrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brittojo7n","download_url":"https://codeload.github.com/brittojo7n/Fentry-AutoCrate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittojo7n%2FFentry-AutoCrate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278846316,"owners_count":26056090,"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":["automation","bodycam","bot","fentry","origin","originsoftware","palia","playwright","python","readyornot","requests","scraper","vigor","web-scraping","webscrape","webscraping","workflow"],"created_at":"2025-10-07T20:52:28.577Z","updated_at":"2026-04-20T13:37:17.316Z","avatar_url":"https://github.com/brittojo7n.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fentry Auto Crate \n\nThis repository contains a pre-configured script and GitHub Actions workflow to automatically claim your free \"Regular Crate\" on fentry. To use it, you will first need to create your own copy (**fork**) of this repository.\n\n---\n\n## How It Works\n\nThe GitHub Actions workflow in this repository is scheduled to run automatically every hour. It sets up a Python environment and executes the `main.py` script. The script uses a session cookie, which you will provide, to securely log in to your Fentry account and claim the crate if it's available.\n\n---\n## Setup and Configuration\n\nFollow these three steps to get the automation running.\n\n### Step 1: Fork This Repository\n\nFirst, you need to create a personal copy of this repository under your own GitHub account.\n\nClick the **Fork** button at the top-right of this page. This will give you your own version of the code where you can enable GitHub Actions and add your own secure credentials.\n\n\n\n### Step 2: Get Your Fentry Session Cookie\n\nNext, you need to get the session cookie that the script will use to authenticate.\n\n1.  Navigate to your [Fentry Dashboard](https://www.fentry.org/dashboard) in your browser. If you aren't logged in, log in with your Discord account as you normally would.\n2.  Once you are on your dashboard, press `F12` to open **Developer Tools**.\n3.  Navigate to the **Application** tab.\n4.  On the left-hand menu, expand the **Cookies** section and click on the URL for `https://www.fentry.org`.\n5.  In the table of cookies, find the one with the name **`connect.sid`**.\n6.  Click on it and copy the entire long string from the **\"Value\"** field. This is your personal session token.\n\n### Step 3: Add the Cookie to GitHub Secrets\n\nFinally, you must store this cookie securely in your forked repository's secrets.\n\n1.  In **your forked repository**, go to **Settings** \u003e **Secrets and variables** \u003e **Actions**.\n2.  Click the **New repository secret** button.\n3.  For the **Name**, enter exactly:\n    `FENTRY_SESSION_COOKIE`\n4.  For the **Value**, paste the long cookie value you copied in the previous step.\n5.  Click **Add secret**.\n\n---\n## Usage\n\nOnce the configuration is complete, the automation is active.\n\n* **Automatic Runs**: The script is scheduled to run every 6 hours. It will automatically claim the crate if the cooldown has ended.\n* **Manual Runs**: You can test the setup by manually triggering the script. Go to the **Actions** tab in your repository, select \"Fentry Crate Claimer\" from the sidebar, and click the \"Run workflow\" button.\n\n### Troubleshooting\n\nIf a workflow run fails with a `Login failed!` error, it most likely means your session cookie has expired. To fix this, simply repeat **Step 2** and **Step 3** to get a fresh cookie and update the `FENTRY_SESSION_COOKIE` secret in your repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrittojo7n%2Ffentry-autocrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrittojo7n%2Ffentry-autocrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrittojo7n%2Ffentry-autocrate/lists"}