mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
parent
f74b2282be
commit
607765c463
4 changed files with 375 additions and 235 deletions
|
|
@ -1,5 +1,11 @@
|
|||
#!/usr/bin/env python3
|
||||
"""
|
||||
DEPRECATED: X now requires a castle token generated by client-side JavaScript
|
||||
during the login flow, which blocks pure-API authentication. Use
|
||||
create_session_browser.py instead.
|
||||
|
||||
This script is kept for reference but will fail with current X API defenses.
|
||||
|
||||
Requirements:
|
||||
pip install curl_cffi pyotp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue