forked from tweetback/tweetback-canonical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mapping.js
46 lines (46 loc) · 2.18 KB
/
mapping.js
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
// Twitter username (no @) => full canonical archive URL
export const mapping = {
"zachleat": "https://www.zachleat.com/twitter/",
"eleven_ty": "https://twitter.11ty.dev",
"matthewcp": "https://matthewphillips.info/tweets/",
"nhoizey": "https://twitter.nicolas-hoizey.com",
"rknightuk": "https://hellsite.rknight.me",
"steren": "https://twitter.steren.fr",
"saneef": "https://tweets.saneef.com/",
"accudio": "https://twitter.alistairshepherd.uk",
"cutewitchphoebe": "https://twitter.catgirlin.space",
"madelinecatgirl": "https://twitter.catgirlin.space",
"purplevioletsky": "https://twitter.catgirlin.space",
"type__error": "https://twitter.localghost.dev",
"Chr1sHayes": "https://tweetback.hayes.software",
"terribleMia": "https://tweets.miriamsuzanne.com",
"iamchrisburnell": "https://twitter.chrisburnell.com",
"overflowhidden": "https://tweets.kimjohannesen.dk",
"lindqvistus": "https://twitter.gustavlindqvist.se",
"sil": "https://kryogenix.org/twitter/",
"axbom": "https://twitter.axbom.com",
"dryan": "https://dryan.com/tweets/",
"edwardandrews": "https://tweets.aldreth.com/",
"lewisdaleuk": "https://twitter.lewisdale.dev",
"ZekeAranyLucas": "https://zekearanylucas.github.io/tweets/",
"MarcoZehe": "https://twitter.marcos-leben.de",
"MarcoInEnglish": "https://twitter.marcozehe.de",
"jefflembeck": "https://twitter.jefflembeck.com",
"philhawksworth": "https://www.hawksworx.com/note/tw/",
"404boyfriend": "https://tweets.henry.codes",
"xdesro": "https://tweets.henry.codes",
"colinaut": "https://twitter.colinaut.com",
"ginader": "http://tweets.ginader.com/",
"Noleli": "https://projects.noahliebman.net/twitter/",
"gauntface": "https://twitterarchive.gaunt.dev/",
"jakejarvis": "https://tweets.jarv.is/",
"mvsde": "https://twitter.fynn.be/",
"samthegeek": "https://twarchive.samthegeek.net/",
"rene_mobile": "https://twitterarchive.mayrhofer.eu.org/",
"sentience": "https://kevinyank.com/twitter/",
"cjtype": "https://twitterarchive.cjtype.com/",
"jed_fox1": "https://tweets.jedfox.com",
"capsinthehouse": "https://capsinthehouse.twitter-archive.reinhart1010.id",
"santumerino": "https://www.santumerino.com/twitterarchive/",
"codefoodpixels": "https://tweets.lukeb.co.uk/",
};