-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathmapping.js
84 lines (84 loc) · 3.98 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
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
// 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/",
"piraces_": "https://tweets.piraces.dev/",
"bandit": "https://tweets.jamesn.net/",
"mknepprath": "https://twitter.mknepprath.com/",
"AaronGustafson": "https://twitter.aaron-gustafson.com",
"cooljeanius": "https://cooljeanius.github.io/my_tweetback_archive/",
"linusgroh": "https://twitter.linus.dev",
"MinaMarkham": "https://tweets.mina.codes",
"markemer": "https://markemer.blue",
"bmann": "https://twitter.bmannconsulting.com",
"_dhar": "https://olivier.audard.net/twitter/",
"Robbb_J": "https://tweets.r0b.io/",
"lachlanjc": "https://tweets.lachlanjc.com",
"batbeeps": "https://tweets.beeps.website/",
"kennethson": "https://twitter.ksbarnt.com",
"sebduggan": "https://tweetback.sebduggan.uk",
"jcolag": "https://jcolag.github.io/twitter",
"edm00se": "https://tweets.edm00se.codes/",
"box464": "https://twitter.box464.com",
"harlanthefox": "https://tweets.studioyip.com/",
"lorvsso": "https://twitter.jacklorusso.com",
"tylersticka": "https://twitter.tylersticka.com/",
"kanekotic": "https://tweetback.kanekotic.com/",
"_julianoe": "https://julianoe.eu.org/twitter",
"dalelane": "https://dalelane.github.io/twitter-archive/dalelane/",
"MLforKids": "https://dalelane.github.io/twitter-archive/mlforkids/",
"t1mmyb": "https://twitter.timandkathy.co.uk",
"hteumeuleu": "https://tweets.hteumeuleu.fr",
"mikestreety": "https://tweets.mikestreety.co.uk",
"michaelsbecker": "https://tweets.msb.fyi",
"glomtwit": "https://tweets.joe.gl",
"joeglombek": "https://tweets.joe.gl",
"lukestein": "https://lukestein.github.io/twitter/",
"gesa": "https://twitter.akiro.se",
"Redfire75369": "https://tweet.redfire.dev/",
"ckirknielsen": "https://tweets.chriskirknielsen.com/",
"zzamboni": "https://zzamboni.org/twitter/",
"tomayac": "https://tomayac.com/tweets/",
"boogheta": "https://boogheta.github.io/tweets-archive/",
};