{"id":26737250,"url":"https://github.com/superteamdao/superteam-social-stats","last_synced_at":"2025-03-28T02:39:07.530Z","repository":{"id":186775598,"uuid":"669814499","full_name":"SuperteamDAO/superteam-social-stats","owner":"SuperteamDAO","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-23T23:21:29.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-21T03:54:43.739Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/SuperteamDAO.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}},"created_at":"2023-07-23T14:14:47.000Z","updated_at":"2024-01-21T13:35:12.000Z","dependencies_parsed_at":"2024-01-21T17:59:38.689Z","dependency_job_id":null,"html_url":"https://github.com/SuperteamDAO/superteam-social-stats","commit_stats":null,"previous_names":["akshatcoder-hash/superteam-games","superteamdao/superteam-social-stats"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperteamDAO%2Fsuperteam-social-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperteamDAO%2Fsuperteam-social-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperteamDAO%2Fsuperteam-social-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperteamDAO%2Fsuperteam-social-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperteamDAO","download_url":"https://codeload.github.com/SuperteamDAO/superteam-social-stats/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245959236,"owners_count":20700586,"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":"2025-03-28T02:39:07.005Z","updated_at":"2025-03-28T02:39:07.521Z","avatar_url":"https://github.com/SuperteamDAO.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Superteam Games \n\nWelcome to the Superteam Games repository. This repository contains scripts to fetch and handle data from various platforms like Discord, Twitter, and YouTube.\n\n## Repository Structure\n\n- **.github/workflows/main.yml**: Contains the GitHub Actions workflow configuration.\n- **discordMembers.ts**: Script related to Discord members.\n- **twitterFollowers.ts**: Script related to Twitter followers.\n- **ytSubs.ts**: Script related to YouTube subscribers.\n- Other configuration and setup files: `.gitignore`, `package-lock.json`, `package.json`, and `tsconfig.json`.\n\n## Setting Up\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/akshatcoder-hash/superteam-games.git\n```\n\n\n2. Navigate to the project directory:\n\n```bash\ncd superteam-games\n```\n\n\n3. Install the required dependencies:\n\n```bash\nnpm install\n```\n\n\n## Adding More Scripts to the Workflow\n\n1. Create your script, for example, `myNewScript.ts`.\n2. Open `.github/workflows/main.yml`.\n3. Under the `jobs` section, add a new job or modify an existing one to run your script:\n\n```yaml\njobs:\n  my_new_job:\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout code\n      uses: actions/checkout@v2\n    - name: Run my new script\n      run: ts-node myNewScript.ts\n```\n\n\n## Modifying Environment Variables in GitHub Actions\n\n1. Go to your repository on GitHub.\n2. Click on the `Settings` tab.\n3. In the left sidebar, click on `Secrets`.\n4. Here, you can add new secrets or update existing ones. These secrets can be used as environment variables in your GitHub Actions workflow.\n5. In your `.github/workflows/main.yml`, you can reference these secrets using the following syntax:\n\n```yaml\nenv:\n  MY_SECRET: ${{ secrets.MY_SECRET_NAME }}\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperteamdao%2Fsuperteam-social-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperteamdao%2Fsuperteam-social-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperteamdao%2Fsuperteam-social-stats/lists"}