From 67faa9fc99b4ff9c4e7eaaed9f09e1f74fb1d3b1 Mon Sep 17 00:00:00 2001 From: spla Date: Sun, 2 Apr 2023 10:35:57 +0200 Subject: [PATCH] new feature: posting unfollowing accounts --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf620d..99031bc 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,6 @@ Within Python Virtual Environment: 2. Run `python followers.py` to setup and create new Postgresql database and needed tables in it the first time it's running. Then it will get followers values and post them privately. -3. Use your favourite scheduling method to set `python followers.py` to run and desired pace. +3. Use your favourite scheduling method to set `python followers.py` to run and desired pace. + +2.4.23 - New feature! post of unfollowing accounts