Skip to Content

HTML Document

URL: https://redditmetis.com/about
HTTP Status: 200 OK
MIME Type: text/html
Last Modified: Mon, 01 Jan 1601 00:00:00 GMT
Download Time: Less than a second
Cookies: None
Size: 9 KB
Depth: 1 clicks from home page
Charset: utf-8
Forms: 0 forms containing 0 controls
HTTP Headers:  5 headers
Links In:  0 pages
Links Out:  11 links
Images:  0 images
CSS:  5 files
JavaScript:  0 files
Issue Issues: 10 issues found on 34 lines

1<!DOCTYPE html>

2

3<html>

4

5 <head>

6

7

8

<link rel="canonical" href="https://redditmetis.com" />

9

10

11 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Wruczek/Bootstrap-Cookie-Alert@gh-pages/cookiealert.css">

12

13 <meta charset="utf-8">

14

15 <link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">

16

17 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

18

19

20

21 <!-- START css -->

22

23 <link rel="stylesheet" href="/rmstatic/styles.css">

24

25 <!-- END css -->

26

27

28

29

30 <script src="https://code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous">

31</script>

32

33 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">

34</script>

35

36 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">

37</script>

38

39 <link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" rel="stylesheet">

40

41

42 <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js">

43</script>

44

45 <script src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.25/moment-timezone-with-data.min.js">

46</script>

47

48

49

50 <meta name="viewport" content="width=device-width, initial-scale=1.0">

51

52 <title>

53

54 About - RedditMetis

55</title>

56

57 <script src="https://cdnjs.cloudflare.com/ajax/libs/marked/0.6.2/marked.min.js">

58</script>

59

60 <script src="https://cdnjs.cloudflare.com/ajax/libs/pako/1.0.10/pako.min.js">

61</script>

62

63

64 <!-- START gtag -->

65

66 <!-- Global site tag (gtag.js) - Google Analytics -->

67

68<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142753608-1">

69</script>

70

71<script>

72

73 window.dataLayer = window.dataLayer || [];

74 function gtag(){dataLayer.push(arguments);}

75 gtag('js', new Date());

76

77 gtag('config', 'UA-142753608-1');

78</script>

79

80 <!-- END gtag -->

81

82

83

84

85

86

87 <script>

88

89 var metis_settings_timezone = moment.tz.guess();

90 </script>

91

92 </head>

93

94

95 <body>

96

97

98

99

100 <script>

101

102function redirectrandom(response) {

103 var uname = response.data.children[0].data.author;

104 location.href=`/user/${uname}`;

105}

106function get_random_user() {

107 $("#rando").html("Please wait...")

108 var url = `https://reddit.com/r/random.json?limit=1&jsonp=redirectrandom`;

109 $.ajax(url, {

110 type:"GET",

111 dataType:"jsonp",

112 crossDomain:true,

113 });

114}

115

116 $(document).ready(function() {

117 $("#input_username").keyup(function(event) {

118 if (event.keyCode === 13) {

119 var u = $("#input_username").val()

120 if (u) {

121 location.href = "/user/"+u;

122 }

123 }

124 })

125 })

126 </script>

127

128 <nav class="navbar navbar-expand-md navbar-light">

129

130 <a href="/" class="disable-link-underline">

131<div>

132<p class="metis-brand">

133<span style="color:#a5a5a5">

134Reddit</span>

135<span>

136Metis</span>

137</p>

138</div>

139</a>

140

141 <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">

142

143 <span class="navbar-toggler-icon">

144</span>

145

146 </button>

147

148

149 <div class="collapse navbar-collapse" id="navbarTogglerDemo02">

150

151 <ul class="navbar-nav ml-auto mt-2 mt-lg-0">

152

153 <li class="nav-item ml-1">

154

155 <p>

156<a class="nav-link" href="/">

157Home</a>

158</p>

159

160 </li>

161

162 <li class="nav-item">

163

164 <p>

165<a class="nav-link ml-1" href="/about">

166About</a>

167</p>

168

169 </li>

170

171 <li class="nav-item ml-1">

172

173 <p>

174<a class="nav-link" href="/faq">

175FAQ</a>

176</p>

177

178 </li>

179

180 <li class="nav-item ml-1">

181

182 <p>

183<a class="nav-link" href="/donate">

184Donate</a>

185</p>

186

187 </li>

188

189 <li class="nav-item ml-1">

190

191 <p>

192<a class="nav-link" href="https://reddit.com/r/RedditMetis">

193r/RedditMetis on Reddit</a>

194</p>

195

196 </li>

197

198 </ul>

199

200 <!--

201 <form class="form-inline my-2 my-lg-0">

202

203 <input class="form-control mr-sm-2" type="search" placeholder="Search">

204

205 <button class="btn btn-outline-success my-2 my-sm-0" type="submit">

206Search</button>

207

208 </form>

209

210 -->

211

212 </div>

213

214</nav>

215

216

217 <div class="container mt-5">

218

219 <div class="row">

220

221 <div class="col-md-7 col-12 offset-md-1">

222

223

<h1>

224About RedditMetis</h1>

225

226 <p>

227RedditMetis is a project inspired by

<a href="https://reddit.com/user/orionmelt">

228u/orionmelt</a>

229's site SnoopSnoo.

230

231 Since May 2019, the site no longer updated user info due to an API error. This site was made as an alternative to the now defunct SnoopSnoo site. At its core, this site utilizes a fork of

<a href="https://github.com/orionmelt/sherlock">

232Sherlock</a>

233, u/orionmelt's user analysis tool created for SnoopSnoo.</p>

234

235 </div>

236

237

238 <div class="col-md-7 col-12 mt-3 offset-md-1">

239

240

<h2>

241Stack</h2>

242

243 <p>

244Natural language processing using Python

<a href="https://www.nltk.org/">

245NLTK</a>

246 and

<a href="https://textblob.readthedocs.io/en/dev/">

247TextBlob</a>

248.</p>

249

250 <p>

251Data Visualization using

<a href="https://d3js.org/">

252D3.js</a>

253 and

<a href="https://apexcharts.com/">

254ApexCharts.js</a>

255</p>

256

257 <p>

258Frontend with Bootstrap</p>

259

260

<p>

261Website is hosted on Amazon Elastic Compute Cloud (EC2)</p>

262

263

<p>

264Data processing code is hosted on AWS Lambda</p>

265

266 </div>

267

268

269 <div class="col-md-7 col-12 mt-3 offset-md-1">

270

271

<h2>

272Credits</h2>

273

274 <p>

275Special thanks to

<a href="https://reddit.com/user/orionmelt">

276u/orionmelt</a>

277 for making his code open-source and accessible by the public.</p>

278

279 </div>

280

281

282 <div class="col-md-7 col-12 mt-3 offset-md-1">

283

284

<h2>

285Cookie policy</h2>

286

287

<p>

288You can view the cookie policy of RedditMetis

<a href="/cookies">

289here</a>

290.</p>

291

292 </div>

293

294

295 <div class="col-md-7 col-12 mt-3 offset-md-1">

296

297

<p class="alert alert-warning">

298Disclaimer: All data analyzed is public. This website is not affiliated with Reddit and cannot access your private reddit data such as your password, subreddit subscriptions, up/downvotes and private subreddit activity.</p>

299

300 </div>

301

302

303

304

305 </div>

306

307 </div>

308

309

310

311

312<div v-if="status==2" style="margin-bottom: 0px;bottom: 0px;" id="footer">

313

314 <div class="container">

315

316 <div class="row mt-3">

317

318 <div class="col-md-12 d-flex justify-content-end col-12">

319

320 <p class="caption">

321

322 v0.6.0<br />

323

324 </p>

325

326 </div>

327

328 <div class="col-md-12 d-flex justify-content-end col-12">

329

330

<p class="caption">

331

332 RedditMetis is Copyright (c) 2020 u/consulnappy<br />

333

334 </p>

335

336 </div>

337

338 <div class="col-md-12 d-flex justify-content-end col-12 mb-2">

339

340

<p class="caption">

341

342 All rights reserved unless otherwise noted

343 </p>

344

345 </div>

346

347 </div>

348

349 </div>

350

351</div>

352

353

354

355

356

357

358<!-- START Bootstrap-Cookie-Alert -->

359

360<div class="alert text-center cookiealert" role="alert" style="position:fixed;bottom:0px;left:0px;right:0px;border-radius:0px">

361

362 <p class="mt-2 mb-2 color-white" >

363

364 &#x1F36A; <b>

365This site uses cookies</b>

366 for analytics and site preferences. By continuing to use this site, you agree to this use. <a href="/cookies" target="_blank">

367Learn more about RedditMetis cookie policy</a>

368

369 </p>

370

371 <button type="button" class="btn btn-info btn-sm acceptcookies" aria-label="Close">

372

373 Whatever

374 </button>

375

376

377</div>

378

379<!-- Include cookiealert script -->

380

381<script src="https://cdn.jsdelivr.net/gh/Wruczek/Bootstrap-Cookie-Alert@gh-pages/cookiealert.js">

382</script>

383

384

385 </body>

386

387

388

389

390</html>