-
Notifications
You must be signed in to change notification settings - Fork 9
/
sites.py
24 lines (24 loc) · 878 Bytes
/
sites.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Social Media Websites :
udata = [
"https://github.com/{}", # 1
"https://instagram.com/{}",# 2
"https://twitter.com/{}",# 3
"https://t.me/{}", # 4
"https://{}.tumblr.com/",# 5
"https://tieba.baidu.com/f?kw={}",# 6
"https://www.pinterest.com/{}",# 7
"https://vk.com/{}", # 8
"https://www.reddit.com/user/{}", # 9
"https://mix.com/{}", # 10
"https://{}.skyrock.com/", # 11
"https://www.facebook.com/{}", # 12
"https://bionluk.com/{}", # 13
"https://gitlab.com/{}", # 14
"https://www.tiktok.com/@{}", # 15
"https://www.quora.com/{}", # 16
"https://medium.com/@{}", # 17
"https://digg.com/@{}", # 18
"https://www.linkedin.com/in/{}", # 19
"https://www.deviantart.com/{}", # 20
"https://www.twitch.tv/{}" # 21
]