forked from santushtisharma10/Amazing-Python-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatform.txt
More file actions
18 lines (17 loc) · 837 Bytes
/
platform.txt
File metadata and controls
18 lines (17 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Supported Platforms
"instagram": f'https://www.instagram.com/{username}',
"facebook": f'https://www.facebook.com/{username}',
"twitter": f'https://twitter.com/{username}',
"youtube": f'https://www.youtube.com/{username}',
"reddit": f'https://www.reddit.com/user/{username}',
"blogger": f'https://{username}.blogspot.com',
"github": f'https://www.github.com/{username}',
"steam": f'https://steamcommunity.com/id/{username}',
"soundcloud": f'https://soundcloud.com/{username}',
"medium": f'https://medium.com/@{username}',
"spotify": f'https://open.spotify.com/user/{username}',
"patreon": f'https://www.patreon.com/{username}',
"bitbucket": f'https://bitbucket.org/{username}',
"goodreads": f'https://www.goodreads.com/{username}',
"wikipedia": f'https://www.wikipedia.org/wiki/User:{username}',
"slack": f'https://{username}.slack.com'