-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsites.py
More file actions
32 lines (32 loc) · 1.68 KB
/
sites.py
File metadata and controls
32 lines (32 loc) · 1.68 KB
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
sites = {
"GitHub": "https://github.com/{}",
"Reddit": "https://reddit.com/user/{}",
"TikTok": "https://www.tiktok.com/@{}",
"Instagram": "https://www.instagram.com/{}/",
"X": "https://x.com/{}",
"Facebook": "https://www.facebook.com/{}",
"Pinterest": "https://www.pinterest.com/{}/",
"Twitch": "https://www.twitch.tv/{}",
"Steam": "https://steamcommunity.com/id/{}",
"GitLab": "https://gitlab.com/{}",
"Bitbucket": "https://bitbucket.org/{}",
"SoundCloud": "https://soundcloud.com/{}",
"Vimeo": "https://vimeo.com/{}",
"DeviantArt": "https://www.deviantart.com/{}",
"Medium": "https://medium.com/@{}",
"Patreon": "https://www.patreon.com/{}",
"Roblox": "https://www.roblox.com/user.aspx?username={}",
"Kik": "https://kik.me/{}",
"Pastebin": "https://pastebin.com/u/{}",
"Replit": "https://replit.com/@{}",
"DockerHub": "https://hub.docker.com/u/{}",
"Keybase": "https://keybase.io/{}",
"Codecademy": "https://www.codecademy.com/profiles/{}",
"TradingView": "https://www.tradingview.com/u/{}",
"Chess.com": "https://www.chess.com/member/{}",
"Lichess": "https://lichess.org/@/{}",
"BuyMeACoffee": "https://www.buymeacoffee.com/{}",
"Linktree": "https://linktr.ee/{}",
"AboutMe": "https://about.me/{}",
"Gravatar": "https://gravatar.com/{}",
}