Closed fabston closed 4 months ago
Am I able to set a timeout when requesting data such as tweet_detail or get_user_info? I'd like that it timeouts after like 5 secs.
tweet_detail
get_user_info
You mean HTTP request timeout
from tweety import Twitter client = Twitter("session", timeout=5) ...
Am I able to set a timeout when requesting data such as
tweet_detail
orget_user_info
? I'd like that it timeouts after like 5 secs.