From 5a2353a4c9f936df163aaee6e160eed91cd88210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=CC=B7e=CC=B5v=CC=B7G=CC=B8l=CC=B6i=CC=B8t=CC=B7c=CC=B8h?= =?UTF-8?q?=CC=B6?= <59583446+DevGlitch@users.noreply.github.com> Date: Fri, 3 Dec 2021 19:05:48 -0800 Subject: [PATCH 1/2] Uncommented line 92 url.py --- twint/url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twint/url.py b/twint/url.py index 97923cef..0fc0ea01 100644 --- a/twint/url.py +++ b/twint/url.py @@ -89,7 +89,7 @@ async def Search(config, init): ('send_error_codes', 'true'), ('simple_quoted_tweet', 'true'), ('count', tweet_count), - # ('query_source', 'typed_query'), + ('query_source', 'typed_query'), # ('pc', '1'), ('cursor', str(init)), ('spelling_corrections', '1'), From f426314bc748e0b3ad0fb77577141a9e1ea6c7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=CC=B7e=CC=B5v=CC=B7G=CC=B8l=CC=B6i=CC=B8t=CC=B7c=CC=B8h?= =?UTF-8?q?=CC=B6?= <59583446+DevGlitch@users.noreply.github.com> Date: Fri, 3 Dec 2021 19:06:49 -0800 Subject: [PATCH 2/2] Modified line 70 url.py --- twint/url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twint/url.py b/twint/url.py index 0fc0ea01..3dcc268b 100644 --- a/twint/url.py +++ b/twint/url.py @@ -67,7 +67,7 @@ async def MobileProfile(username, init): async def Search(config, init): logme.debug(__name__ + ':Search') url = base - tweet_count = 100 + tweet_count = 100 if not config.Limit else config.Limit q = "" params = [ # ('include_blocking', '1'),