From 1d4885255afc6321dcc2dd534aec5aa51cd611dc Mon Sep 17 00:00:00 2001 From: tinfoil-hat Date: Sun, 8 Oct 2023 01:36:41 +0200 Subject: Nitter Workaround Issue #983 --- content/posts/Nitter-ratelimiting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content') diff --git a/content/posts/Nitter-ratelimiting.md b/content/posts/Nitter-ratelimiting.md index fd13244..65565e7 100644 --- a/content/posts/Nitter-ratelimiting.md +++ b/content/posts/Nitter-ratelimiting.md @@ -157,8 +157,8 @@ nimble md ``` ``` -touch guest_accounts.json -vim guest_accounts.json +touch guest_accounts.jsonl +vim guest_accounts.jsonl ``` paste ```[]``` inside it @@ -170,5 +170,5 @@ https://twitterminator.x86-64-unknown-linux-gnu.zip/ ## Create cronjob ``` -0 */4 * * * curl ...guest_accounts.json +0 */4 * * * curl ...guest_accounts.jsonl ``` -- cgit v1.2.3