From 3fb7ad635294d85b2133edd7f38dd7d90c596a23 Mon Sep 17 00:00:00 2001 From: charlesangus Date: Sat, 8 May 2021 02:17:22 -0400 Subject: [PATCH] Implement basic rate-limiting (#18) * implement basic rate-limiting commandline option * add rateLimit option to readme --- README.md | 15 +++++++++++++++ deleter.go | 26 ++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/README.md b/README.md index 80cbda2..ea36da3 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,18 @@ $ go run deleter.go ## Cookies Cookies are saved to `$HOME/.go-cookies` if the `$GOCOOKIES` variable is not set (see https://github.com/juju/persistent-cookiejar). + +## Options + +### Rate-limiting + +Facebook will temp-block you if you make too many requests too quickly. Run the command with the `-rateLimit