forked from galexandre81/api-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapis.dot
103 lines (102 loc) · 4.4 KB
/
apis.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
digraph {
AlMarketUrl[color=red];
CeUrl[color=red];
Email[color=red];
FbEventUrl[color=red];
FbGroupUrl[color=red];
FbPageUrl[color=red];
FbPostUrl[color=red];
FbProfileUrl[color=red];
IgPostUrl[color=red];
IgProfileUrl[color=red];
LiCompanyUrl[color=red];
LiGroupUrl[color=red];
LiPostUrl[color=red];
LiProfileUrl[color=red];
LiSearchUrl[color=red];
LireProfileUrl[color=red];
LisnProfileUrl[color=red];
LisnSearchUrl[color=red];
MdPostUrl[color=red];
QuTopicUrl[color=red];
String[color=red];
TwProfileUrl[color=red];
Url[color=red];
LiThreadUrl[color=red];
GoProfileUrl[color=red];
AlCompanyUrl[color=red];
TwPostUrl[color=red];
LisnCompanyUrl[color=red];
PiProfileUrl[color=red];
PiProfileUrl[color=red];
FbProfileId[color=red];
QuProfileUrl[color=red];
MdProfileUrl[color=red];
IgProfileUrl -> "Instagram Auto Follow";
IgPostUrl -> "Instagram Auto Liker";
IgProfileUrl -> "Instagram Auto Liker" -> IgPostUrl;
IgPostUrl -> "Instagram Photo Likers" -> IgProfileUrl;
String -> "Instagram Hashtag Collector" -> IgProfileUrl;
"Instagram Hashtag Collector" -> IgPostUrl;
LiProfileUrl -> "LinkedIn Network Booster" -> Email;
LiSearchUrl -> "LinkedIn Search Export" -> LiProfileUrl;
AlMarketUrl -> "AngelList Market Companies Extractor" -> AlCompanyUrl;
CeUrl -> "Chrome Extension Review Extractor" -> GoProfileUrl;
String -> "Domain Name Finder" -> Url;
Url -> "Email Extractor" -> Email;
Email -> "Email To LinkedIn Profile URL Finder" -> LiProfileUrl;
FbProfileUrl -> "Facebook Auto Liker" -> FbPostUrl;
FbEventUrl -> "Facebook Event Guests Exporter" -> FbProfileUrl;
FbGroupUrl -> "Facebook Group Extractor" -> FbProfileUrl;
FbProfileUrl -> "Facebook ID Finder" -> FbProfileId;
FbProfileUrl -> "Facebook Message Sender";
FbPageUrl -> "Facebook Page Likers" -> FbProfileUrl;
FbPostUrl -> "Facebook Post Commenters" -> FbProfileUrl;
FbPostUrl -> "Facebook Post Likers" -> FbProfileUrl;
FbProfileUrl -> "Facebook Profile Scraper";
"Facebook Profile Scraper" -> IgProfileUrl;
String -> "Facebook Profile URL Finder" -> FbProfileUrl;
IgProfileUrl -> "Instagram Follower Collector" -> IgProfileUrl;
IgProfileUrl -> "Instagram Following Collector" -> IgProfileUrl;
String -> "Instagram Multi Hashtag Search" -> IgPostUrl;
"Instagram Multi Hashtag Search" -> IgProfileUrl;
IgProfileUrl -> "Instagram Profile Scraper";
String -> "Instagram Profile URL Finder" -> IgProfileUrl;
"LinkedIn Accept Invitations" -> LiProfileUrl;
LiProfileUrl -> "LinkedIn Activities Extractor" -> LiPostUrl;
LiProfileUrl -> "LinkedIn Auto Endorse";
LiProfileUrl -> "LinkedIn Auto Follow";
"LinkedIn Auto Withdraw" -> LiProfileUrl;
LiProfileUrl -> "LinkedIn Chat Extractor" -> LiThreadUrl;
LiCompanyUrl -> "LinkedIn Companies Employees" -> LiProfileUrl;
LiCompanyUrl -> "LinkedIn Companies Info" -> LisnCompanyUrl;
String -> "LinkedIn Company URL Finder" -> LiCompanyUrl;
"LinkedIn Followers Insights" -> LiProfileUrl;
LiGroupUrl -> "LinkedIn Group Members" -> LiProfileUrl;
LiPostUrl -> "LinkedIn Learning Likers" -> LiProfileUrl;
LiProfileUrl -> "LinkedIn Message Sender";
LiPostUrl -> "LinkedIn Post Commenters" -> LiProfileUrl;
LiPostUrl -> "LinkedIn Post Likers" -> LiProfileUrl;
LiProfileUrl -> "LinkedIn Profile Scraper" -> Email;
String -> "LinkedIn Profile URL Finder" -> LiProfileUrl;
LiProfileUrl -> "LinkedIn Recruiter Profile Scraper" -> Email;
LireProfileUrl -> "LinkedIn Recruiter Profile Scraper";
LiProfileUrl -> "LinkedIn Sales Navigator Profile Scraper" -> Email;
LisnProfileUrl -> "LinkedIn Sales Navigator Profile Scraper";
LisnSearchUrl -> "LinkedIn Sales Navigator Search Export" -> LisnProfileUrl;
LisnProfileUrl -> "LinkedIn Sales Navigator URL Converter" -> LiProfileUrl;
MdPostUrl -> "Medium Post Clappers" -> MdProfileUrl;
String -> "Pinterest Profile URL Finder" -> PiProfileUrl;
QuTopicUrl -> "Quora Topics Influencers" -> QuProfileUrl;
String -> "Quora Topics Influencers";
TwProfileUrl -> "Twitter Auto Follow";
TwProfileUrl -> "Twitter Auto Liker" -> TwPostUrl;
TwProfileUrl -> "Twitter Follower Collector" -> TwProfileUrl;
TwProfileUrl -> "Twitter Following Collector" -> TwProfileUrl;
TwProfileUrl -> "Twitter Likes Export" -> TwProfileUrl;
TwProfileUrl -> "Twitter Media Extractor";
TwProfileUrl -> "Twitter Network Cleaner";
TwProfileUrl -> "Twitter Profile Like Extractor" -> TwPostUrl;
TwProfileUrl -> "Twitter Profile Scraper" -> Url;
String -> "Twitter Profile URL Finder" -> TwProfileUrl;
}