touchme

Results 6 issues of touchme

I've recently added asynchronous support to this library, which should significantly improve performance for applications that need to handle multiple concurrent requests or integrate with async frameworks like FastAPI or...

## Add support for installing async dependencies via extras I've implemented asynchronous support for this library in my [fork](https://github.com/trevorhobenshield/twitter-api-client/), which enables significantly improved performance for applications handling multiple concurrent requests...

Check issue #389. Updated from `guilds.json` to `GenericTimelineById` ## Summary by Sourcery Switch get_trends to use the GenericTimelineById GraphQL endpoint instead of the legacy v1.1 guide API, introduce feature flags...

## Issue: get_trends always returns 404 / empty list ### Description The following code (simplified): ```python client = Client('en-US') client.set_cookies({"auth_token": auth.auth_token, "ct0": auth.ct0}) try: trends = await client.get_trends("trending", count=40, retry=False)...

Docker build fails on Windows due to script execution and line ending issues I encountered two issues when attempting to run the swarm container using `docker-compose run --rm --build -Pit...

I find it frustrating that certain dApps require full access to my smart account to function properly. The current signer permissions system doesn't adequately address this issue because ERC20 transfers...