{"id":18929010,"url":"https://github.com/frc5024/raiderfetch","last_synced_at":"2026-03-16T01:30:15.919Z","repository":{"id":57459741,"uuid":"152145382","full_name":"frc5024/RaiderFetch","owner":"frc5024","description":"A library for getting information about the team. Similar to an API wrapper.","archived":false,"fork":false,"pushed_at":"2018-10-09T13:48:18.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T19:39:07.891Z","etag":null,"topics":["library","python37"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/RaiderFetch/","language":"Python","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/frc5024.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":"2018-10-08T20:54:14.000Z","updated_at":"2018-10-09T13:56:21.000Z","dependencies_parsed_at":"2022-09-13T16:11:04.103Z","dependency_job_id":null,"html_url":"https://github.com/frc5024/RaiderFetch","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/frc5024%2FRaiderFetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frc5024%2FRaiderFetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frc5024%2FRaiderFetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frc5024%2FRaiderFetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frc5024","download_url":"https://codeload.github.com/frc5024/RaiderFetch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239924026,"owners_count":19719243,"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":["library","python37"],"created_at":"2024-11-08T11:29:18.722Z","updated_at":"2026-03-16T01:30:15.853Z","avatar_url":"https://github.com/frc5024.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RaiderFetch\n[![PyPI version](https://badge.fury.io/py/RaiderFetch.svg)](https://badge.fury.io/py/RaiderFetch) [![CodeFactor](https://www.codefactor.io/repository/github/frc5024/raiderfetch/badge)](https://pypi.org/project/RaiderFetch/)\n\n\nA python3 library for getting information about the team.\n\n## Installation\nTo install this library, either use pip:\n```sh\npython3 -m pip install RaiderFetch\n```\nor, use setuptools:\n```sh\npython3 setup.py install\n```\n\n## Usage\nThis is the recommended usage for the library\n\n### Import the library\nFirst, import the library\n```python3\nimport RaiderFetch as rf\n```\n\n### Create a fetcher\nAll of your work will be done through a fetcher class.\n```python3\nfetcher = rf.Fetcher()\n```\n\nA string of another account name can also be passed into the constructor. For example:\n```python3\nfetcher = rf.Fetcher(\"team254\")\n```\n\n### Calling the api\nFor maximum control over the library, fetching data from the API is done manually. Nothing is returned by this function.\n```python3\nfetcher.fetch()\n```\n\n### Get the activity feed\nTo get info from GitHub about the team's activity, use this function.\n```python3\nfetcher.getFeed()\n```\n\n### Get a list of team members\nTo get a list of all current programming team members, use this function. Accounts marked as private will not be shown.\n\n(NOTE: Team captains should have all members set their account to public)\n```python3\nfetcher.getMembers()\n```\n\n### Check if an account is a member of the team\nTo check if someone is a member of this team, pass their username into this function. A bool is returnewd by this function.\n```python3\nfetcher.isMember(\"username\")\n```\n\n### Get a list of repos\nTo get a list of all public repos, along with some info about them, use:\n```python3\nfetcher.getRepos()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrc5024%2Fraiderfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrc5024%2Fraiderfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrc5024%2Fraiderfetch/lists"}