shungiku

Results 2 issues of shungiku

Summary Twitter’s internal API stopped returning the `x-connection-hash` header for at least `get_likes` responses around 2025‑11‑04. The helper [`twitter_openapi_python.utils.api.build_header`](https://github.com/fa0311/twitter_openapi_python/blob/64cc3699ef2163e1847321b4f18794116d7aa48a/twitter_openapi_python/twitter_openapi_python/utils/api.py#L259C9-L259C54) unconditionally reads `headers["x-connection-hash"]`, so the call now raises KeyError in normal...

### Description Response of `self.me` now exposes `screen_name` under `core` instead of `legacy`. - Changed lookup path https://github.com/iSarabjitDhiman/TweeterPy/blob/85a266e571d3e93aa26afce5d109f47929f3f5ec/tweeterpy/tweeterpy.py#L232