Skip to content

Commit dd5252e

Browse files
author
Luis Dieguez
committed
Update v0.5 readme
1 parent dd489a9 commit dd5252e

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,21 @@ Have working currently:
1010

1111
To do (next versions):
1212
* Detect commands need and install or ask to install
13-
* follow/unfollow/like chart (im testing gnuplot for this)
1413
* Save unfollows to not follow again (need touch the logic of the functions)
1514
* Get the token without need postman (only first config, later it auto update the token)
1615
* Whitelist_users to ignore when follow or unfollow
1716

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+
1828
## 0. Access to developer dashboard in Twitter
1929

2030
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
104114
The script read the header and detect when the API have a limit and will auto refresh every minute until can continue.
105115

106116
![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

Comments
 (0)