Skip to Content

HTML Document

URL: https://redditmetis.com/
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: 12 KB
Depth: 1 clicks from home page
Charset: utf-8
Forms: 0 forms containing 1 controls
HTTP Headers:  5 headers
Links In:  0 pages
Links Out:  7 links
Images:  1 images
CSS:  5 files
JavaScript:  0 files
Issue Issues: 9 issues found on 30 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

54RedditMetis - Reddit User Profile Analysis

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<meta name="description" content="RedditMetis is a Reddit user analysis tool. Analyze and see the summary and statistics for your Reddit account, including top posts and user activity, top words, and other statistics." />

86

87

88

89

90 <script>

91

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

93 </script>

94

95 </head>

96

97

98 <body>

99

100

101

102

103 <script>

104

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

106 document.getElementById("search-button_index").onclick = function () {

107 var u = $("#input_username_index").val()

108 if (u) {

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

110 }

111 };

112 $("#input_username_index").keyup(function(event) {

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

114 $("#search-button_index").click();

115 }

116 })

117 $("#navsearch").hide();

118 })

119 </script>

120

121

122

123

124 <script>

125

126function redirectrandom(response) {

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

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

129}

130function get_random_user() {

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

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

133 $.ajax(url, {

134 type:"GET",

135 dataType:"jsonp",

136 crossDomain:true,

137 });

138}

139

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

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

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

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

144 if (u) {

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

146 }

147 }

148 })

149 })

150 </script>

151

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

153

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

155<div>

156<p class="metis-brand">

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

158Reddit</span>

159<span>

160Metis</span>

161</p>

162</div>

163</a>

164

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

166

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

168</span>

169

170 </button>

171

172

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

174

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

176

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

178

179 <p>

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

181Home</a>

182</p>

183

184 </li>

185

186 <li class="nav-item">

187

188 <p>

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

190About</a>

191</p>

192

193 </li>

194

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

196

197 <p>

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

199FAQ</a>

200</p>

201

202 </li>

203

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

205

206 <p>

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

208Donate</a>

209</p>

210

211 </li>

212

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

214

215 <p>

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

217r/RedditMetis on Reddit</a>

218</p>

219

220 </li>

221

222 </ul>

223

224 <!--

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

226

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

228

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

230Search</button>

231

232 </form>

233

234 -->

235

236 </div>

237

238</nav>

239

240 <div class="container-fluid">

241

242

243

244 <div class="row d-flex justify-content-center align-items-center" style="background-image: linear-gradient(160deg, #89c9e8 0%, #77e6a1 100%);padding:5%">

245

246

247 <div class="col-md-5 col-12" style="padding-right:50px">

248

249 <div class="row">

250

251 <div class="col-md-7 col-12">

252

253

<h1 style="color:white;font-size:5.5vh;font-weight:400" class="small-caps-lower">

254See statistics for your Reddit account</h1>

255

256 </div>

257

258 <div class="col-md-12 col-12">

259

260

<p class="color-white">

261Enter your username below to see your Reddit Statistics - recent activity, comment and submissions summaries, word cloud, and more interesting stats. Data is generated from the last 1000 comments and submissions.</p>

262

263 </div>

264

265

266 <div class="col-md-12 col-12 d-flex justify-content-center mt-4">

267

268 <div class="input-group-prepend">

269

270

<span class="input-group-text round-edge-left" id="basic-addon3">

271u/</span>

272

273 </div>

274

275

<input type="text" class="form-control round-edge-right" id="input_username_index" aria-describedby="basic-addon3">

276

277 </div>

278

279 <div class="col-md-12 col-12 d-flex justify-content-center mt-2">

280

281

<button id="search-button_index" type="button" class="btn btn-info" onclick="search_username()" style="width:100%">

282Analyze</button>

283

284 </div>

285

286 <div class="col-12 mt-3">

287

288 <a href="#" onClick="get_random_user()">

289<p id="rando" style="

290 color: white;

291 text-decoration: dotted;

292 text-decoration-line: underline;">

293

294 See a random Redditor's profile instead

295 </p>

296</a>

297

298 </div>

299

300 </div>

301

302 </div>

303

304

305

306

307

308 <div class="col-md-3 col-12 mt-3 round-edge shadow-lg p-3 mb-5 bg-white rounded" style="background-color:white;">

309

310 <div class="row">

311

312 <div class="col-3 mb-2">

313

314

<img src="rmstatic/coffee.png" style="width:100%;max-width:50px;max-height:50px;"/>

315

316 </div>

317

318 <div class="col-8">

319

320

<p>

321Like this tool? Consider buying me a cup of coffee! Your donation will help pay for server time and database costs. <a href="/donate">

322Learn more</a>

323</p>

324

325 </div>

326

327 <div class="col-12 d-flex justify-content-center mt-2">

328

329 <script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'>

330</script>

331<script type='text/javascript'>

332kofiwidget2.init('Support RedditMetis on Ko-fi', '#46b798', 'I2I610RIP');kofiwidget2.draw();</script>

333

334 </div>

335

336 </div>

337

338 </div>

339

340 </div>

341

342

343

344

345

346

347

348 <div class="row d-flex mt-3">

349

350 <div class="col-md-7 col-12 offset-md-2">

351

352

<h2>

353RedditMetis - A Reddit User Analysis Site</h2>

354

355 </div>

356

357 </div>

358

359 <div class="row d-flex">

360

361 <div class="col-md-7 col-12 offset-md-2">

362

363

<p>

364RedditMetis gets the list of the last 1000 comments and 1000 submissions of a Reddit account and visually shows user statistics. The site also infers a Reddit profile's attributes and possessions (e.g. people in your family, gender, places you've live(d) in, etc) by individually reading comments and submissions using natural language processing techniques. </p>

365

366 </div>

367

368 </div>

369

370

371 <div class="row d-flex mt-3">

372

373 <div class="col-md-7 col-12 offset-md-2">

374

375

<h2>

376Join the RedditMetis community</h2>

377

378 </div>

379

380 </div>

381

382 <div class="row d-flex">

383

384 <div class="col-md-7 col-12 offset-md-2">

385

386

<p>

387Found a bug? Want to request a feature? Or just want to give feedback? Join the discussion at the

<a href="https://reddit.com/r/RedditMetis">

388RedditMetis subreddit</a>

389. </p>

390

391 </div>

392

393 </div>

394

395 <div class="row d-flex justify-content-start mt-3">

396

397 <div class="col-md-7 col-12 offset-md-2">

398

399 <div class="alert alert-warning" role="alert">

400

401 <p>

402<b>

403Disclaimer:</b>

404 All data analyzed is public. RedditMetis is not affiliated with Reddit and cannot access your private Reddit data such as your password, subreddit subscriptions, up/downvotes and private subreddit activity. You can also contact me through a private message at Reddit:

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

405u/consulnappy</a>

406</p>

407

408 </div>

409

410 </div>

411

412 </div>

413

414 </div>

415

416

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

418

419 <div class="container">

420

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

422

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

424

425 <p class="caption">

426

427 v0.6.0<br />

428

429 </p>

430

431 </div>

432

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

434

435

<p class="caption">

436

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

438

439 </p>

440

441 </div>

442

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

444

445

<p class="caption">

446

447 All rights reserved unless otherwise noted

448 </p>

449

450 </div>

451

452 </div>

453

454 </div>

455

456</div>

457

458

459

460

461

462

463

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

465

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

467

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

469

470 &#x1F36A; <b>

471This site uses cookies</b>

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

473Learn more about RedditMetis cookie policy</a>

474

475 </p>

476

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

478

479 Whatever

480 </button>

481

482

483</div>

484

485<!-- Include cookiealert script -->

486

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

488</script>

489

490

491 </body>

492

493

494

495

496</html>