Cape Usages - lasscat/namemcpy GitHub Wiki
Cape Usages
getCapeUsers(capeid)
This function will get all users using a cape via scraping the website. Enter the capeid, or cape hash at the end of the url.
example
test = namepy()
example = test.getCapeUsers(capeid='d3c7ac835b24eb29') # you cause any cape hash!
print(example)
output
akronman1
capeUserNumber(capeid)
This function will get all users of a cape via scraping the website and then outputting the number of people using the cape. Capeid, or cape hash found at the end of the url.
example
test = namepy()
example = test.capeUserNumber(capeid='d3c7ac835b24eb29')
print(example)
output
1