A python3 library for getting information about the team
Project description
RaiderFetch
A python3 library for getting information about the team.
Installation
To install this library, either use pip:
python3 -m pip install RaiderFetch
or, use setuptools:
python3 setup.py install
Usage
This is the recommended usage for the library
Import the library
First, import the library
import RaiderFetch as rf
Create a fetcher
All of your work will be done through a fetcher class.
fetcher = rf.Fetcher()
A string of another account name can also be passed into the constructor. For example:
fetcher = rf.Fetcher("team254")
Calling the api
For maximum control over the library, fetching data from the API is done manually. Nothing is returned by this function.
fetcher.fetch()
Get the activity feed
To get info from GitHub about the team's activity, use this function.
fetcher.getFeed()
Get a list of team members
To get a list of all current programming team members, use this function. Accounts marked as private will not be shown.
(NOTE: Team captains should have all members set their account to public)
fetcher.getMembers()
Check if an account is a member of the team
To check if someone is a member of this team, pass their username into this function. A bool is returnewd by this function.
fetcher.isMember("username")
Get a list of repos
To get a list of all public repos, along with some info about them, use:
fetcher.getRepos()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file RaiderFetch-1.0.tar.gz
.
File metadata
- Download URL: RaiderFetch-1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 729483d97ccce5868ec1192ac9c28e48a270f40528a2e48c7ee45d79e266d3e3 |
|
MD5 | e972855503a90962b8e00ced59d88114 |
|
BLAKE2b-256 | 047cc636f06a04c87441b1c937569ef36b74fe11aad5327d87152231dedaeca5 |
File details
Details for the file RaiderFetch-1.0-py3-none-any.whl
.
File metadata
- Download URL: RaiderFetch-1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | feb8c5e8df82b7088abbfa75c882f970fbc71293bbfcc20bae2ccadafc432ee2 |
|
MD5 | 147a1a3644509963b5120404ab6fa45a |
|
BLAKE2b-256 | 5853a3022aab84c13ffd1e27c33ab8f484893094583a50982990636472fcd158 |