Third-party API wrapper for Stand with Crypto. I am not affiliated with Stand with Crypto in any way.
Python 3.6+
https://github.com/samuel-poon/standwithcrypto
pip3 install standwithcrypto
import standwithcrypto
client = standwithcrypto.Client()
all_people = client.get_all_people()
print(all_people)