Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 464 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 464 Bytes

Stand with Crypto (Unofficial)

Third-party API wrapper for Stand with Crypto. I am not affiliated with Stand with Crypto in any way.

Prerequisites

Python 3.6+

Source

https://github.com/samuel-poon/standwithcrypto

Installation

pip3 install standwithcrypto

Quick Start

import standwithcrypto

client = standwithcrypto.Client()

all_people = client.get_all_people()
print(all_people)