mirror of
https://github.com/d60/twitter_castle_token.git
synced 2026-04-26 13:55:49 +03:00
No description
| js | ||
| src/castle_token | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| setup.py | ||
use example: https://github.com/d60/twitter_login Please use the fingerprint generated in your environment if the token doesn't work.
Quick Example
import time
import uuid
from castle_token import CastleToken
init_time = int(time.time()*1000)
cuid = uuid.uuid4().hex
print(CastleToken(init_time, cuid).create_token())