@@ -10,11 +10,21 @@ Have working currently:
10
10
11
11
To do (next versions):
12
12
* Detect commands need and install or ask to install
13
- * follow/unfollow/like chart (im testing gnuplot for this)
14
13
* Save unfollows to not follow again (need touch the logic of the functions)
15
14
* Get the token without need postman (only first config, later it auto update the token)
16
15
* Whitelist_users to ignore when follow or unfollow
17
16
17
+ ## Table of content of this readme
18
+ - [ Bot twitter follow in bash] ( #bot-twitter-follow-in-bash )
19
+ * [ 0. Access to developer dashboard in Twitter] ( #0-access-to-developer-dashboard-in-twitter )
20
+ * [ 1. Configure the project] ( #1-configure-the-project )
21
+ * [ 2. Configure postman] ( #2-configure-postman )
22
+ * [ 3. Configure the bot] ( #3-configure-the-bot )
23
+ * [ 4. Use the bot] ( #4-use-the-bot )
24
+ * [ FAQ] ( #faq )
25
+ + [ Limit of API?] ( #limit-of-api- )
26
+ + [ Auto graph chart all actions] ( #auto-graph-chart-all-actions )
27
+
18
28
## 0. Access to developer dashboard in Twitter
19
29
20
30
Go to https://developer.twitter.com/en/portal/dashboard and login.
@@ -104,3 +114,11 @@ You can change the language by changing the language variable in config.json. Cu
104
114
The script read the header and detect when the API have a limit and will auto refresh every minute until can continue.
105
115
106
116
![ image] ( https://user-images.githubusercontent.com/15265490/220545805-405207eb-22e8-4383-9ea6-9412c68e152b.png )
117
+
118
+ ### Auto graph chart all actions
119
+
120
+ The script will generate a graph of all actions: Follow, Unfollow and Likes.
121
+
122
+ You can check in the dir gnuplot.
123
+
124
+ ![ graph] ( https://user-images.githubusercontent.com/15265490/235502987-6753baab-059a-4474-970e-dc8a88208c46.png )
0 commit comments