No description
Find a file
2026-03-11 00:29:42 +09:00
js test 2026-02-17 02:46:11 +09:00
src/castle_token fixing berlin 2026-03-11 00:29:10 +09:00
.gitignore test 2026-02-17 02:46:11 +09:00
LICENSE test 2026-02-17 03:31:28 +09:00
README.md Update README to remove pip installation section 2026-02-19 05:55:40 +09:00
requirements.txt test 2026-02-17 02:54:45 +09:00
setup.py test 2026-02-17 03:00:01 +09:00

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())