You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Bot twitter follow in bash
2
2
3
-
This bot is current in **v0.4** so is in **beta**. May have some unexpected errors. As always, use at your own risk.
3
+
This bot is current in **v0.5** so is in **beta**. May have some unexpected errors. As always, use at your own risk.
4
4
5
5
This bot is build using **Twitter API V2** only. You can check the code, is very simple. Works with functions and curl api calls directly. It does not go through any external server or need other dependencies. It can be run on any computer or server running Linux or Mac.
6
6
@@ -10,7 +10,7 @@ Have working currently:
10
10
11
11
To do (next versions):
12
12
* Detect commands need and install or ask to install
13
-
* Save unfollows to not follow again (need touch the logic of the functions)
13
+
* Save unfollows to not follow again (need change the logic of the functions)
14
14
* Get the token without need postman (only first config, later it auto update the token)
15
15
* Whitelist_users to ignore when follow or unfollow
0 commit comments