diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..92d42b3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+hackyrolly/app/output.css
+
diff --git a/hackyrolly/.babelrc b/hackyrolly/.babelrc
new file mode 100644
index 0000000..9fcef03
--- /dev/null
+++ b/hackyrolly/.babelrc
@@ -0,0 +1,4 @@
+{
+ "presets": ["next/babel"],
+ "plugins": []
+}
diff --git a/hackyrolly/.eslintrc.json b/hackyrolly/.eslintrc.json
index bffb357..52b7e8e 100644
--- a/hackyrolly/.eslintrc.json
+++ b/hackyrolly/.eslintrc.json
@@ -1,3 +1,6 @@
{
- "extends": "next/core-web-vitals"
+ "extends": ["next/core-web-vitals", "next/babel"],
+ "rules": {
+ // your custom rules here
+ }
}
diff --git a/hackyrolly/app/layout.tsx b/hackyrolly/app/layout.tsx
index fa05ab3..7fe0746 100644
--- a/hackyrolly/app/layout.tsx
+++ b/hackyrolly/app/layout.tsx
@@ -1,7 +1,6 @@
-
+import Header from "@/components/Header";
import Head from "next/head";
-// import "./globals.css";
-import "./output.css";
+import "./globals.css";
export default function RootLayout({
children,
@@ -9,13 +8,11 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
-
-
- Create Next App
-
-
-
- {children}
+
+
+
+ {children}
+
);
}
diff --git a/hackyrolly/app/output.css b/hackyrolly/app/output.css
deleted file mode 100644
index e3a20d7..0000000
--- a/hackyrolly/app/output.css
+++ /dev/null
@@ -1,2263 +0,0 @@
-/*
-! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
-*/
-
-/*
-1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
-2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
-*/
-
-*,
-::before,
-::after {
- box-sizing: border-box;
- /* 1 */
- border-width: 0;
- /* 2 */
- border-style: solid;
- /* 2 */
- border-color: #e5e7eb;
- /* 2 */
-}
-
-::before,
-::after {
- --tw-content: '';
-}
-
-/*
-1. Use a consistent sensible line-height in all browsers.
-2. Prevent adjustments of font size after orientation changes in iOS.
-3. Use a more readable tab size.
-4. Use the user's configured `sans` font-family by default.
-5. Use the user's configured `sans` font-feature-settings by default.
-*/
-
-html {
- line-height: 1.5;
- /* 1 */
- -webkit-text-size-adjust: 100%;
- /* 2 */
- -moz-tab-size: 4;
- /* 3 */
- -o-tab-size: 4;
- tab-size: 4;
- /* 3 */
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
- /* 4 */
- font-feature-settings: normal;
- /* 5 */
-}
-
-/*
-1. Remove the margin in all browsers.
-2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
-*/
-
-body {
- margin: 0;
- /* 1 */
- line-height: inherit;
- /* 2 */
-}
-
-/*
-1. Add the correct height in Firefox.
-2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
-3. Ensure horizontal rules are visible by default.
-*/
-
-hr {
- height: 0;
- /* 1 */
- color: inherit;
- /* 2 */
- border-top-width: 1px;
- /* 3 */
-}
-
-/*
-Add the correct text decoration in Chrome, Edge, and Safari.
-*/
-
-abbr:where([title]) {
- -webkit-text-decoration: underline dotted;
- text-decoration: underline dotted;
-}
-
-/*
-Remove the default font size and weight for headings.
-*/
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- font-size: inherit;
- font-weight: inherit;
-}
-
-/*
-Reset links to optimize for opt-in styling instead of opt-out.
-*/
-
-a {
- color: inherit;
- text-decoration: inherit;
-}
-
-/*
-Add the correct font weight in Edge and Safari.
-*/
-
-b,
-strong {
- font-weight: bolder;
-}
-
-/*
-1. Use the user's configured `mono` font family by default.
-2. Correct the odd `em` font sizing in all browsers.
-*/
-
-code,
-kbd,
-samp,
-pre {
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
- /* 1 */
- font-size: 1em;
- /* 2 */
-}
-
-/*
-Add the correct font size in all browsers.
-*/
-
-small {
- font-size: 80%;
-}
-
-/*
-Prevent `sub` and `sup` elements from affecting the line height in all browsers.
-*/
-
-sub,
-sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-
-sub {
- bottom: -0.25em;
-}
-
-sup {
- top: -0.5em;
-}
-
-/*
-1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
-2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
-3. Remove gaps between table borders by default.
-*/
-
-table {
- text-indent: 0;
- /* 1 */
- border-color: inherit;
- /* 2 */
- border-collapse: collapse;
- /* 3 */
-}
-
-/*
-1. Change the font styles in all browsers.
-2. Remove the margin in Firefox and Safari.
-3. Remove default padding in all browsers.
-*/
-
-button,
-input,
-optgroup,
-select,
-textarea {
- font-family: inherit;
- /* 1 */
- font-size: 100%;
- /* 1 */
- font-weight: inherit;
- /* 1 */
- line-height: inherit;
- /* 1 */
- color: inherit;
- /* 1 */
- margin: 0;
- /* 2 */
- padding: 0;
- /* 3 */
-}
-
-/*
-Remove the inheritance of text transform in Edge and Firefox.
-*/
-
-button,
-select {
- text-transform: none;
-}
-
-/*
-1. Correct the inability to style clickable types in iOS and Safari.
-2. Remove default button styles.
-*/
-
-button,
-[type='button'],
-[type='reset'],
-[type='submit'] {
- -webkit-appearance: button;
- /* 1 */
- background-color: transparent;
- /* 2 */
- background-image: none;
- /* 2 */
-}
-
-/*
-Use the modern Firefox focus style for all focusable elements.
-*/
-
-:-moz-focusring {
- outline: auto;
-}
-
-/*
-Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
-*/
-
-:-moz-ui-invalid {
- box-shadow: none;
-}
-
-/*
-Add the correct vertical alignment in Chrome and Firefox.
-*/
-
-progress {
- vertical-align: baseline;
-}
-
-/*
-Correct the cursor style of increment and decrement buttons in Safari.
-*/
-
-::-webkit-inner-spin-button,
-::-webkit-outer-spin-button {
- height: auto;
-}
-
-/*
-1. Correct the odd appearance in Chrome and Safari.
-2. Correct the outline style in Safari.
-*/
-
-[type='search'] {
- -webkit-appearance: textfield;
- /* 1 */
- outline-offset: -2px;
- /* 2 */
-}
-
-/*
-Remove the inner padding in Chrome and Safari on macOS.
-*/
-
-::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-
-/*
-1. Correct the inability to style clickable types in iOS and Safari.
-2. Change font properties to `inherit` in Safari.
-*/
-
-::-webkit-file-upload-button {
- -webkit-appearance: button;
- /* 1 */
- font: inherit;
- /* 2 */
-}
-
-/*
-Add the correct display in Chrome and Safari.
-*/
-
-summary {
- display: list-item;
-}
-
-/*
-Removes the default spacing and border for appropriate elements.
-*/
-
-blockquote,
-dl,
-dd,
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-hr,
-figure,
-p,
-pre {
- margin: 0;
-}
-
-fieldset {
- margin: 0;
- padding: 0;
-}
-
-legend {
- padding: 0;
-}
-
-ol,
-ul,
-menu {
- list-style: none;
- margin: 0;
- padding: 0;
-}
-
-/*
-Prevent resizing textareas horizontally by default.
-*/
-
-textarea {
- resize: vertical;
-}
-
-/*
-1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
-2. Set the default placeholder color to the user's configured gray 400 color.
-*/
-
-input::-moz-placeholder, textarea::-moz-placeholder {
- opacity: 1;
- /* 1 */
- color: #9ca3af;
- /* 2 */
-}
-
-input::placeholder,
-textarea::placeholder {
- opacity: 1;
- /* 1 */
- color: #9ca3af;
- /* 2 */
-}
-
-/*
-Set the default cursor for buttons.
-*/
-
-button,
-[role="button"] {
- cursor: pointer;
-}
-
-/*
-Make sure disabled buttons don't get the pointer cursor.
-*/
-
-:disabled {
- cursor: default;
-}
-
-/*
-1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
-2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
- This can trigger a poorly considered lint error in some tools but is included by design.
-*/
-
-img,
-svg,
-video,
-canvas,
-audio,
-iframe,
-embed,
-object {
- display: block;
- /* 1 */
- vertical-align: middle;
- /* 2 */
-}
-
-/*
-Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
-*/
-
-img,
-video {
- max-width: 100%;
- height: auto;
-}
-
-/* Make elements with the HTML hidden attribute stay hidden by default */
-
-[hidden] {
- display: none;
-}
-
-:root,
-[data-theme] {
- background-color: hsla(var(--b1) / var(--tw-bg-opacity, 1));
- color: hsla(var(--bc) / var(--tw-text-opacity, 1));
-}
-
-html {
- -webkit-tap-highlight-color: transparent;
-}
-
-:root {
- color-scheme: light;
- --pf: 259 94% 41%;
- --sf: 314 100% 38%;
- --af: 174 60% 41%;
- --nf: 219 14% 22%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 259 94% 51%;
- --pc: 0 0% 100%;
- --s: 314 100% 47%;
- --sc: 0 0% 100%;
- --a: 174 60% 51%;
- --ac: 175 44% 15%;
- --n: 219 14% 28%;
- --nc: 0 0% 100%;
- --b1: 0 0% 100%;
- --b2: 0 0% 95%;
- --b3: 180 2% 90%;
- --bc: 215 28% 17%;
-}
-
-@media (prefers-color-scheme: dark) {
- :root {
- color-scheme: dark;
- --pf: 262 80% 40%;
- --sf: 316 70% 40%;
- --af: 175 70% 33%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 262 80% 50%;
- --pc: 0 0% 100%;
- --s: 316 70% 50%;
- --sc: 0 0% 100%;
- --a: 175 70% 41%;
- --ac: 0 0% 100%;
- --n: 218 18% 12%;
- --nf: 223 17% 8%;
- --nc: 220 13% 69%;
- --b1: 220 18% 20%;
- --b2: 220 17% 17%;
- --b3: 219 18% 15%;
- --bc: 220 13% 69%;
- }
-}
-
-[data-theme=light] {
- color-scheme: light;
- --pf: 259 94% 41%;
- --sf: 314 100% 38%;
- --af: 174 60% 41%;
- --nf: 219 14% 22%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 259 94% 51%;
- --pc: 0 0% 100%;
- --s: 314 100% 47%;
- --sc: 0 0% 100%;
- --a: 174 60% 51%;
- --ac: 175 44% 15%;
- --n: 219 14% 28%;
- --nc: 0 0% 100%;
- --b1: 0 0% 100%;
- --b2: 0 0% 95%;
- --b3: 180 2% 90%;
- --bc: 215 28% 17%;
-}
-
-[data-theme=dark] {
- color-scheme: dark;
- --pf: 262 80% 40%;
- --sf: 316 70% 40%;
- --af: 175 70% 33%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 262 80% 50%;
- --pc: 0 0% 100%;
- --s: 316 70% 50%;
- --sc: 0 0% 100%;
- --a: 175 70% 41%;
- --ac: 0 0% 100%;
- --n: 218 18% 12%;
- --nf: 223 17% 8%;
- --nc: 220 13% 69%;
- --b1: 220 18% 20%;
- --b2: 220 17% 17%;
- --b3: 219 18% 15%;
- --bc: 220 13% 69%;
-}
-
-[data-theme=cupcake] {
- color-scheme: light;
- --pf: 183 47% 47%;
- --sf: 338 71% 62%;
- --af: 39 84% 46%;
- --nf: 280 46% 11%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --pc: 183 100% 12%;
- --sc: 338 100% 16%;
- --ac: 39 100% 12%;
- --nc: 280 83% 83%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --p: 183 47% 59%;
- --s: 338 71% 78%;
- --a: 39 84% 58%;
- --n: 280 46% 14%;
- --b1: 24 33% 97%;
- --b2: 27 22% 92%;
- --b3: 22 14% 89%;
- --bc: 280 46% 14%;
- --rounded-btn: 1.9rem;
- --tab-border: 2px;
- --tab-radius: .5rem;
-}
-
-[data-theme=bumblebee] {
- color-scheme: light;
- --pf: 41 74% 42%;
- --sf: 50 94% 46%;
- --af: 240 33% 11%;
- --nf: 240 33% 11%;
- --b2: 0 0% 90%;
- --b3: 0 0% 81%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --bc: 0 0% 20%;
- --ac: 240 60% 83%;
- --nc: 240 60% 83%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 41 74% 53%;
- --pc: 240 33% 14%;
- --s: 50 94% 58%;
- --sc: 240 33% 14%;
- --a: 240 33% 14%;
- --n: 240 33% 14%;
- --b1: 0 0% 100%;
-}
-
-[data-theme=emerald] {
- color-scheme: light;
- --pf: 141 50% 48%;
- --sf: 219 96% 48%;
- --af: 10 81% 45%;
- --nf: 219 20% 20%;
- --b2: 0 0% 90%;
- --b3: 0 0% 81%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --btn-text-case: uppercase;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 141 50% 60%;
- --pc: 151 28% 19%;
- --s: 219 96% 60%;
- --sc: 210 20% 98%;
- --a: 10 81% 56%;
- --ac: 210 20% 98%;
- --n: 219 20% 25%;
- --nc: 210 20% 98%;
- --b1: 0 0% 100%;
- --bc: 219 20% 25%;
- --animation-btn: 0;
- --animation-input: 0;
- --btn-focus-scale: 1;
-}
-
-[data-theme=corporate] {
- color-scheme: light;
- --pf: 229 96% 51%;
- --sf: 215 26% 47%;
- --af: 154 49% 48%;
- --nf: 233 27% 10%;
- --b2: 0 0% 90%;
- --b3: 0 0% 81%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --pc: 229 100% 93%;
- --sc: 215 100% 12%;
- --ac: 154 100% 12%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --btn-text-case: uppercase;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 229 96% 64%;
- --s: 215 26% 59%;
- --a: 154 49% 60%;
- --n: 233 27% 13%;
- --nc: 210 38% 95%;
- --b1: 0 0% 100%;
- --bc: 233 27% 13%;
- --rounded-box: 0.25rem;
- --rounded-btn: .125rem;
- --rounded-badge: .125rem;
- --animation-btn: 0;
- --animation-input: 0;
- --btn-focus-scale: 1;
-}
-
-[data-theme=synthwave] {
- color-scheme: dark;
- --pf: 321 70% 55%;
- --sf: 197 87% 52%;
- --af: 48 89% 46%;
- --nf: 253 61% 15%;
- --b2: 254 59% 23%;
- --b3: 254 59% 21%;
- --pc: 321 100% 14%;
- --sc: 197 100% 13%;
- --ac: 48 100% 11%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 321 70% 69%;
- --s: 197 87% 65%;
- --a: 48 89% 57%;
- --n: 253 61% 19%;
- --nc: 260 60% 98%;
- --b1: 254 59% 26%;
- --bc: 260 60% 98%;
- --in: 199 87% 64%;
- --inc: 257 63% 17%;
- --su: 168 74% 68%;
- --suc: 257 63% 17%;
- --wa: 48 89% 57%;
- --wac: 257 63% 17%;
- --er: 352 74% 57%;
- --erc: 260 60% 98%;
-}
-
-[data-theme=retro] {
- color-scheme: light;
- --pf: 3 74% 61%;
- --sf: 145 27% 58%;
- --af: 49 67% 61%;
- --nf: 42 17% 34%;
- --inc: 221 100% 91%;
- --suc: 142 100% 87%;
- --wac: 32 100% 9%;
- --erc: 0 100% 90%;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 3 74% 76%;
- --pc: 345 5% 15%;
- --s: 145 27% 72%;
- --sc: 345 5% 15%;
- --a: 49 67% 76%;
- --ac: 345 5% 15%;
- --n: 42 17% 42%;
- --nc: 45 47% 80%;
- --b1: 45 47% 80%;
- --b2: 45 37% 72%;
- --b3: 42 36% 65%;
- --bc: 345 5% 15%;
- --in: 221 83% 53%;
- --su: 142 76% 36%;
- --wa: 32 95% 44%;
- --er: 0 72% 51%;
- --rounded-box: 0.4rem;
- --rounded-btn: 0.4rem;
- --rounded-badge: 0.4rem;
-}
-
-[data-theme=cyberpunk] {
- color-scheme: light;
- --pf: 345 100% 58%;
- --sf: 195 80% 56%;
- --af: 276 74% 57%;
- --nf: 57 100% 10%;
- --b2: 56 100% 45%;
- --b3: 56 100% 41%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --bc: 56 100% 10%;
- --pc: 345 100% 15%;
- --sc: 195 100% 14%;
- --ac: 276 100% 14%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
- --p: 345 100% 73%;
- --s: 195 80% 70%;
- --a: 276 74% 71%;
- --n: 57 100% 13%;
- --nc: 56 100% 50%;
- --b1: 56 100% 50%;
- --rounded-box: 0;
- --rounded-btn: 0;
- --rounded-badge: 0;
- --tab-radius: 0;
-}
-
-[data-theme=valentine] {
- color-scheme: light;
- --pf: 353 74% 54%;
- --sf: 254 86% 61%;
- --af: 181 56% 56%;
- --nf: 336 43% 38%;
- --b2: 318 46% 80%;
- --b3: 318 46% 72%;
- --pc: 353 100% 13%;
- --sc: 254 100% 15%;
- --ac: 181 100% 14%;
- --inc: 221 100% 91%;
- --suc: 142 100% 87%;
- --wac: 32 100% 9%;
- --erc: 0 100% 90%;
- --rounded-box: 1rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 353 74% 67%;
- --s: 254 86% 77%;
- --a: 181 56% 70%;
- --n: 336 43% 48%;
- --nc: 318 46% 89%;
- --b1: 318 46% 89%;
- --bc: 344 38% 28%;
- --in: 221 83% 53%;
- --su: 142 76% 36%;
- --wa: 32 95% 44%;
- --er: 0 72% 51%;
- --rounded-btn: 1.9rem;
-}
-
-[data-theme=halloween] {
- color-scheme: dark;
- --pf: 32 89% 42%;
- --sf: 271 46% 34%;
- --af: 91 100% 26%;
- --nf: 180 4% 9%;
- --b2: 0 0% 12%;
- --b3: 0 0% 10%;
- --bc: 0 0% 83%;
- --sc: 271 100% 88%;
- --ac: 91 100% 7%;
- --nc: 180 5% 82%;
- --inc: 221 100% 91%;
- --suc: 142 100% 87%;
- --wac: 32 100% 9%;
- --erc: 0 100% 90%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 32 89% 52%;
- --pc: 180 7% 8%;
- --s: 271 46% 42%;
- --a: 91 100% 33%;
- --n: 180 4% 11%;
- --b1: 0 0% 13%;
- --in: 221 83% 53%;
- --su: 142 76% 36%;
- --wa: 32 95% 44%;
- --er: 0 72% 51%;
-}
-
-[data-theme=garden] {
- color-scheme: light;
- --pf: 139 16% 34%;
- --sf: 97 37% 75%;
- --af: 0 68% 75%;
- --nf: 0 4% 28%;
- --b2: 0 4% 82%;
- --b3: 0 4% 74%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --pc: 139 100% 89%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 139 16% 43%;
- --s: 97 37% 93%;
- --sc: 96 32% 15%;
- --a: 0 68% 94%;
- --ac: 0 22% 16%;
- --n: 0 4% 35%;
- --nc: 0 4% 91%;
- --b1: 0 4% 91%;
- --bc: 0 3% 6%;
-}
-
-[data-theme=forest] {
- color-scheme: dark;
- --pf: 141 72% 34%;
- --sf: 141 75% 38%;
- --af: 35 69% 42%;
- --nf: 0 10% 5%;
- --b2: 0 12% 7%;
- --b3: 0 12% 7%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --bc: 0 12% 82%;
- --sc: 141 100% 10%;
- --ac: 35 100% 10%;
- --nc: 0 7% 81%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 141 72% 42%;
- --pc: 141 100% 88%;
- --s: 141 75% 48%;
- --a: 35 69% 52%;
- --n: 0 10% 6%;
- --b1: 0 12% 8%;
- --rounded-btn: 1.9rem;
-}
-
-[data-theme=aqua] {
- color-scheme: dark;
- --pf: 182 93% 40%;
- --sf: 274 31% 45%;
- --af: 47 100% 64%;
- --nf: 205 54% 40%;
- --b2: 219 53% 39%;
- --b3: 219 53% 35%;
- --bc: 219 100% 89%;
- --sc: 274 100% 91%;
- --ac: 47 100% 16%;
- --nc: 205 100% 90%;
- --inc: 221 100% 91%;
- --suc: 142 100% 87%;
- --wac: 32 100% 9%;
- --erc: 0 100% 90%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 182 93% 49%;
- --pc: 181 100% 17%;
- --s: 274 31% 57%;
- --a: 47 100% 80%;
- --n: 205 54% 50%;
- --b1: 219 53% 43%;
- --in: 221 83% 53%;
- --su: 142 76% 36%;
- --wa: 32 95% 44%;
- --er: 0 72% 51%;
-}
-
-[data-theme=lofi] {
- color-scheme: light;
- --pf: 0 0% 4%;
- --sf: 0 2% 8%;
- --af: 0 0% 12%;
- --nf: 0 0% 0%;
- --btn-text-case: uppercase;
- --border-btn: 1px;
- --tab-border: 1px;
- --p: 0 0% 5%;
- --pc: 0 0% 100%;
- --s: 0 2% 10%;
- --sc: 0 0% 100%;
- --a: 0 0% 15%;
- --ac: 0 0% 100%;
- --n: 0 0% 0%;
- --nc: 0 0% 100%;
- --b1: 0 0% 100%;
- --b2: 0 0% 95%;
- --b3: 0 2% 90%;
- --bc: 0 0% 0%;
- --in: 212 100% 48%;
- --inc: 0 0% 100%;
- --su: 137 72% 46%;
- --suc: 0 0% 100%;
- --wa: 5 100% 66%;
- --wac: 0 0% 100%;
- --er: 325 78% 49%;
- --erc: 0 0% 100%;
- --rounded-box: 0.25rem;
- --rounded-btn: 0.125rem;
- --rounded-badge: 0.125rem;
- --animation-btn: 0;
- --animation-input: 0;
- --btn-focus-scale: 1;
- --tab-radius: 0;
-}
-
-[data-theme=pastel] {
- color-scheme: light;
- --pf: 284 22% 64%;
- --sf: 352 70% 70%;
- --af: 158 55% 65%;
- --nf: 199 44% 49%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --bc: 0 0% 20%;
- --pc: 284 59% 16%;
- --sc: 352 100% 18%;
- --ac: 158 100% 16%;
- --nc: 199 100% 12%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 284 22% 80%;
- --s: 352 70% 88%;
- --a: 158 55% 81%;
- --n: 199 44% 61%;
- --b1: 0 0% 100%;
- --b2: 210 20% 98%;
- --b3: 216 12% 84%;
- --rounded-btn: 1.9rem;
-}
-
-[data-theme=fantasy] {
- color-scheme: light;
- --pf: 296 83% 20%;
- --sf: 200 100% 30%;
- --af: 31 94% 41%;
- --nf: 215 28% 13%;
- --b2: 0 0% 90%;
- --b3: 0 0% 81%;
- --in: 198 93% 60%;
- --su: 158 64% 52%;
- --wa: 43 96% 56%;
- --er: 0 91% 71%;
- --pc: 296 100% 85%;
- --sc: 200 100% 87%;
- --ac: 31 100% 10%;
- --nc: 215 62% 83%;
- --inc: 198 100% 12%;
- --suc: 158 100% 10%;
- --wac: 43 100% 11%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 296 83% 25%;
- --s: 200 100% 37%;
- --a: 31 94% 51%;
- --n: 215 28% 17%;
- --b1: 0 0% 100%;
- --bc: 215 28% 17%;
-}
-
-[data-theme=wireframe] {
- color-scheme: light;
- --pf: 0 0% 58%;
- --sf: 0 0% 58%;
- --af: 0 0% 58%;
- --nf: 0 0% 74%;
- --bc: 0 0% 20%;
- --pc: 0 0% 14%;
- --sc: 0 0% 14%;
- --ac: 0 0% 14%;
- --nc: 0 0% 18%;
- --inc: 240 100% 90%;
- --suc: 120 100% 85%;
- --wac: 60 100% 10%;
- --erc: 0 100% 90%;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- font-family: Chalkboard,comic sans ms,"sanssecondaryerif";
- --p: 0 0% 72%;
- --s: 0 0% 72%;
- --a: 0 0% 72%;
- --n: 0 0% 92%;
- --b1: 0 0% 100%;
- --b2: 0 0% 93%;
- --b3: 0 0% 87%;
- --in: 240 100% 50%;
- --su: 120 100% 25%;
- --wa: 60 30% 50%;
- --er: 0 100% 50%;
- --rounded-box: 0.2rem;
- --rounded-btn: 0.2rem;
- --rounded-badge: 0.2rem;
- --tab-radius: 0.2rem;
-}
-
-[data-theme=black] {
- color-scheme: dark;
- --pf: 0 2% 16%;
- --sf: 0 2% 16%;
- --af: 0 2% 16%;
- --bc: 0 0% 80%;
- --pc: 0 5% 84%;
- --sc: 0 5% 84%;
- --ac: 0 5% 84%;
- --nc: 0 3% 83%;
- --inc: 240 100% 90%;
- --suc: 120 100% 85%;
- --wac: 60 100% 10%;
- --erc: 0 100% 90%;
- --border-btn: 1px;
- --tab-border: 1px;
- --p: 0 2% 20%;
- --s: 0 2% 20%;
- --a: 0 2% 20%;
- --b1: 0 0% 0%;
- --b2: 0 0% 5%;
- --b3: 0 2% 10%;
- --n: 0 1% 15%;
- --nf: 0 2% 20%;
- --in: 240 100% 50%;
- --su: 120 100% 25%;
- --wa: 60 100% 50%;
- --er: 0 100% 50%;
- --rounded-box: 0;
- --rounded-btn: 0;
- --rounded-badge: 0;
- --animation-btn: 0;
- --animation-input: 0;
- --btn-text-case: lowercase;
- --btn-focus-scale: 1;
- --tab-radius: 0;
-}
-
-[data-theme=luxury] {
- color-scheme: dark;
- --pf: 0 0% 80%;
- --sf: 218 54% 14%;
- --af: 319 22% 21%;
- --nf: 270 4% 7%;
- --pc: 0 0% 20%;
- --sc: 218 100% 84%;
- --ac: 319 85% 85%;
- --inc: 202 100% 14%;
- --suc: 89 100% 10%;
- --wac: 54 100% 13%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 0 0% 100%;
- --s: 218 54% 18%;
- --a: 319 22% 26%;
- --n: 270 4% 9%;
- --nc: 37 67% 58%;
- --b1: 240 10% 4%;
- --b2: 270 4% 9%;
- --b3: 270 2% 18%;
- --bc: 37 67% 58%;
- --in: 202 100% 70%;
- --su: 89 62% 52%;
- --wa: 54 69% 64%;
- --er: 0 100% 72%;
-}
-
-[data-theme=dracula] {
- color-scheme: dark;
- --pf: 326 100% 59%;
- --sf: 265 89% 62%;
- --af: 31 100% 57%;
- --nf: 230 15% 24%;
- --b2: 231 15% 17%;
- --b3: 231 15% 15%;
- --pc: 326 100% 15%;
- --sc: 265 100% 16%;
- --ac: 31 100% 14%;
- --nc: 230 71% 86%;
- --inc: 191 100% 15%;
- --suc: 135 100% 13%;
- --wac: 65 100% 15%;
- --erc: 0 100% 93%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 326 100% 74%;
- --s: 265 89% 78%;
- --a: 31 100% 71%;
- --n: 230 15% 30%;
- --b1: 231 15% 18%;
- --bc: 60 30% 96%;
- --in: 191 97% 77%;
- --su: 135 94% 65%;
- --wa: 65 92% 76%;
- --er: 0 100% 67%;
-}
-
-[data-theme=cmyk] {
- color-scheme: light;
- --pf: 203 83% 48%;
- --sf: 335 78% 48%;
- --af: 56 100% 48%;
- --nf: 0 0% 8%;
- --b2: 0 0% 90%;
- --b3: 0 0% 81%;
- --bc: 0 0% 20%;
- --pc: 203 100% 12%;
- --sc: 335 100% 92%;
- --ac: 56 100% 12%;
- --nc: 0 0% 82%;
- --inc: 192 100% 10%;
- --suc: 291 100% 88%;
- --wac: 25 100% 11%;
- --erc: 4 100% 91%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 203 83% 60%;
- --s: 335 78% 60%;
- --a: 56 100% 60%;
- --n: 0 0% 10%;
- --b1: 0 0% 100%;
- --in: 192 48% 52%;
- --su: 291 48% 38%;
- --wa: 25 85% 57%;
- --er: 4 81% 56%;
-}
-
-[data-theme=autumn] {
- color-scheme: light;
- --pf: 344 96% 22%;
- --sf: 0 63% 47%;
- --af: 27 56% 50%;
- --nf: 22 17% 35%;
- --b2: 0 0% 85%;
- --b3: 0 0% 77%;
- --bc: 0 0% 19%;
- --pc: 344 100% 86%;
- --sc: 0 100% 92%;
- --ac: 27 100% 13%;
- --nc: 22 100% 89%;
- --inc: 187 100% 10%;
- --suc: 165 100% 9%;
- --wac: 30 100% 10%;
- --erc: 354 100% 90%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 344 96% 28%;
- --s: 0 63% 58%;
- --a: 27 56% 63%;
- --n: 22 17% 44%;
- --b1: 0 0% 95%;
- --in: 187 48% 50%;
- --su: 165 34% 43%;
- --wa: 30 84% 50%;
- --er: 354 79% 49%;
-}
-
-[data-theme=business] {
- color-scheme: dark;
- --pf: 210 64% 24%;
- --sf: 200 13% 44%;
- --af: 13 80% 48%;
- --nf: 213 14% 13%;
- --b2: 0 0% 11%;
- --b3: 0 0% 10%;
- --bc: 0 0% 83%;
- --pc: 210 100% 86%;
- --sc: 200 100% 11%;
- --ac: 13 100% 12%;
- --nc: 213 28% 83%;
- --inc: 199 100% 88%;
- --suc: 144 100% 11%;
- --wac: 39 100% 12%;
- --erc: 6 100% 89%;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 210 64% 31%;
- --s: 200 13% 55%;
- --a: 13 80% 60%;
- --n: 213 14% 16%;
- --b1: 0 0% 13%;
- --in: 199 100% 42%;
- --su: 144 31% 56%;
- --wa: 39 64% 60%;
- --er: 6 56% 43%;
- --rounded-box: 0.25rem;
- --rounded-btn: .125rem;
- --rounded-badge: .125rem;
-}
-
-[data-theme=acid] {
- color-scheme: light;
- --pf: 303 100% 40%;
- --sf: 27 100% 40%;
- --af: 72 98% 40%;
- --nf: 238 43% 14%;
- --b2: 0 0% 88%;
- --b3: 0 0% 79%;
- --bc: 0 0% 20%;
- --pc: 303 100% 90%;
- --sc: 27 100% 10%;
- --ac: 72 100% 10%;
- --nc: 238 99% 83%;
- --inc: 210 100% 12%;
- --suc: 149 100% 12%;
- --wac: 53 100% 11%;
- --erc: 1 100% 89%;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 303 100% 50%;
- --s: 27 100% 50%;
- --a: 72 98% 50%;
- --n: 238 43% 17%;
- --b1: 0 0% 98%;
- --in: 210 92% 58%;
- --su: 149 50% 58%;
- --wa: 53 93% 57%;
- --er: 1 100% 45%;
- --rounded-box: 1.25rem;
- --rounded-btn: 1rem;
- --rounded-badge: 1rem;
-}
-
-[data-theme=lemonade] {
- color-scheme: light;
- --pf: 89 96% 24%;
- --sf: 60 81% 44%;
- --af: 63 80% 71%;
- --nf: 238 43% 14%;
- --b2: 0 0% 90%;
- --b3: 0 0% 81%;
- --bc: 0 0% 20%;
- --pc: 89 100% 86%;
- --sc: 60 100% 11%;
- --ac: 63 100% 18%;
- --nc: 238 99% 83%;
- --inc: 192 79% 17%;
- --suc: 74 100% 16%;
- --wac: 50 100% 15%;
- --erc: 1 100% 17%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 89 96% 31%;
- --s: 60 81% 55%;
- --a: 63 80% 88%;
- --n: 238 43% 17%;
- --b1: 0 0% 100%;
- --in: 192 39% 85%;
- --su: 74 76% 79%;
- --wa: 50 87% 75%;
- --er: 1 70% 83%;
-}
-
-[data-theme=night] {
- color-scheme: dark;
- --pf: 198 93% 48%;
- --sf: 234 89% 59%;
- --af: 329 86% 56%;
- --b2: 222 47% 10%;
- --b3: 222 47% 9%;
- --bc: 222 66% 82%;
- --pc: 198 100% 12%;
- --sc: 234 100% 15%;
- --ac: 329 100% 14%;
- --nc: 217 76% 83%;
- --inc: 198 100% 10%;
- --suc: 172 100% 10%;
- --wac: 41 100% 13%;
- --erc: 351 100% 14%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 198 93% 60%;
- --s: 234 89% 74%;
- --a: 329 86% 70%;
- --n: 217 33% 17%;
- --nf: 217 30% 22%;
- --b1: 222 47% 11%;
- --in: 198 90% 48%;
- --su: 172 66% 50%;
- --wa: 41 88% 64%;
- --er: 351 95% 71%;
-}
-
-[data-theme=coffee] {
- color-scheme: dark;
- --pf: 30 67% 46%;
- --sf: 182 25% 16%;
- --af: 194 74% 20%;
- --nf: 300 20% 5%;
- --b2: 306 19% 10%;
- --b3: 306 19% 9%;
- --pc: 30 100% 12%;
- --sc: 182 67% 84%;
- --ac: 194 100% 85%;
- --nc: 300 14% 81%;
- --inc: 171 100% 13%;
- --suc: 93 100% 12%;
- --wac: 43 100% 14%;
- --erc: 10 100% 15%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 30 67% 58%;
- --s: 182 25% 20%;
- --a: 194 74% 25%;
- --n: 300 20% 6%;
- --b1: 306 19% 11%;
- --bc: 37 8% 42%;
- --in: 171 37% 67%;
- --su: 93 25% 62%;
- --wa: 43 100% 69%;
- --er: 10 95% 75%;
-}
-
-[data-theme=winter] {
- color-scheme: light;
- --pf: 212 100% 41%;
- --sf: 247 47% 35%;
- --af: 310 49% 42%;
- --nf: 217 92% 8%;
- --pc: 212 100% 90%;
- --sc: 247 100% 89%;
- --ac: 310 100% 90%;
- --nc: 217 100% 82%;
- --inc: 192 100% 16%;
- --suc: 182 100% 13%;
- --wac: 32 100% 17%;
- --erc: 0 100% 14%;
- --rounded-box: 1rem;
- --rounded-btn: 0.5rem;
- --rounded-badge: 1.9rem;
- --animation-btn: 0.25s;
- --animation-input: .2s;
- --btn-text-case: uppercase;
- --btn-focus-scale: 0.95;
- --border-btn: 1px;
- --tab-border: 1px;
- --tab-radius: 0.5rem;
- --p: 212 100% 51%;
- --s: 247 47% 43%;
- --a: 310 49% 52%;
- --n: 217 92% 10%;
- --b1: 0 0% 100%;
- --b2: 217 100% 97%;
- --b3: 219 44% 92%;
- --bc: 214 30% 32%;
- --in: 192 93% 78%;
- --su: 182 47% 66%;
- --wa: 32 62% 84%;
- --er: 0 63% 72%;
-}
-
-*, ::before, ::after {
- --tw-border-spacing-x: 0;
- --tw-border-spacing-y: 0;
- --tw-translate-x: 0;
- --tw-translate-y: 0;
- --tw-rotate: 0;
- --tw-skew-x: 0;
- --tw-skew-y: 0;
- --tw-scale-x: 1;
- --tw-scale-y: 1;
- --tw-pan-x: ;
- --tw-pan-y: ;
- --tw-pinch-zoom: ;
- --tw-scroll-snap-strictness: proximity;
- --tw-ordinal: ;
- --tw-slashed-zero: ;
- --tw-numeric-figure: ;
- --tw-numeric-spacing: ;
- --tw-numeric-fraction: ;
- --tw-ring-inset: ;
- --tw-ring-offset-width: 0px;
- --tw-ring-offset-color: #fff;
- --tw-ring-color: rgb(59 130 246 / 0.5);
- --tw-ring-offset-shadow: 0 0 #0000;
- --tw-ring-shadow: 0 0 #0000;
- --tw-shadow: 0 0 #0000;
- --tw-shadow-colored: 0 0 #0000;
- --tw-blur: ;
- --tw-brightness: ;
- --tw-contrast: ;
- --tw-grayscale: ;
- --tw-hue-rotate: ;
- --tw-invert: ;
- --tw-saturate: ;
- --tw-sepia: ;
- --tw-drop-shadow: ;
- --tw-backdrop-blur: ;
- --tw-backdrop-brightness: ;
- --tw-backdrop-contrast: ;
- --tw-backdrop-grayscale: ;
- --tw-backdrop-hue-rotate: ;
- --tw-backdrop-invert: ;
- --tw-backdrop-opacity: ;
- --tw-backdrop-saturate: ;
- --tw-backdrop-sepia: ;
-}
-
-::backdrop {
- --tw-border-spacing-x: 0;
- --tw-border-spacing-y: 0;
- --tw-translate-x: 0;
- --tw-translate-y: 0;
- --tw-rotate: 0;
- --tw-skew-x: 0;
- --tw-skew-y: 0;
- --tw-scale-x: 1;
- --tw-scale-y: 1;
- --tw-pan-x: ;
- --tw-pan-y: ;
- --tw-pinch-zoom: ;
- --tw-scroll-snap-strictness: proximity;
- --tw-ordinal: ;
- --tw-slashed-zero: ;
- --tw-numeric-figure: ;
- --tw-numeric-spacing: ;
- --tw-numeric-fraction: ;
- --tw-ring-inset: ;
- --tw-ring-offset-width: 0px;
- --tw-ring-offset-color: #fff;
- --tw-ring-color: rgb(59 130 246 / 0.5);
- --tw-ring-offset-shadow: 0 0 #0000;
- --tw-ring-shadow: 0 0 #0000;
- --tw-shadow: 0 0 #0000;
- --tw-shadow-colored: 0 0 #0000;
- --tw-blur: ;
- --tw-brightness: ;
- --tw-contrast: ;
- --tw-grayscale: ;
- --tw-hue-rotate: ;
- --tw-invert: ;
- --tw-saturate: ;
- --tw-sepia: ;
- --tw-drop-shadow: ;
- --tw-backdrop-blur: ;
- --tw-backdrop-brightness: ;
- --tw-backdrop-contrast: ;
- --tw-backdrop-grayscale: ;
- --tw-backdrop-hue-rotate: ;
- --tw-backdrop-invert: ;
- --tw-backdrop-opacity: ;
- --tw-backdrop-saturate: ;
- --tw-backdrop-sepia: ;
-}
-
-.btn {
- display: inline-flex;
- flex-shrink: 0;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- user-select: none;
- flex-wrap: wrap;
- align-items: center;
- justify-content: center;
- border-color: transparent;
- border-color: hsl(var(--n) / var(--tw-border-opacity));
- text-align: center;
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
- transition-duration: 200ms;
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
- border-radius: var(--rounded-btn, 0.5rem);
- height: 3rem;
- padding-left: 1rem;
- padding-right: 1rem;
- font-size: 0.875rem;
- line-height: 1.25rem;
- line-height: 1em;
- min-height: 3rem;
- font-weight: 600;
- text-transform: uppercase;
- text-transform: var(--btn-text-case, uppercase);
- text-decoration-line: none;
- border-width: var(--border-btn, 1px);
- animation: button-pop var(--animation-btn, 0.25s) ease-out;
- --tw-border-opacity: 1;
- --tw-bg-opacity: 1;
- background-color: hsl(var(--n) / var(--tw-bg-opacity));
- --tw-text-opacity: 1;
- color: hsl(var(--nc) / var(--tw-text-opacity));
-}
-
-.btn-disabled,
- .btn[disabled] {
- pointer-events: none;
-}
-
-.btn.loading,
- .btn.loading:hover {
- pointer-events: none;
-}
-
-.btn.loading:before {
- margin-right: 0.5rem;
- height: 1rem;
- width: 1rem;
- border-radius: 9999px;
- border-width: 2px;
- animation: spin 2s linear infinite;
- content: "";
- border-top-color: transparent;
- border-left-color: transparent;
- border-bottom-color: currentColor;
- border-right-color: currentColor;
-}
-
-@media (prefers-reduced-motion: reduce) {
- .btn.loading:before {
- animation: spin 10s linear infinite;
- }
-}
-
-@keyframes spin {
- from {
- transform: rotate(0deg);
- }
-
- to {
- transform: rotate(360deg);
- }
-}
-
-.btn-group > input[type="radio"].btn {
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
-}
-
-.btn-group > input[type="radio"].btn:before {
- content: attr(data-title);
-}
-
-.footer {
- display: grid;
- width: 100%;
- grid-auto-flow: row;
- place-items: start;
- row-gap: 2.5rem;
- -moz-column-gap: 1rem;
- column-gap: 1rem;
- font-size: 0.875rem;
- line-height: 1.25rem;
-}
-
-.footer > * {
- display: grid;
- place-items: start;
- gap: 0.5rem;
-}
-
-@media (min-width: 48rem) {
- .footer {
- grid-auto-flow: column;
- }
-
- .footer-center {
- grid-auto-flow: row dense;
- }
-}
-
-.link {
- cursor: pointer;
- text-decoration-line: underline;
-}
-
-.btn-outline.btn-primary .badge {
- --tw-border-opacity: 1;
- border-color: hsl(var(--p) / var(--tw-border-opacity));
- --tw-bg-opacity: 1;
- background-color: hsl(var(--p) / var(--tw-bg-opacity));
- --tw-text-opacity: 1;
- color: hsl(var(--pc) / var(--tw-text-opacity));
-}
-
-.btn-outline.btn-primary .badge-outline {
- --tw-border-opacity: 1;
- border-color: hsl(var(--p) / var(--tw-border-opacity));
- background-color: transparent;
- --tw-text-opacity: 1;
- color: hsl(var(--p) / var(--tw-text-opacity));
-}
-
-.btn-outline.btn-primary:hover .badge {
- --tw-border-opacity: 1;
- border-color: hsl(var(--pc) / var(--tw-border-opacity));
- --tw-bg-opacity: 1;
- background-color: hsl(var(--pc) / var(--tw-bg-opacity));
- --tw-text-opacity: 1;
- color: hsl(var(--p) / var(--tw-text-opacity));
-}
-
-.btn-outline.btn-primary:hover .badge.outline {
- --tw-border-opacity: 1;
- border-color: hsl(var(--pc) / var(--tw-border-opacity));
- --tw-bg-opacity: 1;
- background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
- --tw-text-opacity: 1;
- color: hsl(var(--pc) / var(--tw-text-opacity));
-}
-
-.btn:active:hover,
- .btn:active:focus {
- animation: none;
- transform: scale(var(--btn-focus-scale, 0.95));
-}
-
-.btn:hover,
- .btn-active {
- --tw-border-opacity: 1;
- border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
- --tw-bg-opacity: 1;
- background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
-}
-
-.btn:focus-visible {
- outline: 2px solid hsl(var(--nf));
- outline-offset: 2px;
-}
-
-.btn-primary {
- --tw-border-opacity: 1;
- border-color: hsl(var(--p) / var(--tw-border-opacity));
- --tw-bg-opacity: 1;
- background-color: hsl(var(--p) / var(--tw-bg-opacity));
- --tw-text-opacity: 1;
- color: hsl(var(--pc) / var(--tw-text-opacity));
-}
-
-.btn-primary:hover,
- .btn-primary.btn-active {
- --tw-border-opacity: 1;
- border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
- --tw-bg-opacity: 1;
- background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
-}
-
-.btn-primary:focus-visible {
- outline: 2px solid hsl(var(--p));
-}
-
-.btn.glass:hover,
- .btn.glass.btn-active {
- --glass-opacity: 25%;
- --glass-border-opacity: 15%;
-}
-
-.btn.glass:focus-visible {
- outline: 2px solid currentColor;
-}
-
-.btn-outline.btn-primary {
- --tw-text-opacity: 1;
- color: hsl(var(--p) / var(--tw-text-opacity));
-}
-
-.btn-outline.btn-primary:hover,
- .btn-outline.btn-primary.btn-active {
- --tw-border-opacity: 1;
- border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
- --tw-bg-opacity: 1;
- background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
- --tw-text-opacity: 1;
- color: hsl(var(--pc) / var(--tw-text-opacity));
-}
-
-.btn-disabled,
- .btn-disabled:hover,
- .btn[disabled],
- .btn[disabled]:hover {
- --tw-border-opacity: 0;
- background-color: hsl(var(--n) / var(--tw-bg-opacity));
- --tw-bg-opacity: 0.2;
- color: hsl(var(--bc) / var(--tw-text-opacity));
- --tw-text-opacity: 0.2;
-}
-
-.btn.loading.btn-square:before,
- .btn.loading.btn-circle:before {
- margin-right: 0px;
-}
-
-.btn.loading.btn-xl:before,
- .btn.loading.btn-lg:before {
- height: 1.25rem;
- width: 1.25rem;
-}
-
-.btn.loading.btn-sm:before,
- .btn.loading.btn-xs:before {
- height: 0.75rem;
- width: 0.75rem;
-}
-
-.btn-group > input[type="radio"]:checked.btn,
- .btn-group > .btn-active {
- --tw-border-opacity: 1;
- border-color: hsl(var(--p) / var(--tw-border-opacity));
- --tw-bg-opacity: 1;
- background-color: hsl(var(--p) / var(--tw-bg-opacity));
- --tw-text-opacity: 1;
- color: hsl(var(--pc) / var(--tw-text-opacity));
-}
-
-.btn-group > input[type="radio"]:checked.btn:focus-visible, .btn-group > .btn-active:focus-visible {
- outline: 2px solid hsl(var(--p));
-}
-
-@keyframes button-pop {
- 0% {
- transform: scale(var(--btn-focus-scale, 0.95));
- }
-
- 40% {
- transform: scale(1.02);
- }
-
- 100% {
- transform: scale(1);
- }
-}
-
-@keyframes checkmark {
- 0% {
- background-position-y: 5px;
- }
-
- 50% {
- background-position-y: -2px;
- }
-
- 100% {
- background-position-y: 0;
- }
-}
-
-.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-primary {
- outline: 2px solid hsl(var(--p));
-}
-
-.link:focus {
- outline: 2px solid transparent;
- outline-offset: 2px;
-}
-
-.link:focus-visible {
- outline: 2px solid currentColor;
- outline-offset: 2px;
-}
-
-@keyframes progress-loading {
- 50% {
- left: 107%;
- }
-}
-
-@keyframes radiomark {
- 0% {
- box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
- }
-
- 50% {
- box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
- }
-
- 100% {
- box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
- }
-}
-
-@keyframes rating-pop {
- 0% {
- transform: translateY(-0.125em);
- }
-
- 40% {
- transform: translateY(-0.125em);
- }
-
- 100% {
- transform: translateY(0);
- }
-}
-
-@keyframes toast-pop {
- 0% {
- transform: scale(0.9);
- opacity: 0;
- }
-
- 100% {
- transform: scale(1);
- opacity: 1;
- }
-}
-
-.btn-group .btn:not(:first-child):not(:last-child), .btn-group.btn-group-horizontal .btn:not(:first-child):not(:last-child) {
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
-}
-
-.btn-group .btn:first-child:not(:last-child), .btn-group.btn-group-horizontal .btn:first-child:not(:last-child) {
- margin-left: -1px;
- margin-top: -0px;
- border-top-left-radius: var(--rounded-btn, 0.5rem);
- border-top-right-radius: 0;
- border-bottom-left-radius: var(--rounded-btn, 0.5rem);
- border-bottom-right-radius: 0;
-}
-
-.btn-group .btn:last-child:not(:first-child), .btn-group.btn-group-horizontal .btn:last-child:not(:first-child) {
- border-top-left-radius: 0;
- border-top-right-radius: var(--rounded-btn, 0.5rem);
- border-bottom-left-radius: 0;
- border-bottom-right-radius: var(--rounded-btn, 0.5rem);
-}
-
-.btn-group.btn-group-vertical .btn:first-child:not(:last-child) {
- margin-left: -0px;
- margin-top: -1px;
- border-top-left-radius: var(--rounded-btn, 0.5rem);
- border-top-right-radius: var(--rounded-btn, 0.5rem);
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
-}
-
-.btn-group.btn-group-vertical .btn:last-child:not(:first-child) {
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- border-bottom-left-radius: var(--rounded-btn, 0.5rem);
- border-bottom-right-radius: var(--rounded-btn, 0.5rem);
-}
-
-.m-auto {
- margin: auto;
-}
-
-.my-10 {
- margin-top: 2.5rem;
- margin-bottom: 2.5rem;
-}
-
-.flex {
- display: flex;
-}
-
-.h-screen {
- height: 100vh;
-}
-
-.h-10 {
- height: 2.5rem;
-}
-
-.w-full {
- width: 100%;
-}
-
-.w-64 {
- width: 16rem;
-}
-
-.flex-col {
- flex-direction: column;
-}
-
-.items-center {
- align-items: center;
-}
-
-.justify-center {
- justify-content: center;
-}
-
-.rounded-full {
- border-radius: 9999px;
-}
-
-.bg-black {
- --tw-bg-opacity: 1;
- background-color: rgb(0 0 0 / var(--tw-bg-opacity));
-}
-
-.bg-blue-500 {
- --tw-bg-opacity: 1;
- background-color: rgb(59 130 246 / var(--tw-bg-opacity));
-}
-
-.text-8xl {
- font-size: 6rem;
- line-height: 1;
-}
-
-.text-4xl {
- font-size: 2.25rem;
- line-height: 2.5rem;
-}
-
-:root {
- --max-width: 1100px;
- --border-radius: 12px;
- --font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono",
- "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro",
- "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
- --foreground-rgb: 0, 0, 0;
- --background-start-rgb: 214, 219, 220;
- --background-end-rgb: 255, 255, 255;
- --primary-glow: conic-gradient(
- from 180deg at 50% 50%,
- #16abff33 0deg,
- #0885ff33 55deg,
- #54d6ff33 120deg,
- #0071ff33 160deg,
- transparent 360deg
- );
- --secondary-glow: radial-gradient(
- rgba(255, 255, 255, 1),
- rgba(255, 255, 255, 0)
- );
- --tile-start-rgb: 239, 245, 249;
- --tile-end-rgb: 228, 232, 233;
- --tile-border: conic-gradient(
- #00000080,
- #00000040,
- #00000030,
- #00000020,
- #00000010,
- #00000010,
- #00000080
- );
- --callout-rgb: 238, 240, 241;
- --callout-border-rgb: 172, 175, 176;
- --card-rgb: 180, 185, 188;
- --card-border-rgb: 131, 134, 135;
-}
-
-@media (prefers-color-scheme: dark) {
- :root {
- --foreground-rgb: 255, 255, 255;
- --background-start-rgb: 0, 0, 0;
- --background-end-rgb: 0, 0, 0;
- --primary-glow: radial-gradient(rgba(1, 65, 255, 0.4), rgba(1, 65, 255, 0));
- --secondary-glow: linear-gradient(
- to bottom right,
- rgba(1, 65, 255, 0),
- rgba(1, 65, 255, 0),
- rgba(1, 65, 255, 0.3)
- );
- --tile-start-rgb: 2, 13, 46;
- --tile-end-rgb: 2, 5, 19;
- --tile-border: conic-gradient(
- #ffffff80,
- #ffffff40,
- #ffffff30,
- #ffffff20,
- #ffffff10,
- #ffffff10,
- #ffffff80
- );
- --callout-rgb: 20, 20, 20;
- --callout-border-rgb: 108, 108, 108;
- --card-rgb: 100, 100, 100;
- --card-border-rgb: 200, 200, 200;
- }
-}
-
-* {
- box-sizing: border-box;
- padding: 0;
- margin: 0;
-}
-
-html,
-body {
- max-width: 100vw;
- overflow-x: hidden;
-}
-
-body {
- color: rgb(var(--foreground-rgb));
- background: linear-gradient(
- to bottom,
- transparent,
- rgb(var(--background-end-rgb))
- )
- rgb(var(--background-start-rgb));
-}
-
-a {
- color: inherit;
- text-decoration: none;
-}
-
-@media (prefers-color-scheme: dark) {
- html {
- color-scheme: dark;
- }
-}
diff --git a/hackyrolly/app/page.module.css b/hackyrolly/app/page.module.css
deleted file mode 100644
index 4732b55..0000000
--- a/hackyrolly/app/page.module.css
+++ /dev/null
@@ -1,271 +0,0 @@
-.main {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- padding: 6rem;
- min-height: 100vh;
-}
-
-.description {
- display: inherit;
- justify-content: inherit;
- align-items: inherit;
- font-size: 0.85rem;
- max-width: var(--max-width);
- width: 100%;
- z-index: 2;
- font-family: var(--font-mono);
-}
-
-.description a {
- display: flex;
- align-items: center;
- justify-content: center;
- gap: 0.5rem;
-}
-
-.description p {
- position: relative;
- margin: 0;
- padding: 1rem;
- background-color: rgba(var(--callout-rgb), 0.5);
- border: 1px solid rgba(var(--callout-border-rgb), 0.3);
- border-radius: var(--border-radius);
-}
-
-.code {
- font-weight: 700;
- font-family: var(--font-mono);
-}
-
-.grid {
- display: grid;
- grid-template-columns: repeat(3, minmax(33%, auto));
- width: var(--max-width);
- max-width: 100%;
-}
-
-.card {
- padding: 1rem 1.2rem;
- border-radius: var(--border-radius);
- background: rgba(var(--card-rgb), 0);
- border: 1px solid rgba(var(--card-border-rgb), 0);
- transition: background 200ms, border 200ms;
-}
-
-.card span {
- display: inline-block;
- transition: transform 200ms;
-}
-
-.card h2 {
- font-weight: 600;
- margin-bottom: 0.7rem;
-}
-
-.card p {
- margin: 0;
- opacity: 0.6;
- font-size: 0.9rem;
- line-height: 1.5;
- max-width: 34ch;
-}
-
-.center {
- display: flex;
- justify-content: center;
- align-items: center;
- position: relative;
- padding: 4rem 0;
-}
-
-.center::before {
- background: var(--secondary-glow);
- border-radius: 50%;
- width: 480px;
- height: 360px;
- margin-left: -400px;
-}
-
-.center::after {
- background: var(--primary-glow);
- width: 240px;
- height: 180px;
- z-index: -1;
-}
-
-.center::before,
-.center::after {
- content: '';
- left: 50%;
- position: absolute;
- filter: blur(45px);
- transform: translateZ(0);
-}
-
-.logo,
-.thirteen {
- position: relative;
-}
-
-.thirteen {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 75px;
- height: 75px;
- padding: 25px 10px;
- margin-left: 16px;
- transform: translateZ(0);
- border-radius: var(--border-radius);
- overflow: hidden;
- box-shadow: 0px 2px 8px -1px #0000001a;
-}
-
-.thirteen::before,
-.thirteen::after {
- content: '';
- position: absolute;
- z-index: -1;
-}
-
-/* Conic Gradient Animation */
-.thirteen::before {
- animation: 6s rotate linear infinite;
- width: 200%;
- height: 200%;
- background: var(--tile-border);
-}
-
-/* Inner Square */
-.thirteen::after {
- inset: 0;
- padding: 1px;
- border-radius: var(--border-radius);
- background: linear-gradient(
- to bottom right,
- rgba(var(--tile-start-rgb), 1),
- rgba(var(--tile-end-rgb), 1)
- );
- background-clip: content-box;
-}
-
-/* Enable hover only on non-touch devices */
-@media (hover: hover) and (pointer: fine) {
- .card:hover {
- background: rgba(var(--card-rgb), 0.1);
- border: 1px solid rgba(var(--card-border-rgb), 0.15);
- }
-
- .card:hover span {
- transform: translateX(4px);
- }
-}
-
-@media (prefers-reduced-motion) {
- .thirteen::before {
- animation: none;
- }
-
- .card:hover span {
- transform: none;
- }
-}
-
-/* Mobile and Tablet */
-@media (max-width: 1023px) {
- .content {
- padding: 4rem;
- }
-
- .grid {
- grid-template-columns: 1fr;
- margin-bottom: 120px;
- max-width: 320px;
- text-align: center;
- }
-
- .card {
- padding: 1rem 2.5rem;
- }
-
- .card h2 {
- margin-bottom: 0.5rem;
- }
-
- .center {
- padding: 8rem 0 6rem;
- }
-
- .center::before {
- transform: none;
- height: 300px;
- }
-
- .description {
- font-size: 0.8rem;
- }
-
- .description a {
- padding: 1rem;
- }
-
- .description p,
- .description div {
- display: flex;
- justify-content: center;
- position: fixed;
- width: 100%;
- }
-
- .description p {
- align-items: center;
- inset: 0 0 auto;
- padding: 2rem 1rem 1.4rem;
- border-radius: 0;
- border: none;
- border-bottom: 1px solid rgba(var(--callout-border-rgb), 0.25);
- background: linear-gradient(
- to bottom,
- rgba(var(--background-start-rgb), 1),
- rgba(var(--callout-rgb), 0.5)
- );
- background-clip: padding-box;
- backdrop-filter: blur(24px);
- }
-
- .description div {
- align-items: flex-end;
- pointer-events: none;
- inset: auto 0 0;
- padding: 2rem;
- height: 200px;
- background: linear-gradient(
- to bottom,
- transparent 0%,
- rgb(var(--background-end-rgb)) 40%
- );
- z-index: 1;
- }
-}
-
-@media (prefers-color-scheme: dark) {
- .vercelLogo {
- filter: invert(1);
- }
-
- .logo,
- .thirteen img {
- filter: invert(1) drop-shadow(0 0 0.3rem #ffffff70);
- }
-}
-
-@keyframes rotate {
- from {
- transform: rotate(360deg);
- }
- to {
- transform: rotate(0deg);
- }
-}
diff --git a/hackyrolly/app/page.tsx b/hackyrolly/app/page.tsx
index a8ff0c9..bd5eb43 100644
--- a/hackyrolly/app/page.tsx
+++ b/hackyrolly/app/page.tsx
@@ -1,21 +1,41 @@
// page.tsx
+import SmallCard from "@/components/SmallCard";
import Image from "next/image";
import styles from "./page.module.css";
+import results from "../pages/api/result.json";
+import firebase from "firebase/app";
+import "firebase/firestore";
+
+import { db } from "../firebase/firebaseConfig";
+import { collection, query, where, getDocs } from "firebase/firestore";
+
+export default async function Home() {
+ const querySnapshot = await getDocs(collection(db, "Messages"));
-export default function Home() {
return (
-
-
-
- Welcome to
Next.js 13!
+
+
+
+ {" "}
+ {querySnapshot.docs.map((doc) => (
+
+ ))}
-
- This is a Tailwind Example with Next.js 13
-
-
-
-
+
);
}
diff --git a/hackyrolly/components/Filter.tsx b/hackyrolly/components/Filter.tsx
new file mode 100644
index 0000000..803c8cf
--- /dev/null
+++ b/hackyrolly/components/Filter.tsx
@@ -0,0 +1,28 @@
+import React, { useEffect, useState } from "react";
+
+export default function Filter() {
+ // const [filter, setFilter] = useState(["Electronics", "Wallet", "Cards", "Clothing", "Others"])
+
+
+
+
+ // const Fil = filter.map (Fil => Fil)
+ // // const value = e.target.value;
+ // // const handleClick = (e: ChangeEvent
) => console.log((filter[value]))
+
+ // const handleClick = (event: Event) => {console.clear(), console.log((filter[event.AT_TARGET ]))}
+ return (
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/hackyrolly/components/Header.tsx b/hackyrolly/components/Header.tsx
new file mode 100644
index 0000000..fc5aca9
--- /dev/null
+++ b/hackyrolly/components/Header.tsx
@@ -0,0 +1,13 @@
+import React from "react";
+import Modal from "./Modal";
+
+export default function Header() {
+ return (
+ <>
+
+ <>>
+ >
+ );
+}
diff --git a/hackyrolly/components/Modal.tsx b/hackyrolly/components/Modal.tsx
new file mode 100644
index 0000000..132ed67
--- /dev/null
+++ b/hackyrolly/components/Modal.tsx
@@ -0,0 +1,56 @@
+import React from "react";
+
+export default function Modal() {
+ return (
+ <>
+
+
+
+
+
+
+ Be notified when someone finds it
+
+
+
+
+
+
+
+
+
+
+
+
+
+ >
+ );
+}
diff --git a/hackyrolly/components/SmallCard.tsx b/hackyrolly/components/SmallCard.tsx
new file mode 100644
index 0000000..a35add7
--- /dev/null
+++ b/hackyrolly/components/SmallCard.tsx
@@ -0,0 +1,61 @@
+import { BsTelegram } from "react-icons/bs";
+
+interface CreateCardProps {
+ from: string;
+ message: string;
+ date: string;
+ from_id: string;
+ status: string;
+}
+
+function SmallCard({ from, message, date, from_id, status }: CreateCardProps) {
+ const dateObj = new Date(parseFloat(date) * 1000);
+ const year = dateObj.getFullYear();
+
+ const month = dateObj.getMonth();
+ const date2 = dateObj.getDate();
+ date = date2 + "." + month + "." + year;
+
+ const link = "https://t.me/" + from_id;
+
+ return (
+
+ {" "}
+ {/* bg-black*/}
+
+
+ );
+}
+
+export default SmallCard;
diff --git a/hackyrolly/firebase/firebaseConfig.js b/hackyrolly/firebase/firebaseConfig.js
new file mode 100644
index 0000000..19f8f48
--- /dev/null
+++ b/hackyrolly/firebase/firebaseConfig.js
@@ -0,0 +1,14 @@
+import { initializeApp } from "firebase/app";
+import { getFirestore } from "firebase/firestore";
+
+const firebaseConfig = {
+ apiKey: process.env.NEXT_PUBLIC_FIREBASE_API_KEY,
+ authDomain: process.env.NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN,
+ projectId: process.env.NEXT_PUBLIC_FIREBASE_PROJECT_ID,
+ storageBucket: process.env.NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET,
+ messagingSenderId: process.env.NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID,
+ appId: process.env.NEXT_PUBLIC_FIREBASE_APP_ID,
+};
+
+export const app = initializeApp(firebaseConfig);
+export const db = getFirestore(app);
diff --git a/hackyrolly/package-lock.json b/hackyrolly/package-lock.json
index 917cb3e..2d1d532 100644
--- a/hackyrolly/package-lock.json
+++ b/hackyrolly/package-lock.json
@@ -16,14 +16,15 @@
"daisyui": "^2.46.1",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
+ "firebase": "^9.15.0",
"next": "13.1.2",
+ "ngrok": "^4.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
+ "react-icons": "^4.7.1",
"typescript": "4.9.4"
},
"devDependencies": {
- "autoprefixer": "^10.4.13",
- "postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
},
@@ -60,6 +61,634 @@
"url": "https://opencollective.com/eslint"
}
},
+ "node_modules/@firebase/analytics": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/@firebase/analytics/-/analytics-0.9.0.tgz",
+ "integrity": "sha512-cE6JAvaGDVhn3B09VuQ5pATLCtmQg3AUSDuCmMNzWlP7+12LBarV1JcGWKIi7YQK2ks3B73wRsawi08XKwsolQ==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/installations": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app": "0.x"
+ }
+ },
+ "node_modules/@firebase/analytics-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/analytics-compat/-/analytics-compat-0.2.0.tgz",
+ "integrity": "sha512-brk8IN4ErWiZoB/UdJ0mWZhQOKt90ztv4MUwQjhuYJ4iwnVMz0Mzj9+tplU1hVpSZXdfbKQFfRN9kp/3sTiyWw==",
+ "dependencies": {
+ "@firebase/analytics": "0.9.0",
+ "@firebase/analytics-types": "0.8.0",
+ "@firebase/component": "0.6.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app-compat": "0.x"
+ }
+ },
+ "node_modules/@firebase/analytics-types": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/@firebase/analytics-types/-/analytics-types-0.8.0.tgz",
+ "integrity": "sha512-iRP+QKI2+oz3UAh4nPEq14CsEjrjD6a5+fuypjScisAh9kXKFvdJOZJDwk7kikLvWVLGEs9+kIUS4LPQV7VZVw=="
+ },
+ "node_modules/@firebase/app": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.9.0.tgz",
+ "integrity": "sha512-sa15stSK6FoGW4mCeAVDt0TvBFxPjvNcG2rhacGudOzMaW3g2TS326zXTFG+p5jnTCPZ2SO5TTSiGHn1NNcD9Q==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "idb": "7.0.1",
+ "tslib": "^2.1.0"
+ }
+ },
+ "node_modules/@firebase/app-check": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app-check/-/app-check-0.6.0.tgz",
+ "integrity": "sha512-DevuiUQujsG18NQ1fQ1g2X+75Vp1YfSxPsw363/HE2+ABmCWHf4ByPmxEf16y4PVcqJ2MZqYv8kXZYxzRJCS4g==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app": "0.x"
+ }
+ },
+ "node_modules/@firebase/app-check-compat": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app-check-compat/-/app-check-compat-0.3.0.tgz",
+ "integrity": "sha512-CJFHWGMvWRkkvLPTvWdLrEYnfH7WS9zFLsWctSzRjQnzg6dQUTs5FDyg9RN7BIWoaSr9q7FTxkRnsOgardDPLA==",
+ "dependencies": {
+ "@firebase/app-check": "0.6.0",
+ "@firebase/app-check-types": "0.5.0",
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app-compat": "0.x"
+ }
+ },
+ "node_modules/@firebase/app-check-interop-types": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app-check-interop-types/-/app-check-interop-types-0.2.0.tgz",
+ "integrity": "sha512-+3PQIeX6/eiVK+x/yg8r6xTNR97fN7MahFDm+jiQmDjcyvSefoGuTTNQuuMScGyx3vYUBeZn+Cp9kC0yY/9uxQ=="
+ },
+ "node_modules/@firebase/app-check-types": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app-check-types/-/app-check-types-0.5.0.tgz",
+ "integrity": "sha512-uwSUj32Mlubybw7tedRzR24RP8M8JUVR3NPiMk3/Z4bCmgEKTlQBwMXrehDAZ2wF+TsBq0SN1c6ema71U/JPyQ=="
+ },
+ "node_modules/@firebase/app-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app-compat/-/app-compat-0.2.0.tgz",
+ "integrity": "sha512-Y8Cpuheai61jCdVflt437I94n8cdRbXY0e1dQMmTWHCShJUfWwpa5y2ZMnxClWnorXy9hC/3yNZMVlu79f1zGA==",
+ "dependencies": {
+ "@firebase/app": "0.9.0",
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "node_modules/@firebase/app-types": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.9.0.tgz",
+ "integrity": "sha512-AeweANOIo0Mb8GiYm3xhTEBVCmPwTYAu9Hcd2qSkLuga/6+j9b1Jskl5bpiSQWy9eJ/j5pavxj6eYogmnuzm+Q=="
+ },
+ "node_modules/@firebase/auth": {
+ "version": "0.21.0",
+ "resolved": "https://registry.npmjs.org/@firebase/auth/-/auth-0.21.0.tgz",
+ "integrity": "sha512-kXOQl/hyLuGKxs0r2icLsDmAyeO0uM4zV9Q+fx6VE8Ncl94TBUc/n895GSrF3RkNHdiq/DZxV/PUCZ/ozPQNKw==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "node-fetch": "2.6.7",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app": "0.x"
+ }
+ },
+ "node_modules/@firebase/auth-compat": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@firebase/auth-compat/-/auth-compat-0.3.0.tgz",
+ "integrity": "sha512-tcofcrQKBOo5Wrz59onWtZDJfVW09auvG/XRh7lZ4yfEWdGerTJXmEdQU6j3E8AnJ3X91BYltNYhh0ZJOoCJqQ==",
+ "dependencies": {
+ "@firebase/auth": "0.21.0",
+ "@firebase/auth-types": "0.12.0",
+ "@firebase/component": "0.6.0",
+ "@firebase/util": "1.8.0",
+ "node-fetch": "2.6.7",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app-compat": "0.x"
+ }
+ },
+ "node_modules/@firebase/auth-interop-types": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.2.0.tgz",
+ "integrity": "sha512-7Mt2qzwvu5X3Qxz24gjj0qITrBsMmy1W4vGBP8TZRuQrjA4OTlGVCTG8ysvweZ3xpdl1XGhBsIjo2KjfOPg0xA==",
+ "peerDependencies": {
+ "@firebase/app-types": "0.x",
+ "@firebase/util": "1.x"
+ }
+ },
+ "node_modules/@firebase/auth-types": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/@firebase/auth-types/-/auth-types-0.12.0.tgz",
+ "integrity": "sha512-pPwaZt+SPOshK8xNoiQlK5XIrS97kFYc3Rc7xmy373QsOJ9MmqXxLaYssP5Kcds4wd2qK//amx/c+A8O2fVeZA==",
+ "peerDependencies": {
+ "@firebase/app-types": "0.x",
+ "@firebase/util": "1.x"
+ }
+ },
+ "node_modules/@firebase/component": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.6.0.tgz",
+ "integrity": "sha512-9hyNc4OmrXMtthDJq6zyJHll/UIYBWYmMG3rXty2eMeWxHWB0vlsq3AOI+k14PL15aSBAQolv0EZJWVJv/gCEg==",
+ "dependencies": {
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "node_modules/@firebase/database": {
+ "version": "0.14.0",
+ "resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.14.0.tgz",
+ "integrity": "sha512-SM5eri3eGuPjQdXBRObqKTsgmkRwrSGsbgtD43EpGzU+lIeBVLqwRzfcFialYrWzFFI5V7hWXdS2oJxAkfnBFw==",
+ "dependencies": {
+ "@firebase/auth-interop-types": "0.2.0",
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "faye-websocket": "0.11.4",
+ "tslib": "^2.1.0"
+ }
+ },
+ "node_modules/@firebase/database-compat": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@firebase/database-compat/-/database-compat-0.3.0.tgz",
+ "integrity": "sha512-5kzhXdACd+RX/G8k/DKYAuiMYHDHIZ9WFV/ccVoPsC+bxIQEgPilDEtkljY5ZxiKbUj+PEOSYUfYdV/LQMJatQ==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/database": "0.14.0",
+ "@firebase/database-types": "0.10.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "node_modules/@firebase/database-types": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.10.0.tgz",
+ "integrity": "sha512-jZHI1fY1tm+8heLR4sbgJHtSYI2kTlSp4QTXWALwdT+dfST5OlZYsZeb+hGWeqjHEElzUnkLbw8XuZSy9Uy6rA==",
+ "dependencies": {
+ "@firebase/app-types": "0.9.0",
+ "@firebase/util": "1.8.0"
+ }
+ },
+ "node_modules/@firebase/firestore": {
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-3.8.0.tgz",
+ "integrity": "sha512-aKwfZ73FmOV8e/dN0anDtrq6+1IhX4zmjxUcXcgaypZ14q6bq0QpUdlRxjsfiUQ5m3H3MwWWIFOcT5Xa89sIkw==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "@firebase/webchannel-wrapper": "0.9.0",
+ "@grpc/grpc-js": "~1.7.0",
+ "@grpc/proto-loader": "^0.6.13",
+ "node-fetch": "2.6.7",
+ "tslib": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=10.10.0"
+ },
+ "peerDependencies": {
+ "@firebase/app": "0.x"
+ }
+ },
+ "node_modules/@firebase/firestore-compat": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@firebase/firestore-compat/-/firestore-compat-0.3.0.tgz",
+ "integrity": "sha512-ckU4mkziDnsFKxgYv+OAJHPuNpti2RjyoeIAqz3EqRHAsYFC70U5w4aXC2Sbu2jJp3Ba2BoD7MV/4Qb2A7CJtw==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/firestore": "3.8.0",
+ "@firebase/firestore-types": "2.5.1",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app-compat": "0.x"
+ }
+ },
+ "node_modules/@firebase/firestore-types": {
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/@firebase/firestore-types/-/firestore-types-2.5.1.tgz",
+ "integrity": "sha512-xG0CA6EMfYo8YeUxC8FeDzf6W3FX1cLlcAGBYV6Cku12sZRI81oWcu61RSKM66K6kUENP+78Qm8mvroBcm1whw==",
+ "peerDependencies": {
+ "@firebase/app-types": "0.x",
+ "@firebase/util": "1.x"
+ }
+ },
+ "node_modules/@firebase/functions": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/@firebase/functions/-/functions-0.9.0.tgz",
+ "integrity": "sha512-na/+7uc9ViQVBadEsCVjBnbZsfUCMyS/x6SID1Nz4Z5nkhuxrls9Jcv7jc28tMqHR0VpoGq8W6oLProyjT8JPg==",
+ "dependencies": {
+ "@firebase/app-check-interop-types": "0.2.0",
+ "@firebase/auth-interop-types": "0.2.0",
+ "@firebase/component": "0.6.0",
+ "@firebase/messaging-interop-types": "0.2.0",
+ "@firebase/util": "1.8.0",
+ "node-fetch": "2.6.7",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app": "0.x"
+ }
+ },
+ "node_modules/@firebase/functions-compat": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@firebase/functions-compat/-/functions-compat-0.3.0.tgz",
+ "integrity": "sha512-xOEdqOVeHXJ2ZjDbTntNGLl1lgW9umx73bWXJn9h68bSD4f9ldIVoz+h15s8i/e1pJOO/LlEp2BMvoA35U1P/Q==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/functions": "0.9.0",
+ "@firebase/functions-types": "0.6.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app-compat": "0.x"
+ }
+ },
+ "node_modules/@firebase/functions-types": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@firebase/functions-types/-/functions-types-0.6.0.tgz",
+ "integrity": "sha512-hfEw5VJtgWXIRf92ImLkgENqpL6IWpYaXVYiRkFY1jJ9+6tIhWM7IzzwbevwIIud/jaxKVdRzD7QBWfPmkwCYw=="
+ },
+ "node_modules/@firebase/installations": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.6.0.tgz",
+ "integrity": "sha512-Aks56ThZs1MsM0qJzJxhdeXak+Ob3tjd3JSY2poJptreLWsIOSBCxYO7Ev4yZ7DE7twMdZ0x70NhQ1ceXfdy0w==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/util": "1.8.0",
+ "idb": "7.0.1",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app": "0.x"
+ }
+ },
+ "node_modules/@firebase/installations-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/installations-compat/-/installations-compat-0.2.0.tgz",
+ "integrity": "sha512-EqCU8C9XPQN6npfTCW+6agzQ0yPLvbSCY5WROdnU1ZJfOsGFrMMVMRk42XBzah1dHBoSQYggVaixEzJUOH7zbQ==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/installations": "0.6.0",
+ "@firebase/installations-types": "0.5.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app-compat": "0.x"
+ }
+ },
+ "node_modules/@firebase/installations-types": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/@firebase/installations-types/-/installations-types-0.5.0.tgz",
+ "integrity": "sha512-9DP+RGfzoI2jH7gY4SlzqvZ+hr7gYzPODrbzVD82Y12kScZ6ZpRg/i3j6rleto8vTFC8n6Len4560FnV1w2IRg==",
+ "peerDependencies": {
+ "@firebase/app-types": "0.x"
+ }
+ },
+ "node_modules/@firebase/logger": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/@firebase/logger/-/logger-0.4.0.tgz",
+ "integrity": "sha512-eRKSeykumZ5+cJPdxxJRgAC3G5NknY2GwEbKfymdnXtnT0Ucm4pspfR6GT4MUQEDuJwRVbVcSx85kgJulMoFFA==",
+ "dependencies": {
+ "tslib": "^2.1.0"
+ }
+ },
+ "node_modules/@firebase/messaging": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/@firebase/messaging/-/messaging-0.12.0.tgz",
+ "integrity": "sha512-M+LWaBH392SLF7/wAH5byJrP5f1MpromUG02NIr0sbgJ6Ot2nc+qDrDGjKF4qLXFqYzhNRlhskCCdf0ClgDM0A==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/installations": "0.6.0",
+ "@firebase/messaging-interop-types": "0.2.0",
+ "@firebase/util": "1.8.0",
+ "idb": "7.0.1",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app": "0.x"
+ }
+ },
+ "node_modules/@firebase/messaging-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/messaging-compat/-/messaging-compat-0.2.0.tgz",
+ "integrity": "sha512-Qk9W9lVmTO67bR5jCaQ9HqS9MipkCuPGKCcO5JnnDd/p+Y2beWzScYxwzYGh9pEga3qzDAMSCB1PYoNgNTMzew==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/messaging": "0.12.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app-compat": "0.x"
+ }
+ },
+ "node_modules/@firebase/messaging-interop-types": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/messaging-interop-types/-/messaging-interop-types-0.2.0.tgz",
+ "integrity": "sha512-ujA8dcRuVeBixGR9CtegfpU4YmZf3Lt7QYkcj693FFannwNuZgfAYaTmbJ40dtjB81SAu6tbFPL9YLNT15KmOQ=="
+ },
+ "node_modules/@firebase/performance": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@firebase/performance/-/performance-0.6.0.tgz",
+ "integrity": "sha512-mmCQ/8F0hQZ+J+JBvfQPlPAgKIRZccYW6N9321NbX8swd7EQP3dsW905RBmdXRsbjBpBqhn20zcQU6TDOKRwYA==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/installations": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app": "0.x"
+ }
+ },
+ "node_modules/@firebase/performance-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/performance-compat/-/performance-compat-0.2.0.tgz",
+ "integrity": "sha512-iO0fspVpiVOGxR08Y51nXoSMPH/bdRkRVQXYo4wuDDfQoZ5WZ0DXQuE0kXy3/T9QgqXdr8tSU0P0nil/jvnOcg==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/performance": "0.6.0",
+ "@firebase/performance-types": "0.2.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app-compat": "0.x"
+ }
+ },
+ "node_modules/@firebase/performance-types": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/performance-types/-/performance-types-0.2.0.tgz",
+ "integrity": "sha512-kYrbr8e/CYr1KLrLYZZt2noNnf+pRwDq2KK9Au9jHrBMnb0/C9X9yWSXmZkFt4UIdsQknBq8uBB7fsybZdOBTA=="
+ },
+ "node_modules/@firebase/remote-config": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/@firebase/remote-config/-/remote-config-0.4.0.tgz",
+ "integrity": "sha512-sedVYE4PwN4qtXfb7EkUYe9mz7hqBP/3y3c7WRMmTuh2VRNz5C5+NYULr5zySeJq+UZd6KyaS+KUOIxmx70tTw==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/installations": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app": "0.x"
+ }
+ },
+ "node_modules/@firebase/remote-config-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/remote-config-compat/-/remote-config-compat-0.2.0.tgz",
+ "integrity": "sha512-2t+w4ngp1DPtZc04a6IjicbUGBpLb/MuFPlqpT8kHNqa/fNvA+ZFcAlEtHvzjS4o9rnTfjHgB+OJMgFP+r9OOw==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/remote-config": "0.4.0",
+ "@firebase/remote-config-types": "0.3.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app-compat": "0.x"
+ }
+ },
+ "node_modules/@firebase/remote-config-types": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@firebase/remote-config-types/-/remote-config-types-0.3.0.tgz",
+ "integrity": "sha512-RtEH4vdcbXZuZWRZbIRmQVBNsE7VDQpet2qFvq6vwKLBIQRQR5Kh58M4ok3A3US8Sr3rubYnaGqZSurCwI8uMA=="
+ },
+ "node_modules/@firebase/storage": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/@firebase/storage/-/storage-0.10.0.tgz",
+ "integrity": "sha512-2rp7+/bQ1gkUgrqDv5qHf/vlPAOKV+a/h1tnZ8D9zN0/6wc42gqFTORJUZj/A4efVnX7Ix8MWHBe4woO/2Th0w==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/util": "1.8.0",
+ "node-fetch": "2.6.7",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app": "0.x"
+ }
+ },
+ "node_modules/@firebase/storage-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/storage-compat/-/storage-compat-0.2.0.tgz",
+ "integrity": "sha512-w+7CyZyZ53YQWlTb8YOQ9YcmScgDwkvkXhpUbRWHlvlzAs06l0au42MydmHCeeTcSqvLOzpgURiVfm15ZifARg==",
+ "dependencies": {
+ "@firebase/component": "0.6.0",
+ "@firebase/storage": "0.10.0",
+ "@firebase/storage-types": "0.7.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ },
+ "peerDependencies": {
+ "@firebase/app-compat": "0.x"
+ }
+ },
+ "node_modules/@firebase/storage-types": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/@firebase/storage-types/-/storage-types-0.7.0.tgz",
+ "integrity": "sha512-n/8pYd82hc9XItV3Pa2KGpnuJ/2h/n/oTAaBberhe6GeyWQPnsmwwRK94W3GxUwBA/ZsszBAYZd7w7tTE+6XXA==",
+ "peerDependencies": {
+ "@firebase/app-types": "0.x",
+ "@firebase/util": "1.x"
+ }
+ },
+ "node_modules/@firebase/util": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/@firebase/util/-/util-1.8.0.tgz",
+ "integrity": "sha512-clK6pTTxIiLMYz4UrvDTVAs2rIaOiroAuFdX67C0JalvEwzi6Vv8li6xAGj38tkj7Qax06mosM1fQkxf2h4VTg==",
+ "dependencies": {
+ "tslib": "^2.1.0"
+ }
+ },
+ "node_modules/@firebase/webchannel-wrapper": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/@firebase/webchannel-wrapper/-/webchannel-wrapper-0.9.0.tgz",
+ "integrity": "sha512-BpiZLBWdLFw+qFel9p3Zs1jD6QmH7Ii4aTDu6+vx8ShdidChZUXqDhYJly4ZjSgQh54miXbBgBrk0S+jTIh/Qg=="
+ },
+ "node_modules/@grpc/grpc-js": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.7.3.tgz",
+ "integrity": "sha512-H9l79u4kJ2PVSxUNA08HMYAnUBLj9v6KjYQ7SQ71hOZcEXhShE/y5iQCesP8+6/Ik/7i2O0a10bPquIcYfufog==",
+ "dependencies": {
+ "@grpc/proto-loader": "^0.7.0",
+ "@types/node": ">=12.12.47"
+ },
+ "engines": {
+ "node": "^8.13.0 || >=10.10.0"
+ }
+ },
+ "node_modules/@grpc/grpc-js/node_modules/@grpc/proto-loader": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.4.tgz",
+ "integrity": "sha512-MnWjkGwqQ3W8fx94/c1CwqLsNmHHv2t0CFn+9++6+cDphC1lolpg9M2OU0iebIjK//pBNX9e94ho+gjx6vz39w==",
+ "dependencies": {
+ "@types/long": "^4.0.1",
+ "lodash.camelcase": "^4.3.0",
+ "long": "^4.0.0",
+ "protobufjs": "^7.0.0",
+ "yargs": "^16.2.0"
+ },
+ "bin": {
+ "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/@grpc/grpc-js/node_modules/cliui": {
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^7.0.0"
+ }
+ },
+ "node_modules/@grpc/grpc-js/node_modules/protobufjs": {
+ "version": "7.1.2",
+ "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.1.2.tgz",
+ "integrity": "sha512-4ZPTPkXCdel3+L81yw3dG6+Kq3umdWKh7Dc7GW/CpNk4SX3hK58iPCWeCyhVTDrbkNeKrYNZ7EojM5WDaEWTLQ==",
+ "hasInstallScript": true,
+ "dependencies": {
+ "@protobufjs/aspromise": "^1.1.2",
+ "@protobufjs/base64": "^1.1.2",
+ "@protobufjs/codegen": "^2.0.4",
+ "@protobufjs/eventemitter": "^1.1.0",
+ "@protobufjs/fetch": "^1.1.0",
+ "@protobufjs/float": "^1.0.2",
+ "@protobufjs/inquire": "^1.1.0",
+ "@protobufjs/path": "^1.1.2",
+ "@protobufjs/pool": "^1.1.0",
+ "@protobufjs/utf8": "^1.1.0",
+ "@types/node": ">=13.7.0",
+ "long": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=12.0.0"
+ }
+ },
+ "node_modules/@grpc/grpc-js/node_modules/protobufjs/node_modules/long": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/long/-/long-5.2.1.tgz",
+ "integrity": "sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A=="
+ },
+ "node_modules/@grpc/grpc-js/node_modules/yargs": {
+ "version": "16.2.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
+ "dependencies": {
+ "cliui": "^7.0.2",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.0",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^20.2.2"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@grpc/grpc-js/node_modules/yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@grpc/proto-loader": {
+ "version": "0.6.13",
+ "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.6.13.tgz",
+ "integrity": "sha512-FjxPYDRTn6Ec3V0arm1FtSpmP6V50wuph2yILpyvTKzjc76oDdoihXqM1DzOW5ubvCC8GivfCnNtfaRE8myJ7g==",
+ "dependencies": {
+ "@types/long": "^4.0.1",
+ "lodash.camelcase": "^4.3.0",
+ "long": "^4.0.0",
+ "protobufjs": "^6.11.3",
+ "yargs": "^16.2.0"
+ },
+ "bin": {
+ "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/@grpc/proto-loader/node_modules/cliui": {
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^7.0.0"
+ }
+ },
+ "node_modules/@grpc/proto-loader/node_modules/yargs": {
+ "version": "16.2.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
+ "dependencies": {
+ "cliui": "^7.0.2",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.0",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^20.2.2"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@grpc/proto-loader/node_modules/yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.8",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz",
@@ -354,11 +983,76 @@
"url": "https://opencollective.com/unts"
}
},
+ "node_modules/@protobufjs/aspromise": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
+ "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ=="
+ },
+ "node_modules/@protobufjs/base64": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
+ "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg=="
+ },
+ "node_modules/@protobufjs/codegen": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
+ "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg=="
+ },
+ "node_modules/@protobufjs/eventemitter": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
+ "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q=="
+ },
+ "node_modules/@protobufjs/fetch": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz",
+ "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==",
+ "dependencies": {
+ "@protobufjs/aspromise": "^1.1.1",
+ "@protobufjs/inquire": "^1.1.0"
+ }
+ },
+ "node_modules/@protobufjs/float": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
+ "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ=="
+ },
+ "node_modules/@protobufjs/inquire": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz",
+ "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q=="
+ },
+ "node_modules/@protobufjs/path": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
+ "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA=="
+ },
+ "node_modules/@protobufjs/pool": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
+ "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw=="
+ },
+ "node_modules/@protobufjs/utf8": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
+ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw=="
+ },
"node_modules/@rushstack/eslint-patch": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz",
"integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg=="
},
+ "node_modules/@sindresorhus/is": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
+ "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/is?sponsor=1"
+ }
+ },
"node_modules/@swc/helpers": {
"version": "0.4.14",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
@@ -367,11 +1061,51 @@
"tslib": "^2.4.0"
}
},
+ "node_modules/@szmarczak/http-timer": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
+ "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
+ "dependencies": {
+ "defer-to-connect": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@types/cacheable-request": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz",
+ "integrity": "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==",
+ "dependencies": {
+ "@types/http-cache-semantics": "*",
+ "@types/keyv": "^3.1.4",
+ "@types/node": "*",
+ "@types/responselike": "^1.0.0"
+ }
+ },
+ "node_modules/@types/http-cache-semantics": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
+ "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
+ },
"node_modules/@types/json5": {
"version": "0.0.29",
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
},
+ "node_modules/@types/keyv": {
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz",
+ "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/long": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz",
+ "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA=="
+ },
"node_modules/@types/node": {
"version": "18.11.18",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz",
@@ -400,11 +1134,28 @@
"@types/react": "*"
}
},
+ "node_modules/@types/responselike": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz",
+ "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
"node_modules/@types/scheduler": {
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
"integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
},
+ "node_modules/@types/yauzl": {
+ "version": "2.10.0",
+ "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz",
+ "integrity": "sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==",
+ "optional": true,
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
"node_modules/@typescript-eslint/parser": {
"version": "5.48.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.48.1.tgz",
@@ -707,6 +1458,7 @@
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
}
],
+ "peer": true,
"dependencies": {
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001426",
@@ -799,6 +1551,7 @@
"url": "https://tidelift.com/funding/github/npm/browserslist"
}
],
+ "peer": true,
"dependencies": {
"caniuse-lite": "^1.0.30001400",
"electron-to-chromium": "^1.4.251",
@@ -812,6 +1565,39 @@
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
},
+ "node_modules/buffer-crc32": {
+ "version": "0.2.13",
+ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
+ "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/cacheable-lookup": {
+ "version": "5.0.4",
+ "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
+ "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
+ "engines": {
+ "node": ">=10.6.0"
+ }
+ },
+ "node_modules/cacheable-request": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz",
+ "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==",
+ "dependencies": {
+ "clone-response": "^1.0.2",
+ "get-stream": "^5.1.0",
+ "http-cache-semantics": "^4.0.0",
+ "keyv": "^4.0.0",
+ "lowercase-keys": "^2.0.0",
+ "normalize-url": "^6.0.1",
+ "responselike": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/call-bind": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
@@ -925,6 +1711,17 @@
"node": ">=12"
}
},
+ "node_modules/clone-response": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz",
+ "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==",
+ "dependencies": {
+ "mimic-response": "^1.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/color": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
@@ -1097,6 +1894,31 @@
}
}
},
+ "node_modules/decompress-response": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
+ "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
+ "dependencies": {
+ "mimic-response": "^3.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/decompress-response/node_modules/mimic-response": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
+ "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/deep-equal": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.0.tgz",
@@ -1129,6 +1951,14 @@
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
},
+ "node_modules/defer-to-connect": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
+ "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
"node_modules/define-lazy-prop": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
@@ -1211,13 +2041,22 @@
"node_modules/electron-to-chromium": {
"version": "1.4.284",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz",
- "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA=="
+ "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==",
+ "peer": true
},
"node_modules/emoji-regex": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
},
+ "node_modules/end-of-stream": {
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
+ "dependencies": {
+ "once": "^1.4.0"
+ }
+ },
"node_modules/enhanced-resolve": {
"version": "5.12.0",
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz",
@@ -1791,6 +2630,25 @@
"node": ">=0.10.0"
}
},
+ "node_modules/extract-zip": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
+ "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
+ "dependencies": {
+ "debug": "^4.1.1",
+ "get-stream": "^5.1.0",
+ "yauzl": "^2.10.0"
+ },
+ "bin": {
+ "extract-zip": "cli.js"
+ },
+ "engines": {
+ "node": ">= 10.17.0"
+ },
+ "optionalDependencies": {
+ "@types/yauzl": "^2.9.1"
+ }
+ },
"node_modules/fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
@@ -1845,6 +2703,25 @@
"reusify": "^1.0.4"
}
},
+ "node_modules/faye-websocket": {
+ "version": "0.11.4",
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
+ "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
+ "dependencies": {
+ "websocket-driver": ">=0.5.1"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/fd-slicer": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
+ "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
+ "dependencies": {
+ "pend": "~1.2.0"
+ }
+ },
"node_modules/file-entry-cache": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
@@ -1882,6 +2759,39 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/firebase": {
+ "version": "9.15.0",
+ "resolved": "https://registry.npmjs.org/firebase/-/firebase-9.15.0.tgz",
+ "integrity": "sha512-Fa8qFahDY/pMYMzwPGcfpUkAS3Q55qJ0QKD+5xnXjSX/jVHsJqoXtxapmyDCfAKktiLhXIcRElW1VDVd9xGwQQ==",
+ "dependencies": {
+ "@firebase/analytics": "0.9.0",
+ "@firebase/analytics-compat": "0.2.0",
+ "@firebase/app": "0.9.0",
+ "@firebase/app-check": "0.6.0",
+ "@firebase/app-check-compat": "0.3.0",
+ "@firebase/app-compat": "0.2.0",
+ "@firebase/app-types": "0.9.0",
+ "@firebase/auth": "0.21.0",
+ "@firebase/auth-compat": "0.3.0",
+ "@firebase/database": "0.14.0",
+ "@firebase/database-compat": "0.3.0",
+ "@firebase/firestore": "3.8.0",
+ "@firebase/firestore-compat": "0.3.0",
+ "@firebase/functions": "0.9.0",
+ "@firebase/functions-compat": "0.3.0",
+ "@firebase/installations": "0.6.0",
+ "@firebase/installations-compat": "0.2.0",
+ "@firebase/messaging": "0.12.0",
+ "@firebase/messaging-compat": "0.2.0",
+ "@firebase/performance": "0.6.0",
+ "@firebase/performance-compat": "0.2.0",
+ "@firebase/remote-config": "0.4.0",
+ "@firebase/remote-config-compat": "0.2.0",
+ "@firebase/storage": "0.10.0",
+ "@firebase/storage-compat": "0.2.0",
+ "@firebase/util": "1.8.0"
+ }
+ },
"node_modules/flat-cache": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
@@ -1911,6 +2821,7 @@
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
"integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",
+ "peer": true,
"engines": {
"node": "*"
},
@@ -1988,6 +2899,20 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/get-stream": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
+ "dependencies": {
+ "pump": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/get-symbol-description": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
@@ -2109,6 +3034,30 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/got": {
+ "version": "11.8.6",
+ "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
+ "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
+ "dependencies": {
+ "@sindresorhus/is": "^4.0.0",
+ "@szmarczak/http-timer": "^4.0.5",
+ "@types/cacheable-request": "^6.0.1",
+ "@types/responselike": "^1.0.0",
+ "cacheable-lookup": "^5.0.3",
+ "cacheable-request": "^7.0.2",
+ "decompress-response": "^6.0.0",
+ "http2-wrapper": "^1.0.0-beta.5.2",
+ "lowercase-keys": "^2.0.0",
+ "p-cancelable": "^2.0.0",
+ "responselike": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10.19.0"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/got?sponsor=1"
+ }
+ },
"node_modules/graceful-fs": {
"version": "4.2.10",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
@@ -2193,6 +3142,39 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/hpagent": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/hpagent/-/hpagent-0.1.2.tgz",
+ "integrity": "sha512-ePqFXHtSQWAFXYmj+JtOTHr84iNrII4/QRlAAPPE+zqnKy4xJo7Ie1Y4kC7AdB+LxLxSTTzBMASsEcy0q8YyvQ==",
+ "optional": true
+ },
+ "node_modules/http-cache-semantics": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
+ "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ=="
+ },
+ "node_modules/http-parser-js": {
+ "version": "0.5.8",
+ "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
+ "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q=="
+ },
+ "node_modules/http2-wrapper": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz",
+ "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==",
+ "dependencies": {
+ "quick-lru": "^5.1.1",
+ "resolve-alpn": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=10.19.0"
+ }
+ },
+ "node_modules/idb": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/idb/-/idb-7.0.1.tgz",
+ "integrity": "sha512-UUxlE7vGWK5RfB/fDwEGgRf84DY/ieqNha6msMV99UsEMQhJ1RwbCd8AYBj3QMgnE3VZnfQvm4oKVCJTYlqIgg=="
+ },
"node_modules/ignore": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
@@ -2604,6 +3586,11 @@
"js-yaml": "bin/js-yaml.js"
}
},
+ "node_modules/json-buffer": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="
+ },
"node_modules/json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
@@ -2637,6 +3624,14 @@
"node": ">=4.0"
}
},
+ "node_modules/keyv": {
+ "version": "4.5.2",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.2.tgz",
+ "integrity": "sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==",
+ "dependencies": {
+ "json-buffer": "3.0.1"
+ }
+ },
"node_modules/language-subtag-registry": {
"version": "0.3.22",
"resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
@@ -2689,11 +3684,26 @@
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
+ "node_modules/lodash.camelcase": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
+ "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA=="
+ },
+ "node_modules/lodash.clonedeep": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
+ "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ=="
+ },
"node_modules/lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
},
+ "node_modules/long": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz",
+ "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
+ },
"node_modules/loose-envify": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
@@ -2705,6 +3715,14 @@
"loose-envify": "cli.js"
}
},
+ "node_modules/lowercase-keys": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz",
+ "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -2736,6 +3754,14 @@
"node": ">=8.6"
}
},
+ "node_modules/mimic-response": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
+ "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
"node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -2850,10 +3876,58 @@
"node": "^10 || ^12 || >=14"
}
},
+ "node_modules/ngrok": {
+ "version": "4.3.3",
+ "resolved": "https://registry.npmjs.org/ngrok/-/ngrok-4.3.3.tgz",
+ "integrity": "sha512-a2KApnkiG5urRxBPdDf76nNBQTnNNWXU0nXw0SsqsPI+Kmt2lGf9TdVYpYrHMnC+T9KhcNSWjCpWqBgC6QcFvw==",
+ "hasInstallScript": true,
+ "dependencies": {
+ "@types/node": "^8.10.50",
+ "extract-zip": "^2.0.1",
+ "got": "^11.8.5",
+ "lodash.clonedeep": "^4.5.0",
+ "uuid": "^7.0.0 || ^8.0.0",
+ "yaml": "^1.10.0"
+ },
+ "bin": {
+ "ngrok": "bin/ngrok"
+ },
+ "engines": {
+ "node": ">=10.19.0 <14 || >=14.2"
+ },
+ "optionalDependencies": {
+ "hpagent": "^0.1.2"
+ }
+ },
+ "node_modules/ngrok/node_modules/@types/node": {
+ "version": "8.10.66",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz",
+ "integrity": "sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw=="
+ },
+ "node_modules/node-fetch": {
+ "version": "2.6.7",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
+ "dependencies": {
+ "whatwg-url": "^5.0.0"
+ },
+ "engines": {
+ "node": "4.x || >=6.0.0"
+ },
+ "peerDependencies": {
+ "encoding": "^0.1.0"
+ },
+ "peerDependenciesMeta": {
+ "encoding": {
+ "optional": true
+ }
+ }
+ },
"node_modules/node-releases": {
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.8.tgz",
- "integrity": "sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A=="
+ "integrity": "sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A==",
+ "peer": true
},
"node_modules/normalize-path": {
"version": "3.0.0",
@@ -2867,10 +3941,22 @@
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
"integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
},
+ "node_modules/normalize-url": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
+ "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
@@ -3032,6 +4118,14 @@
"node": ">= 0.8.0"
}
},
+ "node_modules/p-cancelable": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
+ "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/p-limit": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -3108,6 +4202,11 @@
"node": ">=8"
}
},
+ "node_modules/pend": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
+ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
+ },
"node_modules/picocolors": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
@@ -3270,6 +4369,40 @@
"react-is": "^16.13.1"
}
},
+ "node_modules/protobufjs": {
+ "version": "6.11.3",
+ "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz",
+ "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==",
+ "hasInstallScript": true,
+ "dependencies": {
+ "@protobufjs/aspromise": "^1.1.2",
+ "@protobufjs/base64": "^1.1.2",
+ "@protobufjs/codegen": "^2.0.4",
+ "@protobufjs/eventemitter": "^1.1.0",
+ "@protobufjs/fetch": "^1.1.0",
+ "@protobufjs/float": "^1.0.2",
+ "@protobufjs/inquire": "^1.1.0",
+ "@protobufjs/path": "^1.1.2",
+ "@protobufjs/pool": "^1.1.0",
+ "@protobufjs/utf8": "^1.1.0",
+ "@types/long": "^4.0.1",
+ "@types/node": ">=13.7.0",
+ "long": "^4.0.0"
+ },
+ "bin": {
+ "pbjs": "bin/pbjs",
+ "pbts": "bin/pbts"
+ }
+ },
+ "node_modules/pump": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
+ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+ "dependencies": {
+ "end-of-stream": "^1.1.0",
+ "once": "^1.3.1"
+ }
+ },
"node_modules/punycode": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.2.0.tgz",
@@ -3331,6 +4464,14 @@
"react": "^18.2.0"
}
},
+ "node_modules/react-icons": {
+ "version": "4.7.1",
+ "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz",
+ "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==",
+ "peerDependencies": {
+ "react": "*"
+ }
+ },
"node_modules/react-is": {
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
@@ -3411,6 +4552,11 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/resolve-alpn": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
+ "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g=="
+ },
"node_modules/resolve-from": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
@@ -3419,6 +4565,17 @@
"node": ">=4"
}
},
+ "node_modules/responselike": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz",
+ "integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==",
+ "dependencies": {
+ "lowercase-keys": "^2.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/reusify": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
@@ -3472,6 +4629,25 @@
"tslib": "^2.1.0"
}
},
+ "node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
"node_modules/safe-regex-test": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
@@ -3811,6 +4987,11 @@
"node": ">=8.0"
}
},
+ "node_modules/tr46": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
+ },
"node_modules/tree-kill": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
@@ -3929,6 +5110,7 @@
"url": "https://tidelift.com/funding/github/npm/browserslist"
}
],
+ "peer": true,
"dependencies": {
"escalade": "^3.1.1",
"picocolors": "^1.0.0"
@@ -3953,6 +5135,49 @@
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
},
+ "node_modules/uuid": {
+ "version": "8.3.2",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
+ "bin": {
+ "uuid": "dist/bin/uuid"
+ }
+ },
+ "node_modules/webidl-conversions": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
+ },
+ "node_modules/websocket-driver": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
+ "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
+ "dependencies": {
+ "http-parser-js": ">=0.5.1",
+ "safe-buffer": ">=5.1.0",
+ "websocket-extensions": ">=0.1.1"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/websocket-extensions": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
+ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/whatwg-url": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
+ "dependencies": {
+ "tr46": "~0.0.3",
+ "webidl-conversions": "^3.0.0"
+ }
+ },
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
@@ -4060,79 +5285,614 @@
"node": ">=10"
}
},
- "node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
- },
- "node_modules/yaml": {
- "version": "1.10.2",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
- "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
- "engines": {
- "node": ">= 6"
+ "node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "node_modules/yaml": {
+ "version": "1.10.2",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/yargs": {
+ "version": "17.6.2",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz",
+ "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==",
+ "dependencies": {
+ "cliui": "^8.0.1",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.3",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^21.1.1"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/yargs-parser": {
+ "version": "21.1.1",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/yauzl": {
+ "version": "2.10.0",
+ "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
+ "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
+ "dependencies": {
+ "buffer-crc32": "~0.2.3",
+ "fd-slicer": "~1.1.0"
+ }
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ }
+ },
+ "dependencies": {
+ "@babel/runtime": {
+ "version": "7.20.7",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.7.tgz",
+ "integrity": "sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==",
+ "requires": {
+ "regenerator-runtime": "^0.13.11"
+ }
+ },
+ "@eslint/eslintrc": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz",
+ "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==",
+ "requires": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.4.0",
+ "globals": "^13.19.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
+ }
+ },
+ "@firebase/analytics": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/@firebase/analytics/-/analytics-0.9.0.tgz",
+ "integrity": "sha512-cE6JAvaGDVhn3B09VuQ5pATLCtmQg3AUSDuCmMNzWlP7+12LBarV1JcGWKIi7YQK2ks3B73wRsawi08XKwsolQ==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/installations": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/analytics-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/analytics-compat/-/analytics-compat-0.2.0.tgz",
+ "integrity": "sha512-brk8IN4ErWiZoB/UdJ0mWZhQOKt90ztv4MUwQjhuYJ4iwnVMz0Mzj9+tplU1hVpSZXdfbKQFfRN9kp/3sTiyWw==",
+ "requires": {
+ "@firebase/analytics": "0.9.0",
+ "@firebase/analytics-types": "0.8.0",
+ "@firebase/component": "0.6.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/analytics-types": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/@firebase/analytics-types/-/analytics-types-0.8.0.tgz",
+ "integrity": "sha512-iRP+QKI2+oz3UAh4nPEq14CsEjrjD6a5+fuypjScisAh9kXKFvdJOZJDwk7kikLvWVLGEs9+kIUS4LPQV7VZVw=="
+ },
+ "@firebase/app": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.9.0.tgz",
+ "integrity": "sha512-sa15stSK6FoGW4mCeAVDt0TvBFxPjvNcG2rhacGudOzMaW3g2TS326zXTFG+p5jnTCPZ2SO5TTSiGHn1NNcD9Q==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "idb": "7.0.1",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/app-check": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app-check/-/app-check-0.6.0.tgz",
+ "integrity": "sha512-DevuiUQujsG18NQ1fQ1g2X+75Vp1YfSxPsw363/HE2+ABmCWHf4ByPmxEf16y4PVcqJ2MZqYv8kXZYxzRJCS4g==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/app-check-compat": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app-check-compat/-/app-check-compat-0.3.0.tgz",
+ "integrity": "sha512-CJFHWGMvWRkkvLPTvWdLrEYnfH7WS9zFLsWctSzRjQnzg6dQUTs5FDyg9RN7BIWoaSr9q7FTxkRnsOgardDPLA==",
+ "requires": {
+ "@firebase/app-check": "0.6.0",
+ "@firebase/app-check-types": "0.5.0",
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/app-check-interop-types": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app-check-interop-types/-/app-check-interop-types-0.2.0.tgz",
+ "integrity": "sha512-+3PQIeX6/eiVK+x/yg8r6xTNR97fN7MahFDm+jiQmDjcyvSefoGuTTNQuuMScGyx3vYUBeZn+Cp9kC0yY/9uxQ=="
+ },
+ "@firebase/app-check-types": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app-check-types/-/app-check-types-0.5.0.tgz",
+ "integrity": "sha512-uwSUj32Mlubybw7tedRzR24RP8M8JUVR3NPiMk3/Z4bCmgEKTlQBwMXrehDAZ2wF+TsBq0SN1c6ema71U/JPyQ=="
+ },
+ "@firebase/app-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app-compat/-/app-compat-0.2.0.tgz",
+ "integrity": "sha512-Y8Cpuheai61jCdVflt437I94n8cdRbXY0e1dQMmTWHCShJUfWwpa5y2ZMnxClWnorXy9hC/3yNZMVlu79f1zGA==",
+ "requires": {
+ "@firebase/app": "0.9.0",
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/app-types": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.9.0.tgz",
+ "integrity": "sha512-AeweANOIo0Mb8GiYm3xhTEBVCmPwTYAu9Hcd2qSkLuga/6+j9b1Jskl5bpiSQWy9eJ/j5pavxj6eYogmnuzm+Q=="
+ },
+ "@firebase/auth": {
+ "version": "0.21.0",
+ "resolved": "https://registry.npmjs.org/@firebase/auth/-/auth-0.21.0.tgz",
+ "integrity": "sha512-kXOQl/hyLuGKxs0r2icLsDmAyeO0uM4zV9Q+fx6VE8Ncl94TBUc/n895GSrF3RkNHdiq/DZxV/PUCZ/ozPQNKw==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "node-fetch": "2.6.7",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/auth-compat": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@firebase/auth-compat/-/auth-compat-0.3.0.tgz",
+ "integrity": "sha512-tcofcrQKBOo5Wrz59onWtZDJfVW09auvG/XRh7lZ4yfEWdGerTJXmEdQU6j3E8AnJ3X91BYltNYhh0ZJOoCJqQ==",
+ "requires": {
+ "@firebase/auth": "0.21.0",
+ "@firebase/auth-types": "0.12.0",
+ "@firebase/component": "0.6.0",
+ "@firebase/util": "1.8.0",
+ "node-fetch": "2.6.7",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/auth-interop-types": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.2.0.tgz",
+ "integrity": "sha512-7Mt2qzwvu5X3Qxz24gjj0qITrBsMmy1W4vGBP8TZRuQrjA4OTlGVCTG8ysvweZ3xpdl1XGhBsIjo2KjfOPg0xA==",
+ "requires": {}
+ },
+ "@firebase/auth-types": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/@firebase/auth-types/-/auth-types-0.12.0.tgz",
+ "integrity": "sha512-pPwaZt+SPOshK8xNoiQlK5XIrS97kFYc3Rc7xmy373QsOJ9MmqXxLaYssP5Kcds4wd2qK//amx/c+A8O2fVeZA==",
+ "requires": {}
+ },
+ "@firebase/component": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.6.0.tgz",
+ "integrity": "sha512-9hyNc4OmrXMtthDJq6zyJHll/UIYBWYmMG3rXty2eMeWxHWB0vlsq3AOI+k14PL15aSBAQolv0EZJWVJv/gCEg==",
+ "requires": {
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/database": {
+ "version": "0.14.0",
+ "resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.14.0.tgz",
+ "integrity": "sha512-SM5eri3eGuPjQdXBRObqKTsgmkRwrSGsbgtD43EpGzU+lIeBVLqwRzfcFialYrWzFFI5V7hWXdS2oJxAkfnBFw==",
+ "requires": {
+ "@firebase/auth-interop-types": "0.2.0",
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "faye-websocket": "0.11.4",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/database-compat": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@firebase/database-compat/-/database-compat-0.3.0.tgz",
+ "integrity": "sha512-5kzhXdACd+RX/G8k/DKYAuiMYHDHIZ9WFV/ccVoPsC+bxIQEgPilDEtkljY5ZxiKbUj+PEOSYUfYdV/LQMJatQ==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/database": "0.14.0",
+ "@firebase/database-types": "0.10.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/database-types": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.10.0.tgz",
+ "integrity": "sha512-jZHI1fY1tm+8heLR4sbgJHtSYI2kTlSp4QTXWALwdT+dfST5OlZYsZeb+hGWeqjHEElzUnkLbw8XuZSy9Uy6rA==",
+ "requires": {
+ "@firebase/app-types": "0.9.0",
+ "@firebase/util": "1.8.0"
+ }
+ },
+ "@firebase/firestore": {
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-3.8.0.tgz",
+ "integrity": "sha512-aKwfZ73FmOV8e/dN0anDtrq6+1IhX4zmjxUcXcgaypZ14q6bq0QpUdlRxjsfiUQ5m3H3MwWWIFOcT5Xa89sIkw==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "@firebase/webchannel-wrapper": "0.9.0",
+ "@grpc/grpc-js": "~1.7.0",
+ "@grpc/proto-loader": "^0.6.13",
+ "node-fetch": "2.6.7",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/firestore-compat": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@firebase/firestore-compat/-/firestore-compat-0.3.0.tgz",
+ "integrity": "sha512-ckU4mkziDnsFKxgYv+OAJHPuNpti2RjyoeIAqz3EqRHAsYFC70U5w4aXC2Sbu2jJp3Ba2BoD7MV/4Qb2A7CJtw==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/firestore": "3.8.0",
+ "@firebase/firestore-types": "2.5.1",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/firestore-types": {
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/@firebase/firestore-types/-/firestore-types-2.5.1.tgz",
+ "integrity": "sha512-xG0CA6EMfYo8YeUxC8FeDzf6W3FX1cLlcAGBYV6Cku12sZRI81oWcu61RSKM66K6kUENP+78Qm8mvroBcm1whw==",
+ "requires": {}
+ },
+ "@firebase/functions": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/@firebase/functions/-/functions-0.9.0.tgz",
+ "integrity": "sha512-na/+7uc9ViQVBadEsCVjBnbZsfUCMyS/x6SID1Nz4Z5nkhuxrls9Jcv7jc28tMqHR0VpoGq8W6oLProyjT8JPg==",
+ "requires": {
+ "@firebase/app-check-interop-types": "0.2.0",
+ "@firebase/auth-interop-types": "0.2.0",
+ "@firebase/component": "0.6.0",
+ "@firebase/messaging-interop-types": "0.2.0",
+ "@firebase/util": "1.8.0",
+ "node-fetch": "2.6.7",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/functions-compat": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@firebase/functions-compat/-/functions-compat-0.3.0.tgz",
+ "integrity": "sha512-xOEdqOVeHXJ2ZjDbTntNGLl1lgW9umx73bWXJn9h68bSD4f9ldIVoz+h15s8i/e1pJOO/LlEp2BMvoA35U1P/Q==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/functions": "0.9.0",
+ "@firebase/functions-types": "0.6.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/functions-types": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@firebase/functions-types/-/functions-types-0.6.0.tgz",
+ "integrity": "sha512-hfEw5VJtgWXIRf92ImLkgENqpL6IWpYaXVYiRkFY1jJ9+6tIhWM7IzzwbevwIIud/jaxKVdRzD7QBWfPmkwCYw=="
+ },
+ "@firebase/installations": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.6.0.tgz",
+ "integrity": "sha512-Aks56ThZs1MsM0qJzJxhdeXak+Ob3tjd3JSY2poJptreLWsIOSBCxYO7Ev4yZ7DE7twMdZ0x70NhQ1ceXfdy0w==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/util": "1.8.0",
+ "idb": "7.0.1",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/installations-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/installations-compat/-/installations-compat-0.2.0.tgz",
+ "integrity": "sha512-EqCU8C9XPQN6npfTCW+6agzQ0yPLvbSCY5WROdnU1ZJfOsGFrMMVMRk42XBzah1dHBoSQYggVaixEzJUOH7zbQ==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/installations": "0.6.0",
+ "@firebase/installations-types": "0.5.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/installations-types": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/@firebase/installations-types/-/installations-types-0.5.0.tgz",
+ "integrity": "sha512-9DP+RGfzoI2jH7gY4SlzqvZ+hr7gYzPODrbzVD82Y12kScZ6ZpRg/i3j6rleto8vTFC8n6Len4560FnV1w2IRg==",
+ "requires": {}
+ },
+ "@firebase/logger": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/@firebase/logger/-/logger-0.4.0.tgz",
+ "integrity": "sha512-eRKSeykumZ5+cJPdxxJRgAC3G5NknY2GwEbKfymdnXtnT0Ucm4pspfR6GT4MUQEDuJwRVbVcSx85kgJulMoFFA==",
+ "requires": {
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/messaging": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/@firebase/messaging/-/messaging-0.12.0.tgz",
+ "integrity": "sha512-M+LWaBH392SLF7/wAH5byJrP5f1MpromUG02NIr0sbgJ6Ot2nc+qDrDGjKF4qLXFqYzhNRlhskCCdf0ClgDM0A==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/installations": "0.6.0",
+ "@firebase/messaging-interop-types": "0.2.0",
+ "@firebase/util": "1.8.0",
+ "idb": "7.0.1",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/messaging-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/messaging-compat/-/messaging-compat-0.2.0.tgz",
+ "integrity": "sha512-Qk9W9lVmTO67bR5jCaQ9HqS9MipkCuPGKCcO5JnnDd/p+Y2beWzScYxwzYGh9pEga3qzDAMSCB1PYoNgNTMzew==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/messaging": "0.12.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/messaging-interop-types": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/messaging-interop-types/-/messaging-interop-types-0.2.0.tgz",
+ "integrity": "sha512-ujA8dcRuVeBixGR9CtegfpU4YmZf3Lt7QYkcj693FFannwNuZgfAYaTmbJ40dtjB81SAu6tbFPL9YLNT15KmOQ=="
+ },
+ "@firebase/performance": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@firebase/performance/-/performance-0.6.0.tgz",
+ "integrity": "sha512-mmCQ/8F0hQZ+J+JBvfQPlPAgKIRZccYW6N9321NbX8swd7EQP3dsW905RBmdXRsbjBpBqhn20zcQU6TDOKRwYA==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/installations": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/performance-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/performance-compat/-/performance-compat-0.2.0.tgz",
+ "integrity": "sha512-iO0fspVpiVOGxR08Y51nXoSMPH/bdRkRVQXYo4wuDDfQoZ5WZ0DXQuE0kXy3/T9QgqXdr8tSU0P0nil/jvnOcg==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/performance": "0.6.0",
+ "@firebase/performance-types": "0.2.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/performance-types": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/performance-types/-/performance-types-0.2.0.tgz",
+ "integrity": "sha512-kYrbr8e/CYr1KLrLYZZt2noNnf+pRwDq2KK9Au9jHrBMnb0/C9X9yWSXmZkFt4UIdsQknBq8uBB7fsybZdOBTA=="
+ },
+ "@firebase/remote-config": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/@firebase/remote-config/-/remote-config-0.4.0.tgz",
+ "integrity": "sha512-sedVYE4PwN4qtXfb7EkUYe9mz7hqBP/3y3c7WRMmTuh2VRNz5C5+NYULr5zySeJq+UZd6KyaS+KUOIxmx70tTw==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/installations": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
+ }
+ },
+ "@firebase/remote-config-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/remote-config-compat/-/remote-config-compat-0.2.0.tgz",
+ "integrity": "sha512-2t+w4ngp1DPtZc04a6IjicbUGBpLb/MuFPlqpT8kHNqa/fNvA+ZFcAlEtHvzjS4o9rnTfjHgB+OJMgFP+r9OOw==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/logger": "0.4.0",
+ "@firebase/remote-config": "0.4.0",
+ "@firebase/remote-config-types": "0.3.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
}
},
- "node_modules/yargs": {
- "version": "17.6.2",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz",
- "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==",
- "dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
- },
- "engines": {
- "node": ">=12"
+ "@firebase/remote-config-types": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@firebase/remote-config-types/-/remote-config-types-0.3.0.tgz",
+ "integrity": "sha512-RtEH4vdcbXZuZWRZbIRmQVBNsE7VDQpet2qFvq6vwKLBIQRQR5Kh58M4ok3A3US8Sr3rubYnaGqZSurCwI8uMA=="
+ },
+ "@firebase/storage": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/@firebase/storage/-/storage-0.10.0.tgz",
+ "integrity": "sha512-2rp7+/bQ1gkUgrqDv5qHf/vlPAOKV+a/h1tnZ8D9zN0/6wc42gqFTORJUZj/A4efVnX7Ix8MWHBe4woO/2Th0w==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/util": "1.8.0",
+ "node-fetch": "2.6.7",
+ "tslib": "^2.1.0"
}
},
- "node_modules/yargs-parser": {
- "version": "21.1.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
- "engines": {
- "node": ">=12"
+ "@firebase/storage-compat": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@firebase/storage-compat/-/storage-compat-0.2.0.tgz",
+ "integrity": "sha512-w+7CyZyZ53YQWlTb8YOQ9YcmScgDwkvkXhpUbRWHlvlzAs06l0au42MydmHCeeTcSqvLOzpgURiVfm15ZifARg==",
+ "requires": {
+ "@firebase/component": "0.6.0",
+ "@firebase/storage": "0.10.0",
+ "@firebase/storage-types": "0.7.0",
+ "@firebase/util": "1.8.0",
+ "tslib": "^2.1.0"
}
},
- "node_modules/yocto-queue": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "@firebase/storage-types": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/@firebase/storage-types/-/storage-types-0.7.0.tgz",
+ "integrity": "sha512-n/8pYd82hc9XItV3Pa2KGpnuJ/2h/n/oTAaBberhe6GeyWQPnsmwwRK94W3GxUwBA/ZsszBAYZd7w7tTE+6XXA==",
+ "requires": {}
+ },
+ "@firebase/util": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/@firebase/util/-/util-1.8.0.tgz",
+ "integrity": "sha512-clK6pTTxIiLMYz4UrvDTVAs2rIaOiroAuFdX67C0JalvEwzi6Vv8li6xAGj38tkj7Qax06mosM1fQkxf2h4VTg==",
+ "requires": {
+ "tslib": "^2.1.0"
}
- }
- },
- "dependencies": {
- "@babel/runtime": {
- "version": "7.20.7",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.7.tgz",
- "integrity": "sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==",
+ },
+ "@firebase/webchannel-wrapper": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/@firebase/webchannel-wrapper/-/webchannel-wrapper-0.9.0.tgz",
+ "integrity": "sha512-BpiZLBWdLFw+qFel9p3Zs1jD6QmH7Ii4aTDu6+vx8ShdidChZUXqDhYJly4ZjSgQh54miXbBgBrk0S+jTIh/Qg=="
+ },
+ "@grpc/grpc-js": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.7.3.tgz",
+ "integrity": "sha512-H9l79u4kJ2PVSxUNA08HMYAnUBLj9v6KjYQ7SQ71hOZcEXhShE/y5iQCesP8+6/Ik/7i2O0a10bPquIcYfufog==",
"requires": {
- "regenerator-runtime": "^0.13.11"
+ "@grpc/proto-loader": "^0.7.0",
+ "@types/node": ">=12.12.47"
+ },
+ "dependencies": {
+ "@grpc/proto-loader": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.4.tgz",
+ "integrity": "sha512-MnWjkGwqQ3W8fx94/c1CwqLsNmHHv2t0CFn+9++6+cDphC1lolpg9M2OU0iebIjK//pBNX9e94ho+gjx6vz39w==",
+ "requires": {
+ "@types/long": "^4.0.1",
+ "lodash.camelcase": "^4.3.0",
+ "long": "^4.0.0",
+ "protobufjs": "^7.0.0",
+ "yargs": "^16.2.0"
+ }
+ },
+ "cliui": {
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
+ "requires": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^7.0.0"
+ }
+ },
+ "protobufjs": {
+ "version": "7.1.2",
+ "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.1.2.tgz",
+ "integrity": "sha512-4ZPTPkXCdel3+L81yw3dG6+Kq3umdWKh7Dc7GW/CpNk4SX3hK58iPCWeCyhVTDrbkNeKrYNZ7EojM5WDaEWTLQ==",
+ "requires": {
+ "@protobufjs/aspromise": "^1.1.2",
+ "@protobufjs/base64": "^1.1.2",
+ "@protobufjs/codegen": "^2.0.4",
+ "@protobufjs/eventemitter": "^1.1.0",
+ "@protobufjs/fetch": "^1.1.0",
+ "@protobufjs/float": "^1.0.2",
+ "@protobufjs/inquire": "^1.1.0",
+ "@protobufjs/path": "^1.1.2",
+ "@protobufjs/pool": "^1.1.0",
+ "@protobufjs/utf8": "^1.1.0",
+ "@types/node": ">=13.7.0",
+ "long": "^5.0.0"
+ },
+ "dependencies": {
+ "long": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/long/-/long-5.2.1.tgz",
+ "integrity": "sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A=="
+ }
+ }
+ },
+ "yargs": {
+ "version": "16.2.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
+ "requires": {
+ "cliui": "^7.0.2",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.0",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^20.2.2"
+ }
+ },
+ "yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="
+ }
}
},
- "@eslint/eslintrc": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz",
- "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==",
+ "@grpc/proto-loader": {
+ "version": "0.6.13",
+ "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.6.13.tgz",
+ "integrity": "sha512-FjxPYDRTn6Ec3V0arm1FtSpmP6V50wuph2yILpyvTKzjc76oDdoihXqM1DzOW5ubvCC8GivfCnNtfaRE8myJ7g==",
"requires": {
- "ajv": "^6.12.4",
- "debug": "^4.3.2",
- "espree": "^9.4.0",
- "globals": "^13.19.0",
- "ignore": "^5.2.0",
- "import-fresh": "^3.2.1",
- "js-yaml": "^4.1.0",
- "minimatch": "^3.1.2",
- "strip-json-comments": "^3.1.1"
+ "@types/long": "^4.0.1",
+ "lodash.camelcase": "^4.3.0",
+ "long": "^4.0.0",
+ "protobufjs": "^6.11.3",
+ "yargs": "^16.2.0"
+ },
+ "dependencies": {
+ "cliui": {
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
+ "requires": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^7.0.0"
+ }
+ },
+ "yargs": {
+ "version": "16.2.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
+ "requires": {
+ "cliui": "^7.0.2",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.0",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^20.2.2"
+ }
+ },
+ "yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="
+ }
}
},
"@humanwhocodes/config-array": {
@@ -4287,11 +6047,70 @@
"tslib": "^2.4.0"
}
},
+ "@protobufjs/aspromise": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
+ "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ=="
+ },
+ "@protobufjs/base64": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
+ "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg=="
+ },
+ "@protobufjs/codegen": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
+ "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg=="
+ },
+ "@protobufjs/eventemitter": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
+ "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q=="
+ },
+ "@protobufjs/fetch": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz",
+ "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==",
+ "requires": {
+ "@protobufjs/aspromise": "^1.1.1",
+ "@protobufjs/inquire": "^1.1.0"
+ }
+ },
+ "@protobufjs/float": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
+ "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ=="
+ },
+ "@protobufjs/inquire": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz",
+ "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q=="
+ },
+ "@protobufjs/path": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
+ "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA=="
+ },
+ "@protobufjs/pool": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
+ "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw=="
+ },
+ "@protobufjs/utf8": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
+ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw=="
+ },
"@rushstack/eslint-patch": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz",
"integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg=="
},
+ "@sindresorhus/is": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
+ "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw=="
+ },
"@swc/helpers": {
"version": "0.4.14",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
@@ -4300,11 +6119,48 @@
"tslib": "^2.4.0"
}
},
+ "@szmarczak/http-timer": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
+ "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
+ "requires": {
+ "defer-to-connect": "^2.0.0"
+ }
+ },
+ "@types/cacheable-request": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz",
+ "integrity": "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==",
+ "requires": {
+ "@types/http-cache-semantics": "*",
+ "@types/keyv": "^3.1.4",
+ "@types/node": "*",
+ "@types/responselike": "^1.0.0"
+ }
+ },
+ "@types/http-cache-semantics": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
+ "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
+ },
"@types/json5": {
"version": "0.0.29",
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
},
+ "@types/keyv": {
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz",
+ "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==",
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/long": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz",
+ "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA=="
+ },
"@types/node": {
"version": "18.11.18",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz",
@@ -4333,11 +6189,28 @@
"@types/react": "*"
}
},
+ "@types/responselike": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz",
+ "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==",
+ "requires": {
+ "@types/node": "*"
+ }
+ },
"@types/scheduler": {
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
"integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
},
+ "@types/yauzl": {
+ "version": "2.10.0",
+ "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz",
+ "integrity": "sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==",
+ "optional": true,
+ "requires": {
+ "@types/node": "*"
+ }
+ },
"@typescript-eslint/parser": {
"version": "5.48.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.48.1.tgz",
@@ -4530,6 +6403,7 @@
"version": "10.4.13",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz",
"integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==",
+ "peer": true,
"requires": {
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001426",
@@ -4588,6 +6462,7 @@
"version": "4.21.4",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz",
"integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==",
+ "peer": true,
"requires": {
"caniuse-lite": "^1.0.30001400",
"electron-to-chromium": "^1.4.251",
@@ -4595,6 +6470,30 @@
"update-browserslist-db": "^1.0.9"
}
},
+ "buffer-crc32": {
+ "version": "0.2.13",
+ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
+ "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ=="
+ },
+ "cacheable-lookup": {
+ "version": "5.0.4",
+ "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
+ "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA=="
+ },
+ "cacheable-request": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz",
+ "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==",
+ "requires": {
+ "clone-response": "^1.0.2",
+ "get-stream": "^5.1.0",
+ "http-cache-semantics": "^4.0.0",
+ "keyv": "^4.0.0",
+ "lowercase-keys": "^2.0.0",
+ "normalize-url": "^6.0.1",
+ "responselike": "^2.0.0"
+ }
+ },
"call-bind": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
@@ -4668,6 +6567,14 @@
"wrap-ansi": "^7.0.0"
}
},
+ "clone-response": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz",
+ "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==",
+ "requires": {
+ "mimic-response": "^1.0.0"
+ }
+ },
"color": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
@@ -4788,6 +6695,21 @@
"ms": "2.1.2"
}
},
+ "decompress-response": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
+ "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
+ "requires": {
+ "mimic-response": "^3.1.0"
+ },
+ "dependencies": {
+ "mimic-response": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
+ "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ=="
+ }
+ }
+ },
"deep-equal": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.0.tgz",
@@ -4817,6 +6739,11 @@
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
},
+ "defer-to-connect": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
+ "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg=="
+ },
"define-lazy-prop": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
@@ -4875,13 +6802,22 @@
"electron-to-chromium": {
"version": "1.4.284",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz",
- "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA=="
+ "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==",
+ "peer": true
},
"emoji-regex": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
},
+ "end-of-stream": {
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
+ "requires": {
+ "once": "^1.4.0"
+ }
+ },
"enhanced-resolve": {
"version": "5.12.0",
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz",
@@ -5311,6 +7247,17 @@
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
},
+ "extract-zip": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
+ "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
+ "requires": {
+ "@types/yauzl": "^2.9.1",
+ "debug": "^4.1.1",
+ "get-stream": "^5.1.0",
+ "yauzl": "^2.10.0"
+ }
+ },
"fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
@@ -5361,6 +7308,22 @@
"reusify": "^1.0.4"
}
},
+ "faye-websocket": {
+ "version": "0.11.4",
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
+ "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
+ "requires": {
+ "websocket-driver": ">=0.5.1"
+ }
+ },
+ "fd-slicer": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
+ "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
+ "requires": {
+ "pend": "~1.2.0"
+ }
+ },
"file-entry-cache": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
@@ -5386,6 +7349,39 @@
"path-exists": "^4.0.0"
}
},
+ "firebase": {
+ "version": "9.15.0",
+ "resolved": "https://registry.npmjs.org/firebase/-/firebase-9.15.0.tgz",
+ "integrity": "sha512-Fa8qFahDY/pMYMzwPGcfpUkAS3Q55qJ0QKD+5xnXjSX/jVHsJqoXtxapmyDCfAKktiLhXIcRElW1VDVd9xGwQQ==",
+ "requires": {
+ "@firebase/analytics": "0.9.0",
+ "@firebase/analytics-compat": "0.2.0",
+ "@firebase/app": "0.9.0",
+ "@firebase/app-check": "0.6.0",
+ "@firebase/app-check-compat": "0.3.0",
+ "@firebase/app-compat": "0.2.0",
+ "@firebase/app-types": "0.9.0",
+ "@firebase/auth": "0.21.0",
+ "@firebase/auth-compat": "0.3.0",
+ "@firebase/database": "0.14.0",
+ "@firebase/database-compat": "0.3.0",
+ "@firebase/firestore": "3.8.0",
+ "@firebase/firestore-compat": "0.3.0",
+ "@firebase/functions": "0.9.0",
+ "@firebase/functions-compat": "0.3.0",
+ "@firebase/installations": "0.6.0",
+ "@firebase/installations-compat": "0.2.0",
+ "@firebase/messaging": "0.12.0",
+ "@firebase/messaging-compat": "0.2.0",
+ "@firebase/performance": "0.6.0",
+ "@firebase/performance-compat": "0.2.0",
+ "@firebase/remote-config": "0.4.0",
+ "@firebase/remote-config-compat": "0.2.0",
+ "@firebase/storage": "0.10.0",
+ "@firebase/storage-compat": "0.2.0",
+ "@firebase/util": "1.8.0"
+ }
+ },
"flat-cache": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
@@ -5411,7 +7407,8 @@
"fraction.js": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
- "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA=="
+ "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",
+ "peer": true
},
"fs.realpath": {
"version": "1.0.0",
@@ -5460,6 +7457,14 @@
"has-symbols": "^1.0.3"
}
},
+ "get-stream": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
+ "requires": {
+ "pump": "^3.0.0"
+ }
+ },
"get-symbol-description": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
@@ -5542,6 +7547,24 @@
"get-intrinsic": "^1.1.3"
}
},
+ "got": {
+ "version": "11.8.6",
+ "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
+ "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
+ "requires": {
+ "@sindresorhus/is": "^4.0.0",
+ "@szmarczak/http-timer": "^4.0.5",
+ "@types/cacheable-request": "^6.0.1",
+ "@types/responselike": "^1.0.0",
+ "cacheable-lookup": "^5.0.3",
+ "cacheable-request": "^7.0.2",
+ "decompress-response": "^6.0.0",
+ "http2-wrapper": "^1.0.0-beta.5.2",
+ "lowercase-keys": "^2.0.0",
+ "p-cancelable": "^2.0.0",
+ "responselike": "^2.0.0"
+ }
+ },
"graceful-fs": {
"version": "4.2.10",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
@@ -5596,6 +7619,36 @@
"has-symbols": "^1.0.2"
}
},
+ "hpagent": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/hpagent/-/hpagent-0.1.2.tgz",
+ "integrity": "sha512-ePqFXHtSQWAFXYmj+JtOTHr84iNrII4/QRlAAPPE+zqnKy4xJo7Ie1Y4kC7AdB+LxLxSTTzBMASsEcy0q8YyvQ==",
+ "optional": true
+ },
+ "http-cache-semantics": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
+ "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ=="
+ },
+ "http-parser-js": {
+ "version": "0.5.8",
+ "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
+ "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q=="
+ },
+ "http2-wrapper": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz",
+ "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==",
+ "requires": {
+ "quick-lru": "^5.1.1",
+ "resolve-alpn": "^1.0.0"
+ }
+ },
+ "idb": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/idb/-/idb-7.0.1.tgz",
+ "integrity": "sha512-UUxlE7vGWK5RfB/fDwEGgRf84DY/ieqNha6msMV99UsEMQhJ1RwbCd8AYBj3QMgnE3VZnfQvm4oKVCJTYlqIgg=="
+ },
"ignore": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
@@ -5868,6 +7921,11 @@
"argparse": "^2.0.1"
}
},
+ "json-buffer": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="
+ },
"json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
@@ -5895,6 +7953,14 @@
"object.assign": "^4.1.3"
}
},
+ "keyv": {
+ "version": "4.5.2",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.2.tgz",
+ "integrity": "sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==",
+ "requires": {
+ "json-buffer": "3.0.1"
+ }
+ },
"language-subtag-registry": {
"version": "0.3.22",
"resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
@@ -5935,11 +8001,26 @@
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
+ "lodash.camelcase": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
+ "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA=="
+ },
+ "lodash.clonedeep": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
+ "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ=="
+ },
"lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
},
+ "long": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz",
+ "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
+ },
"loose-envify": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
@@ -5948,6 +8029,11 @@
"js-tokens": "^3.0.0 || ^4.0.0"
}
},
+ "lowercase-keys": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz",
+ "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA=="
+ },
"lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -5970,6 +8056,11 @@
"picomatch": "^2.3.1"
}
},
+ "mimic-response": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
+ "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ=="
+ },
"minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -6035,10 +8126,40 @@
}
}
},
+ "ngrok": {
+ "version": "4.3.3",
+ "resolved": "https://registry.npmjs.org/ngrok/-/ngrok-4.3.3.tgz",
+ "integrity": "sha512-a2KApnkiG5urRxBPdDf76nNBQTnNNWXU0nXw0SsqsPI+Kmt2lGf9TdVYpYrHMnC+T9KhcNSWjCpWqBgC6QcFvw==",
+ "requires": {
+ "@types/node": "^8.10.50",
+ "extract-zip": "^2.0.1",
+ "got": "^11.8.5",
+ "hpagent": "^0.1.2",
+ "lodash.clonedeep": "^4.5.0",
+ "uuid": "^7.0.0 || ^8.0.0",
+ "yaml": "^1.10.0"
+ },
+ "dependencies": {
+ "@types/node": {
+ "version": "8.10.66",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz",
+ "integrity": "sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw=="
+ }
+ }
+ },
+ "node-fetch": {
+ "version": "2.6.7",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
+ "requires": {
+ "whatwg-url": "^5.0.0"
+ }
+ },
"node-releases": {
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.8.tgz",
- "integrity": "sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A=="
+ "integrity": "sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A==",
+ "peer": true
},
"normalize-path": {
"version": "3.0.0",
@@ -6048,7 +8169,13 @@
"normalize-range": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
- "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA=="
+ "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
+ "peer": true
+ },
+ "normalize-url": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
+ "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A=="
},
"object-assign": {
"version": "4.1.1",
@@ -6160,6 +8287,11 @@
"word-wrap": "^1.2.3"
}
},
+ "p-cancelable": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
+ "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg=="
+ },
"p-limit": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -6209,6 +8341,11 @@
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
},
+ "pend": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
+ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
+ },
"picocolors": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
@@ -6298,6 +8435,35 @@
"react-is": "^16.13.1"
}
},
+ "protobufjs": {
+ "version": "6.11.3",
+ "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz",
+ "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==",
+ "requires": {
+ "@protobufjs/aspromise": "^1.1.2",
+ "@protobufjs/base64": "^1.1.2",
+ "@protobufjs/codegen": "^2.0.4",
+ "@protobufjs/eventemitter": "^1.1.0",
+ "@protobufjs/fetch": "^1.1.0",
+ "@protobufjs/float": "^1.0.2",
+ "@protobufjs/inquire": "^1.1.0",
+ "@protobufjs/path": "^1.1.2",
+ "@protobufjs/pool": "^1.1.0",
+ "@protobufjs/utf8": "^1.1.0",
+ "@types/long": "^4.0.1",
+ "@types/node": ">=13.7.0",
+ "long": "^4.0.0"
+ }
+ },
+ "pump": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
+ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+ "requires": {
+ "end-of-stream": "^1.1.0",
+ "once": "^1.3.1"
+ }
+ },
"punycode": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.2.0.tgz",
@@ -6330,6 +8496,12 @@
"scheduler": "^0.23.0"
}
},
+ "react-icons": {
+ "version": "4.7.1",
+ "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz",
+ "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==",
+ "requires": {}
+ },
"react-is": {
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
@@ -6386,11 +8558,24 @@
"supports-preserve-symlinks-flag": "^1.0.0"
}
},
+ "resolve-alpn": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
+ "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g=="
+ },
"resolve-from": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
},
+ "responselike": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz",
+ "integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==",
+ "requires": {
+ "lowercase-keys": "^2.0.0"
+ }
+ },
"reusify": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
@@ -6420,6 +8605,11 @@
"tslib": "^2.1.0"
}
},
+ "safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
+ },
"safe-regex-test": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
@@ -6662,6 +8852,11 @@
"is-number": "^7.0.0"
}
},
+ "tr46": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
+ },
"tree-kill": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
@@ -6741,6 +8936,7 @@
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz",
"integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==",
+ "peer": true,
"requires": {
"escalade": "^3.1.1",
"picocolors": "^1.0.0"
@@ -6759,6 +8955,40 @@
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
},
+ "uuid": {
+ "version": "8.3.2",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
+ },
+ "webidl-conversions": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
+ },
+ "websocket-driver": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
+ "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
+ "requires": {
+ "http-parser-js": ">=0.5.1",
+ "safe-buffer": ">=5.1.0",
+ "websocket-extensions": ">=0.1.1"
+ }
+ },
+ "websocket-extensions": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
+ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="
+ },
+ "whatwg-url": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
+ "requires": {
+ "tr46": "~0.0.3",
+ "webidl-conversions": "^3.0.0"
+ }
+ },
"which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
@@ -6862,6 +9092,15 @@
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw=="
},
+ "yauzl": {
+ "version": "2.10.0",
+ "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
+ "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
+ "requires": {
+ "buffer-crc32": "~0.2.3",
+ "fd-slicer": "~1.1.0"
+ }
+ },
"yocto-queue": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
diff --git a/hackyrolly/package.json b/hackyrolly/package.json
index 8f90be0..398e9fe 100644
--- a/hackyrolly/package.json
+++ b/hackyrolly/package.json
@@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
- "dev": "concurrently \"next dev\" \"tailwindcss --input ./app/globals.css --output ./app/output.css --watch\"",
- "build": "tailwindcss ./app/globals.css --output ./app/output.css && next build",
+ "dev": "next dev",
+ "build": "next build",
"start": "next start",
"lint": "next lint"
},
@@ -17,14 +17,15 @@
"daisyui": "^2.46.1",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
+ "firebase": "^9.15.0",
"next": "13.1.2",
+ "ngrok": "^4.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
+ "react-icons": "^4.7.1",
"typescript": "4.9.4"
},
"devDependencies": {
- "autoprefixer": "^10.4.13",
- "postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}
diff --git a/hackyrolly/pages/api/result.json b/hackyrolly/pages/api/result.json
new file mode 100644
index 0000000..9ad0b40
--- /dev/null
+++ b/hackyrolly/pages/api/result.json
@@ -0,0 +1,54983 @@
+{
+ "name": "NUS Lost and Found",
+ "type": "public_supergroup",
+ "id": 1336607875,
+ "messages": [
+ {
+ "id": 1,
+ "type": "service",
+ "date": "2018-09-19T14:29:25",
+ "date_unixtime": "1537338565",
+ "actor": "NUS Lost and Found",
+ "actor_id": "channel1336607875",
+ "action": "migrate_from_group",
+ "title": "NUS Lost and Found",
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 182,
+ "type": "message",
+ "date": "2018-09-29T17:07:17",
+ "date_unixtime": "1538212037",
+ "edited": "2022-04-29T16:16:26",
+ "edited_unixtime": "1651220186",
+ "from": "Milo Van Lover",
+ "from_id": "user171732479",
+ "text": [
+ "Welcome all! Do share this group with your friends, so everyone may benefit from this initiative!\n✅ Do share items you’ve lost / found and hopefully it will be returned to its rightful owner! 😊\n✅ NUS-related publicity/events\n✅ Important PSAs\n\nOther useful NUS groups:\nSG NUS:\n",
+ {
+ "type": "link",
+ "text": "t.me/sgNUS"
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Welcome all! Do share this group with your friends, so everyone may benefit from this initiative!\n✅ Do share items you’ve lost / found and hopefully it will be returned to its rightful owner! 😊\n✅ NUS-related publicity/events\n✅ Important PSAs\n\nOther useful NUS groups:\nSG NUS:\n"
+ },
+ {
+ "type": "link",
+ "text": "t.me/sgNUS"
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 251,
+ "type": "message",
+ "date": "2018-10-01T15:42:55",
+ "date_unixtime": "1538379775",
+ "edited": "2022-10-02T17:22:24",
+ "edited_unixtime": "1664702544",
+ "from": "Lee Zhi Hui",
+ "from_id": "user78242217",
+ "text": "Anybody knows him/her?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anybody knows him/her?"
+ }
+ ]
+ },
+ {
+ "id": 253,
+ "type": "message",
+ "date": "2018-10-01T15:43:46",
+ "date_unixtime": "1538379826",
+ "from": "Lee Zhi Hui",
+ "from_id": "user78242217",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 1920,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 271,
+ "type": "message",
+ "date": "2018-10-02T21:39:28",
+ "date_unixtime": "1538487568",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "forwarded_from": "c l a i r e",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "card found outside utown bux",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "card found outside utown bux"
+ }
+ ]
+ },
+ {
+ "id": 274,
+ "type": "message",
+ "date": "2018-10-03T11:32:43",
+ "date_unixtime": "1538537563",
+ "edited": "2022-08-09T13:09:36",
+ "edited_unixtime": "1660021776",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 900,
+ "height": 554,
+ "text": "LT15 left behind after BT1101 lecture",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "LT15 left behind after BT1101 lecture"
+ }
+ ]
+ },
+ {
+ "id": 288,
+ "type": "message",
+ "date": "2018-10-03T14:59:17",
+ "date_unixtime": "1538549957",
+ "from": "▫️Vince",
+ "from_id": "user309755976",
+ "text": "Do pm me if anybody found my friend’s wallet in campus. It was lost on last friday night. Inside the wallet has his admission card A0160432U",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Do pm me if anybody found my friend’s wallet in campus. It was lost on last friday night. Inside the wallet has his admission card A0160432U"
+ }
+ ]
+ },
+ {
+ "id": 290,
+ "type": "message",
+ "date": "2018-10-03T18:35:14",
+ "date_unixtime": "1538562914",
+ "from": "Cheng",
+ "from_id": "user152574514",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Left outside mpsh1 pls claim soon! Security guard waiting",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left outside mpsh1 pls claim soon! Security guard waiting"
+ }
+ ]
+ },
+ {
+ "id": 301,
+ "type": "message",
+ "date": "2018-10-04T13:29:38",
+ "date_unixtime": "1538630978",
+ "from": "Zq",
+ "from_id": "user262568947",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 302,
+ "type": "message",
+ "date": "2018-10-04T13:30:04",
+ "date_unixtime": "1538631004",
+ "from": "Zq",
+ "from_id": "user262568947",
+ "text": "anyone saw a Matric card like this?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone saw a Matric card like this?"
+ }
+ ]
+ },
+ {
+ "id": 314,
+ "type": "message",
+ "date": "2018-10-06T02:23:42",
+ "date_unixtime": "1538763822",
+ "edited": "2018-10-06T02:24:17",
+ "edited_unixtime": "1538763857",
+ "from": "Donburi",
+ "from_id": "user113016003",
+ "text": "I lost my matric card on 5 oct around 12.30pm to 1.30pm at Techno Edge Canteen or YIH Student service centre. It is in a transparent card holder with a dark green Tembusu Privellage Card with it. The front of the matric card is kept facing inside.\n\nMatric number: AXXXX255R",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost my matric card on 5 oct around 12.30pm to 1.30pm at Techno Edge Canteen or YIH Student service centre. It is in a transparent card holder with a dark green Tembusu Privellage Card with it. The front of the matric card is kept facing inside.\n\nMatric number: AXXXX255R"
+ }
+ ]
+ },
+ {
+ "id": 324,
+ "type": "message",
+ "date": "2018-10-10T16:45:34",
+ "date_unixtime": "1539161134",
+ "edited": "2018-10-10T16:47:11",
+ "edited_unixtime": "1539161231",
+ "from": "cal pal",
+ "from_id": "user196636573",
+ "text": "Hi my friend lost her Ezlink card and Matriculation card at the CLB today!! It's a black lanyard with a glittery strap. Her name is Lau Siew Min Rachel and please tell me if anyone finds it thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi my friend lost her Ezlink card and Matriculation card at the CLB today!! It's a black lanyard with a glittery strap. Her name is Lau Siew Min Rachel and please tell me if anyone finds it thank you!"
+ }
+ ]
+ },
+ {
+ "id": 325,
+ "type": "message",
+ "date": "2018-10-10T17:08:50",
+ "date_unixtime": "1539162530",
+ "from": "Donburi",
+ "from_id": "user113016003",
+ "reply_to_message_id": 314,
+ "text": "I found mine at Techno Edge Tray return area thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I found mine at Techno Edge Tray return area thank you!"
+ }
+ ]
+ },
+ {
+ "id": 331,
+ "type": "message",
+ "date": "2018-10-11T21:04:44",
+ "date_unixtime": "1539263084",
+ "from": "Elsen Poh",
+ "from_id": "user272039752",
+ "text": "Hi. I lost my ACS Barker Road Jacket. Left it at either Biz2 5-11 (fishtank) during AIESEC talk or SPREAD at about 2000",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi. I lost my ACS Barker Road Jacket. Left it at either Biz2 5-11 (fishtank) during AIESEC talk or SPREAD at about 2000"
+ }
+ ]
+ },
+ {
+ "id": 338,
+ "type": "message",
+ "date": "2018-10-12T15:08:16",
+ "date_unixtime": "1539328096",
+ "from": "Ye Kai Tan",
+ "from_id": "user544743332",
+ "text": "Found a small container of dice @ tembu dining hall",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a small container of dice @ tembu dining hall"
+ }
+ ]
+ },
+ {
+ "id": 347,
+ "type": "message",
+ "date": "2018-10-15T12:13:26",
+ "date_unixtime": "1539576806",
+ "from": "Sam",
+ "from_id": "user212407079",
+ "text": "Hi , anyone found a thumbdrive in AS1-0209 or AS4-0335 pls tell me !!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi , anyone found a thumbdrive in AS1-0209 or AS4-0335 pls tell me !!"
+ }
+ ]
+ },
+ {
+ "id": 350,
+ "type": "message",
+ "date": "2018-10-17T17:05:43",
+ "date_unixtime": "1539767143",
+ "from": "mel tan",
+ "from_id": "user135148297",
+ "text": "Hi my friend lost his ezlink card and matric card at YIH today! His name is Somesh Sailesh. do lmk if anyone happens to find it thank you so much!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi my friend lost his ezlink card and matric card at YIH today! His name is Somesh Sailesh. do lmk if anyone happens to find it thank you so much!!"
+ }
+ ]
+ },
+ {
+ "id": 360,
+ "type": "message",
+ "date": "2018-10-18T19:29:54",
+ "date_unixtime": "1539862194",
+ "from": "Shrae",
+ "from_id": "user669309944",
+ "text": "hey guys! Anyone happened to pick up a pgp house blk23/4/K room card at AS8/AS1 FASS today?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey guys! Anyone happened to pick up a pgp house blk23/4/K room card at AS8/AS1 FASS today?"
+ }
+ ]
+ },
+ {
+ "id": 361,
+ "type": "message",
+ "date": "2018-10-18T19:30:15",
+ "date_unixtime": "1539862215",
+ "from": "Shrae",
+ "from_id": "user669309944",
+ "text": "it’s got a pgp house lanyard on it too.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "it’s got a pgp house lanyard on it too."
+ }
+ ]
+ },
+ {
+ "id": 363,
+ "type": "message",
+ "date": "2018-10-19T13:38:24",
+ "date_unixtime": "1539927504",
+ "from": "Zq",
+ "from_id": "user262568947",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at AS3-03-14 after FAS1101 tutorial at 12pm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at AS3-03-14 after FAS1101 tutorial at 12pm"
+ }
+ ]
+ },
+ {
+ "id": 365,
+ "type": "message",
+ "date": "2018-10-19T20:29:00",
+ "date_unixtime": "1539952140",
+ "from": null,
+ "from_id": "user702110978",
+ "text": "Hello",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello"
+ }
+ ]
+ },
+ {
+ "id": 368,
+ "type": "message",
+ "date": "2018-10-20T00:32:53",
+ "date_unixtime": "1539966773",
+ "from": "Yang Ming",
+ "from_id": "user343551095",
+ "text": "Hi anyone found a cyan nalgene bottle in LT32 please tell me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone found a cyan nalgene bottle in LT32 please tell me!!"
+ }
+ ]
+ },
+ {
+ "id": 377,
+ "type": "message",
+ "date": "2018-10-22T12:16:16",
+ "date_unixtime": "1540181776",
+ "from": "Charlotte Goh",
+ "from_id": "user180817485",
+ "text": "Hi anyone seen a matric card & ezlink that belongs to Goh Yuen Je Charlotte around utown pls let me know!! I lost it this morning",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone seen a matric card & ezlink that belongs to Goh Yuen Je Charlotte around utown pls let me know!! I lost it this morning"
+ }
+ ]
+ },
+ {
+ "id": 378,
+ "type": "message",
+ "date": "2018-10-22T13:25:44",
+ "date_unixtime": "1540185944",
+ "from": "John Howe",
+ "from_id": "user293101362",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Wallet in ES1 belonging to a Liew Lee Ming Christopher",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wallet in ES1 belonging to a Liew Lee Ming Christopher"
+ }
+ ]
+ },
+ {
+ "id": 379,
+ "type": "message",
+ "date": "2018-10-22T14:02:39",
+ "date_unixtime": "1540188159",
+ "from": "Roddie.",
+ "from_id": "user273802110",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 380,
+ "type": "message",
+ "date": "2018-10-22T14:03:01",
+ "date_unixtime": "1540188181",
+ "from": "Roddie.",
+ "from_id": "user273802110",
+ "text": "Found beside the stairs at lt27, will leave it at the lecturer's table and put a \"do not touch\" :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found beside the stairs at lt27, will leave it at the lecturer's table and put a \"do not touch\" :)"
+ }
+ ]
+ },
+ {
+ "id": 381,
+ "type": "message",
+ "date": "2018-10-22T15:56:48",
+ "date_unixtime": "1540195008",
+ "from": "Zong Sien",
+ "from_id": "user449837996",
+ "text": "item found: earpiece\nlocation: opp HSSML bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "item found: earpiece\nlocation: opp HSSML bus stop"
+ }
+ ]
+ },
+ {
+ "id": 382,
+ "type": "message",
+ "date": "2018-10-22T15:57:05",
+ "date_unixtime": "1540195025",
+ "from": "Agatha",
+ "from_id": "user393210197",
+ "reply_to_message_id": 381,
+ "text": "Do u have a picture",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Do u have a picture"
+ }
+ ]
+ },
+ {
+ "id": 383,
+ "type": "message",
+ "date": "2018-10-22T15:59:26",
+ "date_unixtime": "1540195166",
+ "from": "John Howe",
+ "from_id": "user293101362",
+ "text": "Anyone’s? also in ES1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone’s? also in ES1"
+ }
+ ]
+ },
+ {
+ "id": 384,
+ "type": "message",
+ "date": "2018-10-22T15:59:26",
+ "date_unixtime": "1540195166",
+ "from": "John Howe",
+ "from_id": "user293101362",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 385,
+ "type": "message",
+ "date": "2018-10-22T17:12:50",
+ "date_unixtime": "1540199570",
+ "from": "Zong Sien",
+ "from_id": "user449837996",
+ "reply_to_message_id": 382,
+ "text": "was at the bench at the busstop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "was at the bench at the busstop"
+ }
+ ]
+ },
+ {
+ "id": 386,
+ "type": "message",
+ "date": "2018-10-23T11:35:32",
+ "date_unixtime": "1540265732",
+ "from": "Dan",
+ "from_id": "user535953342",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found in CLB!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in CLB!"
+ }
+ ]
+ },
+ {
+ "id": 388,
+ "type": "message",
+ "date": "2018-10-23T14:29:01",
+ "date_unixtime": "1540276141",
+ "from": "JEREMY",
+ "from_id": "user35088204",
+ "text": "If anyone found a timex watch at SRC netball court pls inform me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone found a timex watch at SRC netball court pls inform me"
+ }
+ ]
+ },
+ {
+ "id": 391,
+ "type": "message",
+ "date": "2018-10-23T18:25:54",
+ "date_unixtime": "1540290354",
+ "from": "Zeng Jin",
+ "from_id": "user147736273",
+ "text": "Hi did any1 find a ezlink&matric card with a blue lanyard in engin?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did any1 find a ezlink&matric card with a blue lanyard in engin?"
+ }
+ ]
+ },
+ {
+ "id": 392,
+ "type": "message",
+ "date": "2018-10-23T19:20:57",
+ "date_unixtime": "1540293657",
+ "from": "Jackson",
+ "from_id": "user257572533",
+ "text": "Hi did anyone find a blue my protein shaker bottle in Utown Auditorium 1?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone find a blue my protein shaker bottle in Utown Auditorium 1?"
+ }
+ ]
+ },
+ {
+ "id": 405,
+ "type": "message",
+ "date": "2018-10-25T22:49:58",
+ "date_unixtime": "1540478998",
+ "from": "z",
+ "from_id": "user169292418",
+ "text": "hi did anyone find an iPhone 3.5mm jack to lightning adaptor, at the area outside Starbucks today and at CLB yesterday? Much thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anyone find an iPhone 3.5mm jack to lightning adaptor, at the area outside Starbucks today and at CLB yesterday? Much thanks!"
+ }
+ ]
+ },
+ {
+ "id": 408,
+ "type": "message",
+ "date": "2018-10-26T11:50:59",
+ "date_unixtime": "1540525859",
+ "edited": "2018-10-26T11:51:16",
+ "edited_unixtime": "1540525876",
+ "from": "klepPINE 🤠",
+ "from_id": "user18840532",
+ "text": "Hi! Found a wallet belong to Daniel Chong Zi he, in LT27. This has been passed to security office at level 1 S16!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Found a wallet belong to Daniel Chong Zi he, in LT27. This has been passed to security office at level 1 S16!"
+ }
+ ]
+ },
+ {
+ "id": 409,
+ "type": "message",
+ "date": "2018-10-26T11:51:00",
+ "date_unixtime": "1540525860",
+ "from": "klepPINE 🤠",
+ "from_id": "user18840532",
+ "forwarded_from": "Jade Chun",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 750,
+ "height": 1000,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 410,
+ "type": "message",
+ "date": "2018-10-26T11:51:00",
+ "date_unixtime": "1540525860",
+ "from": "klepPINE 🤠",
+ "from_id": "user18840532",
+ "forwarded_from": "Jade Chun",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 750,
+ "height": 1000,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 414,
+ "type": "message",
+ "date": "2018-10-30T14:15:16",
+ "date_unixtime": "1540880116",
+ "from": "Carmen Ching",
+ "from_id": "user217676120",
+ "text": "Hi did anyone happen to chance upon a card holder containing a matric card and an Ezlink? Kinda lost it somewhere in science. The matric no A0172890 X",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone happen to chance upon a card holder containing a matric card and an Ezlink? Kinda lost it somewhere in science. The matric no A0172890 X"
+ }
+ ]
+ },
+ {
+ "id": 416,
+ "type": "message",
+ "date": "2018-10-31T00:21:35",
+ "date_unixtime": "1540916495",
+ "from": "Jodi Ng",
+ "from_id": "user549459071",
+ "text": "Hi, did anyone find a pencil case full of mildliners and sarasa pens at FASS? It should be at Lt10",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anyone find a pencil case full of mildliners and sarasa pens at FASS? It should be at Lt10"
+ }
+ ]
+ },
+ {
+ "id": 421,
+ "type": "message",
+ "date": "2018-11-01T08:26:29",
+ "date_unixtime": "1541031989",
+ "from": "Clarence Tan 🤡",
+ "from_id": "user245756683",
+ "text": "Hi anyone seen a matrix card belonging to Tan Jin Neng Clarence please pm me!! I lost it around utown yesterday morning.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone seen a matrix card belonging to Tan Jin Neng Clarence please pm me!! I lost it around utown yesterday morning."
+ }
+ ]
+ },
+ {
+ "id": 423,
+ "type": "message",
+ "date": "2018-11-01T13:17:07",
+ "date_unixtime": "1541049427",
+ "from": "min",
+ "from_id": "user120123667",
+ "text": "hi!! did anyone see a black and white lanyard with transparent cardholder - containing ezlink card, matric card and a dbs card! lost in science yesterday night!\nmatric number A0159874J",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi!! did anyone see a black and white lanyard with transparent cardholder - containing ezlink card, matric card and a dbs card! lost in science yesterday night!\nmatric number A0159874J"
+ }
+ ]
+ },
+ {
+ "id": 425,
+ "type": "message",
+ "date": "2018-11-02T13:35:58",
+ "date_unixtime": "1541136958",
+ "from": "Firdaus F",
+ "from_id": "user35801198",
+ "forwarded_from": "Firdaus F",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 426,
+ "type": "message",
+ "date": "2018-11-02T13:36:05",
+ "date_unixtime": "1541136965",
+ "from": "Firdaus F",
+ "from_id": "user35801198",
+ "forwarded_from": "Firdaus F",
+ "text": "Hey guys! I know this isn’t as important losing a phone or matric Card, but I lost a Doggo sock which I bought from the fundraiser at UTown Town Plaza. Possibly on the way from UTown Subway to AS8 Coffee Roasters. If you see it do help me pick it up 😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys! I know this isn’t as important losing a phone or matric Card, but I lost a Doggo sock which I bought from the fundraiser at UTown Town Plaza. Possibly on the way from UTown Subway to AS8 Coffee Roasters. If you see it do help me pick it up 😭"
+ }
+ ]
+ },
+ {
+ "id": 428,
+ "type": "message",
+ "date": "2018-11-03T14:06:47",
+ "date_unixtime": "1541225207",
+ "from": "Sam",
+ "from_id": "user212407079",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 750,
+ "height": 1000,
+ "text": "Card found",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Card found"
+ }
+ ]
+ },
+ {
+ "id": 430,
+ "type": "message",
+ "date": "2018-11-04T00:13:19",
+ "date_unixtime": "1541261599",
+ "from": "Wen Ping 🏄🏽♂️",
+ "from_id": "user272534909",
+ "text": "Hi guys if anyone found a dark blue armani exchange wallet with my matriculation card (A0166681W) inside, please let me know thankss",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys if anyone found a dark blue armani exchange wallet with my matriculation card (A0166681W) inside, please let me know thankss"
+ }
+ ]
+ },
+ {
+ "id": 431,
+ "type": "message",
+ "date": "2018-11-04T09:47:51",
+ "date_unixtime": "1541296071",
+ "from": "Wen Ping 🏄🏽♂️",
+ "from_id": "user272534909",
+ "reply_to_message_id": 430,
+ "text": "Found thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 456,
+ "type": "message",
+ "date": "2018-11-07T11:18:29",
+ "date_unixtime": "1541560709",
+ "from": "Jodi Ng",
+ "from_id": "user549459071",
+ "text": "Hi does anyone see a pink gucci wallet at KR mrt?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi does anyone see a pink gucci wallet at KR mrt?"
+ }
+ ]
+ },
+ {
+ "id": 459,
+ "type": "message",
+ "date": "2018-11-07T12:51:24",
+ "date_unixtime": "1541566284",
+ "edited": "2018-11-07T19:18:56",
+ "edited_unixtime": "1541589536",
+ "from": "Jodi Ng",
+ "from_id": "user549459071",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "it looks like this! if it’s found anywhere on campus/ kr mrt pls pm me 🙏🏻 (FOUND, THANKS)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "it looks like this! if it’s found anywhere on campus/ kr mrt pls pm me 🙏🏻 (FOUND, THANKS)"
+ }
+ ]
+ },
+ {
+ "id": 467,
+ "type": "message",
+ "date": "2018-11-07T20:25:21",
+ "date_unixtime": "1541593521",
+ "from": "Jack",
+ "from_id": "user222007314",
+ "text": "Anyone saw my matrix card Axxx3687M",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone saw my matrix card Axxx3687M"
+ }
+ ]
+ },
+ {
+ "id": 468,
+ "type": "message",
+ "date": "2018-11-07T20:26:23",
+ "date_unixtime": "1541593583",
+ "from": "Jack",
+ "from_id": "user222007314",
+ "text": "Found thanks.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found thanks."
+ }
+ ]
+ },
+ {
+ "id": 478,
+ "type": "message",
+ "date": "2018-11-08T11:18:12",
+ "date_unixtime": "1541647092",
+ "from": "Milo Van Lover",
+ "from_id": "user171732479",
+ "forwarded_from": "Hui Shan",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Someone left the card in engin LT1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left the card in engin LT1"
+ }
+ ]
+ },
+ {
+ "id": 485,
+ "type": "message",
+ "date": "2018-11-08T17:56:47",
+ "date_unixtime": "1541671007",
+ "from": null,
+ "from_id": "user634463793",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found a bra INSIDE GUYS TOILET beside mpsh6",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a bra INSIDE GUYS TOILET beside mpsh6"
+ }
+ ]
+ },
+ {
+ "id": 486,
+ "type": "message",
+ "date": "2018-11-08T17:58:50",
+ "date_unixtime": "1541671130",
+ "from": "🦖",
+ "from_id": "user52389962",
+ "text": "LMAO",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "LMAO"
+ }
+ ]
+ },
+ {
+ "id": 487,
+ "type": "message",
+ "date": "2018-11-08T17:59:25",
+ "date_unixtime": "1541671165",
+ "from": null,
+ "from_id": "user634463793",
+ "reply_to_message_id": 485,
+ "text": "Its originnaly found inside the cubicle",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Its originnaly found inside the cubicle"
+ }
+ ]
+ },
+ {
+ "id": 488,
+ "type": "message",
+ "date": "2018-11-08T17:59:28",
+ "date_unixtime": "1541671168",
+ "from": null,
+ "from_id": "user634463793",
+ "text": "I move it out",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I move it out"
+ }
+ ]
+ },
+ {
+ "id": 489,
+ "type": "message",
+ "date": "2018-11-08T18:14:33",
+ "date_unixtime": "1541672073",
+ "from": "John Howe",
+ "from_id": "user293101362",
+ "text": "Amazing gilbert",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Amazing gilbert"
+ }
+ ]
+ },
+ {
+ "id": 490,
+ "type": "message",
+ "date": "2018-11-08T18:14:43",
+ "date_unixtime": "1541672083",
+ "from": "John Howe",
+ "from_id": "user293101362",
+ "text": "We value your valuable contributions",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "We value your valuable contributions"
+ }
+ ]
+ },
+ {
+ "id": 503,
+ "type": "message",
+ "date": "2018-11-09T12:19:05",
+ "date_unixtime": "1541737145",
+ "from": "Das",
+ "from_id": "user94709437",
+ "forwarded_from": "Shan",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Sorry this is not freebie but to the person who left your phone in utown at the seating area near bus stop, it’s with the security in ERC now",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Sorry this is not freebie but to the person who left your phone in utown at the seating area near bus stop, it’s with the security in ERC now"
+ }
+ ]
+ },
+ {
+ "id": 510,
+ "type": "message",
+ "date": "2018-11-12T12:09:30",
+ "date_unixtime": "1541995770",
+ "from": "Khai Shing",
+ "from_id": "user67198699",
+ "text": "Has anyone seen a black pouch containing my headphones and earphones (two items) and the charging cable? Please let me know 😢 via PM! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone seen a black pouch containing my headphones and earphones (two items) and the charging cable? Please let me know 😢 via PM! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 511,
+ "type": "message",
+ "date": "2018-11-12T15:07:21",
+ "date_unixtime": "1542006441",
+ "from": "Lee Zhi Hui",
+ "from_id": "user78242217",
+ "forwarded_from": "Lee Zhi Hui",
+ "text": [
+ "Hi everyone, my friend lost a small pink CK wallet between 11:10 and 11:30 this morning either on D1 Bus or the path outside koufu towards ERC. Inside contains my friend's Student Pass, NUS Student Card and Debit Card. \n\nIf anyone managed to retrieve my friend's card kindly contact ",
+ {
+ "type": "phone",
+ "text": "98100532"
+ },
+ "."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone, my friend lost a small pink CK wallet between 11:10 and 11:30 this morning either on D1 Bus or the path outside koufu towards ERC. Inside contains my friend's Student Pass, NUS Student Card and Debit Card. \n\nIf anyone managed to retrieve my friend's card kindly contact "
+ },
+ {
+ "type": "phone",
+ "text": "98100532"
+ },
+ {
+ "type": "plain",
+ "text": "."
+ }
+ ]
+ },
+ {
+ "id": 512,
+ "type": "message",
+ "date": "2018-11-12T15:07:21",
+ "date_unixtime": "1542006441",
+ "from": "Lee Zhi Hui",
+ "from_id": "user78242217",
+ "forwarded_from": "Lee Zhi Hui",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1001,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 513,
+ "type": "message",
+ "date": "2018-11-12T19:18:47",
+ "date_unixtime": "1542021527",
+ "from": "Shirlene Chiam",
+ "from_id": "user226863273",
+ "text": "Hi! If anyone saw a maroon knitted jacket at clb/science do let me know!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! If anyone saw a maroon knitted jacket at clb/science do let me know!"
+ }
+ ]
+ },
+ {
+ "id": 516,
+ "type": "message",
+ "date": "2018-11-14T23:45:05",
+ "date_unixtime": "1542210305",
+ "from": "Panini",
+ "from_id": "user92028969",
+ "text": "Hi found someone's tsum tsum ez-link card, pm me if you lost yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found someone's tsum tsum ez-link card, pm me if you lost yours!"
+ }
+ ]
+ },
+ {
+ "id": 521,
+ "type": "message",
+ "date": "2018-11-16T00:12:43",
+ "date_unixtime": "1542298363",
+ "from": "cherie 🐾 🌈🌊🍿",
+ "from_id": "user332495342",
+ "text": "If anyone finds a 1) red shoebag with Soccer Cleatz (golden colour soccer boots), and 2) a black shoebox (Pleasers shoebox with rose-gold pole heels), pls lmk 🙁",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone finds a 1) red shoebag with Soccer Cleatz (golden colour soccer boots), and 2) a black shoebox (Pleasers shoebox with rose-gold pole heels), pls lmk 🙁"
+ }
+ ]
+ },
+ {
+ "id": 522,
+ "type": "message",
+ "date": "2018-11-16T11:51:31",
+ "date_unixtime": "1542340291",
+ "from": "Boomer Ang",
+ "from_id": "user44468216",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "pink file found at Ventus bus stop belonging to ZHU YUE ZHI (matric no: A0186344T)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "pink file found at Ventus bus stop belonging to ZHU YUE ZHI (matric no: A0186344T)"
+ }
+ ]
+ },
+ {
+ "id": 523,
+ "type": "message",
+ "date": "2018-11-16T11:52:00",
+ "date_unixtime": "1542340320",
+ "from": "Boomer Ang",
+ "from_id": "user44468216",
+ "reply_to_message_id": 522,
+ "text": "left on the bench",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "left on the bench"
+ }
+ ]
+ },
+ {
+ "id": 525,
+ "type": "message",
+ "date": "2018-11-16T22:49:56",
+ "date_unixtime": "1542379796",
+ "from": "JEREMY",
+ "from_id": "user35088204",
+ "forwarded_from": "JEREMY",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Lost and found opp kr mrt",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost and found opp kr mrt"
+ }
+ ]
+ },
+ {
+ "id": 528,
+ "type": "message",
+ "date": "2018-11-18T21:28:24",
+ "date_unixtime": "1542547704",
+ "from": "Ivan Ng",
+ "from_id": "user55197883",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 529,
+ "type": "message",
+ "date": "2018-11-18T21:28:45",
+ "date_unixtime": "1542547725",
+ "from": "Ivan Ng",
+ "from_id": "user55197883",
+ "text": "Lost phone at yusof ishak hse 4th floor male toilet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost phone at yusof ishak hse 4th floor male toilet"
+ }
+ ]
+ },
+ {
+ "id": 532,
+ "type": "message",
+ "date": "2018-11-20T15:57:06",
+ "date_unixtime": "1542700626",
+ "from": "cherie 🐾 🌈🌊🍿",
+ "from_id": "user332495342",
+ "text": "anyone saw a red shoe bag?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone saw a red shoe bag?"
+ }
+ ]
+ },
+ {
+ "id": 536,
+ "type": "message",
+ "date": "2018-11-21T18:11:30",
+ "date_unixtime": "1542795090",
+ "from": "ZM M",
+ "from_id": "user396755270",
+ "text": "ZM Yap:\nHi ANY KIND SOUL picked up a dark brown leather cardholder? \n\nI dropped it on 20th november at around 2000 to 2100h on bus D1 towards utown or at Utown itself. \n\nInside theres an NRIC, Driving license, debit card and access card.\nNric ends in 419F.\n\nThe kind soul who picked it up please contact me or return to the security posts please :D\n\nThanks!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ZM Yap:\nHi ANY KIND SOUL picked up a dark brown leather cardholder? \n\nI dropped it on 20th november at around 2000 to 2100h on bus D1 towards utown or at Utown itself. \n\nInside theres an NRIC, Driving license, debit card and access card.\nNric ends in 419F.\n\nThe kind soul who picked it up please contact me or return to the security posts please :D\n\nThanks!!!"
+ }
+ ]
+ },
+ {
+ "id": 537,
+ "type": "message",
+ "date": "2018-11-21T18:38:48",
+ "date_unixtime": "1542796728",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "reply_to_message_id": 536,
+ "text": "I’ll check with the bus drivers for their SOP in case they pick up.\n\nIn any case, the buses doing D1 this week are PC3849T PC3954Y PC3989Y and PC4019R, but not sure about after 8.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I’ll check with the bus drivers for their SOP in case they pick up.\n\nIn any case, the buses doing D1 this week are PC3849T PC3954Y PC3989Y and PC4019R, but not sure about after 8."
+ }
+ ]
+ },
+ {
+ "id": 538,
+ "type": "message",
+ "date": "2018-11-21T18:40:16",
+ "date_unixtime": "1542796816",
+ "from": "ZM M",
+ "from_id": "user396755270",
+ "reply_to_message_id": 537,
+ "text": "Thank you so much!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thank you so much!!"
+ }
+ ]
+ },
+ {
+ "id": 539,
+ "type": "message",
+ "date": "2018-11-21T20:05:48",
+ "date_unixtime": "1542801948",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "reply_to_message_id": 538,
+ "text": [
+ "Checked, the SOP if drivers find anything/if passengers pass any items to the drivers is to ",
+ {
+ "type": "bold",
+ "text": "hand it to the office at PGP terminal"
+ },
+ ", so try there!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Checked, the SOP if drivers find anything/if passengers pass any items to the drivers is to "
+ },
+ {
+ "type": "bold",
+ "text": "hand it to the office at PGP terminal"
+ },
+ {
+ "type": "plain",
+ "text": ", so try there!"
+ }
+ ]
+ },
+ {
+ "id": 540,
+ "type": "message",
+ "date": "2018-11-21T20:06:03",
+ "date_unixtime": "1542801963",
+ "from": "ZM M",
+ "from_id": "user396755270",
+ "reply_to_message_id": 539,
+ "text": "Ok thanks!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ok thanks!!!"
+ }
+ ]
+ },
+ {
+ "id": 541,
+ "type": "message",
+ "date": "2018-11-21T20:06:10",
+ "date_unixtime": "1542801970",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "text": "Applies for all routes",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Applies for all routes"
+ }
+ ]
+ },
+ {
+ "id": 542,
+ "type": "message",
+ "date": "2018-11-21T20:06:18",
+ "date_unixtime": "1542801978",
+ "from": "ZM M",
+ "from_id": "user396755270",
+ "text": "Ok thanks!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ok thanks!!!"
+ }
+ ]
+ },
+ {
+ "id": 544,
+ "type": "message",
+ "date": "2018-11-22T15:03:40",
+ "date_unixtime": "1542870220",
+ "from": "Cheng",
+ "from_id": "user152574514",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this in meeting room 3. Pls get it from the security post in ERC",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this in meeting room 3. Pls get it from the security post in ERC"
+ }
+ ]
+ },
+ {
+ "id": 546,
+ "type": "message",
+ "date": "2018-11-22T19:15:27",
+ "date_unixtime": "1542885327",
+ "edited": "2018-11-22T19:20:30",
+ "edited_unixtime": "1542885630",
+ "from": "Wise",
+ "from_id": "user231239124",
+ "text": "handed in to the security guard at utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "handed in to the security guard at utown"
+ }
+ ]
+ },
+ {
+ "id": 547,
+ "type": "message",
+ "date": "2018-11-22T19:20:17",
+ "date_unixtime": "1542885617",
+ "from": "Wise",
+ "from_id": "user231239124",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 549,
+ "type": "message",
+ "date": "2018-11-23T13:47:30",
+ "date_unixtime": "1542952050",
+ "from": "Benjamin lightshade",
+ "from_id": "user270592773",
+ "text": "Hi, did anyone find a pair of earphones. In particular from engin. I've lost mine. Its an audio technica!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anyone find a pair of earphones. In particular from engin. I've lost mine. Its an audio technica!"
+ }
+ ]
+ },
+ {
+ "id": 555,
+ "type": "message",
+ "date": "2018-11-24T18:29:46",
+ "date_unixtime": "1543055386",
+ "edited": "2018-11-24T19:27:01",
+ "edited_unixtime": "1543058821",
+ "from": "Xin pei Ng",
+ "from_id": "user593543597",
+ "text": "Hi, did anyone find a black long wallet and a cardholder ? Lost it today at ard 1300-1500pm at mpsh/utown area, wallet has an ic ending with 475G in it and the cardholder has a bunch of keys attached to it, thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anyone find a black long wallet and a cardholder ? Lost it today at ard 1300-1500pm at mpsh/utown area, wallet has an ic ending with 475G in it and the cardholder has a bunch of keys attached to it, thank u!"
+ }
+ ]
+ },
+ {
+ "id": 557,
+ "type": "message",
+ "date": "2018-11-25T15:59:22",
+ "date_unixtime": "1543132762",
+ "from": "Firdaus F",
+ "from_id": "user35801198",
+ "text": "Hi, we found a phone at Town Plaza seminar room female toilet. If anyone is missing a phone pls PM me or call your missing phone. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, we found a phone at Town Plaza seminar room female toilet. If anyone is missing a phone pls PM me or call your missing phone. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 559,
+ "type": "message",
+ "date": "2018-11-25T16:19:10",
+ "date_unixtime": "1543133950",
+ "from": "Firdaus F",
+ "from_id": "user35801198",
+ "reply_to_message_id": 557,
+ "text": [
+ "Phone returned to the owner! Thank you ",
+ {
+ "type": "mention",
+ "text": "@stfucrystal"
+ },
+ " for being the hero that we need. 😬"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Phone returned to the owner! Thank you "
+ },
+ {
+ "type": "mention",
+ "text": "@stfucrystal"
+ },
+ {
+ "type": "plain",
+ "text": " for being the hero that we need. 😬"
+ }
+ ]
+ },
+ {
+ "id": 583,
+ "type": "message",
+ "date": "2018-11-26T22:39:38",
+ "date_unixtime": "1543243178",
+ "from": "Ho Jing Xian",
+ "from_id": "user29276275",
+ "text": [
+ "Hello, did anyone see a grey jacket either at Fine Food or at UT Audi 2? Lost it today after my finals at around 7+",
+ {
+ "type": "bot_command",
+ "text": "/8"
+ },
+ ". Do pm me if you see it! Thanks in advance!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, did anyone see a grey jacket either at Fine Food or at UT Audi 2? Lost it today after my finals at around 7+"
+ },
+ {
+ "type": "bot_command",
+ "text": "/8"
+ },
+ {
+ "type": "plain",
+ "text": ". Do pm me if you see it! Thanks in advance!"
+ }
+ ]
+ },
+ {
+ "id": 586,
+ "type": "message",
+ "date": "2018-11-27T15:49:44",
+ "date_unixtime": "1543304984",
+ "from": "Dan",
+ "from_id": "user535953342",
+ "text": "Anyone know someone whose name is something like \"LanKXin?\" Probably exchange student, Thumbdrive in Utown PC commons!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone know someone whose name is something like \"LanKXin?\" Probably exchange student, Thumbdrive in Utown PC commons!"
+ }
+ ]
+ },
+ {
+ "id": 595,
+ "type": "message",
+ "date": "2018-11-28T23:19:05",
+ "date_unixtime": "1543418345",
+ "from": "🪤 max 🪤",
+ "from_id": "user127691138",
+ "text": "does anyone know a zhu yuezhi? they left their pink file of econs notes at the ventus bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "does anyone know a zhu yuezhi? they left their pink file of econs notes at the ventus bus stop"
+ }
+ ]
+ },
+ {
+ "id": 630,
+ "type": "message",
+ "date": "2018-12-05T00:38:58",
+ "date_unixtime": "1543941538",
+ "from": "Ysabella",
+ "from_id": "user209404703",
+ "text": "Sorry to be a bother but did anyone see a long pink wallet with a spectacle face at COM1 Level 1 near the technical support counter? Please PM me if you did!! Thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Sorry to be a bother but did anyone see a long pink wallet with a spectacle face at COM1 Level 1 near the technical support counter? Please PM me if you did!! Thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 633,
+ "type": "message",
+ "date": "2018-12-05T12:32:04",
+ "date_unixtime": "1543984324",
+ "from": "Hengyn",
+ "from_id": "user427169751",
+ "text": [
+ "Hi guys, for those who took your final exam at 9 am at MPSH1 today(20181205), can you please help me check your bag if there is a wallet and a phone that doesn't belong to you? I've misplaced my wallet and phone in one of your bags. Thanks so much. I'm reachable via telegram (username: hengyn), skype (id: jhy6361413) or email (",
+ {
+ "type": "email",
+ "text": "e0174871@u.nus.edu"
+ },
+ ")."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, for those who took your final exam at 9 am at MPSH1 today(20181205), can you please help me check your bag if there is a wallet and a phone that doesn't belong to you? I've misplaced my wallet and phone in one of your bags. Thanks so much. I'm reachable via telegram (username: hengyn), skype (id: jhy6361413) or email ("
+ },
+ {
+ "type": "email",
+ "text": "e0174871@u.nus.edu"
+ },
+ {
+ "type": "plain",
+ "text": ")."
+ }
+ ]
+ },
+ {
+ "id": 647,
+ "type": "message",
+ "date": "2018-12-05T20:53:30",
+ "date_unixtime": "1544014410",
+ "from": "Russell",
+ "from_id": "user245343150",
+ "text": [
+ "Hi! I left a purple-green duochrome S'well bottle in MPSH 2A earlier today (5 Dec 18) at about 1900hrs. Please reach me at ",
+ {
+ "type": "email",
+ "text": "russell.marino@outlook.com"
+ },
+ " if you've seen it!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I left a purple-green duochrome S'well bottle in MPSH 2A earlier today (5 Dec 18) at about 1900hrs. Please reach me at "
+ },
+ {
+ "type": "email",
+ "text": "russell.marino@outlook.com"
+ },
+ {
+ "type": "plain",
+ "text": " if you've seen it!"
+ }
+ ]
+ },
+ {
+ "id": 648,
+ "type": "message",
+ "date": "2018-12-05T23:44:41",
+ "date_unixtime": "1544024681",
+ "from": "kayleigh 𓃱",
+ "from_id": "user151123214",
+ "text": "hello! i think i may have misplaced my hall transponder in MPSH2A in the evening at about 7pm just now! the transponder has an adidas strap attached to it, if anyone has seen it please LMK!! thankss",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! i think i may have misplaced my hall transponder in MPSH2A in the evening at about 7pm just now! the transponder has an adidas strap attached to it, if anyone has seen it please LMK!! thankss"
+ }
+ ]
+ },
+ {
+ "id": 649,
+ "type": "message",
+ "date": "2018-12-05T23:46:49",
+ "date_unixtime": "1544024809",
+ "from": "Khai Shing",
+ "from_id": "user67198699",
+ "text": "Hi guys there’s a water bottle outside the YIH toilet (the one near the computer lab) it’s on the fire extinguisher! I saw it just now if anyone lost a bottle that might be yours?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys there’s a water bottle outside the YIH toilet (the one near the computer lab) it’s on the fire extinguisher! I saw it just now if anyone lost a bottle that might be yours?"
+ }
+ ]
+ },
+ {
+ "id": 658,
+ "type": "message",
+ "date": "2018-12-14T10:40:48",
+ "date_unixtime": "1544755248",
+ "from": "🌷 Rachel 🌷",
+ "from_id": "user127972224",
+ "text": "Hello. Has anyone seen a clear pocket card holder with 1 disney EZ-Link and nus student card at around utown?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello. Has anyone seen a clear pocket card holder with 1 disney EZ-Link and nus student card at around utown?"
+ }
+ ]
+ },
+ {
+ "id": 660,
+ "type": "message",
+ "date": "2018-12-14T10:40:50",
+ "date_unixtime": "1544755250",
+ "from": "🌷 Rachel 🌷",
+ "from_id": "user127972224",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 871,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 661,
+ "type": "message",
+ "date": "2018-12-14T10:41:13",
+ "date_unixtime": "1544755273",
+ "from": "cherylene ❤️🍒",
+ "from_id": "user52225718",
+ "reply_to_message_id": 658,
+ "text": "oh no :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "oh no :("
+ }
+ ]
+ },
+ {
+ "id": 662,
+ "type": "message",
+ "date": "2018-12-14T10:41:22",
+ "date_unixtime": "1544755282",
+ "from": "🌷 Rachel 🌷",
+ "from_id": "user127972224",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 542,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 670,
+ "type": "message",
+ "date": "2018-12-21T18:19:06",
+ "date_unixtime": "1545387546",
+ "from": "Eugene",
+ "from_id": "user281331667",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 342,
+ "height": 350,
+ "text": "This ring is lost at MD6 today. If anyone found it, can contact me at 9221 8642? Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "This ring is lost at MD6 today. If anyone found it, can contact me at 9221 8642? Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 673,
+ "type": "message",
+ "date": "2018-12-27T15:36:01",
+ "date_unixtime": "1545896161",
+ "from": null,
+ "from_id": "user777467888",
+ "text": "Hi everyone! 😀\nSelling my past semester quant finance notes.\n\n1)Financial Instruments, Institutions and Markets (Karen Gan/Li Weikai)\n2)Computing Technology for Finance (Zhao Yibao)\n3)Sales Trading and Structured Products (Tee Chyng Wen)\n4)Investment and Financial Data Analysis (Ting Hian Ann)\n5)Global Financial Risk Management (Shirley Huang)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone! 😀\nSelling my past semester quant finance notes.\n\n1)Financial Instruments, Institutions and Markets (Karen Gan/Li Weikai)\n2)Computing Technology for Finance (Zhao Yibao)\n3)Sales Trading and Structured Products (Tee Chyng Wen)\n4)Investment and Financial Data Analysis (Ting Hian Ann)\n5)Global Financial Risk Management (Shirley Huang)"
+ }
+ ]
+ },
+ {
+ "id": 676,
+ "type": "message",
+ "date": "2018-12-27T21:53:57",
+ "date_unixtime": "1545918837",
+ "from": "Aadit Kamat",
+ "from_id": "user355395203",
+ "text": "Hey I wanted to ask is there a seperate telegram group for study materials?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey I wanted to ask is there a seperate telegram group for study materials?"
+ }
+ ]
+ },
+ {
+ "id": 678,
+ "type": "message",
+ "date": "2018-12-27T23:58:50",
+ "date_unixtime": "1545926330",
+ "from": "Rebecca Lim",
+ "from_id": "user742041011",
+ "text": "WTS: Harvard Finance Modules Notes\n1. Investment Finance \n2. Venture Capital and Private Equity\n\nSelling cheaply",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "WTS: Harvard Finance Modules Notes\n1. Investment Finance \n2. Venture Capital and Private Equity\n\nSelling cheaply"
+ }
+ ]
+ },
+ {
+ "id": 679,
+ "type": "message",
+ "date": "2018-12-27T23:58:59",
+ "date_unixtime": "1545926339",
+ "from": "Rebecca Lim",
+ "from_id": "user742041011",
+ "forwarded_from": "Rebecca Lim",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 618,
+ "height": 813,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 680,
+ "type": "message",
+ "date": "2018-12-27T23:58:59",
+ "date_unixtime": "1545926339",
+ "from": "Rebecca Lim",
+ "from_id": "user742041011",
+ "forwarded_from": "Rebecca Lim",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 597,
+ "height": 806,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 681,
+ "type": "message",
+ "date": "2018-12-28T00:05:05",
+ "date_unixtime": "1545926705",
+ "from": "Rebecca Lim",
+ "from_id": "user742041011",
+ "text": "Comes with Wall Street Finance Training prep!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Comes with Wall Street Finance Training prep!"
+ }
+ ]
+ },
+ {
+ "id": 682,
+ "type": "message",
+ "date": "2018-12-28T00:51:58",
+ "date_unixtime": "1545929518",
+ "from": "Rebecca Lim",
+ "from_id": "user742041011",
+ "text": "For previews and samples PM me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "For previews and samples PM me"
+ }
+ ]
+ },
+ {
+ "id": 684,
+ "type": "message",
+ "date": "2018-12-31T16:38:46",
+ "date_unixtime": "1546245526",
+ "from": "Jeslyn",
+ "from_id": "user100917257",
+ "text": "THE AIRBNB",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "THE AIRBNB"
+ }
+ ]
+ },
+ {
+ "id": 685,
+ "type": "message",
+ "date": "2018-12-31T16:46:09",
+ "date_unixtime": "1546245969",
+ "from": "Ñiki",
+ "from_id": "user354946140",
+ "text": [
+ "Looking for volunteer opportunities 💖 or social issues talks 🗣️? join the channel ",
+ {
+ "type": "mention",
+ "text": "@volunteersingapore"
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Looking for volunteer opportunities 💖 or social issues talks 🗣️? join the channel "
+ },
+ {
+ "type": "mention",
+ "text": "@volunteersingapore"
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 688,
+ "type": "message",
+ "date": "2019-01-01T01:07:05",
+ "date_unixtime": "1546276025",
+ "from": "Password123",
+ "from_id": "user472982047",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 721,
+ "height": 1280,
+ "text": "Wallet found at marina square !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wallet found at marina square !"
+ }
+ ]
+ },
+ {
+ "id": 698,
+ "type": "message",
+ "date": "2019-01-12T10:12:28",
+ "date_unixtime": "1547259148",
+ "from": "Deon Lee",
+ "from_id": "user581637975",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": [
+ "Found in NUSSU van. Pls contact me at ",
+ {
+ "type": "phone",
+ "text": "91810499"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in NUSSU van. Pls contact me at "
+ },
+ {
+ "type": "phone",
+ "text": "91810499"
+ }
+ ]
+ },
+ {
+ "id": 699,
+ "type": "message",
+ "date": "2019-01-12T10:44:34",
+ "date_unixtime": "1547261074",
+ "from": "Sαi Ganesh",
+ "from_id": "user214089820",
+ "reply_to_message_id": 698,
+ "text": "Asked him to contact you directly.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Asked him to contact you directly."
+ }
+ ]
+ },
+ {
+ "id": 700,
+ "type": "message",
+ "date": "2019-01-12T10:56:30",
+ "date_unixtime": "1547261790",
+ "from": "Deon Lee",
+ "from_id": "user581637975",
+ "text": "Alright received his msg 👍",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Alright received his msg 👍"
+ }
+ ]
+ },
+ {
+ "id": 701,
+ "type": "message",
+ "date": "2019-01-12T11:47:58",
+ "date_unixtime": "1547264878",
+ "from": null,
+ "from_id": "user313590952",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Found at pgp",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at pgp"
+ }
+ ]
+ },
+ {
+ "id": 705,
+ "type": "message",
+ "date": "2019-01-16T09:45:11",
+ "date_unixtime": "1547603111",
+ "from": "Kenny",
+ "from_id": "user242366527",
+ "text": "Anyone saw a brown leather laptop sleeve with a name Ian on it do let me know, there is also a brown leather passport holder inside that sleeve. Thanks!\n\nLast seen at bizcanteen",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone saw a brown leather laptop sleeve with a name Ian on it do let me know, there is also a brown leather passport holder inside that sleeve. Thanks!\n\nLast seen at bizcanteen"
+ }
+ ]
+ },
+ {
+ "id": 742,
+ "type": "message",
+ "date": "2019-01-21T09:07:01",
+ "date_unixtime": "1548032821",
+ "from": "Jackson",
+ "from_id": "user257572533",
+ "text": "Anyone saw a red shaker GNC bottle with a purple metal straw in it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone saw a red shaker GNC bottle with a purple metal straw in it?"
+ }
+ ]
+ },
+ {
+ "id": 743,
+ "type": "message",
+ "date": "2019-01-21T11:30:59",
+ "date_unixtime": "1548041459",
+ "from": "Jack",
+ "from_id": "user222007314",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "As3",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "As3"
+ }
+ ]
+ },
+ {
+ "id": 745,
+ "type": "message",
+ "date": "2019-01-22T11:43:54",
+ "date_unixtime": "1548128634",
+ "from": "Charisse",
+ "from_id": "user312036794",
+ "text": "Hi anyone saw a pink tiger flask, pls let me know! I may have left it either in Science or YIH. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone saw a pink tiger flask, pls let me know! I may have left it either in Science or YIH. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 748,
+ "type": "message",
+ "date": "2019-01-22T12:28:24",
+ "date_unixtime": "1548131304",
+ "from": "Andi",
+ "from_id": "user573894470",
+ "text": "Hi! anyone see a l'occitane pink pouch in utown?? dropped this morning :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! anyone see a l'occitane pink pouch in utown?? dropped this morning :("
+ }
+ ]
+ },
+ {
+ "id": 750,
+ "type": "message",
+ "date": "2019-01-22T21:07:04",
+ "date_unixtime": "1548162424",
+ "from": "Valence",
+ "from_id": "user240161296",
+ "text": "Hello :) \n\nif anyone found a leather cardholder with 3 keys and a concession card inside please let me know! \n\nLast seen at LT12",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello :) \n\nif anyone found a leather cardholder with 3 keys and a concession card inside please let me know! \n\nLast seen at LT12"
+ }
+ ]
+ },
+ {
+ "id": 751,
+ "type": "message",
+ "date": "2019-01-24T13:15:55",
+ "date_unixtime": "1548306955",
+ "from": "ᴡᴀɴ ᴛɪɴɢ✨",
+ "from_id": "user466282370",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Take it from pgpr nayang mart",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Take it from pgpr nayang mart"
+ }
+ ]
+ },
+ {
+ "id": 753,
+ "type": "message",
+ "date": "2019-01-26T01:35:18",
+ "date_unixtime": "1548437718",
+ "from": "Julian🚀 ミク",
+ "from_id": "user175613011",
+ "text": "hi, did anyone see my sky blue xiaomi 10000mAh powerbank? last place I left it was the yih open sheltered area stage on 24th jan 11pm. it has a red android cable connected to it as well. do pm me if u know where it is or it's with you, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, did anyone see my sky blue xiaomi 10000mAh powerbank? last place I left it was the yih open sheltered area stage on 24th jan 11pm. it has a red android cable connected to it as well. do pm me if u know where it is or it's with you, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 756,
+ "type": "message",
+ "date": "2019-01-28T09:58:06",
+ "date_unixtime": "1548640686",
+ "from": "Mervin",
+ "from_id": "user257195337",
+ "text": "Hello, did anyone see a timex watch, blue watch dial with blue strap, has a slight discolouration on the third or fourth hole on the blue strap? Last thursday i was around engineering",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, did anyone see a timex watch, blue watch dial with blue strap, has a slight discolouration on the third or fourth hole on the blue strap? Last thursday i was around engineering"
+ }
+ ]
+ },
+ {
+ "id": 757,
+ "type": "message",
+ "date": "2019-01-28T10:08:24",
+ "date_unixtime": "1548641304",
+ "from": "peijing 🌸",
+ "from_id": "user34726127",
+ "text": "hellooo did anyone found a blue nalgene water bottle in one of the nus shuttle bus 😭😭😭 i left it in the shuttle bus as i got off at kr mrt",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hellooo did anyone found a blue nalgene water bottle in one of the nus shuttle bus 😭😭😭 i left it in the shuttle bus as i got off at kr mrt"
+ }
+ ]
+ },
+ {
+ "id": 758,
+ "type": "message",
+ "date": "2019-01-28T10:08:37",
+ "date_unixtime": "1548641317",
+ "from": "cherylene ❤️🍒",
+ "from_id": "user52225718",
+ "reply_to_message_id": 757,
+ "text": "omg",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "omg"
+ }
+ ]
+ },
+ {
+ "id": 759,
+ "type": "message",
+ "date": "2019-01-28T10:08:45",
+ "date_unixtime": "1548641325",
+ "from": "cherylene ❤️🍒",
+ "from_id": "user52225718",
+ "text": "so sad it’s new",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "so sad it’s new"
+ }
+ ]
+ },
+ {
+ "id": 760,
+ "type": "message",
+ "date": "2019-01-28T10:08:46",
+ "date_unixtime": "1548641326",
+ "from": "peijing 🌸",
+ "from_id": "user34726127",
+ "text": "i lost my bottle again!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "i lost my bottle again!!"
+ }
+ ]
+ },
+ {
+ "id": 761,
+ "type": "message",
+ "date": "2019-01-28T10:08:55",
+ "date_unixtime": "1548641335",
+ "from": "peijing 🌸",
+ "from_id": "user34726127",
+ "text": "HAHAAHAHHA tragedy",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "HAHAAHAHHA tragedy"
+ }
+ ]
+ },
+ {
+ "id": 763,
+ "type": "message",
+ "date": "2019-01-28T11:29:09",
+ "date_unixtime": "1548646149",
+ "from": "SkylarPoh",
+ "from_id": "user357403753",
+ "text": "Hi urgent! Did anyone happen to find an ipad in a blue folio in LT33? Lost it around 10am this morning. It's very important to me as it contains all my notes. Please let me know if you happen to find it thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi urgent! Did anyone happen to find an ipad in a blue folio in LT33? Lost it around 10am this morning. It's very important to me as it contains all my notes. Please let me know if you happen to find it thanks"
+ }
+ ]
+ },
+ {
+ "id": 764,
+ "type": "message",
+ "date": "2019-01-28T11:36:34",
+ "date_unixtime": "1548646594",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "reply_to_message_id": 757,
+ "text": "Look for it at PGP bus terminal staff office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Look for it at PGP bus terminal staff office"
+ }
+ ]
+ },
+ {
+ "id": 765,
+ "type": "message",
+ "date": "2019-01-28T11:38:05",
+ "date_unixtime": "1548646685",
+ "edited": "2019-01-28T11:38:38",
+ "edited_unixtime": "1548646718",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Anything dropped on shuttle bus, go to this door and knock =)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anything dropped on shuttle bus, go to this door and knock =)"
+ }
+ ]
+ },
+ {
+ "id": 766,
+ "type": "message",
+ "date": "2019-01-28T12:04:55",
+ "date_unixtime": "1548648295",
+ "from": "peijing 🌸",
+ "from_id": "user34726127",
+ "reply_to_message_id": 765,
+ "text": "okay will try there!! thank you :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "okay will try there!! thank you :)"
+ }
+ ]
+ },
+ {
+ "id": 767,
+ "type": "message",
+ "date": "2019-01-28T13:56:57",
+ "date_unixtime": "1548655017",
+ "from": "Zheng-Yi",
+ "from_id": "user297875521",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 768,
+ "type": "message",
+ "date": "2019-01-28T13:58:06",
+ "date_unixtime": "1548655086",
+ "from": "Zheng-Yi",
+ "from_id": "user297875521",
+ "text": "COM1-0212",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "COM1-0212"
+ }
+ ]
+ },
+ {
+ "id": 769,
+ "type": "message",
+ "date": "2019-01-28T14:00:26",
+ "date_unixtime": "1548655226",
+ "from": "Zheng-Yi",
+ "from_id": "user297875521",
+ "text": "Will pass to security later",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Will pass to security later"
+ }
+ ]
+ },
+ {
+ "id": 770,
+ "type": "message",
+ "date": "2019-01-28T16:40:56",
+ "date_unixtime": "1548664856",
+ "from": "Marx Lee",
+ "from_id": "user82775270",
+ "text": "hi this is my friend",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi this is my friend"
+ }
+ ]
+ },
+ {
+ "id": 771,
+ "type": "message",
+ "date": "2019-01-28T16:40:59",
+ "date_unixtime": "1548664859",
+ "from": "Marx Lee",
+ "from_id": "user82775270",
+ "text": "thanks i will let him know",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thanks i will let him know"
+ }
+ ]
+ },
+ {
+ "id": 772,
+ "type": "message",
+ "date": "2019-01-28T16:41:04",
+ "date_unixtime": "1548664864",
+ "from": "Marx Lee",
+ "from_id": "user82775270",
+ "reply_to_message_id": 767,
+ "text": "^",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "^"
+ }
+ ]
+ },
+ {
+ "id": 773,
+ "type": "message",
+ "date": "2019-01-29T21:36:10",
+ "date_unixtime": "1548768970",
+ "edited": "2019-01-29T21:36:16",
+ "edited_unixtime": "1548768976",
+ "from": "Jeremy Teng",
+ "from_id": "user173416744",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found left unattended at Fine Food @ UTown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found left unattended at Fine Food @ UTown"
+ }
+ ]
+ },
+ {
+ "id": 775,
+ "type": "message",
+ "date": "2019-01-29T21:44:26",
+ "date_unixtime": "1548769466",
+ "from": "Charisse",
+ "from_id": "user312036794",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at S16 Level 3. Gave it to the security office at Level 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at S16 Level 3. Gave it to the security office at Level 1"
+ }
+ ]
+ },
+ {
+ "id": 777,
+ "type": "message",
+ "date": "2019-01-29T22:53:12",
+ "date_unixtime": "1548773592",
+ "from": "_qijunn",
+ "from_id": "user97055959",
+ "text": "Hi guys! Did any one see a kingdom living lanyard at the NUS field this evening at abt 745pm?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys! Did any one see a kingdom living lanyard at the NUS field this evening at abt 745pm?"
+ }
+ ]
+ },
+ {
+ "id": 780,
+ "type": "message",
+ "date": "2019-01-30T13:25:10",
+ "date_unixtime": "1548825910",
+ "edited": "2019-01-30T13:26:36",
+ "edited_unixtime": "1548825996",
+ "from": "ya",
+ "from_id": "user404797891",
+ "text": "hi! did anyone see a black snoopy lanyard attached to a transparent hard card case with a black card and ezlink card inside? i think it might have been left on a A2 bus heading back to the pgp",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! did anyone see a black snoopy lanyard attached to a transparent hard card case with a black card and ezlink card inside? i think it might have been left on a A2 bus heading back to the pgp"
+ }
+ ]
+ },
+ {
+ "id": 781,
+ "type": "message",
+ "date": "2019-01-30T13:30:17",
+ "date_unixtime": "1548826217",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "reply_to_message_id": 780,
+ "text": "If nobody finds it by evening, check the PGP terminal office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If nobody finds it by evening, check the PGP terminal office"
+ }
+ ]
+ },
+ {
+ "id": 782,
+ "type": "message",
+ "date": "2019-01-30T13:37:08",
+ "date_unixtime": "1548826628",
+ "from": "ya",
+ "from_id": "user404797891",
+ "text": "okay thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "okay thanks"
+ }
+ ]
+ },
+ {
+ "id": 783,
+ "type": "message",
+ "date": "2019-01-30T14:59:52",
+ "date_unixtime": "1548831592",
+ "from": "YR",
+ "from_id": "user137250394",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Returned to the Lost and Found at UTown Office of Admissions",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Returned to the Lost and Found at UTown Office of Admissions"
+ }
+ ]
+ },
+ {
+ "id": 786,
+ "type": "message",
+ "date": "2019-01-30T19:22:45",
+ "date_unixtime": "1548847365",
+ "from": "Jack",
+ "from_id": "user154411141",
+ "text": "Hello! Did anyone find an ezlink card in the CLB printing room? Have checked with the staff but they have not seen it.\nName is Chan Jia Wen",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Did anyone find an ezlink card in the CLB printing room? Have checked with the staff but they have not seen it.\nName is Chan Jia Wen"
+ }
+ ]
+ },
+ {
+ "id": 787,
+ "type": "message",
+ "date": "2019-01-30T20:27:08",
+ "date_unixtime": "1548851228",
+ "from": "Russell",
+ "from_id": "user173799113",
+ "text": "Hi guys... did anyone find a black Rotring 600 mechanical pencil in AS1 02-13 yesterday? It is very sentimental to me.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys... did anyone find a black Rotring 600 mechanical pencil in AS1 02-13 yesterday? It is very sentimental to me."
+ }
+ ]
+ },
+ {
+ "id": 793,
+ "type": "message",
+ "date": "2019-02-01T09:57:43",
+ "date_unixtime": "1548986263",
+ "from": "Sze Ying",
+ "from_id": "user470618266",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 794,
+ "type": "message",
+ "date": "2019-02-01T09:58:16",
+ "date_unixtime": "1548986296",
+ "from": "Sze Ying",
+ "from_id": "user470618266",
+ "text": "Found at A1 bus last row of seats at around 9:40am, will pass to YIH student service centre after 3pm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at A1 bus last row of seats at around 9:40am, will pass to YIH student service centre after 3pm"
+ }
+ ]
+ },
+ {
+ "id": 796,
+ "type": "message",
+ "date": "2019-02-01T11:11:51",
+ "date_unixtime": "1548990711",
+ "edited": "2019-02-01T11:12:53",
+ "edited_unixtime": "1548990773",
+ "from": "Orson",
+ "from_id": "user241513872",
+ "text": "anyone has seen/found a brown wallet (Braun Buffel) I am not sure where I dropped it.. could be BUS D2 Or UTown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone has seen/found a brown wallet (Braun Buffel) I am not sure where I dropped it.. could be BUS D2 Or UTown"
+ }
+ ]
+ },
+ {
+ "id": 800,
+ "type": "message",
+ "date": "2019-02-07T17:53:24",
+ "date_unixtime": "1549533204",
+ "from": "Tiffany",
+ "from_id": "user73755479",
+ "text": "Hi! Has anyone seen a cardholder with both matric and student ezlink cards along the pathway from the Yale-NUS bus stop to utown? The name on the cards is jingyi!!! Thank you 😭😭😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Has anyone seen a cardholder with both matric and student ezlink cards along the pathway from the Yale-NUS bus stop to utown? The name on the cards is jingyi!!! Thank you 😭😭😭"
+ }
+ ]
+ },
+ {
+ "id": 801,
+ "type": "message",
+ "date": "2019-02-08T09:45:05",
+ "date_unixtime": "1549590305",
+ "from": "Nat",
+ "from_id": "user164940206",
+ "text": "Helloooooo did anyone find a small white pouch with a blue zip between NUH Kopitiam and MD1? If so let me know thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Helloooooo did anyone find a small white pouch with a blue zip between NUH Kopitiam and MD1? If so let me know thanks!"
+ }
+ ]
+ },
+ {
+ "id": 803,
+ "type": "message",
+ "date": "2019-02-08T12:57:39",
+ "date_unixtime": "1549601859",
+ "from": "Charles",
+ "from_id": "user129837782",
+ "text": "Hello, did anyone find a small pouch with a sushi design, around Utown with a Matric Card in it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, did anyone find a small pouch with a sushi design, around Utown with a Matric Card in it?"
+ }
+ ]
+ },
+ {
+ "id": 805,
+ "type": "message",
+ "date": "2019-02-08T16:19:54",
+ "date_unixtime": "1549613994",
+ "edited": "2019-02-08T16:26:58",
+ "edited_unixtime": "1549614418",
+ "from": "cherylene ❤️🍒",
+ "from_id": "user52225718",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "HI!! someone left their bottle in a2!!! if it’s yours, u can dm me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "HI!! someone left their bottle in a2!!! if it’s yours, u can dm me!!"
+ }
+ ]
+ },
+ {
+ "id": 809,
+ "type": "message",
+ "date": "2019-02-15T13:55:39",
+ "date_unixtime": "1550210139",
+ "from": "Joreen",
+ "from_id": "user241269130",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello! found wallet at the AS8 Level 4 Male toilet. please collect from AS8 security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! found wallet at the AS8 Level 4 Male toilet. please collect from AS8 security"
+ }
+ ]
+ },
+ {
+ "id": 810,
+ "type": "message",
+ "date": "2019-02-15T17:28:48",
+ "date_unixtime": "1550222928",
+ "from": "Dalis",
+ "from_id": "user221373108",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi I lost an access card identical to this one today around COM/CLB area. If anyone found it please dm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost an access card identical to this one today around COM/CLB area. If anyone found it please dm me!"
+ }
+ ]
+ },
+ {
+ "id": 813,
+ "type": "message",
+ "date": "2019-02-18T15:50:11",
+ "date_unixtime": "1550476211",
+ "from": "CL",
+ "from_id": "user203660574",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found a Nikon lens at LT 34 at 2pm. If it's yours please pm me thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a Nikon lens at LT 34 at 2pm. If it's yours please pm me thanks!"
+ }
+ ]
+ },
+ {
+ "id": 815,
+ "type": "message",
+ "date": "2019-02-19T19:52:08",
+ "date_unixtime": "1550577128",
+ "from": "ZM M",
+ "from_id": "user396755270",
+ "text": "Dropped my lab goggles in LT6 today lmk if you picked it up :D",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Dropped my lab goggles in LT6 today lmk if you picked it up :D"
+ }
+ ]
+ },
+ {
+ "id": 816,
+ "type": "message",
+ "date": "2019-02-20T11:00:16",
+ "date_unixtime": "1550631616",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "forwarded_from": "The ISB Channel (Unofficial)",
+ "text": [
+ "Left something in an ISB? PGP Terminal is the place where the lost things go.\n",
+ {
+ "type": "link",
+ "text": "https://theisbman.home.blog/2019/02/20/isb1101-lost-and-found/"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left something in an ISB? PGP Terminal is the place where the lost things go.\n"
+ },
+ {
+ "type": "link",
+ "text": "https://theisbman.home.blog/2019/02/20/isb1101-lost-and-found/"
+ }
+ ]
+ },
+ {
+ "id": 820,
+ "type": "message",
+ "date": "2019-02-20T16:45:44",
+ "date_unixtime": "1550652344",
+ "from": "Nafisah",
+ "from_id": "user159139242",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hello! I lost my planner at LT9 at around 2pm! If anyone finds it, please dm me! Thank you so much!!! 😊",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost my planner at LT9 at around 2pm! If anyone finds it, please dm me! Thank you so much!!! 😊"
+ }
+ ]
+ },
+ {
+ "id": 825,
+ "type": "message",
+ "date": "2019-02-21T18:51:40",
+ "date_unixtime": "1550746300",
+ "from": "Zq",
+ "from_id": "user262568947",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "did someone forget your essay assignment printout at AS8 Level computer room? (all other details censored for privacy)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "did someone forget your essay assignment printout at AS8 Level computer room? (all other details censored for privacy)"
+ }
+ ]
+ },
+ {
+ "id": 826,
+ "type": "message",
+ "date": "2019-02-21T18:51:46",
+ "date_unixtime": "1550746306",
+ "from": "Zq",
+ "from_id": "user262568947",
+ "text": "it’s 3 pages",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "it’s 3 pages"
+ }
+ ]
+ },
+ {
+ "id": 827,
+ "type": "message",
+ "date": "2019-02-21T18:52:09",
+ "date_unixtime": "1550746329",
+ "from": "Zq",
+ "from_id": "user262568947",
+ "text": "left it at on top of cupboard near the printers",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "left it at on top of cupboard near the printers"
+ }
+ ]
+ },
+ {
+ "id": 828,
+ "type": "message",
+ "date": "2019-02-21T18:52:37",
+ "date_unixtime": "1550746357",
+ "from": "Zq",
+ "from_id": "user262568947",
+ "text": "the CommIT person is not around at the moment",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "the CommIT person is not around at the moment"
+ }
+ ]
+ },
+ {
+ "id": 829,
+ "type": "message",
+ "date": "2019-02-21T18:53:48",
+ "date_unixtime": "1550746428",
+ "from": "Yihao Tim",
+ "from_id": "user213507314",
+ "reply_to_message_id": 825,
+ "text": "Oh its one of my friends ill notify her tks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Oh its one of my friends ill notify her tks"
+ }
+ ]
+ },
+ {
+ "id": 830,
+ "type": "message",
+ "date": "2019-02-21T18:54:48",
+ "date_unixtime": "1550746488",
+ "from": "Zq",
+ "from_id": "user262568947",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "it’s here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "it’s here"
+ }
+ ]
+ },
+ {
+ "id": 831,
+ "type": "message",
+ "date": "2019-02-22T03:27:06",
+ "date_unixtime": "1550777226",
+ "from": "ᴡᴀɴ ᴛɪɴɢ✨",
+ "from_id": "user466282370",
+ "text": "Hi guys, do let me know if any of y'all found a we bare bear black pencil case at Yih study room on 21st Feb. Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, do let me know if any of y'all found a we bare bear black pencil case at Yih study room on 21st Feb. Thanks"
+ }
+ ]
+ },
+ {
+ "id": 840,
+ "type": "message",
+ "date": "2019-02-22T11:06:24",
+ "date_unixtime": "1550804784",
+ "from": "Nehe",
+ "from_id": "user215625915",
+ "text": "Did anyone find a black lamy fountain pen. Lost it around as7",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone find a black lamy fountain pen. Lost it around as7"
+ }
+ ]
+ },
+ {
+ "id": 847,
+ "type": "message",
+ "date": "2019-02-22T12:39:17",
+ "date_unixtime": "1550810357",
+ "from": "Bryan",
+ "from_id": "user177304688",
+ "text": [
+ "Has anyone seen a black laptop bag containing a xps13 in E3-06-03 or around E3? Pls contact me or ",
+ {
+ "type": "mention",
+ "text": "@daryl_jx"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone seen a black laptop bag containing a xps13 in E3-06-03 or around E3? Pls contact me or "
+ },
+ {
+ "type": "mention",
+ "text": "@daryl_jx"
+ }
+ ]
+ },
+ {
+ "id": 848,
+ "type": "message",
+ "date": "2019-02-22T12:57:51",
+ "date_unixtime": "1550811471",
+ "from": "Bryan",
+ "from_id": "user177304688",
+ "text": "Found thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found thanks"
+ }
+ ]
+ },
+ {
+ "id": 876,
+ "type": "message",
+ "date": "2019-02-26T13:13:39",
+ "date_unixtime": "1551158019",
+ "from": "Rishi Kumar",
+ "from_id": "user88075343",
+ "forwarded_from": "Rishi Kumar",
+ "text": "Hi guys, anyone seen a black Dell Pen (stylus) in UTown today? Lost on the path between RC4 and USP on the road. Please contact me if you have seen/found it :) thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, anyone seen a black Dell Pen (stylus) in UTown today? Lost on the path between RC4 and USP on the road. Please contact me if you have seen/found it :) thanks!"
+ }
+ ]
+ },
+ {
+ "id": 877,
+ "type": "message",
+ "date": "2019-02-26T13:13:39",
+ "date_unixtime": "1551158019",
+ "from": "Rishi Kumar",
+ "from_id": "user88075343",
+ "forwarded_from": "Rishi Kumar",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 505,
+ "height": 350,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 883,
+ "type": "message",
+ "date": "2019-03-03T13:54:05",
+ "date_unixtime": "1551592445",
+ "from": null,
+ "from_id": "user355306943",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Left in Subway UTown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left in Subway UTown"
+ }
+ ]
+ },
+ {
+ "id": 888,
+ "type": "message",
+ "date": "2019-03-04T09:31:28",
+ "date_unixtime": "1551663088",
+ "edited": "2019-03-04T11:10:28",
+ "edited_unixtime": "1551669028",
+ "from": "Mervyn",
+ "from_id": "user21596175",
+ "text": "Hi i just left a pink cap on bus A1 that jus went pass ventus at abt 8.45am pls contact me saw a girl picking up",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i just left a pink cap on bus A1 that jus went pass ventus at abt 8.45am pls contact me saw a girl picking up"
+ }
+ ]
+ },
+ {
+ "id": 891,
+ "type": "message",
+ "date": "2019-03-05T10:12:59",
+ "date_unixtime": "1551751979",
+ "from": "Jiemin",
+ "from_id": "user126328201",
+ "text": "Hello! Anybody found a blue pencil case that writes journey many paths one identity? It has a calculator with a star on it and many pens/highlighters. Last seen: sci or mpsh\nPlease let me know thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Anybody found a blue pencil case that writes journey many paths one identity? It has a calculator with a star on it and many pens/highlighters. Last seen: sci or mpsh\nPlease let me know thanks!"
+ }
+ ]
+ },
+ {
+ "id": 893,
+ "type": "message",
+ "date": "2019-03-05T16:06:33",
+ "date_unixtime": "1551773193",
+ "from": "Daniel",
+ "from_id": "user671112554",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 956,
+ "text": "@ whoever left this at UT Audi 2: your card is at SSC @ YIH!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "@ whoever left this at UT Audi 2: your card is at SSC @ YIH!"
+ }
+ ]
+ },
+ {
+ "id": 896,
+ "type": "message",
+ "date": "2019-03-06T14:39:53",
+ "date_unixtime": "1551854393",
+ "from": null,
+ "from_id": "user652819249",
+ "text": "Hi! Anyone find a wallet that says “financial disaster” ??",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Anyone find a wallet that says “financial disaster” ??"
+ }
+ ]
+ },
+ {
+ "id": 897,
+ "type": "message",
+ "date": "2019-03-06T14:42:01",
+ "date_unixtime": "1551854521",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "reply_to_message_id": 896,
+ "text": "that's all of our wallets tbh",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "that's all of our wallets tbh"
+ }
+ ]
+ },
+ {
+ "id": 898,
+ "type": "message",
+ "date": "2019-03-06T14:42:16",
+ "date_unixtime": "1551854536",
+ "edited": "2019-03-06T14:42:25",
+ "edited_unixtime": "1551854545",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "text": "okay but seriously speaking, where did you last see it/expect it to be?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "okay but seriously speaking, where did you last see it/expect it to be?"
+ }
+ ]
+ },
+ {
+ "id": 899,
+ "type": "message",
+ "date": "2019-03-06T14:42:17",
+ "date_unixtime": "1551854537",
+ "from": null,
+ "from_id": "user652819249",
+ "text": "😂😂😢",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "😂😂😢"
+ }
+ ]
+ },
+ {
+ "id": 900,
+ "type": "message",
+ "date": "2019-03-06T14:42:35",
+ "date_unixtime": "1551854555",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "text": "if it was on a bus, try PGP terminal",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if it was on a bus, try PGP terminal"
+ }
+ ]
+ },
+ {
+ "id": 901,
+ "type": "message",
+ "date": "2019-03-06T14:43:03",
+ "date_unixtime": "1551854583",
+ "from": "Kenny Wong",
+ "from_id": "user154183180",
+ "reply_to_message_id": 897,
+ "text": "Wow i come here to check lost and found news, and i feel attacked bruh",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wow i come here to check lost and found news, and i feel attacked bruh"
+ }
+ ]
+ },
+ {
+ "id": 902,
+ "type": "message",
+ "date": "2019-03-06T14:43:39",
+ "date_unixtime": "1551854619",
+ "from": null,
+ "from_id": "user652819249",
+ "text": "Last saw it in Earth Lab at FASS, or the cafe outside, or on the bus",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Last saw it in Earth Lab at FASS, or the cafe outside, or on the bus"
+ }
+ ]
+ },
+ {
+ "id": 904,
+ "type": "message",
+ "date": "2019-03-06T15:58:12",
+ "date_unixtime": "1551859092",
+ "from": "Jing Hui Tham",
+ "from_id": "user469190741",
+ "text": "Hello! I lost my concession card at the SDE printers \nTham Jing Hui, Claire\nIf anyone managed to see it, could you please pass it back to me!! I'll treat you a bubble tea. Thank you!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost my concession card at the SDE printers \nTham Jing Hui, Claire\nIf anyone managed to see it, could you please pass it back to me!! I'll treat you a bubble tea. Thank you!!!"
+ }
+ ]
+ },
+ {
+ "id": 905,
+ "type": "message",
+ "date": "2019-03-06T15:59:17",
+ "date_unixtime": "1551859157",
+ "from": "Khai Shing",
+ "from_id": "user67198699",
+ "text": "I saw a Harry Potter EZ link card at Mac Commons yesterday, in case anyone lost it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I saw a Harry Potter EZ link card at Mac Commons yesterday, in case anyone lost it"
+ }
+ ]
+ },
+ {
+ "id": 907,
+ "type": "message",
+ "date": "2019-03-06T19:56:41",
+ "date_unixtime": "1551873401",
+ "from": "AW",
+ "from_id": "user649640361",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 908,
+ "type": "message",
+ "date": "2019-03-06T19:56:51",
+ "date_unixtime": "1551873411",
+ "from": "AW",
+ "from_id": "user649640361",
+ "text": "Found at E3 outside cheers",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at E3 outside cheers"
+ }
+ ]
+ },
+ {
+ "id": 909,
+ "type": "message",
+ "date": "2019-03-06T20:17:46",
+ "date_unixtime": "1551874666",
+ "from": "AW",
+ "from_id": "user649640361",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Handed over to Block E5 security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Handed over to Block E5 security"
+ }
+ ]
+ },
+ {
+ "id": 910,
+ "type": "message",
+ "date": "2019-03-07T11:54:07",
+ "date_unixtime": "1551930847",
+ "edited": "2019-03-07T11:56:22",
+ "edited_unixtime": "1551930982",
+ "from": "Valen L.",
+ "from_id": "user154199137",
+ "text": "Hi, if anyone found a student card: \n\nYU HAEMIN \nA0196182X \n\nPlease let me know thanks!! 🙏🏻🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone found a student card: \n\nYU HAEMIN \nA0196182X \n\nPlease let me know thanks!! 🙏🏻🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 972,
+ "type": "message",
+ "date": "2019-03-07T17:25:13",
+ "date_unixtime": "1551950713",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Pandya Pranjli Jayesh, Axxx6893E\nFound your pouch containing matric card at Opp UHC bus stop, handed to SSC@YIH",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pandya Pranjli Jayesh, Axxx6893E\nFound your pouch containing matric card at Opp UHC bus stop, handed to SSC@YIH"
+ }
+ ]
+ },
+ {
+ "id": 986,
+ "type": "message",
+ "date": "2019-03-07T22:00:55",
+ "date_unixtime": "1551967255",
+ "from": "Jolene 🐥",
+ "from_id": "user47948602",
+ "text": "hello! i lost a paper bag containing 2 peanut butter, and 2 witch hazel toners. probably in as8 area. pls let me know if anyone found it!!!! would rly rly appreciate your help, thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! i lost a paper bag containing 2 peanut butter, and 2 witch hazel toners. probably in as8 area. pls let me know if anyone found it!!!! would rly rly appreciate your help, thank u!"
+ }
+ ]
+ },
+ {
+ "id": 991,
+ "type": "message",
+ "date": "2019-03-07T23:07:30",
+ "date_unixtime": "1551971250",
+ "from": "Waniii💕",
+ "from_id": "user123194012",
+ "text": "During recess week (friday 1 march) we left an extension plug in YIH. There was an event in the evening and someone unplugged it frm the wall and carried it away. You might have mistaken it for ur club’s or smth, could you pm me if you’ve accidentally taken it please? Tq",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "During recess week (friday 1 march) we left an extension plug in YIH. There was an event in the evening and someone unplugged it frm the wall and carried it away. You might have mistaken it for ur club’s or smth, could you pm me if you’ve accidentally taken it please? Tq"
+ }
+ ]
+ },
+ {
+ "id": 993,
+ "type": "message",
+ "date": "2019-03-07T23:30:12",
+ "date_unixtime": "1551972612",
+ "from": "hanan 🥟🍜",
+ "from_id": "user225511530",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 183,
+ "height": 275,
+ "text": "hi i lost a waterbottle similar to this at fine foods a couple of days ago. except that its clear with a blue cover and has tiny anchor prints on the body. let me know if you've seen it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost a waterbottle similar to this at fine foods a couple of days ago. except that its clear with a blue cover and has tiny anchor prints on the body. let me know if you've seen it!"
+ }
+ ]
+ },
+ {
+ "id": 995,
+ "type": "message",
+ "date": "2019-03-08T02:36:34",
+ "date_unixtime": "1551983794",
+ "from": "No- Name",
+ "from_id": "user640651415",
+ "text": "hi",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi"
+ }
+ ]
+ },
+ {
+ "id": 997,
+ "type": "message",
+ "date": "2019-03-08T10:11:08",
+ "date_unixtime": "1552011068",
+ "from": "kendrik",
+ "from_id": "user346829194",
+ "text": "bye",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "bye"
+ }
+ ]
+ },
+ {
+ "id": 999,
+ "type": "message",
+ "date": "2019-03-08T11:41:09",
+ "date_unixtime": "1552016469",
+ "from": "Jackson",
+ "from_id": "user257572533",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this at AS8 com lab level 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at AS8 com lab level 1"
+ }
+ ]
+ },
+ {
+ "id": 1003,
+ "type": "message",
+ "date": "2019-03-08T13:24:31",
+ "date_unixtime": "1552022671",
+ "from": "L",
+ "from_id": "user264681242",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Who lost this? Better own up now. Found this at LT27",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Who lost this? Better own up now. Found this at LT27"
+ }
+ ]
+ },
+ {
+ "id": 1006,
+ "type": "message",
+ "date": "2019-03-08T14:42:58",
+ "date_unixtime": "1552027378",
+ "from": "Gavyn",
+ "from_id": "user164608801",
+ "text": "Found a matric card belonging to a grad student. Name’s STUTI JAIN. Let me know if you know her.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a matric card belonging to a grad student. Name’s STUTI JAIN. Let me know if you know her."
+ }
+ ]
+ },
+ {
+ "id": 1025,
+ "type": "message",
+ "date": "2019-03-11T11:46:56",
+ "date_unixtime": "1552276016",
+ "from": "🦖",
+ "from_id": "user52389962",
+ "forwarded_from": "AB",
+ "text": [
+ "Hackers, Developers and coding newbies out there, \nThe NTU Student Union and SearchElect proudly present to you – HackNTU, a brand new 24-hour hackathon, and the only hackathon to feature a Capture The Flag (CTF) competition!\nHackNTU 2019 will be held-\nDate:23rd-24th March\nVenue: The Arc, NTU\nIt is free for all students of educational institutes across Singapore and South East Asia. Two days filled with lots of swag, cool prizes, caffeine, WiFi and delicious food, along with insanely awesome technologies. Not only will HackNTU spark up your creative side, but also open up plenty of opportunities to meet like-minded hackers, gain valuable exposure and network with industry professionals!\nSo what are you waiting for? Registrations are now open! Sign up fast!!! Now open at ",
+ {
+ "type": "link",
+ "text": "hackntu.org"
+ },
+ "."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hackers, Developers and coding newbies out there, \nThe NTU Student Union and SearchElect proudly present to you – HackNTU, a brand new 24-hour hackathon, and the only hackathon to feature a Capture The Flag (CTF) competition!\nHackNTU 2019 will be held-\nDate:23rd-24th March\nVenue: The Arc, NTU\nIt is free for all students of educational institutes across Singapore and South East Asia. Two days filled with lots of swag, cool prizes, caffeine, WiFi and delicious food, along with insanely awesome technologies. Not only will HackNTU spark up your creative side, but also open up plenty of opportunities to meet like-minded hackers, gain valuable exposure and network with industry professionals!\nSo what are you waiting for? Registrations are now open! Sign up fast!!! Now open at "
+ },
+ {
+ "type": "link",
+ "text": "hackntu.org"
+ },
+ {
+ "type": "plain",
+ "text": "."
+ }
+ ]
+ },
+ {
+ "id": 1026,
+ "type": "message",
+ "date": "2019-03-11T11:46:56",
+ "date_unixtime": "1552276016",
+ "from": "🦖",
+ "from_id": "user52389962",
+ "forwarded_from": "AB",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1027,
+ "type": "message",
+ "date": "2019-03-11T11:46:56",
+ "date_unixtime": "1552276016",
+ "from": "🦖",
+ "from_id": "user52389962",
+ "forwarded_from": "🦖",
+ "text": "Anyone wanna join make team?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone wanna join make team?"
+ }
+ ]
+ },
+ {
+ "id": 1031,
+ "type": "message",
+ "date": "2019-03-11T20:44:45",
+ "date_unixtime": "1552308285",
+ "from": "Anson",
+ "from_id": "user144450936",
+ "text": "Hi if anyone finds a room card from RVRC for C-210 pls pm me thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone finds a room card from RVRC for C-210 pls pm me thanks!"
+ }
+ ]
+ },
+ {
+ "id": 1036,
+ "type": "message",
+ "date": "2019-03-12T12:33:17",
+ "date_unixtime": "1552365197",
+ "from": "tortellini",
+ "from_id": "user460255053",
+ "text": "Hi! Anyone saw a new starbucks card at COM foodcourt? it's inside a brown card holder. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Anyone saw a new starbucks card at COM foodcourt? it's inside a brown card holder. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 1037,
+ "type": "message",
+ "date": "2019-03-12T15:29:40",
+ "date_unixtime": "1552375780",
+ "from": "Natalie Foo",
+ "from_id": "user359762643",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1208,
+ "text": "HI GUYS!! DID ANYONE SEE THIS BLACK CHARGING WIRE ARND MD11 LEVEL 3? 😢",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "HI GUYS!! DID ANYONE SEE THIS BLACK CHARGING WIRE ARND MD11 LEVEL 3? 😢"
+ }
+ ]
+ },
+ {
+ "id": 1038,
+ "type": "message",
+ "date": "2019-03-12T18:05:42",
+ "date_unixtime": "1552385142",
+ "from": "Valen L.",
+ "from_id": "user154199137",
+ "text": "HI, IF ANYONE SEEN THIS STUDENT CARD, PLS LET ME KNOW! \n\nKIM SUNG WOO \nAXXX5707U \n\nLAST SEEN AT EDU RESOURCE CENTRE LVL 3 STUDY ROOM! \n\nTHANK YOU!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "HI, IF ANYONE SEEN THIS STUDENT CARD, PLS LET ME KNOW! \n\nKIM SUNG WOO \nAXXX5707U \n\nLAST SEEN AT EDU RESOURCE CENTRE LVL 3 STUDY ROOM! \n\nTHANK YOU!!!"
+ }
+ ]
+ },
+ {
+ "id": 1039,
+ "type": "message",
+ "date": "2019-03-12T22:13:26",
+ "date_unixtime": "1552400006",
+ "from": "Meng Pei Heng",
+ "from_id": "user380150907",
+ "reply_to_message_id": 1038,
+ "text": "Ok",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ok"
+ }
+ ]
+ },
+ {
+ "id": 1040,
+ "type": "message",
+ "date": "2019-03-13T17:55:10",
+ "date_unixtime": "1552470910",
+ "from": "J",
+ "from_id": "user253811371",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at mpsh2, still at mpsh2(invigilator’s table) the door is still open",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at mpsh2, still at mpsh2(invigilator’s table) the door is still open"
+ }
+ ]
+ },
+ {
+ "id": 1041,
+ "type": "message",
+ "date": "2019-03-13T23:37:22",
+ "date_unixtime": "1552491442",
+ "from": "Tamano Ryuto",
+ "from_id": "user66408491",
+ "text": "found in Chem Eng com lab E5 Level 3, with me, contact if its yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found in Chem Eng com lab E5 Level 3, with me, contact if its yours"
+ }
+ ]
+ },
+ {
+ "id": 1042,
+ "type": "message",
+ "date": "2019-03-13T23:37:22",
+ "date_unixtime": "1552491442",
+ "from": "Tamano Ryuto",
+ "from_id": "user66408491",
+ "forwarded_from": "Tamano Ryuto",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1043,
+ "type": "message",
+ "date": "2019-03-14T11:39:32",
+ "date_unixtime": "1552534772",
+ "from": "✨Minkss",
+ "from_id": "user43949897",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost jacket on D2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost jacket on D2"
+ }
+ ]
+ },
+ {
+ "id": 1044,
+ "type": "message",
+ "date": "2019-03-14T11:41:19",
+ "date_unixtime": "1552534879",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "text": "which d2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "which d2"
+ }
+ ]
+ },
+ {
+ "id": 1045,
+ "type": "message",
+ "date": "2019-03-14T11:41:34",
+ "date_unixtime": "1552534894",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "text": "leave it in the bus/hand it to the driver. driver will hand it to pgp terminal in the afternoon",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "leave it in the bus/hand it to the driver. driver will hand it to pgp terminal in the afternoon"
+ }
+ ]
+ },
+ {
+ "id": 1050,
+ "type": "message",
+ "date": "2019-03-15T08:47:11",
+ "date_unixtime": "1552610831",
+ "from": "zi hui",
+ "from_id": "user219643461",
+ "text": "Hi, if anyone seen a shoebag at finefoods by the windows, please let me know! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone seen a shoebag at finefoods by the windows, please let me know! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 1053,
+ "type": "message",
+ "date": "2019-03-15T16:07:11",
+ "date_unixtime": "1552637231",
+ "from": "Jean Yap",
+ "from_id": "user59190563",
+ "text": "Hellu, if anyone seen a pair of red spectacles in Engine this week, pls let me know! I lost them 😂",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hellu, if anyone seen a pair of red spectacles in Engine this week, pls let me know! I lost them 😂"
+ }
+ ]
+ },
+ {
+ "id": 1058,
+ "type": "message",
+ "date": "2019-03-19T11:22:55",
+ "date_unixtime": "1552965775",
+ "from": "Zi Wei Tan",
+ "from_id": "user506951847",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi! I'm a NTU student and I lost my wallet at about 6.20pm yesterday at the Stephen Riady Centre dropoff point. Please contact me if found!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I'm a NTU student and I lost my wallet at about 6.20pm yesterday at the Stephen Riady Centre dropoff point. Please contact me if found!"
+ }
+ ]
+ },
+ {
+ "id": 1059,
+ "type": "message",
+ "date": "2019-03-19T11:30:19",
+ "date_unixtime": "1552966219",
+ "from": "Dalis",
+ "from_id": "user221373108",
+ "text": "If you lost it at the drop off point, try going to the security guard office which is right at the drop off point! They don't have your name details in their database so they might not be able to call you.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If you lost it at the drop off point, try going to the security guard office which is right at the drop off point! They don't have your name details in their database so they might not be able to call you."
+ }
+ ]
+ },
+ {
+ "id": 1060,
+ "type": "message",
+ "date": "2019-03-19T14:51:56",
+ "date_unixtime": "1552978316",
+ "from": "Zi Wei Tan",
+ "from_id": "user506951847",
+ "text": "Omy okay thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Omy okay thank you!"
+ }
+ ]
+ },
+ {
+ "id": 1062,
+ "type": "message",
+ "date": "2019-03-19T15:38:03",
+ "date_unixtime": "1552981083",
+ "edited": "2019-03-19T15:39:24",
+ "edited_unixtime": "1552981164",
+ "from": "Sarah",
+ "from_id": "user251400588",
+ "text": "Hi, if anyone has seen an ez-link that belongs to Sarah Binte Zainal S98XXXXXH, can you please contact me? The last time I had it was either at KR MRT or D2 bus otw to U-Town. Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone has seen an ez-link that belongs to Sarah Binte Zainal S98XXXXXH, can you please contact me? The last time I had it was either at KR MRT or D2 bus otw to U-Town. Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 1065,
+ "type": "message",
+ "date": "2019-03-19T18:31:29",
+ "date_unixtime": "1552991489",
+ "from": "Joel",
+ "from_id": "user267814488",
+ "text": [
+ "Hi guys, just something that I want to share with people from NUS:\n\nNUS has this Repoapp that is able to track if your item has been found and returned to any security post or directly to YIH Student Service Centre after the loss report of possession.\n\nLink to the Repoapp:\n ",
+ {
+ "type": "link",
+ "text": "https://secure.repoapp.com/public_items/BB20556C"
+ },
+ "\n\nCredits to Dave for intro-ing me to the app and NUS Student Services for this app for ease of tracking."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, just something that I want to share with people from NUS:\n\nNUS has this Repoapp that is able to track if your item has been found and returned to any security post or directly to YIH Student Service Centre after the loss report of possession.\n\nLink to the Repoapp:\n "
+ },
+ {
+ "type": "link",
+ "text": "https://secure.repoapp.com/public_items/BB20556C"
+ },
+ {
+ "type": "plain",
+ "text": "\n\nCredits to Dave for intro-ing me to the app and NUS Student Services for this app for ease of tracking."
+ }
+ ]
+ },
+ {
+ "id": 1073,
+ "type": "message",
+ "date": "2019-03-22T19:56:47",
+ "date_unixtime": "1553255807",
+ "from": "Ezzafatin",
+ "from_id": "user493566949",
+ "text": "Hi, has anyone seen a denim jacket that looks like a blazer around Arts?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, has anyone seen a denim jacket that looks like a blazer around Arts?"
+ }
+ ]
+ },
+ {
+ "id": 1077,
+ "type": "message",
+ "date": "2019-03-23T14:13:57",
+ "date_unixtime": "1553321637",
+ "from": "Verona",
+ "from_id": "user589932750",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Pls contact me if you know who this belongs to",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pls contact me if you know who this belongs to"
+ }
+ ]
+ },
+ {
+ "id": 1079,
+ "type": "message",
+ "date": "2019-03-25T15:34:00",
+ "date_unixtime": "1553499240",
+ "from": "Jiemin",
+ "from_id": "user126328201",
+ "text": "Hello, anyone found a samsung black phone in lt27?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, anyone found a samsung black phone in lt27?"
+ }
+ ]
+ },
+ {
+ "id": 1080,
+ "type": "message",
+ "date": "2019-03-25T15:43:03",
+ "date_unixtime": "1553499783",
+ "from": "Florian Yq",
+ "from_id": "user510225762",
+ "text": [
+ "Hi\n I lost a green and black shoe bag with a logo SJI International. There is also a pair of blue adidias shoes inside as well. If anyone finds it could you kindly contact me at ",
+ {
+ "type": "phone",
+ "text": "96770274"
+ },
+ ". Thank you"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi\n I lost a green and black shoe bag with a logo SJI International. There is also a pair of blue adidias shoes inside as well. If anyone finds it could you kindly contact me at "
+ },
+ {
+ "type": "phone",
+ "text": "96770274"
+ },
+ {
+ "type": "plain",
+ "text": ". Thank you"
+ }
+ ]
+ },
+ {
+ "id": 1086,
+ "type": "message",
+ "date": "2019-03-27T01:29:23",
+ "date_unixtime": "1553621363",
+ "from": "rachee",
+ "from_id": "user114046403",
+ "text": "hi if anyone has seen a transponder with a eusoff lanyard and house keys attached to it pls let me know!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone has seen a transponder with a eusoff lanyard and house keys attached to it pls let me know!!"
+ }
+ ]
+ },
+ {
+ "id": 1087,
+ "type": "message",
+ "date": "2019-03-27T08:57:26",
+ "date_unixtime": "1553648246",
+ "from": "HEH Koh",
+ "from_id": "user125694077",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 438,
+ "height": 682,
+ "text": "Hi! Anyone seen a ebene knee guard at the USC toilet, level 2? It’s a skin coloured one :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Anyone seen a ebene knee guard at the USC toilet, level 2? It’s a skin coloured one :)"
+ }
+ ]
+ },
+ {
+ "id": 1092,
+ "type": "message",
+ "date": "2019-03-27T16:41:28",
+ "date_unixtime": "1553676088",
+ "from": "Gen T.",
+ "from_id": "user21502615",
+ "text": "Hi I left my Ez link card at the printing room at Central Library at abt 4pm, please do let me know if you’ve seen it, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I left my Ez link card at the printing room at Central Library at abt 4pm, please do let me know if you’ve seen it, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 1096,
+ "type": "message",
+ "date": "2019-03-27T23:02:39",
+ "date_unixtime": "1553698959",
+ "from": "Kathy",
+ "from_id": "user75004814",
+ "forwarded_from": "Dean",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi, if anyone finds a plug earring that looks exactly like this, can let me know? Thanks in advance!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone finds a plug earring that looks exactly like this, can let me know? Thanks in advance!"
+ }
+ ]
+ },
+ {
+ "id": 1097,
+ "type": "message",
+ "date": "2019-03-27T23:02:54",
+ "date_unixtime": "1553698974",
+ "from": "Kathy",
+ "from_id": "user75004814",
+ "text": "It's 1/2\" thick. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It's 1/2\" thick. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 1100,
+ "type": "message",
+ "date": "2019-03-28T11:48:24",
+ "date_unixtime": "1553744904",
+ "from": "Clare",
+ "from_id": "user504726949",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1231,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1101,
+ "type": "message",
+ "date": "2019-03-28T11:48:57",
+ "date_unixtime": "1553744937",
+ "from": "Clare",
+ "from_id": "user504726949",
+ "text": ";-; lost the other half of this earring around MD6 / NUH / qiji / mr bean. if you find it please pm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": ";-; lost the other half of this earring around MD6 / NUH / qiji / mr bean. if you find it please pm me!"
+ }
+ ]
+ },
+ {
+ "id": 1103,
+ "type": "message",
+ "date": "2019-03-28T12:39:51",
+ "date_unixtime": "1553747991",
+ "from": "Bryant Low",
+ "from_id": "user34375500",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 622,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1104,
+ "type": "message",
+ "date": "2019-03-28T12:40:01",
+ "date_unixtime": "1553748001",
+ "from": "Bryant Low",
+ "from_id": "user34375500",
+ "text": "Found matric card outside YIH, returned to ssc",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found matric card outside YIH, returned to ssc"
+ }
+ ]
+ },
+ {
+ "id": 1105,
+ "type": "message",
+ "date": "2019-03-28T13:01:16",
+ "date_unixtime": "1553749276",
+ "from": "Jackson",
+ "from_id": "user257572533",
+ "text": "Pls black out the matric number for data protection",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pls black out the matric number for data protection"
+ }
+ ]
+ },
+ {
+ "id": 1110,
+ "type": "message",
+ "date": "2019-03-29T11:15:54",
+ "date_unixtime": "1553829354",
+ "from": "Wan Ting",
+ "from_id": "user522864553",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1111,
+ "type": "message",
+ "date": "2019-03-29T11:16:05",
+ "date_unixtime": "1553829365",
+ "from": "Wan Ting",
+ "from_id": "user522864553",
+ "text": "Found at bus stop opp uhc",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at bus stop opp uhc"
+ }
+ ]
+ },
+ {
+ "id": 1115,
+ "type": "message",
+ "date": "2019-03-29T13:10:25",
+ "date_unixtime": "1553836225",
+ "from": "timthian",
+ "from_id": "user30455303",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found a pair of spectacles @ utown bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found a pair of spectacles @ utown bus stop"
+ }
+ ]
+ },
+ {
+ "id": 1151,
+ "type": "message",
+ "date": "2019-03-31T15:26:08",
+ "date_unixtime": "1554017168",
+ "from": "Marcus Sim",
+ "from_id": "user113728488",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Wallet found at SRC roof level toilet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wallet found at SRC roof level toilet"
+ }
+ ]
+ },
+ {
+ "id": 1158,
+ "type": "message",
+ "date": "2019-04-01T19:27:52",
+ "date_unixtime": "1554118072",
+ "from": "yilan 🔪",
+ "from_id": "user193500197",
+ "text": "Hi has anyone picked up a PAssion card today? I lost it presumably around YIH to Utown.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone picked up a PAssion card today? I lost it presumably around YIH to Utown."
+ }
+ ]
+ },
+ {
+ "id": 1159,
+ "type": "message",
+ "date": "2019-04-01T19:59:01",
+ "date_unixtime": "1554119941",
+ "from": null,
+ "from_id": "user264108808",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "anyone dropped this near kent ridge mrt? :o",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone dropped this near kent ridge mrt? :o"
+ }
+ ]
+ },
+ {
+ "id": 1163,
+ "type": "message",
+ "date": "2019-04-02T09:55:29",
+ "date_unixtime": "1554170129",
+ "from": "Rishab ⛺️",
+ "from_id": "user361559184",
+ "text": "Anyone came across a Sennheiser pouch with a Sennheiser BTNC 4.50 Headphones inside. Possible locations:\n\n1) Chinese Library study area\n2) Engineering IT Think Lab\n3) Engineering digital systems lab",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone came across a Sennheiser pouch with a Sennheiser BTNC 4.50 Headphones inside. Possible locations:\n\n1) Chinese Library study area\n2) Engineering IT Think Lab\n3) Engineering digital systems lab"
+ }
+ ]
+ },
+ {
+ "id": 1165,
+ "type": "message",
+ "date": "2019-04-03T17:03:10",
+ "date_unixtime": "1554282190",
+ "from": "XINYI ?????",
+ "from_id": "user162749262",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi sorry anyone saw a starbucks tumblr that look like this!!! vvvv important to me 😭😭 pls tell me if found! could b arnd utown/fass",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi sorry anyone saw a starbucks tumblr that look like this!!! vvvv important to me 😭😭 pls tell me if found! could b arnd utown/fass"
+ }
+ ]
+ },
+ {
+ "id": 1166,
+ "type": "message",
+ "date": "2019-04-04T09:52:10",
+ "date_unixtime": "1554342730",
+ "edited": "2019-04-04T09:52:27",
+ "edited_unixtime": "1554342747",
+ "from": "Winnie",
+ "from_id": "user40414312",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 1280,
+ "text": "if anyone has seen this bottle please let me know!! last seen at AS1 0201 ytd thank youuu :-)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if anyone has seen this bottle please let me know!! last seen at AS1 0201 ytd thank youuu :-)"
+ }
+ ]
+ },
+ {
+ "id": 1168,
+ "type": "message",
+ "date": "2019-04-04T19:07:58",
+ "date_unixtime": "1554376078",
+ "from": "k",
+ "from_id": "user135118832",
+ "text": "Anyone found a medium sized grey water bottle with a broken carabiner in computing? I think I left it at the study/lounge area on level 2 of COM 1, but not sure :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found a medium sized grey water bottle with a broken carabiner in computing? I think I left it at the study/lounge area on level 2 of COM 1, but not sure :("
+ }
+ ]
+ },
+ {
+ "id": 1169,
+ "type": "message",
+ "date": "2019-04-04T19:08:13",
+ "date_unixtime": "1554376093",
+ "from": "k",
+ "from_id": "user135118832",
+ "text": "Off campus so I can't go check",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Off campus so I can't go check"
+ }
+ ]
+ },
+ {
+ "id": 1171,
+ "type": "message",
+ "date": "2019-04-04T21:28:10",
+ "date_unixtime": "1554384490",
+ "from": "Melvin",
+ "from_id": "user241306817",
+ "text": "Anyone found a braun buffel wallet belong to A0194247X Wee Jian Hong? If found please notify me ASAP thanks :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found a braun buffel wallet belong to A0194247X Wee Jian Hong? If found please notify me ASAP thanks :("
+ }
+ ]
+ },
+ {
+ "id": 1172,
+ "type": "message",
+ "date": "2019-04-04T21:29:19",
+ "date_unixtime": "1554384559",
+ "from": "Joven Heng",
+ "from_id": "user125155595",
+ "reply_to_message_id": 1168,
+ "text": "saw a bottle on top of the water cooler at com 1 idk if thats urs, level 2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "saw a bottle on top of the water cooler at com 1 idk if thats urs, level 2"
+ }
+ ]
+ },
+ {
+ "id": 1173,
+ "type": "message",
+ "date": "2019-04-04T21:56:48",
+ "date_unixtime": "1554386208",
+ "from": "k",
+ "from_id": "user135118832",
+ "reply_to_message_id": 1172,
+ "text": "Thanks! I didn't refill my bottle while there, so that would be someone else's. Hope they find it, haha",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks! I didn't refill my bottle while there, so that would be someone else's. Hope they find it, haha"
+ }
+ ]
+ },
+ {
+ "id": 1175,
+ "type": "message",
+ "date": "2019-04-05T14:49:48",
+ "date_unixtime": "1554446988",
+ "from": "Zhulin",
+ "from_id": "user696807941",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Card found. Pm to retrieve",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Card found. Pm to retrieve"
+ }
+ ]
+ },
+ {
+ "id": 1176,
+ "type": "message",
+ "date": "2019-04-05T15:13:45",
+ "date_unixtime": "1554448425",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "text": "Lam Tsz Fung 0218L, your matric card is with PGP terminal staff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lam Tsz Fung 0218L, your matric card is with PGP terminal staff"
+ }
+ ]
+ },
+ {
+ "id": 1178,
+ "type": "message",
+ "date": "2019-04-05T15:21:09",
+ "date_unixtime": "1554448869",
+ "from": "Jason",
+ "from_id": "user442682385",
+ "text": [
+ {
+ "type": "mention",
+ "text": "@Davidtanaka"
+ },
+ " your card"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@Davidtanaka"
+ },
+ {
+ "type": "plain",
+ "text": " your card"
+ }
+ ]
+ },
+ {
+ "id": 1179,
+ "type": "message",
+ "date": "2019-04-05T15:21:44",
+ "date_unixtime": "1554448904",
+ "from": "David Tanaka",
+ "from_id": "user289921618",
+ "text": "Yeah hahaha, thks bro hahahhaa",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yeah hahaha, thks bro hahahhaa"
+ }
+ ]
+ },
+ {
+ "id": 1180,
+ "type": "message",
+ "date": "2019-04-05T15:21:52",
+ "date_unixtime": "1554448912",
+ "from": "David Tanaka",
+ "from_id": "user289921618",
+ "text": "thank you nus lost and found",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thank you nus lost and found"
+ }
+ ]
+ },
+ {
+ "id": 1181,
+ "type": "message",
+ "date": "2019-04-05T15:23:40",
+ "date_unixtime": "1554449020",
+ "from": "David Tanaka",
+ "from_id": "user289921618",
+ "text": [
+ "and ",
+ {
+ "type": "mention",
+ "text": "@Zhulin"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "and "
+ },
+ {
+ "type": "mention",
+ "text": "@Zhulin"
+ }
+ ]
+ },
+ {
+ "id": 1183,
+ "type": "message",
+ "date": "2019-04-05T16:32:13",
+ "date_unixtime": "1554453133",
+ "from": "kendrik",
+ "from_id": "user346829194",
+ "text": "That's nice.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "That's nice."
+ }
+ ]
+ },
+ {
+ "id": 1192,
+ "type": "message",
+ "date": "2019-04-09T13:27:48",
+ "date_unixtime": "1554787668",
+ "from": "Arun Kumarr Ravi",
+ "from_id": "user502950947",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Anyone lost jabra headphones? At terrace canteen?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone lost jabra headphones? At terrace canteen?"
+ }
+ ]
+ },
+ {
+ "id": 1195,
+ "type": "message",
+ "date": "2019-04-09T16:59:12",
+ "date_unixtime": "1554800352",
+ "from": "Jolene 🐥",
+ "from_id": "user47948602",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello! found this matric card otw to utown/raffles hall after the opp yih bus stop! pls pm to retrieve",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! found this matric card otw to utown/raffles hall after the opp yih bus stop! pls pm to retrieve"
+ }
+ ]
+ },
+ {
+ "id": 1197,
+ "type": "message",
+ "date": "2019-04-10T13:58:25",
+ "date_unixtime": "1554875905",
+ "from": "clarence",
+ "from_id": "user148652692",
+ "text": "Hi all, lost a matric card around utown area under the name of Danette Choong. Pls pm me if found thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi all, lost a matric card around utown area under the name of Danette Choong. Pls pm me if found thanks!"
+ }
+ ]
+ },
+ {
+ "id": 1198,
+ "type": "message",
+ "date": "2019-04-10T14:13:05",
+ "date_unixtime": "1554876785",
+ "from": "Hidemi",
+ "from_id": "user63720152",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost matric card, it’s with the security guard at utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost matric card, it’s with the security guard at utown"
+ }
+ ]
+ },
+ {
+ "id": 1201,
+ "type": "message",
+ "date": "2019-04-10T19:49:54",
+ "date_unixtime": "1554896994",
+ "from": "ZM M",
+ "from_id": "user396755270",
+ "text": "Dropped my black lanyard in LT7 just now, lmk of you have it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Dropped my black lanyard in LT7 just now, lmk of you have it"
+ }
+ ]
+ },
+ {
+ "id": 1202,
+ "type": "message",
+ "date": "2019-04-10T19:49:57",
+ "date_unixtime": "1554896997",
+ "from": "ZM M",
+ "from_id": "user396755270",
+ "text": "Thanks :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks :)"
+ }
+ ]
+ },
+ {
+ "id": 1205,
+ "type": "message",
+ "date": "2019-04-11T09:56:11",
+ "date_unixtime": "1554947771",
+ "from": "Jolene 🐥",
+ "from_id": "user47948602",
+ "reply_to_message_id": 1195,
+ "text": "passed to student service centre earlier",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "passed to student service centre earlier"
+ }
+ ]
+ },
+ {
+ "id": 1206,
+ "type": "message",
+ "date": "2019-04-11T10:33:13",
+ "date_unixtime": "1554949993",
+ "from": "Phoo Mindy",
+ "from_id": "user358841907",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 957,
+ "text": "Card found at E3 Printing area",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Card found at E3 Printing area"
+ }
+ ]
+ },
+ {
+ "id": 1212,
+ "type": "message",
+ "date": "2019-04-15T11:09:04",
+ "date_unixtime": "1555297744",
+ "from": "ilostafriend",
+ "from_id": "user133932123",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1213,
+ "type": "message",
+ "date": "2019-04-15T11:09:28",
+ "date_unixtime": "1555297768",
+ "from": "ilostafriend",
+ "from_id": "user133932123",
+ "text": "Anyone found a thumbdrive that looks like this? When plugged in the name of the thumbdrive is “Thomson”",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found a thumbdrive that looks like this? When plugged in the name of the thumbdrive is “Thomson”"
+ }
+ ]
+ },
+ {
+ "id": 1214,
+ "type": "message",
+ "date": "2019-04-15T19:05:17",
+ "date_unixtime": "1555326317",
+ "from": "Kh",
+ "from_id": "user133482030",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this at CLB printing station, lemme know if it’s yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at CLB printing station, lemme know if it’s yours"
+ }
+ ]
+ },
+ {
+ "id": 1215,
+ "type": "message",
+ "date": "2019-04-15T19:24:10",
+ "date_unixtime": "1555327450",
+ "from": "ilostafriend",
+ "from_id": "user133932123",
+ "text": "Nope :Gf",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Nope :Gf"
+ }
+ ]
+ },
+ {
+ "id": 1216,
+ "type": "message",
+ "date": "2019-04-15T19:24:14",
+ "date_unixtime": "1555327454",
+ "from": "ilostafriend",
+ "from_id": "user133932123",
+ "text": ":(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": ":("
+ }
+ ]
+ },
+ {
+ "id": 1217,
+ "type": "message",
+ "date": "2019-04-15T19:24:24",
+ "date_unixtime": "1555327464",
+ "from": "ilostafriend",
+ "from_id": "user133932123",
+ "text": "Thanks tho",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks tho"
+ }
+ ]
+ },
+ {
+ "id": 1219,
+ "type": "message",
+ "date": "2019-04-15T19:26:24",
+ "date_unixtime": "1555327584",
+ "from": "🦆🦭Shannon 🦖🦈",
+ "from_id": "user563052950",
+ "text": "Hi guys!!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys!!!!"
+ }
+ ]
+ },
+ {
+ "id": 1220,
+ "type": "message",
+ "date": "2019-04-15T19:26:29",
+ "date_unixtime": "1555327589",
+ "from": "🦆🦭Shannon 🦖🦈",
+ "from_id": "user563052950",
+ "text": "I lost my laptop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost my laptop"
+ }
+ ]
+ },
+ {
+ "id": 1221,
+ "type": "message",
+ "date": "2019-04-15T19:26:44",
+ "date_unixtime": "1555327604",
+ "from": "🦆🦭Shannon 🦖🦈",
+ "from_id": "user563052950",
+ "text": "And it's in a grey Asus laptop case",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "And it's in a grey Asus laptop case"
+ }
+ ]
+ },
+ {
+ "id": 1222,
+ "type": "message",
+ "date": "2019-04-15T19:27:06",
+ "date_unixtime": "1555327626",
+ "from": "🦆🦭Shannon 🦖🦈",
+ "from_id": "user563052950",
+ "text": "I think I either left it in hwangs or in waacow",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I think I either left it in hwangs or in waacow"
+ }
+ ]
+ },
+ {
+ "id": 1223,
+ "type": "message",
+ "date": "2019-04-15T19:27:42",
+ "date_unixtime": "1555327662",
+ "from": "🦆🦭Shannon 🦖🦈",
+ "from_id": "user563052950",
+ "text": "Can somebody help me look for it cause I'm currently in the bus for btc and I just realised",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Can somebody help me look for it cause I'm currently in the bus for btc and I just realised"
+ }
+ ]
+ },
+ {
+ "id": 1224,
+ "type": "message",
+ "date": "2019-04-15T19:28:06",
+ "date_unixtime": "1555327686",
+ "from": "🦆🦭Shannon 🦖🦈",
+ "from_id": "user563052950",
+ "text": "Really thank you so much for whoever can help",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Really thank you so much for whoever can help"
+ }
+ ]
+ },
+ {
+ "id": 1225,
+ "type": "message",
+ "date": "2019-04-15T22:07:25",
+ "date_unixtime": "1555337245",
+ "from": "Jk",
+ "from_id": "user529164862",
+ "text": "Looking for a lost matric card\n\nName: Chan Jun kang\nMatric no: A****360N \n\nWill be really thankful if someone finds it!! Thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Looking for a lost matric card\n\nName: Chan Jun kang\nMatric no: A****360N \n\nWill be really thankful if someone finds it!! Thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 1229,
+ "type": "message",
+ "date": "2019-04-16T12:04:59",
+ "date_unixtime": "1555387499",
+ "from": null,
+ "from_id": "user786606884",
+ "text": "Looking for my lost matric card (ez-link card was with it too). I lost it somewhere between Tembusu and UTown bus station, or on the D2 bus.\n\nName: Caroline Marie Germeaux\nID: A****787A\n\nThank you for letting me know if you found it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Looking for my lost matric card (ez-link card was with it too). I lost it somewhere between Tembusu and UTown bus station, or on the D2 bus.\n\nName: Caroline Marie Germeaux\nID: A****787A\n\nThank you for letting me know if you found it!"
+ }
+ ]
+ },
+ {
+ "id": 1236,
+ "type": "message",
+ "date": "2019-04-16T17:08:42",
+ "date_unixtime": "1555405722",
+ "from": "Valen L.",
+ "from_id": "user154199137",
+ "forwarded_from": "Jubin Jang",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 500,
+ "height": 600,
+ "text": "Hello! I lost a navy check shirt somewhere in Utown around 1-2pm. plz lmk if found. thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost a navy check shirt somewhere in Utown around 1-2pm. plz lmk if found. thank you!"
+ }
+ ]
+ },
+ {
+ "id": 1239,
+ "type": "message",
+ "date": "2019-04-17T11:08:33",
+ "date_unixtime": "1555470513",
+ "from": "✨Minkss",
+ "from_id": "user43949897",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 817,
+ "text": "Found outside lt27 after CM1401",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found outside lt27 after CM1401"
+ }
+ ]
+ },
+ {
+ "id": 1244,
+ "type": "message",
+ "date": "2019-04-18T19:18:14",
+ "date_unixtime": "1555586294",
+ "from": "Martin",
+ "from_id": "user157674885",
+ "text": "Hi, I lost my pgp access card. It access block 15, level 3. Pls pm if you found it 🙏🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my pgp access card. It access block 15, level 3. Pls pm if you found it 🙏🙏"
+ }
+ ]
+ },
+ {
+ "id": 1248,
+ "type": "message",
+ "date": "2019-04-19T16:28:43",
+ "date_unixtime": "1555662523",
+ "from": "Sean",
+ "from_id": "user503966256",
+ "text": "Did anyone see a matric card: Low Chen Yi, Sean around U town (Hwangs or Food Clique) or along the path from Starbucks to Town plaza? Thanks :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone see a matric card: Low Chen Yi, Sean around U town (Hwangs or Food Clique) or along the path from Starbucks to Town plaza? Thanks :)"
+ }
+ ]
+ },
+ {
+ "id": 1255,
+ "type": "message",
+ "date": "2019-04-19T19:49:06",
+ "date_unixtime": "1555674546",
+ "from": "yilan 🔪",
+ "from_id": "user193500197",
+ "text": "anyone picked up a flash pay ezlink? with yellow arrows on it.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone picked up a flash pay ezlink? with yellow arrows on it."
+ }
+ ]
+ },
+ {
+ "id": 1256,
+ "type": "message",
+ "date": "2019-04-20T00:50:45",
+ "date_unixtime": "1555692645",
+ "from": "jiejinliu",
+ "from_id": "user283203039",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Found a card at Utown ERC 2nd floor",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a card at Utown ERC 2nd floor"
+ }
+ ]
+ },
+ {
+ "id": 1259,
+ "type": "message",
+ "date": "2019-04-25T13:28:42",
+ "date_unixtime": "1556170122",
+ "from": "Kzrthikz",
+ "from_id": "user663520403",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 832,
+ "text": "Found in the female toilet beside LT27 in Science",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in the female toilet beside LT27 in Science"
+ }
+ ]
+ },
+ {
+ "id": 1260,
+ "type": "message",
+ "date": "2019-04-25T13:39:26",
+ "date_unixtime": "1556170766",
+ "from": "haziqah amellia",
+ "from_id": "user568071861",
+ "text": [
+ {
+ "type": "mention",
+ "text": "@khaiteng"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@khaiteng"
+ }
+ ]
+ },
+ {
+ "id": 1261,
+ "type": "message",
+ "date": "2019-04-27T16:16:24",
+ "date_unixtime": "1556352984",
+ "from": "J",
+ "from_id": "user253811371",
+ "text": "Did anyone see a ezlink card: Jordan tok around Clb printing areaThanks :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone see a ezlink card: Jordan tok around Clb printing areaThanks :)"
+ }
+ ]
+ },
+ {
+ "id": 1263,
+ "type": "message",
+ "date": "2019-05-03T00:29:46",
+ "date_unixtime": "1556814586",
+ "from": "DW",
+ "from_id": "user196654661",
+ "text": "Hi, did anyone happen to see an admin card in MPSH1B around seat 375? Probably left it there, please let me know if found ty 🙏🏿 \nName: Wah Dian Wei",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anyone happen to see an admin card in MPSH1B around seat 375? Probably left it there, please let me know if found ty 🙏🏿 \nName: Wah Dian Wei"
+ }
+ ]
+ },
+ {
+ "id": 1267,
+ "type": "message",
+ "date": "2019-05-04T11:50:25",
+ "date_unixtime": "1556941825",
+ "from": "Ayushi",
+ "from_id": "user190339226",
+ "text": "Hi did anyone see a matric card lying around? It’s most likely around MPSH 5 and tembusu! \n\nName: Ayushi Anand",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a matric card lying around? It’s most likely around MPSH 5 and tembusu! \n\nName: Ayushi Anand"
+ }
+ ]
+ },
+ {
+ "id": 1269,
+ "type": "message",
+ "date": "2019-05-04T13:36:28",
+ "date_unixtime": "1556948188",
+ "edited": "2019-05-04T13:38:09",
+ "edited_unixtime": "1556948289",
+ "from": "Jiade",
+ "from_id": "user227890364",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Found this laptop at yih foodcourt. Rebecca Low Yuan Qi",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this laptop at yih foodcourt. Rebecca Low Yuan Qi"
+ }
+ ]
+ },
+ {
+ "id": 1276,
+ "type": "message",
+ "date": "2019-05-06T21:11:43",
+ "date_unixtime": "1557148303",
+ "from": "Darren",
+ "from_id": "user320421226",
+ "text": "Anyone find a matric card from MPSH1-a today?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone find a matric card from MPSH1-a today?"
+ }
+ ]
+ },
+ {
+ "id": 1277,
+ "type": "message",
+ "date": "2019-05-07T15:36:48",
+ "date_unixtime": "1557214608",
+ "from": "ZM M",
+ "from_id": "user396755270",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1206,
+ "text": "Hi my friend dropped this guy (wearing a crown and cape) in utown today or D1 towards utown, please let me know if youve seen him. Its really important, its about the size of your fist thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi my friend dropped this guy (wearing a crown and cape) in utown today or D1 towards utown, please let me know if youve seen him. Its really important, its about the size of your fist thanks!"
+ }
+ ]
+ },
+ {
+ "id": 1278,
+ "type": "message",
+ "date": "2019-05-07T16:54:32",
+ "date_unixtime": "1557219272",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 800,
+ "height": 800,
+ "text": "Lost a power bank, this model, either in SoC or UTown. Anyone picked it up?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost a power bank, this model, either in SoC or UTown. Anyone picked it up?"
+ }
+ ]
+ },
+ {
+ "id": 1279,
+ "type": "message",
+ "date": "2019-05-08T10:16:08",
+ "date_unixtime": "1557281768",
+ "from": "Jeremy Teng",
+ "from_id": "user173416744",
+ "text": "Anyone found a rainbow pencil box with like many zips at Yih or TP hahaha thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found a rainbow pencil box with like many zips at Yih or TP hahaha thanks"
+ }
+ ]
+ },
+ {
+ "id": 1280,
+ "type": "message",
+ "date": "2019-05-08T13:00:11",
+ "date_unixtime": "1557291611",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "text": "PGPR resident of 17/3/K your room card is in PC4068Z D2 now. Gonna pass to PGP Terminal later",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "PGPR resident of 17/3/K your room card is in PC4068Z D2 now. Gonna pass to PGP Terminal later"
+ }
+ ]
+ },
+ {
+ "id": 1281,
+ "type": "message",
+ "date": "2019-05-08T13:10:52",
+ "date_unixtime": "1557292252",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "reply_to_message_id": 1280,
+ "text": "Edit, I passed it to the security guard at PGPR drop off point because your management office wasn’t open",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Edit, I passed it to the security guard at PGPR drop off point because your management office wasn’t open"
+ }
+ ]
+ },
+ {
+ "id": 1284,
+ "type": "message",
+ "date": "2019-05-15T20:54:22",
+ "date_unixtime": "1557924862",
+ "from": "Jereme Tan",
+ "from_id": "user192694864",
+ "text": "Hi, I left a metal wrist watch at utown gym, the brand is Techno. \n\nI left the gym at about 8pm, leaving my watch behind.\n\nLast placed on the seat of the Lat Pull down machine, right of the 'stretching machine'.\n\nIf seen pls contact me thank you :).",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I left a metal wrist watch at utown gym, the brand is Techno. \n\nI left the gym at about 8pm, leaving my watch behind.\n\nLast placed on the seat of the Lat Pull down machine, right of the 'stretching machine'.\n\nIf seen pls contact me thank you :)."
+ }
+ ]
+ },
+ {
+ "id": 1285,
+ "type": "message",
+ "date": "2019-05-15T21:00:06",
+ "date_unixtime": "1557925206",
+ "from": "Jereme Tan",
+ "from_id": "user192694864",
+ "reply_to_message_id": 1284,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 607,
+ "height": 619,
+ "text": "Picture of the watch",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Picture of the watch"
+ }
+ ]
+ },
+ {
+ "id": 1287,
+ "type": "message",
+ "date": "2019-05-21T19:32:47",
+ "date_unixtime": "1558438367",
+ "from": "Charisse",
+ "from_id": "user312036794",
+ "text": "Hi I lost a SUTD concession card. Name: Laura Lee Li Ying\nLast seen at level 2 Utown girls toilet @ 7pm \n\nPls contact me if seen, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost a SUTD concession card. Name: Laura Lee Li Ying\nLast seen at level 2 Utown girls toilet @ 7pm \n\nPls contact me if seen, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 1291,
+ "type": "message",
+ "date": "2019-05-26T11:53:10",
+ "date_unixtime": "1558842790",
+ "from": "Zhiwei",
+ "from_id": "user177693317",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1292,
+ "type": "message",
+ "date": "2019-05-26T11:53:11",
+ "date_unixtime": "1558842791",
+ "from": "Zhiwei",
+ "from_id": "user177693317",
+ "text": "Hi anyone knows of a Med student who lost their kopitiam card",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone knows of a Med student who lost their kopitiam card"
+ }
+ ]
+ },
+ {
+ "id": 1297,
+ "type": "message",
+ "date": "2019-06-17T16:49:44",
+ "date_unixtime": "1560761384",
+ "from": "Andelu",
+ "from_id": "user49395384",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found along walkway from E1 towards E4",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found along walkway from E1 towards E4"
+ }
+ ]
+ },
+ {
+ "id": 1298,
+ "type": "message",
+ "date": "2019-06-17T16:49:59",
+ "date_unixtime": "1560761399",
+ "edited": "2019-06-17T16:50:29",
+ "edited_unixtime": "1560761429",
+ "from": "Andelu",
+ "from_id": "user49395384",
+ "text": "Left at E5 guardhouse",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left at E5 guardhouse"
+ }
+ ]
+ },
+ {
+ "id": 1307,
+ "type": "message",
+ "date": "2019-06-24T13:03:40",
+ "date_unixtime": "1561352620",
+ "from": "Charles Lai",
+ "from_id": "user597263652",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 828,
+ "height": 1104,
+ "text": "Last seen at science canteen. Pls contact science building guardhouse",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Last seen at science canteen. Pls contact science building guardhouse"
+ }
+ ]
+ },
+ {
+ "id": 1339,
+ "type": "message",
+ "date": "2019-07-19T20:26:51",
+ "date_unixtime": "1563539211",
+ "edited": "2019-07-19T20:44:12",
+ "edited_unixtime": "1563540252",
+ "from": "Victoria",
+ "from_id": "user96609003",
+ "text": "Hi, I lost my dark blue denim jacket at UTown near one of the tables near Frank OCBC. Please pm me if you saw it, thank you! 🙏🙏🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my dark blue denim jacket at UTown near one of the tables near Frank OCBC. Please pm me if you saw it, thank you! 🙏🙏🙏"
+ }
+ ]
+ },
+ {
+ "id": 1344,
+ "type": "message",
+ "date": "2019-07-23T15:21:46",
+ "date_unixtime": "1563866506",
+ "from": null,
+ "from_id": "user240658611",
+ "text": "hi lost a black adidas bag at yih staircase 2 days ago pls pm me if found thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi lost a black adidas bag at yih staircase 2 days ago pls pm me if found thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 1351,
+ "type": "message",
+ "date": "2019-07-26T14:05:21",
+ "date_unixtime": "1564121121",
+ "edited": "2019-07-27T14:52:10",
+ "edited_unixtime": "1564210330",
+ "from": "Wy",
+ "from_id": "user577764547",
+ "text": "Hi, I lost my specs somewhere in one of the courts near the grand stand area, one of the courts (Basketball/Netball) or area near the MPSH on the 26th Jul (fri) afternoon. \n\nPlease contact me if you see a half-rimmed rose gold circle lens specs from owndays along any of the pavements/grass patches there. There is a scratch at the bottom of the one of the rims and there are some light scratches on both lenses. Thank you 🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my specs somewhere in one of the courts near the grand stand area, one of the courts (Basketball/Netball) or area near the MPSH on the 26th Jul (fri) afternoon. \n\nPlease contact me if you see a half-rimmed rose gold circle lens specs from owndays along any of the pavements/grass patches there. There is a scratch at the bottom of the one of the rims and there are some light scratches on both lenses. Thank you 🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 1352,
+ "type": "message",
+ "date": "2019-07-26T14:23:17",
+ "date_unixtime": "1564122197",
+ "from": "Wy",
+ "from_id": "user577764547",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 893,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1353,
+ "type": "message",
+ "date": "2019-07-26T14:23:21",
+ "date_unixtime": "1564122201",
+ "from": "Wy",
+ "from_id": "user577764547",
+ "text": "It looks like this^",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It looks like this^"
+ }
+ ]
+ },
+ {
+ "id": 1367,
+ "type": "message",
+ "date": "2019-07-28T14:50:04",
+ "date_unixtime": "1564296604",
+ "from": "Andi",
+ "from_id": "user573894470",
+ "text": "Hi, anyone saw an ezlink card at pc commons? Was there around 11.30 - 12 pm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone saw an ezlink card at pc commons? Was there around 11.30 - 12 pm"
+ }
+ ]
+ },
+ {
+ "id": 1380,
+ "type": "message",
+ "date": "2019-08-01T15:49:58",
+ "date_unixtime": "1564645798",
+ "from": "S T",
+ "from_id": "user212752338",
+ "text": "Someone left their ez link card at the src admission office #1-03. It has changi recommends on it? I passed the card to the front desk",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left their ez link card at the src admission office #1-03. It has changi recommends on it? I passed the card to the front desk"
+ }
+ ]
+ },
+ {
+ "id": 1381,
+ "type": "message",
+ "date": "2019-08-02T22:36:01",
+ "date_unixtime": "1564756561",
+ "from": "Cheng",
+ "from_id": "user152574514",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Ez link card found outside mpsh6. Look for security Rama at mpsh area",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ez link card found outside mpsh6. Look for security Rama at mpsh area"
+ }
+ ]
+ },
+ {
+ "id": 1391,
+ "type": "message",
+ "date": "2019-08-04T22:17:55",
+ "date_unixtime": "1564928275",
+ "from": "Ng Yu Sheng",
+ "from_id": "user228365605",
+ "text": "Hi did anyone come across a black step tracker on the Utown Dance Studio steps? ( it was lost since saturday night)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone come across a black step tracker on the Utown Dance Studio steps? ( it was lost since saturday night)"
+ }
+ ]
+ },
+ {
+ "id": 1393,
+ "type": "message",
+ "date": "2019-08-05T15:43:54",
+ "date_unixtime": "1564991034",
+ "from": "Aidan",
+ "from_id": "user459294887",
+ "text": "if anyone saw a set of keys with a shoe keychain please lmk! last seen at hwangs cafe earlier today",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if anyone saw a set of keys with a shoe keychain please lmk! last seen at hwangs cafe earlier today"
+ }
+ ]
+ },
+ {
+ "id": 1402,
+ "type": "message",
+ "date": "2019-08-08T14:50:33",
+ "date_unixtime": "1565247033",
+ "from": "Danish Lukawski",
+ "from_id": "user44054453",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "There’s a Student Card on the piano just outside of UTown Foodclique!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "There’s a Student Card on the piano just outside of UTown Foodclique!"
+ }
+ ]
+ },
+ {
+ "id": 1406,
+ "type": "message",
+ "date": "2019-08-13T11:51:43",
+ "date_unixtime": "1565668303",
+ "from": "Ken 🥫",
+ "from_id": "user129637969",
+ "text": "hi anyone had any experience of lost items on the bus - where do the stuff end up or if they have a office to claim?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi anyone had any experience of lost items on the bus - where do the stuff end up or if they have a office to claim?"
+ }
+ ]
+ },
+ {
+ "id": 1411,
+ "type": "message",
+ "date": "2019-08-13T18:48:09",
+ "date_unixtime": "1565693289",
+ "from": "Bryan",
+ "from_id": "user125383295",
+ "text": "Hey Guys. Anyone find a matric card with my name Bryan Beh Wah Jun pls let me know",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey Guys. Anyone find a matric card with my name Bryan Beh Wah Jun pls let me know"
+ }
+ ]
+ },
+ {
+ "id": 1412,
+ "type": "message",
+ "date": "2019-08-13T18:48:13",
+ "date_unixtime": "1565693293",
+ "from": "Bryan",
+ "from_id": "user125383295",
+ "text": "Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks"
+ }
+ ]
+ },
+ {
+ "id": 1413,
+ "type": "message",
+ "date": "2019-08-13T23:51:19",
+ "date_unixtime": "1565711479",
+ "from": "k",
+ "from_id": "user135118832",
+ "reply_to_message_id": 1406,
+ "text": [
+ "there's info here. you can try reporting a lost item ",
+ {
+ "type": "link",
+ "text": "http://www.nus.edu.sg/osa/student-services/ssc/admin/lost-and-found"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "there's info here. you can try reporting a lost item "
+ },
+ {
+ "type": "link",
+ "text": "http://www.nus.edu.sg/osa/student-services/ssc/admin/lost-and-found"
+ }
+ ]
+ },
+ {
+ "id": 1420,
+ "type": "message",
+ "date": "2019-08-15T09:43:38",
+ "date_unixtime": "1565833418",
+ "from": "Zhe Wei",
+ "from_id": "user397274099",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hello someone left this at Bus C going PGP now",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello someone left this at Bus C going PGP now"
+ }
+ ]
+ },
+ {
+ "id": 1422,
+ "type": "message",
+ "date": "2019-08-15T11:01:40",
+ "date_unixtime": "1565838100",
+ "from": "Krisha",
+ "from_id": "user16942887",
+ "text": "hi did anyone see an sg50 ezlink card (a bit faded) at sci coop printer? please pm me!! thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anyone see an sg50 ezlink card (a bit faded) at sci coop printer? please pm me!! thank you"
+ }
+ ]
+ },
+ {
+ "id": 1424,
+ "type": "message",
+ "date": "2019-08-15T15:26:41",
+ "date_unixtime": "1565854001",
+ "from": "z",
+ "from_id": "user169292418",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1048,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1434,
+ "type": "message",
+ "date": "2019-08-16T20:27:26",
+ "date_unixtime": "1565958446",
+ "from": "Brendan Yeong",
+ "from_id": "user262602280",
+ "text": "Hello! Is anyone in school now? I left my wallet in the men’s toilet near flavours! If anyone is free it would be really really appreciated!! Thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Is anyone in school now? I left my wallet in the men’s toilet near flavours! If anyone is free it would be really really appreciated!! Thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 1435,
+ "type": "message",
+ "date": "2019-08-16T20:28:03",
+ "date_unixtime": "1565958483",
+ "from": "Brendan Yeong",
+ "from_id": "user262602280",
+ "text": "Do PM me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Do PM me!"
+ }
+ ]
+ },
+ {
+ "id": 1440,
+ "type": "message",
+ "date": "2019-08-19T17:04:00",
+ "date_unixtime": "1566205440",
+ "from": "joan",
+ "from_id": "user44784802",
+ "text": "hi! did anybody find a blue water bottle w an eeyore sticker on it at sci fac lt26? pls pm me thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! did anybody find a blue water bottle w an eeyore sticker on it at sci fac lt26? pls pm me thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 1442,
+ "type": "message",
+ "date": "2019-08-19T21:01:00",
+ "date_unixtime": "1566219660",
+ "from": "Poop",
+ "from_id": "user44020479",
+ "text": "Hi! Did anyone find an ez-link card that has like the words ‘edward’s lifsciences’ or its logo on it? It has a picture of some building as well (I think)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Did anyone find an ez-link card that has like the words ‘edward’s lifsciences’ or its logo on it? It has a picture of some building as well (I think)"
+ }
+ ]
+ },
+ {
+ "id": 1443,
+ "type": "message",
+ "date": "2019-08-19T23:51:24",
+ "date_unixtime": "1566229884",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi everyone!! I lost my waterbottle somewhere around science faculty s16 if you find it pls pm me 🙏🏻🙏🏻😿 thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone!! I lost my waterbottle somewhere around science faculty s16 if you find it pls pm me 🙏🏻🙏🏻😿 thank you!"
+ }
+ ]
+ },
+ {
+ "id": 1453,
+ "type": "message",
+ "date": "2019-08-20T12:56:14",
+ "date_unixtime": "1566276974",
+ "from": "Jerald",
+ "from_id": "user63623145",
+ "text": "Hi anyone found a black braun buffel wallet at lt29 or science aircon canteen dm me please 🙏🏻🙏🏻😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone found a black braun buffel wallet at lt29 or science aircon canteen dm me please 🙏🏻🙏🏻😭"
+ }
+ ]
+ },
+ {
+ "id": 1456,
+ "type": "message",
+ "date": "2019-08-20T13:07:33",
+ "date_unixtime": "1566277653",
+ "from": "fn",
+ "from_id": "user580528265",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 749,
+ "height": 863,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1457,
+ "type": "message",
+ "date": "2019-08-20T13:07:33",
+ "date_unixtime": "1566277653",
+ "from": "fn",
+ "from_id": "user580528265",
+ "text": "Hi I dropped my wireless earphones somewhere around KR bus stop or on D2 at about 12.40pm today. It’s a Jaybird Tarah Pro (blue)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I dropped my wireless earphones somewhere around KR bus stop or on D2 at about 12.40pm today. It’s a Jaybird Tarah Pro (blue)"
+ }
+ ]
+ },
+ {
+ "id": 1458,
+ "type": "message",
+ "date": "2019-08-20T13:52:38",
+ "date_unixtime": "1566280358",
+ "from": "Guan Yee",
+ "from_id": "user350807940",
+ "text": "Hi I lost my wallet at Utown SRC second floor. Black with a yellow stripe, and my matric card is inside. Please dm me if you see it! Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my wallet at Utown SRC second floor. Black with a yellow stripe, and my matric card is inside. Please dm me if you see it! Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 1461,
+ "type": "message",
+ "date": "2019-08-20T17:17:43",
+ "date_unixtime": "1566292663",
+ "edited": "2019-08-20T22:06:56",
+ "edited_unixtime": "1566310016",
+ "from": "Diyana",
+ "from_id": "user501975097",
+ "text": "hi i lost my matric card yesterday AXXX2925L if yalls see it pls dm me! :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost my matric card yesterday AXXX2925L if yalls see it pls dm me! :)"
+ }
+ ]
+ },
+ {
+ "id": 1462,
+ "type": "message",
+ "date": "2019-08-20T17:54:31",
+ "date_unixtime": "1566294871",
+ "from": "Jolene 🐥",
+ "from_id": "user47948602",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "someone left this along the benches at CLB walkway",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left this along the benches at CLB walkway"
+ }
+ ]
+ },
+ {
+ "id": 1467,
+ "type": "message",
+ "date": "2019-08-21T11:44:20",
+ "date_unixtime": "1566359060",
+ "from": "timthian",
+ "from_id": "user30455303",
+ "text": "Hi i lost my Matric card yesterday, AXXX3801J, if anyone sees it pls lmk! thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i lost my Matric card yesterday, AXXX3801J, if anyone sees it pls lmk! thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 1468,
+ "type": "message",
+ "date": "2019-08-21T12:05:14",
+ "date_unixtime": "1566360314",
+ "from": "Shaina Kang",
+ "from_id": "user617661598",
+ "text": "oh dear",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "oh dear"
+ }
+ ]
+ },
+ {
+ "id": 1471,
+ "type": "message",
+ "date": "2019-08-21T21:32:43",
+ "date_unixtime": "1566394363",
+ "from": "Yizhen",
+ "from_id": "user26945616",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi, someone left her student card in PC commons.... I will leave this card with the security office near mac commons. if anyone knows her please let her know about this. Thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, someone left her student card in PC commons.... I will leave this card with the security office near mac commons. if anyone knows her please let her know about this. Thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 1472,
+ "type": "message",
+ "date": "2019-08-22T11:19:31",
+ "date_unixtime": "1566443971",
+ "edited": "2019-08-22T11:24:31",
+ "edited_unixtime": "1566444271",
+ "from": "Tow Ying Xiang",
+ "from_id": "user693407113",
+ "text": "Hi I left a textbook in the USP/Tembusu dining hall yesterday, if anyone saw it please let me know. It's called Modern Quantum Mechanics by J. J. Sakurai and Jim Napolitano 2nd edition.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I left a textbook in the USP/Tembusu dining hall yesterday, if anyone saw it please let me know. It's called Modern Quantum Mechanics by J. J. Sakurai and Jim Napolitano 2nd edition."
+ }
+ ]
+ },
+ {
+ "id": 1473,
+ "type": "message",
+ "date": "2019-08-22T12:03:55",
+ "date_unixtime": "1566446635",
+ "from": "Su Yi",
+ "from_id": "user296742569",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at CLB RBR, passed to librarian",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at CLB RBR, passed to librarian"
+ }
+ ]
+ },
+ {
+ "id": 1479,
+ "type": "message",
+ "date": "2019-08-22T15:11:34",
+ "date_unixtime": "1566457894",
+ "edited": "2019-08-22T15:12:06",
+ "edited_unixtime": "1566457926",
+ "from": "Joshua Chin",
+ "from_id": "user302332279",
+ "text": "Hi!! Anyone found a black armani exchange wallet at the bus stop opposite KR mrt? It was dropped on bus service A2. Pls lemme know if you’ve found it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi!! Anyone found a black armani exchange wallet at the bus stop opposite KR mrt? It was dropped on bus service A2. Pls lemme know if you’ve found it"
+ }
+ ]
+ },
+ {
+ "id": 1480,
+ "type": "message",
+ "date": "2019-08-22T18:34:15",
+ "date_unixtime": "1566470055",
+ "from": "Tow Ying Xiang",
+ "from_id": "user693407113",
+ "reply_to_message_id": 1472,
+ "text": "Found it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found it"
+ }
+ ]
+ },
+ {
+ "id": 1484,
+ "type": "message",
+ "date": "2019-08-22T19:42:57",
+ "date_unixtime": "1566474177",
+ "from": "🪤 max 🪤",
+ "from_id": "user127691138",
+ "text": "Did anyone at the Ian and Peony Ferguson Study see a black card case with a matric card and ezlink card in it? Matric number ends with 288W",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone at the Ian and Peony Ferguson Study see a black card case with a matric card and ezlink card in it? Matric number ends with 288W"
+ }
+ ]
+ },
+ {
+ "id": 1486,
+ "type": "message",
+ "date": "2019-08-22T20:24:33",
+ "date_unixtime": "1566476673",
+ "from": "Shining",
+ "from_id": "user213693519",
+ "text": "Hello, if anyone found a black card holder with 2 ez-link cards and a matric card around Science/MD1, kindly please contact me. Thank you! ☺️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, if anyone found a black card holder with 2 ez-link cards and a matric card around Science/MD1, kindly please contact me. Thank you! ☺️"
+ }
+ ]
+ },
+ {
+ "id": 1490,
+ "type": "message",
+ "date": "2019-08-26T11:22:31",
+ "date_unixtime": "1566789751",
+ "from": "Zhiwei",
+ "from_id": "user177693317",
+ "text": "Hi did anyone pick up a blue shoebag with a blue hoodie inside? I may have dropped it on bus D2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone pick up a blue shoebag with a blue hoodie inside? I may have dropped it on bus D2"
+ }
+ ]
+ },
+ {
+ "id": 1493,
+ "type": "message",
+ "date": "2019-08-27T15:30:31",
+ "date_unixtime": "1566891031",
+ "edited": "2019-08-27T15:52:41",
+ "edited_unixtime": "1566892361",
+ "from": "K",
+ "from_id": "user190377745",
+ "text": "Hi did anyone pick up a pink metal watch near AS5 level 4 the toilet outside",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone pick up a pink metal watch near AS5 level 4 the toilet outside"
+ }
+ ]
+ },
+ {
+ "id": 1495,
+ "type": "message",
+ "date": "2019-08-27T15:52:10",
+ "date_unixtime": "1566892330",
+ "from": "sharlene",
+ "from_id": "user206915558",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 450,
+ "height": 450,
+ "text": "hello! I left my red water bottle in FASS, LT13 yesterday (lecture was from 12-2pm) & it looks like this. if anyone’s seen it, could you let me know please 😅 thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! I left my red water bottle in FASS, LT13 yesterday (lecture was from 12-2pm) & it looks like this. if anyone’s seen it, could you let me know please 😅 thank you!"
+ }
+ ]
+ },
+ {
+ "id": 1497,
+ "type": "message",
+ "date": "2019-08-27T16:23:43",
+ "date_unixtime": "1566894223",
+ "from": "Yan Ang",
+ "from_id": "user227763778",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found a matric card outside utown finefood, passed to office of admissions",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a matric card outside utown finefood, passed to office of admissions"
+ }
+ ]
+ },
+ {
+ "id": 1498,
+ "type": "message",
+ "date": "2019-08-27T17:20:22",
+ "date_unixtime": "1566897622",
+ "from": "cherylene ❤️🍒",
+ "from_id": "user52225718",
+ "text": "hello, i left a pink nalgene bottle in cfa shaw studios practice room 1, if anyone has seen it can pm me? THANKS! 👅",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello, i left a pink nalgene bottle in cfa shaw studios practice room 1, if anyone has seen it can pm me? THANKS! 👅"
+ }
+ ]
+ },
+ {
+ "id": 1501,
+ "type": "message",
+ "date": "2019-08-28T14:03:19",
+ "date_unixtime": "1566972199",
+ "from": "joey",
+ "from_id": "user114866259",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 126,
+ "height": 158,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1502,
+ "type": "message",
+ "date": "2019-08-28T14:03:19",
+ "date_unixtime": "1566972199",
+ "from": "joey",
+ "from_id": "user114866259",
+ "text": "hi i left a 1 litre pink nalgene bottle with white cap (with stickers on it) on a D2 bus, if anyone seen it pls let me knoww!! thank youu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i left a 1 litre pink nalgene bottle with white cap (with stickers on it) on a D2 bus, if anyone seen it pls let me knoww!! thank youu"
+ }
+ ]
+ },
+ {
+ "id": 1505,
+ "type": "message",
+ "date": "2019-08-28T17:53:35",
+ "date_unixtime": "1566986015",
+ "from": "Junhua Wen",
+ "from_id": "user397920717",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found a bottle at AS6-0211",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a bottle at AS6-0211"
+ }
+ ]
+ },
+ {
+ "id": 1508,
+ "type": "message",
+ "date": "2019-08-28T18:03:01",
+ "date_unixtime": "1566986581",
+ "from": "Junhua Wen",
+ "from_id": "user397920717",
+ "reply_to_message_id": 1505,
+ "text": "Left at PGPR security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left at PGPR security"
+ }
+ ]
+ },
+ {
+ "id": 1514,
+ "type": "message",
+ "date": "2019-08-31T10:37:32",
+ "date_unixtime": "1567219052",
+ "from": "Josianne",
+ "from_id": "user977242529",
+ "text": "Left my matriculation card at BN1111 tutorial E2 03 08 yesterday at 3, if anyone has seen it pls pm me :'D",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left my matriculation card at BN1111 tutorial E2 03 08 yesterday at 3, if anyone has seen it pls pm me :'D"
+ }
+ ]
+ },
+ {
+ "id": 1517,
+ "type": "message",
+ "date": "2019-08-31T17:32:32",
+ "date_unixtime": "1567243952",
+ "from": "Leech",
+ "from_id": "user770308836",
+ "text": "Misplaced my wallet in either Utown finefood or D2 today at about 3:15. If anyone sees a black wallet please pm me T.T",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Misplaced my wallet in either Utown finefood or D2 today at about 3:15. If anyone sees a black wallet please pm me T.T"
+ }
+ ]
+ },
+ {
+ "id": 1519,
+ "type": "message",
+ "date": "2019-09-01T13:21:49",
+ "date_unixtime": "1567315309",
+ "from": "Dalis",
+ "from_id": "user221373108",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Matric card, bank card, nets flashpay, and students pass found in Fine Food. Anyone knows him please let him know. Will pass to Students Services Centre at YIH",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card, bank card, nets flashpay, and students pass found in Fine Food. Anyone knows him please let him know. Will pass to Students Services Centre at YIH"
+ }
+ ]
+ },
+ {
+ "id": 1525,
+ "type": "message",
+ "date": "2019-09-02T15:02:44",
+ "date_unixtime": "1567407764",
+ "from": "clarence",
+ "from_id": "user148652692",
+ "text": "Found a pink ic and uob card belonging to Siti Raihanah Binte Rosli. Will pass to Student Services Centre",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a pink ic and uob card belonging to Siti Raihanah Binte Rosli. Will pass to Student Services Centre"
+ }
+ ]
+ },
+ {
+ "id": 1526,
+ "type": "message",
+ "date": "2019-09-02T15:50:55",
+ "date_unixtime": "1567410655",
+ "from": "yilan 🔪",
+ "from_id": "user193500197",
+ "text": "Lost a pair of apple earpiece around AS3. If anyone picked it up please pm me /:",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost a pair of apple earpiece around AS3. If anyone picked it up please pm me /:"
+ }
+ ]
+ },
+ {
+ "id": 1528,
+ "type": "message",
+ "date": "2019-09-03T11:00:40",
+ "date_unixtime": "1567479640",
+ "from": "Guan Yee",
+ "from_id": "user350807940",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this earpiece on D2 while boarding at KR MRT. Sent to security office at UTown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this earpiece on D2 while boarding at KR MRT. Sent to security office at UTown"
+ }
+ ]
+ },
+ {
+ "id": 1530,
+ "type": "message",
+ "date": "2019-09-03T16:14:24",
+ "date_unixtime": "1567498464",
+ "from": "Avinash Vellavan",
+ "from_id": "user217966353",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 831,
+ "text": "Found this matri card@ CLB printing room! Passed it to CLB reception counter",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this matri card@ CLB printing room! Passed it to CLB reception counter"
+ }
+ ]
+ },
+ {
+ "id": 1531,
+ "type": "message",
+ "date": "2019-09-03T17:52:24",
+ "date_unixtime": "1567504344",
+ "from": "KL",
+ "from_id": "user973062143",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Pair of earrings found at utown 2nd level female washroom, if urs come claim from the working staff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pair of earrings found at utown 2nd level female washroom, if urs come claim from the working staff"
+ }
+ ]
+ },
+ {
+ "id": 1533,
+ "type": "message",
+ "date": "2019-09-04T09:14:59",
+ "date_unixtime": "1567559699",
+ "edited": "2019-09-04T09:15:49",
+ "edited_unixtime": "1567559749",
+ "from": "colin",
+ "from_id": "user264122282",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "EZ link card found at CLB, outside Campus Security corridor. Card currently with the campus security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "EZ link card found at CLB, outside Campus Security corridor. Card currently with the campus security"
+ }
+ ]
+ },
+ {
+ "id": 1535,
+ "type": "message",
+ "date": "2019-09-04T12:47:53",
+ "date_unixtime": "1567572473",
+ "from": "hanan 🥟🍜",
+ "from_id": "user225511530",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "ezlink card found in erc-sr11! will pass to security guard aft class",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ezlink card found in erc-sr11! will pass to security guard aft class"
+ }
+ ]
+ },
+ {
+ "id": 1537,
+ "type": "message",
+ "date": "2019-09-04T16:22:16",
+ "date_unixtime": "1567585336",
+ "from": "Bryan Yap",
+ "from_id": "user670525978",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 900,
+ "height": 900,
+ "text": "Lost a pin at science canteen (opposite frontier). Pls PM me if anyone happen to come across it. Thanks in advance",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost a pin at science canteen (opposite frontier). Pls PM me if anyone happen to come across it. Thanks in advance"
+ }
+ ]
+ },
+ {
+ "id": 1539,
+ "type": "message",
+ "date": "2019-09-04T17:46:32",
+ "date_unixtime": "1567590392",
+ "from": "yilan 🔪",
+ "from_id": "user193500197",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found a bracelet at clb busstop. i’ll be in school so just DM me.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found a bracelet at clb busstop. i’ll be in school so just DM me."
+ }
+ ]
+ },
+ {
+ "id": 1540,
+ "type": "message",
+ "date": "2019-09-05T07:43:06",
+ "date_unixtime": "1567640586",
+ "from": "Valen L.",
+ "from_id": "user154199137",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found an ezlink card at mac commons",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found an ezlink card at mac commons"
+ }
+ ]
+ },
+ {
+ "id": 1543,
+ "type": "message",
+ "date": "2019-09-05T18:06:00",
+ "date_unixtime": "1567677960",
+ "from": "Chichibubus",
+ "from_id": "user204747835",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Umbrella at E1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Umbrella at E1"
+ }
+ ]
+ },
+ {
+ "id": 1545,
+ "type": "message",
+ "date": "2019-09-05T22:03:37",
+ "date_unixtime": "1567692217",
+ "from": "nicole 🤡",
+ "from_id": "user749609512",
+ "text": "anyone spot a grey carousell jacket at COM1, outside LT15 table at 920pm? Please contact this number. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone spot a grey carousell jacket at COM1, outside LT15 table at 920pm? Please contact this number. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 1546,
+ "type": "message",
+ "date": "2019-09-05T22:18:13",
+ "date_unixtime": "1567693093",
+ "from": "SkylarPoh",
+ "from_id": "user357403753",
+ "forwarded_from": "Filbert",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1156,
+ "height": 1280,
+ "text": [
+ "Xiaomi amazefit stratos. Left in the USC male toilet shower cubicle, 3rd or 4th from the left (beside gym), at around 7.15pm 5 sept. Please contact me at ",
+ {
+ "type": "phone",
+ "text": "82998021"
+ },
+ " if found. Thank you very much"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Xiaomi amazefit stratos. Left in the USC male toilet shower cubicle, 3rd or 4th from the left (beside gym), at around 7.15pm 5 sept. Please contact me at "
+ },
+ {
+ "type": "phone",
+ "text": "82998021"
+ },
+ {
+ "type": "plain",
+ "text": " if found. Thank you very much"
+ }
+ ]
+ },
+ {
+ "id": 1547,
+ "type": "message",
+ "date": "2019-09-05T22:35:23",
+ "date_unixtime": "1567694123",
+ "from": "nicole 🤡",
+ "from_id": "user749609512",
+ "text": "anyone spot a grey carousell logo jacket at COM1, outside LT15 table at 920pm? Please contact this number. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone spot a grey carousell logo jacket at COM1, outside LT15 table at 920pm? Please contact this number. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 1549,
+ "type": "message",
+ "date": "2019-09-05T23:24:01",
+ "date_unixtime": "1567697041",
+ "from": "felicia",
+ "from_id": "user46893244",
+ "reply_to_message_id": 1547,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 934,
+ "height": 1280,
+ "text": "^ missing jacket outside LT14 today around 920pm, please contact if found it means a lot to me!! :( 🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "^ missing jacket outside LT14 today around 920pm, please contact if found it means a lot to me!! :( 🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 1550,
+ "type": "message",
+ "date": "2019-09-06T06:45:23",
+ "date_unixtime": "1567723523",
+ "edited": "2019-09-06T07:32:37",
+ "edited_unixtime": "1567726357",
+ "from": "joan",
+ "from_id": "user44784802",
+ "text": "hi did anybody spot an iphone lightning-headphone jack adapter at sci lib yesterday? was in sci lib level 4 at the tables near the back of the discussion room pls pm me if found thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anybody spot an iphone lightning-headphone jack adapter at sci lib yesterday? was in sci lib level 4 at the tables near the back of the discussion room pls pm me if found thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 1551,
+ "type": "message",
+ "date": "2019-09-06T10:08:24",
+ "date_unixtime": "1567735704",
+ "from": "Aren",
+ "from_id": "user68158938",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1200,
+ "height": 630,
+ "text": "Hi did anyone spot a black gucci cardholder on D1 that just left UTown about 5-7 min ago? Might have just left my wallet on the bus at the second back row, please pm me if found thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone spot a black gucci cardholder on D1 that just left UTown about 5-7 min ago? Might have just left my wallet on the bus at the second back row, please pm me if found thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 1556,
+ "type": "message",
+ "date": "2019-09-09T15:31:36",
+ "date_unixtime": "1568014296",
+ "from": "ZHUO 🍞🌻",
+ "from_id": "user238150775",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Wallet found at utown Mac Comms",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wallet found at utown Mac Comms"
+ }
+ ]
+ },
+ {
+ "id": 1558,
+ "type": "message",
+ "date": "2019-09-10T16:15:57",
+ "date_unixtime": "1568103357",
+ "from": "tortellini",
+ "from_id": "user460255053",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1559,
+ "type": "message",
+ "date": "2019-09-10T16:15:57",
+ "date_unixtime": "1568103357",
+ "from": "tortellini",
+ "from_id": "user460255053",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost and found.. Found it near Science",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost and found.. Found it near Science"
+ }
+ ]
+ },
+ {
+ "id": 1560,
+ "type": "message",
+ "date": "2019-09-10T20:47:59",
+ "date_unixtime": "1568119679",
+ "from": "Adrian",
+ "from_id": "user262258192",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Type-C cable and adapter found at EA lvl 1. Passed to E3A Security.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Type-C cable and adapter found at EA lvl 1. Passed to E3A Security."
+ }
+ ]
+ },
+ {
+ "id": 1561,
+ "type": "message",
+ "date": "2019-09-11T00:26:48",
+ "date_unixtime": "1568132808",
+ "from": "Aidan",
+ "from_id": "user459294887",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 828,
+ "height": 1104,
+ "text": "found at the path near capt dropoff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at the path near capt dropoff"
+ }
+ ]
+ },
+ {
+ "id": 1563,
+ "type": "message",
+ "date": "2019-09-11T13:08:13",
+ "date_unixtime": "1568178493",
+ "from": "Rachael Tan",
+ "from_id": "user160115597",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found a short wire micro usb outside E3-06-07 dm me if yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a short wire micro usb outside E3-06-07 dm me if yours"
+ }
+ ]
+ },
+ {
+ "id": 1565,
+ "type": "message",
+ "date": "2019-09-12T09:57:12",
+ "date_unixtime": "1568253432",
+ "from": "Leech",
+ "from_id": "user770308836",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Anyone lost this in LT8?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone lost this in LT8?"
+ }
+ ]
+ },
+ {
+ "id": 1566,
+ "type": "message",
+ "date": "2019-09-12T10:18:56",
+ "date_unixtime": "1568254736",
+ "from": "Jing ye",
+ "from_id": "user189376607",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Anyone lost this at the museum busstop pm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone lost this at the museum busstop pm me!"
+ }
+ ]
+ },
+ {
+ "id": 1567,
+ "type": "message",
+ "date": "2019-09-12T10:19:16",
+ "date_unixtime": "1568254756",
+ "from": "Jing ye",
+ "from_id": "user189376607",
+ "text": "Was on the bench",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Was on the bench"
+ }
+ ]
+ },
+ {
+ "id": 1571,
+ "type": "message",
+ "date": "2019-09-12T18:46:44",
+ "date_unixtime": "1568285204",
+ "edited": "2019-09-12T18:55:24",
+ "edited_unixtime": "1568285724",
+ "from": "Muna ☺️🌷",
+ "from_id": "user345112043",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi, anyone lost this at MD6, level 2 handicap toilet? It is with Campus security!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone lost this at MD6, level 2 handicap toilet? It is with Campus security!"
+ }
+ ]
+ },
+ {
+ "id": 1573,
+ "type": "message",
+ "date": "2019-09-12T19:00:44",
+ "date_unixtime": "1568286044",
+ "from": "SkylarPoh",
+ "from_id": "user357403753",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi found your wallet at science frontier canteen. Passed it to the security office at S16.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found your wallet at science frontier canteen. Passed it to the security office at S16."
+ }
+ ]
+ },
+ {
+ "id": 1580,
+ "type": "message",
+ "date": "2019-09-13T14:57:10",
+ "date_unixtime": "1568357830",
+ "from": "yaoren xie",
+ "from_id": "user578311971",
+ "text": "I lost my blue cap yesterday, it’s very important to me, anyone found it please let me know!! Thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost my blue cap yesterday, it’s very important to me, anyone found it please let me know!! Thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 1581,
+ "type": "message",
+ "date": "2019-09-13T14:57:11",
+ "date_unixtime": "1568357831",
+ "from": "yaoren xie",
+ "from_id": "user578311971",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 662,
+ "height": 944,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1588,
+ "type": "message",
+ "date": "2019-09-13T23:11:08",
+ "date_unixtime": "1568387468",
+ "from": "STɅCEY",
+ "from_id": "user400326285",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Waterbottle left at benches between LT9 and LT10, possibly belonging to someone who went for Psychology Society AGM on Fri 13 Sep",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Waterbottle left at benches between LT9 and LT10, possibly belonging to someone who went for Psychology Society AGM on Fri 13 Sep"
+ }
+ ]
+ },
+ {
+ "id": 1589,
+ "type": "message",
+ "date": "2019-09-14T01:28:57",
+ "date_unixtime": "1568395737",
+ "from": null,
+ "from_id": "user461549860",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 941,
+ "height": 779,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1590,
+ "type": "message",
+ "date": "2019-09-14T01:30:08",
+ "date_unixtime": "1568395808",
+ "edited": "2019-09-14T01:44:55",
+ "edited_unixtime": "1568396695",
+ "from": null,
+ "from_id": "user461549860",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 913,
+ "height": 757,
+ "text": "any1 saw a black leather wallet around SoC or FASS on Thursday? Realized I lost it when I was in the classroom AS3-0307 at around just before 1130hrs... (my bag was unzipped)\n\nIt contains my IC with digits SXXX5089A and debit card with digits XXXX XXXX XXXX 4669\n\nThere was no cash inside",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "any1 saw a black leather wallet around SoC or FASS on Thursday? Realized I lost it when I was in the classroom AS3-0307 at around just before 1130hrs... (my bag was unzipped)\n\nIt contains my IC with digits SXXX5089A and debit card with digits XXXX XXXX XXXX 4669\n\nThere was no cash inside"
+ }
+ ]
+ },
+ {
+ "id": 1599,
+ "type": "message",
+ "date": "2019-09-15T20:41:52",
+ "date_unixtime": "1568551312",
+ "from": "Yiming Hu",
+ "from_id": "user120388999",
+ "text": "Hi! I lost my NUS Matriculation Card (Hu Yiming) and NUS Ezlink Card! They are placed in a black leather cardholder. Pls pm me if found! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost my NUS Matriculation Card (Hu Yiming) and NUS Ezlink Card! They are placed in a black leather cardholder. Pls pm me if found! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 1603,
+ "type": "message",
+ "date": "2019-09-16T15:41:06",
+ "date_unixtime": "1568619666",
+ "from": "yifan",
+ "from_id": "user466346837",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello!!! found this phone at SRC level one , female toilet near Global Learning Room!!! i returned the phone to guard post above utown starbux!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello!!! found this phone at SRC level one , female toilet near Global Learning Room!!! i returned the phone to guard post above utown starbux!!!"
+ }
+ ]
+ },
+ {
+ "id": 1604,
+ "type": "message",
+ "date": "2019-09-16T16:00:17",
+ "date_unixtime": "1568620817",
+ "from": "weiming",
+ "from_id": "user41691688",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi! Does anybody know this person? Your wallet is with the japanese store at deck!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Does anybody know this person? Your wallet is with the japanese store at deck!"
+ }
+ ]
+ },
+ {
+ "id": 1605,
+ "type": "message",
+ "date": "2019-09-16T16:00:36",
+ "date_unixtime": "1568620836",
+ "from": "Gen T.",
+ "from_id": "user21502615",
+ "text": "Hello did anyone see a blue wallet?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello did anyone see a blue wallet?"
+ }
+ ]
+ },
+ {
+ "id": 1606,
+ "type": "message",
+ "date": "2019-09-16T16:00:46",
+ "date_unixtime": "1568620846",
+ "from": "Gen T.",
+ "from_id": "user21502615",
+ "text": "Near LT12",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Near LT12"
+ }
+ ]
+ },
+ {
+ "id": 1607,
+ "type": "message",
+ "date": "2019-09-16T16:13:21",
+ "date_unixtime": "1568621601",
+ "from": "Gen T.",
+ "from_id": "user21502615",
+ "text": "Or near AS8 toilet !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Or near AS8 toilet !"
+ }
+ ]
+ },
+ {
+ "id": 1609,
+ "type": "message",
+ "date": "2019-09-17T10:04:19",
+ "date_unixtime": "1568685859",
+ "from": "David Tanaka",
+ "from_id": "user289921618",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found lost wallet outside EA, inside there are card whose name Shang Yang Wen Qing. Do connect me if it yours. If not I will place it in arts security office thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found lost wallet outside EA, inside there are card whose name Shang Yang Wen Qing. Do connect me if it yours. If not I will place it in arts security office thanks"
+ }
+ ]
+ },
+ {
+ "id": 1610,
+ "type": "message",
+ "date": "2019-09-17T12:44:42",
+ "date_unixtime": "1568695482",
+ "from": "orpheus",
+ "from_id": "user262883560",
+ "text": "apple pencil dropped in biz2-27 at seat. Placed on tutor table.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "apple pencil dropped in biz2-27 at seat. Placed on tutor table."
+ }
+ ]
+ },
+ {
+ "id": 1616,
+ "type": "message",
+ "date": "2019-09-17T13:57:05",
+ "date_unixtime": "1568699825",
+ "from": "MaoZhi",
+ "from_id": "user681272305",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Someone lost his student card",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone lost his student card"
+ }
+ ]
+ },
+ {
+ "id": 1858,
+ "type": "message",
+ "date": "2019-09-18T14:42:43",
+ "date_unixtime": "1568788963",
+ "from": "NyK Eldon",
+ "from_id": "user118041319",
+ "text": [
+ "Hi all! \nI lost my matric card today.\nEither in school of architecture (YIH STUDIO) \nOR\nAt the workshop \nOr FASS sr5 0202\n\nMy number is A0182451J \nPls contact me if u do find it! Thank you!\n",
+ {
+ "type": "phone",
+ "text": "91198143"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi all! \nI lost my matric card today.\nEither in school of architecture (YIH STUDIO) \nOR\nAt the workshop \nOr FASS sr5 0202\n\nMy number is A0182451J \nPls contact me if u do find it! Thank you!\n"
+ },
+ {
+ "type": "phone",
+ "text": "91198143"
+ }
+ ]
+ },
+ {
+ "id": 1864,
+ "type": "message",
+ "date": "2019-09-18T16:01:03",
+ "date_unixtime": "1568793663",
+ "from": "Wendy Chai",
+ "from_id": "user142878349",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi! Anyone dropped their airpods in LT12?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Anyone dropped their airpods in LT12?"
+ }
+ ]
+ },
+ {
+ "id": 1869,
+ "type": "message",
+ "date": "2019-09-18T17:56:32",
+ "date_unixtime": "1568800592",
+ "from": "JeeJoo Heng",
+ "from_id": "user86020380",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this phone at Utown Auditorium 2 today. Left it at the guardhouse at Edurec, above the Starbucks at utown!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this phone at Utown Auditorium 2 today. Left it at the guardhouse at Edurec, above the Starbucks at utown!"
+ }
+ ]
+ },
+ {
+ "id": 1870,
+ "type": "message",
+ "date": "2019-09-18T17:56:32",
+ "date_unixtime": "1568800592",
+ "from": "JeeJoo Heng",
+ "from_id": "user86020380",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1872,
+ "type": "message",
+ "date": "2019-09-18T17:59:39",
+ "date_unixtime": "1568800779",
+ "from": "Wendy Chai",
+ "from_id": "user142878349",
+ "reply_to_message_id": 1864,
+ "text": "Update, it's now at the security post in fass",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Update, it's now at the security post in fass"
+ }
+ ]
+ },
+ {
+ "id": 1879,
+ "type": "message",
+ "date": "2019-09-18T22:49:54",
+ "date_unixtime": "1568818194",
+ "from": "K",
+ "from_id": "user190377745",
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "sticker_emoji": "☺️",
+ "width": 512,
+ "height": 512,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 1884,
+ "type": "message",
+ "date": "2019-09-19T02:42:19",
+ "date_unixtime": "1568832139",
+ "edited": "2019-09-19T04:15:33",
+ "edited_unixtime": "1568837733",
+ "from": "Emily (エミリー)🌌🍀🌷",
+ "from_id": "user656457549",
+ "text": "Hi guys I lost my matric card on 18th September evening that comes with the emergency hotline card that NUS gave me. I'm not sure whether I lost it within NUS or outside of NUS!! Please do alert me if someone finds it!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys I lost my matric card on 18th September evening that comes with the emergency hotline card that NUS gave me. I'm not sure whether I lost it within NUS or outside of NUS!! Please do alert me if someone finds it!!!"
+ }
+ ]
+ },
+ {
+ "id": 1894,
+ "type": "message",
+ "date": "2019-09-19T13:40:39",
+ "date_unixtime": "1568871639",
+ "from": "Yixuannn",
+ "from_id": "user265008629",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "HP Pen left in LT 16 PM me if its your",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "HP Pen left in LT 16 PM me if its your"
+ }
+ ]
+ },
+ {
+ "id": 1907,
+ "type": "message",
+ "date": "2019-09-19T23:21:17",
+ "date_unixtime": "1568906477",
+ "from": "vish",
+ "from_id": "user766487018",
+ "text": "Hey i lost my cardholder at s17 level one toilet. It's brown and has my matric card (A0190139E) in it. Please lemme know if you find it, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey i lost my cardholder at s17 level one toilet. It's brown and has my matric card (A0190139E) in it. Please lemme know if you find it, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 1908,
+ "type": "message",
+ "date": "2019-09-19T23:24:33",
+ "date_unixtime": "1568906673",
+ "from": null,
+ "from_id": "user461549860",
+ "text": "Someone left a SAF black colored 2-litre water bottle in the Gents' inside LT26 toilet on Tue afternoon. Not sure if still there!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left a SAF black colored 2-litre water bottle in the Gents' inside LT26 toilet on Tue afternoon. Not sure if still there!"
+ }
+ ]
+ },
+ {
+ "id": 1919,
+ "type": "message",
+ "date": "2019-09-20T17:24:30",
+ "date_unixtime": "1568971470",
+ "from": "Lois Kok",
+ "from_id": "user754319948",
+ "text": "hi I lost my hairband in FASS near AS1/LT11 few days ago, it is brown. If anyone has seen it around pls let me know!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi I lost my hairband in FASS near AS1/LT11 few days ago, it is brown. If anyone has seen it around pls let me know!"
+ }
+ ]
+ },
+ {
+ "id": 1920,
+ "type": "message",
+ "date": "2019-09-20T20:32:47",
+ "date_unixtime": "1568982767",
+ "from": null,
+ "from_id": "user461549860",
+ "text": [
+ "For people who wants to see if your lost item has been reported as FOUND, do check out this link: ",
+ {
+ "type": "link",
+ "text": "https://secure.repoapp.com/public_items/BB20556C"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "For people who wants to see if your lost item has been reported as FOUND, do check out this link: "
+ },
+ {
+ "type": "link",
+ "text": "https://secure.repoapp.com/public_items/BB20556C"
+ }
+ ]
+ },
+ {
+ "id": 1921,
+ "type": "message",
+ "date": "2019-09-20T20:35:06",
+ "date_unixtime": "1568982906",
+ "from": null,
+ "from_id": "user461549860",
+ "text": [
+ "You can also Google \"NUS lost and found\" and most likely you will stumble upon this link: ",
+ {
+ "type": "link",
+ "text": "http://www.nus.edu.sg/osa/student-services/ssc/admin/lost-and-found"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "You can also Google \"NUS lost and found\" and most likely you will stumble upon this link: "
+ },
+ {
+ "type": "link",
+ "text": "http://www.nus.edu.sg/osa/student-services/ssc/admin/lost-and-found"
+ }
+ ]
+ },
+ {
+ "id": 1922,
+ "type": "message",
+ "date": "2019-09-20T20:36:11",
+ "date_unixtime": "1568982971",
+ "from": null,
+ "from_id": "user461549860",
+ "text": "and... don't always trust the repoapp link... do consider making a trip down to SSC lost and found @ YIH, Mon to Fri, during their opening hours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "and... don't always trust the repoapp link... do consider making a trip down to SSC lost and found @ YIH, Mon to Fri, during their opening hours!"
+ }
+ ]
+ },
+ {
+ "id": 1930,
+ "type": "message",
+ "date": "2019-09-21T13:21:43",
+ "date_unixtime": "1569043303",
+ "from": "Leech",
+ "from_id": "user770308836",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found earpiece outside anteroom",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found earpiece outside anteroom"
+ }
+ ]
+ },
+ {
+ "id": 1931,
+ "type": "message",
+ "date": "2019-09-21T13:22:18",
+ "date_unixtime": "1569043338",
+ "from": "Leech",
+ "from_id": "user770308836",
+ "text": "I think it is I phone de",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I think it is I phone de"
+ }
+ ]
+ },
+ {
+ "id": 1947,
+ "type": "message",
+ "date": "2019-09-22T20:14:02",
+ "date_unixtime": "1569154442",
+ "from": "koul",
+ "from_id": "user480197338",
+ "forwarded_from": "koul",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Found this near GH2 bus stop, please ping if you know the person",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this near GH2 bus stop, please ping if you know the person"
+ }
+ ]
+ },
+ {
+ "id": 1948,
+ "type": "message",
+ "date": "2019-09-22T20:14:02",
+ "date_unixtime": "1569154442",
+ "from": "koul",
+ "from_id": "user480197338",
+ "forwarded_from": "koul",
+ "text": "Otherwise I will submit it to One-stop tommorow",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Otherwise I will submit it to One-stop tommorow"
+ }
+ ]
+ },
+ {
+ "id": 1955,
+ "type": "message",
+ "date": "2019-09-24T11:28:06",
+ "date_unixtime": "1569295686",
+ "from": "serafina",
+ "from_id": "user218236616",
+ "text": "Hi did anyone see a black wallet with silver logo at the bottom right? Last seen at Raffles Hall Comm Hall yesterday night",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a black wallet with silver logo at the bottom right? Last seen at Raffles Hall Comm Hall yesterday night"
+ }
+ ]
+ },
+ {
+ "id": 1957,
+ "type": "message",
+ "date": "2019-09-24T13:40:28",
+ "date_unixtime": "1569303628",
+ "from": "Joey",
+ "from_id": "user221529626",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found on the floor near swee heng 1989 bakery !!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found on the floor near swee heng 1989 bakery !!"
+ }
+ ]
+ },
+ {
+ "id": 1964,
+ "type": "message",
+ "date": "2019-09-27T15:55:30",
+ "date_unixtime": "1569570930",
+ "from": "Aishah",
+ "from_id": "user614380268",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found on A1 bus to pgp, pls pm if yours!!will pass to pgp bus stn office by tmr",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found on A1 bus to pgp, pls pm if yours!!will pass to pgp bus stn office by tmr"
+ }
+ ]
+ },
+ {
+ "id": 1978,
+ "type": "message",
+ "date": "2019-09-30T10:16:22",
+ "date_unixtime": "1569809782",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 891,
+ "text": "Mr Gregory W Tucker-Kellogg, your credit card was found at the UHall bus stop (Blk S12, 18311). Will be handed to the Student Service Centre at Yusof Ishak House",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Mr Gregory W Tucker-Kellogg, your credit card was found at the UHall bus stop (Blk S12, 18311). Will be handed to the Student Service Centre at Yusof Ishak House"
+ }
+ ]
+ },
+ {
+ "id": 1982,
+ "type": "message",
+ "date": "2019-09-30T19:27:00",
+ "date_unixtime": "1569842820",
+ "from": "nic",
+ "from_id": "user243599269",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "iPhone earpiece found in Fine food",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "iPhone earpiece found in Fine food"
+ }
+ ]
+ },
+ {
+ "id": 1983,
+ "type": "message",
+ "date": "2019-09-30T19:28:45",
+ "date_unixtime": "1569842925",
+ "from": "joan",
+ "from_id": "user44784802",
+ "reply_to_message_id": 1978,
+ "text": "uhhh is this not the bioinformatics prof?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "uhhh is this not the bioinformatics prof?"
+ }
+ ]
+ },
+ {
+ "id": 1984,
+ "type": "message",
+ "date": "2019-09-30T19:29:11",
+ "date_unixtime": "1569842951",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "text": "Yep SSC will drop him an email",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yep SSC will drop him an email"
+ }
+ ]
+ },
+ {
+ "id": 1985,
+ "type": "message",
+ "date": "2019-09-30T19:29:27",
+ "date_unixtime": "1569842967",
+ "edited": "2019-09-30T21:09:30",
+ "edited_unixtime": "1569848970",
+ "from": "joan",
+ "from_id": "user44784802",
+ "text": "ahh i see okies sure :-)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ahh i see okies sure :-)"
+ }
+ ]
+ },
+ {
+ "id": 1986,
+ "type": "message",
+ "date": "2019-09-30T21:44:41",
+ "date_unixtime": "1569851081",
+ "from": "Bryan",
+ "from_id": "user125383295",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Anybody lost this lanyard with a condo card? Found at the slope opposite YIH!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anybody lost this lanyard with a condo card? Found at the slope opposite YIH!"
+ }
+ ]
+ },
+ {
+ "id": 1987,
+ "type": "message",
+ "date": "2019-09-30T22:07:59",
+ "date_unixtime": "1569852479",
+ "edited": "2019-09-30T22:12:59",
+ "edited_unixtime": "1569852779",
+ "from": "Yun Hui",
+ "from_id": "user244550036",
+ "text": "Hi did anyone see a Nikon camera bag with camera and charger inside!! FASS AS8 level four outside one of the classrooms",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a Nikon camera bag with camera and charger inside!! FASS AS8 level four outside one of the classrooms"
+ }
+ ]
+ },
+ {
+ "id": 1993,
+ "type": "message",
+ "date": "2019-10-01T01:22:52",
+ "date_unixtime": "1569864172",
+ "from": "Sudharshan Madhavan",
+ "from_id": "user573026077",
+ "text": "Hey did anyone come across a black wallet? Possibly in com 1 b1-03",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey did anyone come across a black wallet? Possibly in com 1 b1-03"
+ }
+ ]
+ },
+ {
+ "id": 1995,
+ "type": "message",
+ "date": "2019-10-01T09:49:56",
+ "date_unixtime": "1569894596",
+ "from": "Hong Wei Xun",
+ "from_id": "user78931964",
+ "text": "Yoong Wei Lian, William ur wallet was found at E1-06-04",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yoong Wei Lian, William ur wallet was found at E1-06-04"
+ }
+ ]
+ },
+ {
+ "id": 1996,
+ "type": "message",
+ "date": "2019-10-01T09:55:56",
+ "date_unixtime": "1569894956",
+ "from": "Hong Wei Xun",
+ "from_id": "user78931964",
+ "text": "I left it at the security post at e5",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I left it at the security post at e5"
+ }
+ ]
+ },
+ {
+ "id": 2005,
+ "type": "message",
+ "date": "2019-10-01T13:36:21",
+ "date_unixtime": "1569908181",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "text": "Anyone found a white Samsung phone charger and black cable with my name Ryan Ch’ng labelled on it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found a white Samsung phone charger and black cable with my name Ryan Ch’ng labelled on it?"
+ }
+ ]
+ },
+ {
+ "id": 2006,
+ "type": "message",
+ "date": "2019-10-01T13:37:38",
+ "date_unixtime": "1569908258",
+ "edited": "2019-10-01T13:38:10",
+ "edited_unixtime": "1569908290",
+ "from": "zr",
+ "from_id": "user303316957",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Did someone drop this pair of earbuds near the Deck?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did someone drop this pair of earbuds near the Deck?"
+ }
+ ]
+ },
+ {
+ "id": 2007,
+ "type": "message",
+ "date": "2019-10-01T13:42:40",
+ "date_unixtime": "1569908560",
+ "from": "zr",
+ "from_id": "user303316957",
+ "reply_to_message_id": 2006,
+ "text": "Passed to the return tray station near the staff dining area",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Passed to the return tray station near the staff dining area"
+ }
+ ]
+ },
+ {
+ "id": 2008,
+ "type": "message",
+ "date": "2019-10-01T14:06:24",
+ "date_unixtime": "1569909984",
+ "from": "Jeff",
+ "from_id": "user235648034",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi Mr Jeremiah Chan, your wallet has been found in the Science Students hub please report to the Science Students hub to collect it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi Mr Jeremiah Chan, your wallet has been found in the Science Students hub please report to the Science Students hub to collect it"
+ }
+ ]
+ },
+ {
+ "id": 2029,
+ "type": "message",
+ "date": "2019-10-02T11:47:38",
+ "date_unixtime": "1569988058",
+ "from": "Enwei",
+ "from_id": "user90745820",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 719,
+ "height": 1280,
+ "text": "hello liau melissa your wallet was found at lt31 and i left it at the security post at s16 !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello liau melissa your wallet was found at lt31 and i left it at the security post at s16 !"
+ }
+ ]
+ },
+ {
+ "id": 2031,
+ "type": "message",
+ "date": "2019-10-02T11:52:11",
+ "date_unixtime": "1569988331",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1213,
+ "text": "Anyone found this cable in COM1 or LT32?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found this cable in COM1 or LT32?"
+ }
+ ]
+ },
+ {
+ "id": 2032,
+ "type": "message",
+ "date": "2019-10-02T11:53:48",
+ "date_unixtime": "1569988428",
+ "from": "Jia Yi",
+ "from_id": "user816739258",
+ "text": "Hi anyone found a matriculation card? Im Jiayi from science",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone found a matriculation card? Im Jiayi from science"
+ }
+ ]
+ },
+ {
+ "id": 2036,
+ "type": "message",
+ "date": "2019-10-02T12:57:02",
+ "date_unixtime": "1569992222",
+ "from": "KL",
+ "from_id": "user973062143",
+ "text": "Pls include location where u could have lost them?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pls include location where u could have lost them?"
+ }
+ ]
+ },
+ {
+ "id": 2037,
+ "type": "message",
+ "date": "2019-10-02T13:01:57",
+ "date_unixtime": "1569992517",
+ "from": "Alfian Noorhaqim",
+ "from_id": "user521366007",
+ "reply_to_message_id": 2035,
+ "text": "Hello! Has anyone seen a millennia institute cardholder with a matric card inside @ SDE2 ES 1? Chelsea from SDE",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Has anyone seen a millennia institute cardholder with a matric card inside @ SDE2 ES 1? Chelsea from SDE"
+ }
+ ]
+ },
+ {
+ "id": 2038,
+ "type": "message",
+ "date": "2019-10-02T14:05:06",
+ "date_unixtime": "1569996306",
+ "from": "Jia Yi",
+ "from_id": "user816739258",
+ "text": "Hi anyone found a matriculation card? Im Jiayi from science\nCould have lost it in rvrc, yih or mpsh. Thanksss",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone found a matriculation card? Im Jiayi from science\nCould have lost it in rvrc, yih or mpsh. Thanksss"
+ }
+ ]
+ },
+ {
+ "id": 2040,
+ "type": "message",
+ "date": "2019-10-02T16:21:09",
+ "date_unixtime": "1570004469",
+ "from": "Gerald",
+ "from_id": "user865992379",
+ "reply_to_message_id": 2038,
+ "text": "Hi, it’s in rvrc OHS now",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, it’s in rvrc OHS now"
+ }
+ ]
+ },
+ {
+ "id": 2044,
+ "type": "message",
+ "date": "2019-10-02T17:04:46",
+ "date_unixtime": "1570007086",
+ "from": "Jia Yi",
+ "from_id": "user816739258",
+ "text": "Omg thanksss Gerald!!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Omg thanksss Gerald!!!!"
+ }
+ ]
+ },
+ {
+ "id": 2045,
+ "type": "message",
+ "date": "2019-10-02T17:11:52",
+ "date_unixtime": "1570007512",
+ "from": "Hans Sebastian Mulyawan",
+ "from_id": "user686371604",
+ "text": "Hi, anyone found any rvrc room card? Room number A201. Could have lost it at raffles hall or rvrc.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone found any rvrc room card? Room number A201. Could have lost it at raffles hall or rvrc."
+ }
+ ]
+ },
+ {
+ "id": 2046,
+ "type": "message",
+ "date": "2019-10-02T20:16:41",
+ "date_unixtime": "1570018601",
+ "from": "Yuhhuei 🎈",
+ "from_id": "user869113554",
+ "text": "Hi, I am yuh huei, has anyone found a white nus ezlink card in pgph foyer? I lost it around 9pm monday (30 sept)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I am yuh huei, has anyone found a white nus ezlink card in pgph foyer? I lost it around 9pm monday (30 sept)"
+ }
+ ]
+ },
+ {
+ "id": 2048,
+ "type": "message",
+ "date": "2019-10-03T05:37:32",
+ "date_unixtime": "1570052252",
+ "from": "Szi Ken Tan",
+ "from_id": "user819439398",
+ "text": "hi, can help keep a lookout on the path in UTown from StephenRiadyCentre to RC4 for a matric card AXXXX655H, Tan Szi Ken. thanks a lot",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, can help keep a lookout on the path in UTown from StephenRiadyCentre to RC4 for a matric card AXXXX655H, Tan Szi Ken. thanks a lot"
+ }
+ ]
+ },
+ {
+ "id": 2049,
+ "type": "message",
+ "date": "2019-10-03T09:19:38",
+ "date_unixtime": "1570065578",
+ "from": "Lee Yue Ern",
+ "from_id": "user105355708",
+ "text": "hi if anyone finds a financial calculator in lt16 can lmk thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone finds a financial calculator in lt16 can lmk thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 2052,
+ "type": "message",
+ "date": "2019-10-03T10:08:01",
+ "date_unixtime": "1570068481",
+ "from": "chuyi",
+ "from_id": "user885352607",
+ "text": "Hi if anyone finds a white lanyard with a matriculation card AXXXX329M and a transponder pls lmk thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone finds a white lanyard with a matriculation card AXXXX329M and a transponder pls lmk thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 2054,
+ "type": "message",
+ "date": "2019-10-04T00:22:12",
+ "date_unixtime": "1570119732",
+ "from": "Michael P D",
+ "from_id": "user530449511",
+ "text": "Matric card found at Mcdonald's area (North Spine) near the optics shop. Name is Cheng Weixia (G18****2D).",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card found at Mcdonald's area (North Spine) near the optics shop. Name is Cheng Weixia (G18****2D)."
+ }
+ ]
+ },
+ {
+ "id": 2056,
+ "type": "message",
+ "date": "2019-10-04T01:44:39",
+ "date_unixtime": "1570124679",
+ "from": "Eugene",
+ "from_id": "user237050433",
+ "text": "Hi if anyone finds a pencil case with calculator at LT37 MD1 please lmk thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone finds a pencil case with calculator at LT37 MD1 please lmk thank you"
+ }
+ ]
+ },
+ {
+ "id": 2060,
+ "type": "message",
+ "date": "2019-10-04T11:40:34",
+ "date_unixtime": "1570160434",
+ "from": "Ryan",
+ "from_id": "user122219429",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "2 Matric cards currently on examiners desk in MPSH4",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "2 Matric cards currently on examiners desk in MPSH4"
+ }
+ ]
+ },
+ {
+ "id": 2062,
+ "type": "message",
+ "date": "2019-10-04T11:56:27",
+ "date_unixtime": "1570161387",
+ "from": "HJ",
+ "from_id": "user432944424",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "It's at science students hub",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It's at science students hub"
+ }
+ ]
+ },
+ {
+ "id": 2065,
+ "type": "message",
+ "date": "2019-10-04T12:46:17",
+ "date_unixtime": "1570164377",
+ "from": "Bryant Low",
+ "from_id": "user34375500",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2066,
+ "type": "message",
+ "date": "2019-10-04T12:46:38",
+ "date_unixtime": "1570164398",
+ "from": "Bryant Low",
+ "from_id": "user34375500",
+ "text": "Hi anyone found these earphones around Medicine? Lost them on Tuesday",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone found these earphones around Medicine? Lost them on Tuesday"
+ }
+ ]
+ },
+ {
+ "id": 2067,
+ "type": "message",
+ "date": "2019-10-04T14:37:51",
+ "date_unixtime": "1570171071",
+ "from": "jan",
+ "from_id": "user117760066",
+ "text": "hi ! anyone found a blue pencil case with a matric card (a****351B) inside? it should be around mpsh area heading to engin :-)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi ! anyone found a blue pencil case with a matric card (a****351B) inside? it should be around mpsh area heading to engin :-)"
+ }
+ ]
+ },
+ {
+ "id": 2072,
+ "type": "message",
+ "date": "2019-10-04T15:00:49",
+ "date_unixtime": "1570172449",
+ "from": "Jiahua (Henry)",
+ "from_id": "user670199509",
+ "text": "Hi! If anyone finds a matric card no. AXXXX163E please lmk thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! If anyone finds a matric card no. AXXXX163E please lmk thanks!"
+ }
+ ]
+ },
+ {
+ "id": 2078,
+ "type": "message",
+ "date": "2019-10-04T20:46:48",
+ "date_unixtime": "1570193208",
+ "from": "Jazer",
+ "from_id": "user238495954",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found at Kent ridge mrt gantry, left with the ticket office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at Kent ridge mrt gantry, left with the ticket office"
+ }
+ ]
+ },
+ {
+ "id": 2079,
+ "type": "message",
+ "date": "2019-10-04T22:35:50",
+ "date_unixtime": "1570199750",
+ "from": "Janice Lim",
+ "from_id": "user312989947",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 622,
+ "height": 1280,
+ "text": "Hi! Did anyone find this pair of earpiece at either clb or LT11? Should be in the black pouch in the second photo!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Did anyone find this pair of earpiece at either clb or LT11? Should be in the black pouch in the second photo!"
+ }
+ ]
+ },
+ {
+ "id": 2080,
+ "type": "message",
+ "date": "2019-10-04T22:35:50",
+ "date_unixtime": "1570199750",
+ "from": "Janice Lim",
+ "from_id": "user312989947",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 622,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2082,
+ "type": "message",
+ "date": "2019-10-05T14:14:00",
+ "date_unixtime": "1570256040",
+ "from": "Crystal",
+ "from_id": "user453929801",
+ "text": "Hi! Anyone picked up black cardholder with NRIC, ezlink and bank cards in between Yale NUS and the utown food court?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Anyone picked up black cardholder with NRIC, ezlink and bank cards in between Yale NUS and the utown food court?"
+ }
+ ]
+ },
+ {
+ "id": 2084,
+ "type": "message",
+ "date": "2019-10-05T20:21:57",
+ "date_unixtime": "1570278117",
+ "from": "Jyh Howe Foo",
+ "from_id": "user63082691",
+ "text": "hello everyone! sorry to disturb but I may have misplaced a black leather wallet most likely at utown finefood yesterday night (4 oct) around 7.30-8.30pm. it contains my IC, driving licence, matric card (Axxxx692H) cash etc\n\nif anyone has seen it please PM me, it will be very much appreciated 🙏🏻 thank you!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello everyone! sorry to disturb but I may have misplaced a black leather wallet most likely at utown finefood yesterday night (4 oct) around 7.30-8.30pm. it contains my IC, driving licence, matric card (Axxxx692H) cash etc\n\nif anyone has seen it please PM me, it will be very much appreciated 🙏🏻 thank you!!!"
+ }
+ ]
+ },
+ {
+ "id": 2085,
+ "type": "message",
+ "date": "2019-10-06T20:12:21",
+ "date_unixtime": "1570363941",
+ "from": "Erin May",
+ "from_id": "user810201817",
+ "text": "Hi! If anyone finds a matric card no. AXXXX765L please let me know. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! If anyone finds a matric card no. AXXXX765L please let me know. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 2086,
+ "type": "message",
+ "date": "2019-10-06T20:38:47",
+ "date_unixtime": "1570365527",
+ "edited": "2019-10-06T20:59:04",
+ "edited_unixtime": "1570366744",
+ "from": null,
+ "from_id": "user461549860",
+ "reply_to_message_id": 2084,
+ "text": [
+ "sigh... similar thing happened to me on week 5 Thursday morning (12 Sep) before recess week... also lost a black leather wallet somewhere in FASS or SoC... inside had my IC, POSB debit card, NUSS membership card, and a nameless adult ez link card, but no cash...\n\nand fortunately (or unfortunately), my student card was in my lanyard...\n\nI wld have rather lost my matric card than all these... and lastly, not to scare u or what, I have still not managed to find it despite filing lost reports on RepoApp system and also with OCS (Office of Campus Security). I even went down to SSC @ YIH on 23rd Sept, but they did not have it but they also told me that if they have it, they will immediately inform me via email or mobile, since I already made a report. There is also a possibility that I may be able to ",
+ {
+ "type": "underline",
+ "text": "retrieve my wallet with its entire contents back"
+ },
+ ", in the near future.\n\nSince u lost your IC, I would ",
+ {
+ "type": "bold",
+ "text": "strongly"
+ },
+ " advise you to ",
+ {
+ "type": "italic",
+ "text": "make a police report"
+ },
+ " or a lost report on the relevant portal ICA website or whatever, and then also get a replacement.\n\nAnw all the best and good luck! 🙂"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "sigh... similar thing happened to me on week 5 Thursday morning (12 Sep) before recess week... also lost a black leather wallet somewhere in FASS or SoC... inside had my IC, POSB debit card, NUSS membership card, and a nameless adult ez link card, but no cash...\n\nand fortunately (or unfortunately), my student card was in my lanyard...\n\nI wld have rather lost my matric card than all these... and lastly, not to scare u or what, I have still not managed to find it despite filing lost reports on RepoApp system and also with OCS (Office of Campus Security). I even went down to SSC @ YIH on 23rd Sept, but they did not have it but they also told me that if they have it, they will immediately inform me via email or mobile, since I already made a report. There is also a possibility that I may be able to "
+ },
+ {
+ "type": "underline",
+ "text": "retrieve my wallet with its entire contents back"
+ },
+ {
+ "type": "plain",
+ "text": ", in the near future.\n\nSince u lost your IC, I would "
+ },
+ {
+ "type": "bold",
+ "text": "strongly"
+ },
+ {
+ "type": "plain",
+ "text": " advise you to "
+ },
+ {
+ "type": "italic",
+ "text": "make a police report"
+ },
+ {
+ "type": "plain",
+ "text": " or a lost report on the relevant portal ICA website or whatever, and then also get a replacement.\n\nAnw all the best and good luck! 🙂"
+ }
+ ]
+ },
+ {
+ "id": 2087,
+ "type": "message",
+ "date": "2019-10-06T20:41:12",
+ "date_unixtime": "1570365672",
+ "from": null,
+ "from_id": "user461549860",
+ "text": "And u know what's the most sad part...? I actually returned an unattended pair of Matte Black Beats Solo Wireless headphones I found on a bench outside LT3/LT4 to E5 Security Post on Week 5 Monday or Tuesday... Oh well, just hope that a Good Samaritan pays it foward 🙂",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "And u know what's the most sad part...? I actually returned an unattended pair of Matte Black Beats Solo Wireless headphones I found on a bench outside LT3/LT4 to E5 Security Post on Week 5 Monday or Tuesday... Oh well, just hope that a Good Samaritan pays it foward 🙂"
+ }
+ ]
+ },
+ {
+ "id": 2088,
+ "type": "message",
+ "date": "2019-10-06T20:42:23",
+ "date_unixtime": "1570365743",
+ "from": "Jyh Howe Foo",
+ "from_id": "user63082691",
+ "reply_to_message_id": 2086,
+ "text": "hi dan, thank you so much for your advice! yeah I made a report to utown's security post and they told me the same thing, that they would call me if anyone came forward to return it, but so far nothing...\n\nam actually going to make a police report later so well hopefully someone has returned it to the police... fingers crossed\n\nbut thank you so much for your help and advice!! 👍🏻 if I do come across your wallet or any record about your wallet, I'll pm you and let you know... fingers crossed 🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi dan, thank you so much for your advice! yeah I made a report to utown's security post and they told me the same thing, that they would call me if anyone came forward to return it, but so far nothing...\n\nam actually going to make a police report later so well hopefully someone has returned it to the police... fingers crossed\n\nbut thank you so much for your help and advice!! 👍🏻 if I do come across your wallet or any record about your wallet, I'll pm you and let you know... fingers crossed 🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 2089,
+ "type": "message",
+ "date": "2019-10-06T20:47:42",
+ "date_unixtime": "1570366062",
+ "from": null,
+ "from_id": "user461549860",
+ "reply_to_message_id": 2088,
+ "text": "thanks.. at least we can relate to each other.. and no worries.. i'm not too worried about it either already.. haha~",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thanks.. at least we can relate to each other.. and no worries.. i'm not too worried about it either already.. haha~"
+ }
+ ]
+ },
+ {
+ "id": 2095,
+ "type": "message",
+ "date": "2019-10-07T14:14:45",
+ "date_unixtime": "1570428885",
+ "from": "Kaleb Teo",
+ "from_id": "user316751401",
+ "text": "Hi all, has anyone seen a black iPhone from E4-02-06 just before 12pm today?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi all, has anyone seen a black iPhone from E4-02-06 just before 12pm today?"
+ }
+ ]
+ },
+ {
+ "id": 2098,
+ "type": "message",
+ "date": "2019-10-07T14:49:19",
+ "date_unixtime": "1570430959",
+ "from": "Carisia",
+ "from_id": "user114658384",
+ "text": "Hi did anyone find a Dark blue floral cath kidston card case containing my IC (carisia Lee)?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone find a Dark blue floral cath kidston card case containing my IC (carisia Lee)?"
+ }
+ ]
+ },
+ {
+ "id": 2101,
+ "type": "message",
+ "date": "2019-10-07T15:13:20",
+ "date_unixtime": "1570432400",
+ "from": "Nathanael",
+ "from_id": "user42355014",
+ "text": "Hi, has anyone seen a student card for Quake Rui Song Nathanael at FoS, probably at LT28 or Frontier Phase 1?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, has anyone seen a student card for Quake Rui Song Nathanael at FoS, probably at LT28 or Frontier Phase 1?"
+ }
+ ]
+ },
+ {
+ "id": 2102,
+ "type": "message",
+ "date": "2019-10-07T16:15:57",
+ "date_unixtime": "1570436157",
+ "from": "Carisia",
+ "from_id": "user114658384",
+ "reply_to_message_id": 2098,
+ "text": "It’s either around FASS LT10 area or FoS LT29! Pls help to keep a lookout and tell me if you’ve seen it :( thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It’s either around FASS LT10 area or FoS LT29! Pls help to keep a lookout and tell me if you’ve seen it :( thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 2105,
+ "type": "message",
+ "date": "2019-10-08T12:22:54",
+ "date_unixtime": "1570508574",
+ "from": "xx",
+ "from_id": "user941636660",
+ "text": "anyone saw a black lihitlab pencil case w a bunch of sarasa zebra clip pens inside? Prolly dropped it between hss memorial library and carpark 11 ytd",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone saw a black lihitlab pencil case w a bunch of sarasa zebra clip pens inside? Prolly dropped it between hss memorial library and carpark 11 ytd"
+ }
+ ]
+ },
+ {
+ "id": 2114,
+ "type": "message",
+ "date": "2019-10-08T13:47:39",
+ "date_unixtime": "1570513659",
+ "from": "Yan Ang",
+ "from_id": "user227763778",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "A black leather wallet is found at finefood. Have left it with UTC office beside the sports hall @ utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "A black leather wallet is found at finefood. Have left it with UTC office beside the sports hall @ utown"
+ }
+ ]
+ },
+ {
+ "id": 2115,
+ "type": "message",
+ "date": "2019-10-08T13:53:23",
+ "date_unixtime": "1570514003",
+ "from": "Zesong Wang",
+ "from_id": "user872749423",
+ "text": "Hi does anyone find an Apple Pencil 8 Oct morning at engineering blk 4? Pls contact me lots of thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi does anyone find an Apple Pencil 8 Oct morning at engineering blk 4? Pls contact me lots of thanks!"
+ }
+ ]
+ },
+ {
+ "id": 2116,
+ "type": "message",
+ "date": "2019-10-08T14:08:44",
+ "date_unixtime": "1570514924",
+ "from": null,
+ "from_id": "user461549860",
+ "reply_to_message_id": 2114,
+ "text": "May not be NUS student but member of public",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "May not be NUS student but member of public"
+ }
+ ]
+ },
+ {
+ "id": 2117,
+ "type": "message",
+ "date": "2019-10-08T14:24:32",
+ "date_unixtime": "1570515872",
+ "from": "Magnus Cappadocian",
+ "from_id": "user801114135",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Phone found at EA lvl3, i will be staying till 3.30pm, if no one claim will pass to security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Phone found at EA lvl3, i will be staying till 3.30pm, if no one claim will pass to security"
+ }
+ ]
+ },
+ {
+ "id": 2118,
+ "type": "message",
+ "date": "2019-10-08T14:35:11",
+ "date_unixtime": "1570516511",
+ "from": "Jyh Howe Foo",
+ "from_id": "user63082691",
+ "reply_to_message_id": 2115,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2119,
+ "type": "message",
+ "date": "2019-10-08T14:35:22",
+ "date_unixtime": "1570516522",
+ "from": "Jyh Howe Foo",
+ "from_id": "user63082691",
+ "text": "is it the 4th item on the list?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "is it the 4th item on the list?"
+ }
+ ]
+ },
+ {
+ "id": 2120,
+ "type": "message",
+ "date": "2019-10-08T14:35:46",
+ "date_unixtime": "1570516546",
+ "from": "Zesong Wang",
+ "from_id": "user872749423",
+ "text": "Oh yes!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Oh yes!"
+ }
+ ]
+ },
+ {
+ "id": 2121,
+ "type": "message",
+ "date": "2019-10-08T14:35:53",
+ "date_unixtime": "1570516553",
+ "from": "Zesong Wang",
+ "from_id": "user872749423",
+ "text": "And the wallet omg!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "And the wallet omg!"
+ }
+ ]
+ },
+ {
+ "id": 2122,
+ "type": "message",
+ "date": "2019-10-08T14:36:45",
+ "date_unixtime": "1570516605",
+ "from": "Zesong Wang",
+ "from_id": "user872749423",
+ "text": "Thanks a lot may I know how to find the reporting points",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks a lot may I know how to find the reporting points"
+ }
+ ]
+ },
+ {
+ "id": 2123,
+ "type": "message",
+ "date": "2019-10-08T14:37:38",
+ "date_unixtime": "1570516658",
+ "from": "Jyh Howe Foo",
+ "from_id": "user63082691",
+ "reply_to_message_id": 2122,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2124,
+ "type": "message",
+ "date": "2019-10-08T14:37:54",
+ "date_unixtime": "1570516674",
+ "from": "Jyh Howe Foo",
+ "from_id": "user63082691",
+ "text": "not sure which is the nearest to engineering tho",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "not sure which is the nearest to engineering tho"
+ }
+ ]
+ },
+ {
+ "id": 2125,
+ "type": "message",
+ "date": "2019-10-08T14:38:32",
+ "date_unixtime": "1570516712",
+ "from": "Zesong Wang",
+ "from_id": "user872749423",
+ "text": "This app is amazing omg!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "This app is amazing omg!"
+ }
+ ]
+ },
+ {
+ "id": 2126,
+ "type": "message",
+ "date": "2019-10-08T14:38:42",
+ "date_unixtime": "1570516722",
+ "from": "Zesong Wang",
+ "from_id": "user872749423",
+ "text": "Ye I will jus go the CLB",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ye I will jus go the CLB"
+ }
+ ]
+ },
+ {
+ "id": 2127,
+ "type": "message",
+ "date": "2019-10-08T14:38:48",
+ "date_unixtime": "1570516728",
+ "from": "Zesong Wang",
+ "from_id": "user872749423",
+ "text": "Thank you so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thank you so much!"
+ }
+ ]
+ },
+ {
+ "id": 2128,
+ "type": "message",
+ "date": "2019-10-08T14:39:16",
+ "date_unixtime": "1570516756",
+ "from": "Jyh Howe Foo",
+ "from_id": "user63082691",
+ "text": "np glad you found it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "np glad you found it!"
+ }
+ ]
+ },
+ {
+ "id": 2130,
+ "type": "message",
+ "date": "2019-10-08T14:51:47",
+ "date_unixtime": "1570517507",
+ "from": null,
+ "from_id": "user461549860",
+ "text": [
+ {
+ "type": "mention",
+ "text": "@wgzesg"
+ },
+ " It may also be at SSC @ YIH. In that case don't worry too much, they will contact you if your wallet contains some form of identification"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@wgzesg"
+ },
+ {
+ "type": "plain",
+ "text": " It may also be at SSC @ YIH. In that case don't worry too much, they will contact you if your wallet contains some form of identification"
+ }
+ ]
+ },
+ {
+ "id": 2131,
+ "type": "message",
+ "date": "2019-10-08T14:52:49",
+ "date_unixtime": "1570517569",
+ "edited": "2019-10-08T14:53:01",
+ "edited_unixtime": "1570517581",
+ "from": null,
+ "from_id": "user461549860",
+ "text": "Usually items returned to any of the security posts on campus will then be passed to SSC @ YIH within the same day, before 5pm from Mon - Fri (opening hours of SSC).. Otherwise, next day lor...",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Usually items returned to any of the security posts on campus will then be passed to SSC @ YIH within the same day, before 5pm from Mon - Fri (opening hours of SSC).. Otherwise, next day lor..."
+ }
+ ]
+ },
+ {
+ "id": 2133,
+ "type": "message",
+ "date": "2019-10-08T14:54:56",
+ "date_unixtime": "1570517696",
+ "from": null,
+ "from_id": "user461549860",
+ "text": [
+ "Hope ",
+ {
+ "type": "mention_name",
+ "text": "Jyh Howe",
+ "user_id": 63082691
+ },
+ " and I can still be able to retrieve our wallet (both black leather.. haiz)... haha :/\n\nSomemore his one lost more jialat... Matric card (though alr grad) and some cash also... But we both lost our IC\n\nMine is Braun Buffel brand, lost around FASS or SoC on 12th Sept Thu, before 11.30am..."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hope "
+ },
+ {
+ "type": "mention_name",
+ "text": "Jyh Howe",
+ "user_id": 63082691
+ },
+ {
+ "type": "plain",
+ "text": " and I can still be able to retrieve our wallet (both black leather.. haiz)... haha :/\n\nSomemore his one lost more jialat... Matric card (though alr grad) and some cash also... But we both lost our IC\n\nMine is Braun Buffel brand, lost around FASS or SoC on 12th Sept Thu, before 11.30am..."
+ }
+ ]
+ },
+ {
+ "id": 2134,
+ "type": "message",
+ "date": "2019-10-08T14:57:42",
+ "date_unixtime": "1570517862",
+ "from": "Jyh Howe Foo",
+ "from_id": "user63082691",
+ "reply_to_message_id": 2133,
+ "text": "haha hope for the best bro",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "haha hope for the best bro"
+ }
+ ]
+ },
+ {
+ "id": 2135,
+ "type": "message",
+ "date": "2019-10-08T14:57:44",
+ "date_unixtime": "1570517864",
+ "from": "Zesong Wang",
+ "from_id": "user872749423",
+ "reply_to_message_id": 2130,
+ "text": "OK! Thanks for the info!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "OK! Thanks for the info!"
+ }
+ ]
+ },
+ {
+ "id": 2136,
+ "type": "message",
+ "date": "2019-10-08T14:57:58",
+ "date_unixtime": "1570517878",
+ "from": "Jyh Howe Foo",
+ "from_id": "user63082691",
+ "text": "will continue to keep a lookout wherever possible...",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "will continue to keep a lookout wherever possible..."
+ }
+ ]
+ },
+ {
+ "id": 2139,
+ "type": "message",
+ "date": "2019-10-08T18:10:05",
+ "date_unixtime": "1570529405",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "Someones matric card is at the nussu study lounge at yih",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someones matric card is at the nussu study lounge at yih"
+ }
+ ]
+ },
+ {
+ "id": 2140,
+ "type": "message",
+ "date": "2019-10-08T18:11:36",
+ "date_unixtime": "1570529496",
+ "from": null,
+ "from_id": "user461549860",
+ "reply_to_message_id": 2139,
+ "text": "Shld censor part of the matric no but I tink meh, it’s ok ba",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Shld censor part of the matric no but I tink meh, it’s ok ba"
+ }
+ ]
+ },
+ {
+ "id": 2141,
+ "type": "message",
+ "date": "2019-10-08T18:12:24",
+ "date_unixtime": "1570529544",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2142,
+ "type": "message",
+ "date": "2019-10-08T18:13:13",
+ "date_unixtime": "1570529593",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "If it's yours you can pm me haha",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If it's yours you can pm me haha"
+ }
+ ]
+ },
+ {
+ "id": 2143,
+ "type": "message",
+ "date": "2019-10-08T18:17:59",
+ "date_unixtime": "1570529879",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "Ok its at the nussu room pls get it from there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ok its at the nussu room pls get it from there"
+ }
+ ]
+ },
+ {
+ "id": 2144,
+ "type": "message",
+ "date": "2019-10-08T18:18:01",
+ "date_unixtime": "1570529881",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "!"
+ }
+ ]
+ },
+ {
+ "id": 2150,
+ "type": "message",
+ "date": "2019-10-08T20:44:35",
+ "date_unixtime": "1570538675",
+ "from": "Anita Jiang",
+ "from_id": "user625457145",
+ "text": "hey has anyone seen a mac charger+phone charger+adaptor at starbucks(the tables)?I lost them yesterday!!😭😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey has anyone seen a mac charger+phone charger+adaptor at starbucks(the tables)?I lost them yesterday!!😭😭"
+ }
+ ]
+ },
+ {
+ "id": 2151,
+ "type": "message",
+ "date": "2019-10-08T22:19:55",
+ "date_unixtime": "1570544395",
+ "from": "Joshua Wong",
+ "from_id": "user78817277",
+ "reply_to_message_id": 2150,
+ "text": "I saw one under the stairs outside the Starbucks today",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I saw one under the stairs outside the Starbucks today"
+ }
+ ]
+ },
+ {
+ "id": 2157,
+ "type": "message",
+ "date": "2019-10-08T23:19:48",
+ "date_unixtime": "1570547988",
+ "from": "Anita Jiang",
+ "from_id": "user625457145",
+ "reply_to_message_id": 2151,
+ "text": "Omg thank u so much!!!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Omg thank u so much!!!!!"
+ }
+ ]
+ },
+ {
+ "id": 2158,
+ "type": "message",
+ "date": "2019-10-08T23:19:52",
+ "date_unixtime": "1570547992",
+ "from": "Anita Jiang",
+ "from_id": "user625457145",
+ "text": "I found them",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I found them"
+ }
+ ]
+ },
+ {
+ "id": 2159,
+ "type": "message",
+ "date": "2019-10-08T23:19:59",
+ "date_unixtime": "1570547999",
+ "from": "Anita Jiang",
+ "from_id": "user625457145",
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "sticker_emoji": "😆",
+ "width": 512,
+ "height": 443,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2161,
+ "type": "message",
+ "date": "2019-10-09T12:26:24",
+ "date_unixtime": "1570595184",
+ "from": "Michaelia",
+ "from_id": "user884242534",
+ "text": "Anybody found grey Changi Airport laptop bag containing MacBook Pro and earpiece. Inside also contains a folder with some papers in it.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anybody found grey Changi Airport laptop bag containing MacBook Pro and earpiece. Inside also contains a folder with some papers in it."
+ }
+ ]
+ },
+ {
+ "id": 2162,
+ "type": "message",
+ "date": "2019-10-09T12:26:50",
+ "date_unixtime": "1570595210",
+ "from": "Michaelia",
+ "from_id": "user884242534",
+ "text": "Lost it probably at aud2 U town first few rows middle but I went back it’s gone.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost it probably at aud2 U town first few rows middle but I went back it’s gone."
+ }
+ ]
+ },
+ {
+ "id": 2183,
+ "type": "message",
+ "date": "2019-10-09T14:06:30",
+ "date_unixtime": "1570601190",
+ "from": "Nikhila",
+ "from_id": "user670706544",
+ "reply_to_message_id": 2161,
+ "text": "Hey I think it’s with the Prof, email him ? \nMy Friend from the next lecture was mentioning abt a lost MacBook but I am not sure if it is that one",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey I think it’s with the Prof, email him ? \nMy Friend from the next lecture was mentioning abt a lost MacBook but I am not sure if it is that one"
+ }
+ ]
+ },
+ {
+ "id": 2184,
+ "type": "message",
+ "date": "2019-10-09T14:07:36",
+ "date_unixtime": "1570601256",
+ "from": "Michaelia",
+ "from_id": "user884242534",
+ "text": "Hi, I just checked with the prof during lecture 2 break, it was not with the prof. But thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I just checked with the prof during lecture 2 break, it was not with the prof. But thank you!"
+ }
+ ]
+ },
+ {
+ "id": 2189,
+ "type": "message",
+ "date": "2019-10-09T14:41:30",
+ "date_unixtime": "1570603290",
+ "from": "Victoria",
+ "from_id": "user96609003",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 907,
+ "height": 1280,
+ "text": "Denim cap found on bus BTC",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Denim cap found on bus BTC"
+ }
+ ]
+ },
+ {
+ "id": 2201,
+ "type": "message",
+ "date": "2019-10-09T17:17:11",
+ "date_unixtime": "1570612631",
+ "from": "zhef",
+ "from_id": "user47231086",
+ "text": "Hi, I lost an RVRC room card somewhere from UT CREATE to the bus stop, or from CLB bus stop to CLB entrance; if found please lmk thank you!! 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost an RVRC room card somewhere from UT CREATE to the bus stop, or from CLB bus stop to CLB entrance; if found please lmk thank you!! 🙏"
+ }
+ ]
+ },
+ {
+ "id": 2204,
+ "type": "message",
+ "date": "2019-10-09T17:43:45",
+ "date_unixtime": "1570614225",
+ "from": "Kang Hui Lim",
+ "from_id": "user263851167",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2205,
+ "type": "message",
+ "date": "2019-10-09T17:43:46",
+ "date_unixtime": "1570614226",
+ "from": "Kang Hui Lim",
+ "from_id": "user263851167",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found in AS1-02-03. With me for now, will pass to security counter tomorrow",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in AS1-02-03. With me for now, will pass to security counter tomorrow"
+ }
+ ]
+ },
+ {
+ "id": 2211,
+ "type": "message",
+ "date": "2019-10-10T09:59:15",
+ "date_unixtime": "1570672755",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "hi has anyone seen an apple pencil wrapped in pink washi tape and a pair of apple earphones?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anyone seen an apple pencil wrapped in pink washi tape and a pair of apple earphones?"
+ }
+ ]
+ },
+ {
+ "id": 2212,
+ "type": "message",
+ "date": "2019-10-10T10:02:03",
+ "date_unixtime": "1570672923",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2213,
+ "type": "message",
+ "date": "2019-10-10T10:02:05",
+ "date_unixtime": "1570672925",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "It looks like this",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It looks like this"
+ }
+ ]
+ },
+ {
+ "id": 2214,
+ "type": "message",
+ "date": "2019-10-10T10:02:15",
+ "date_unixtime": "1570672935",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "reply_to_message_id": 2205,
+ "text": "And the earphones look like this",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "And the earphones look like this"
+ }
+ ]
+ },
+ {
+ "id": 2215,
+ "type": "message",
+ "date": "2019-10-10T10:22:59",
+ "date_unixtime": "1570674179",
+ "from": null,
+ "from_id": "user461549860",
+ "reply_to_message_id": 2211,
+ "text": "Oh dear, hope u can find it soon 😔",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Oh dear, hope u can find it soon 😔"
+ }
+ ]
+ },
+ {
+ "id": 2216,
+ "type": "message",
+ "date": "2019-10-10T10:23:47",
+ "date_unixtime": "1570674227",
+ "from": null,
+ "from_id": "user461549860",
+ "text": [
+ {
+ "type": "mention_name",
+ "text": "Jyh Howe",
+ "user_id": 63082691
+ },
+ " managed to find his wallet at Gong Cha. Sometimes it is a possibility that cleaners or f&b staff help keep first"
+ ],
+ "text_entities": [
+ {
+ "type": "mention_name",
+ "text": "Jyh Howe",
+ "user_id": 63082691
+ },
+ {
+ "type": "plain",
+ "text": " managed to find his wallet at Gong Cha. Sometimes it is a possibility that cleaners or f&b staff help keep first"
+ }
+ ]
+ },
+ {
+ "id": 2217,
+ "type": "message",
+ "date": "2019-10-10T10:23:50",
+ "date_unixtime": "1570674230",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "Thank you, I lost them near YIH/NUS staff club i think :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thank you, I lost them near YIH/NUS staff club i think :("
+ }
+ ]
+ },
+ {
+ "id": 2221,
+ "type": "message",
+ "date": "2019-10-10T13:18:50",
+ "date_unixtime": "1570684730",
+ "from": "Rishi Kumar",
+ "from_id": "user88075343",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Anyone knows the person?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone knows the person?"
+ }
+ ]
+ },
+ {
+ "id": 2222,
+ "type": "message",
+ "date": "2019-10-10T13:21:47",
+ "date_unixtime": "1570684907",
+ "from": "Geraldene",
+ "from_id": "user36441046",
+ "reply_to_message_id": 2221,
+ "text": "me! i’ll dm her",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "me! i’ll dm her"
+ }
+ ]
+ },
+ {
+ "id": 2223,
+ "type": "message",
+ "date": "2019-10-10T13:24:07",
+ "date_unixtime": "1570685047",
+ "from": "Rishi Kumar",
+ "from_id": "user88075343",
+ "reply_to_message_id": 2222,
+ "text": "Her friend contacted me alr! Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Her friend contacted me alr! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 2226,
+ "type": "message",
+ "date": "2019-10-10T14:03:48",
+ "date_unixtime": "1570687428",
+ "from": "Ernest",
+ "from_id": "user269477038",
+ "text": "Hi has anyone seen a MacBook charger at the hangar yesterday at night around 7-10pm? Appreciate any help!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a MacBook charger at the hangar yesterday at night around 7-10pm? Appreciate any help!"
+ }
+ ]
+ },
+ {
+ "id": 2229,
+ "type": "message",
+ "date": "2019-10-10T15:52:57",
+ "date_unixtime": "1570693977",
+ "from": "Dan",
+ "from_id": "user535953342",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 828,
+ "height": 1104,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2230,
+ "type": "message",
+ "date": "2019-10-10T15:53:34",
+ "date_unixtime": "1570694014",
+ "from": "Dan",
+ "from_id": "user535953342",
+ "reply_to_message_id": 2229,
+ "text": "Thumdrive in clb printing found",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thumdrive in clb printing found"
+ }
+ ]
+ },
+ {
+ "id": 2232,
+ "type": "message",
+ "date": "2019-10-10T17:09:15",
+ "date_unixtime": "1570698555",
+ "from": "Shu Ning",
+ "from_id": "user239345366",
+ "text": "hullo! If anyone finds a matric card AXXXX814N, chong shu ning please let me know! it was last seen at mpsh1/ around uhc :’)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hullo! If anyone finds a matric card AXXXX814N, chong shu ning please let me know! it was last seen at mpsh1/ around uhc :’)"
+ }
+ ]
+ },
+ {
+ "id": 2233,
+ "type": "message",
+ "date": "2019-10-10T17:15:15",
+ "date_unixtime": "1570698915",
+ "from": "xx",
+ "from_id": "user941636660",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 622,
+ "height": 1280,
+ "text": "iphone earpiece at com1 02-01",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "iphone earpiece at com1 02-01"
+ }
+ ]
+ },
+ {
+ "id": 2235,
+ "type": "message",
+ "date": "2019-10-10T18:12:23",
+ "date_unixtime": "1570702343",
+ "from": "ky",
+ "from_id": "user867043195",
+ "text": "Hi if anyone dropped ur cable (android) pm me, i found it near Opp. HSSML bus stop.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone dropped ur cable (android) pm me, i found it near Opp. HSSML bus stop."
+ }
+ ]
+ },
+ {
+ "id": 2237,
+ "type": "message",
+ "date": "2019-10-10T18:37:28",
+ "date_unixtime": "1570703848",
+ "from": "Lois Kok",
+ "from_id": "user754319948",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 750,
+ "height": 448,
+ "text": "Hi has anyone seen this ezlink card? I last left it at a printer in cinnamon college I think if anyone has it please do let me know thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen this ezlink card? I last left it at a printer in cinnamon college I think if anyone has it please do let me know thank you!"
+ }
+ ]
+ },
+ {
+ "id": 2241,
+ "type": "message",
+ "date": "2019-10-10T20:01:16",
+ "date_unixtime": "1570708876",
+ "from": "Sixiang Zhou",
+ "from_id": "user923532961",
+ "text": "hi I lost my matric card. I last used it to tap for a meal in rc4 around 7pm today. Please pm me if anyone finds it!! Thank you!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi I lost my matric card. I last used it to tap for a meal in rc4 around 7pm today. Please pm me if anyone finds it!! Thank you!!!"
+ }
+ ]
+ },
+ {
+ "id": 2242,
+ "type": "message",
+ "date": "2019-10-10T20:07:03",
+ "date_unixtime": "1570709223",
+ "from": "Sixiang Zhou",
+ "from_id": "user923532961",
+ "text": "my full name is Zhou Sixiang Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "my full name is Zhou Sixiang Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 2244,
+ "type": "message",
+ "date": "2019-10-10T21:19:18",
+ "date_unixtime": "1570713558",
+ "from": null,
+ "from_id": "user882206170",
+ "text": "hi my friend misplaced his matric card as well, his name is Lim Zi Yang, please lmk if you might have seen it around, thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi my friend misplaced his matric card as well, his name is Lim Zi Yang, please lmk if you might have seen it around, thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 2245,
+ "type": "message",
+ "date": "2019-10-10T22:05:12",
+ "date_unixtime": "1570716312",
+ "from": "Shujing Liang",
+ "from_id": "user538506814",
+ "text": "Hi has anyone seen a transponder with house keys with a green hulk key chain?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a transponder with house keys with a green hulk key chain?"
+ }
+ ]
+ },
+ {
+ "id": 2246,
+ "type": "message",
+ "date": "2019-10-11T13:47:11",
+ "date_unixtime": "1570772831",
+ "from": "Carisia",
+ "from_id": "user114658384",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi does anyone know this girl? Matric card found at information technology bus stop!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi does anyone know this girl? Matric card found at information technology bus stop!"
+ }
+ ]
+ },
+ {
+ "id": 2248,
+ "type": "message",
+ "date": "2019-10-11T14:12:34",
+ "date_unixtime": "1570774354",
+ "from": "jün",
+ "from_id": "user249672054",
+ "text": "Hi! Has anyone seen a grey hershel laptop bag with a gold MacBook Air inside? It was last placed at the Deck. If you have taken it, please contact me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Has anyone seen a grey hershel laptop bag with a gold MacBook Air inside? It was last placed at the Deck. If you have taken it, please contact me!!"
+ }
+ ]
+ },
+ {
+ "id": 2249,
+ "type": "message",
+ "date": "2019-10-11T14:13:12",
+ "date_unixtime": "1570774392",
+ "from": "jün",
+ "from_id": "user249672054",
+ "text": "Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 2251,
+ "type": "message",
+ "date": "2019-10-11T15:13:52",
+ "date_unixtime": "1570778032",
+ "from": "Callie🌸",
+ "from_id": "user191009803",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 780,
+ "height": 627,
+ "text": "Hi anyone seen this cardholder ? Has my ic , ezlink n mat card inside . Dropped it at YIH canteen at arnd 3 ☹️thnkss",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone seen this cardholder ? Has my ic , ezlink n mat card inside . Dropped it at YIH canteen at arnd 3 ☹️thnkss"
+ }
+ ]
+ },
+ {
+ "id": 2252,
+ "type": "message",
+ "date": "2019-10-11T15:46:25",
+ "date_unixtime": "1570779985",
+ "from": "Joey",
+ "from_id": "user221529626",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2253,
+ "type": "message",
+ "date": "2019-10-11T15:46:37",
+ "date_unixtime": "1570779997",
+ "from": "Joey",
+ "from_id": "user221529626",
+ "text": "Hi this was found at lt2 last sat by prof !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi this was found at lt2 last sat by prof !"
+ }
+ ]
+ },
+ {
+ "id": 2257,
+ "type": "message",
+ "date": "2019-10-11T21:50:04",
+ "date_unixtime": "1570801804",
+ "from": "rhikhin Yeo",
+ "from_id": "user757131901",
+ "text": "Hi guys, I have lost my matric card today and I think I dropped my matric card at somewhere around LT6. My matric number is Axxxxx64M and my full name is Yeo Rhi Khin . If anyone found my matric card pls pm me , Thanks alot !!!!!!🙏🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, I have lost my matric card today and I think I dropped my matric card at somewhere around LT6. My matric number is Axxxxx64M and my full name is Yeo Rhi Khin . If anyone found my matric card pls pm me , Thanks alot !!!!!!🙏🙏"
+ }
+ ]
+ },
+ {
+ "id": 2259,
+ "type": "message",
+ "date": "2019-10-11T22:52:29",
+ "date_unixtime": "1570805549",
+ "from": "Ariel Wenxin 🐹",
+ "from_id": "user342710891",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this on the piano outside UTown foodclique, have passed it to the security office at UTown (:",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this on the piano outside UTown foodclique, have passed it to the security office at UTown (:"
+ }
+ ]
+ },
+ {
+ "id": 2261,
+ "type": "message",
+ "date": "2019-10-12T12:15:28",
+ "date_unixtime": "1570853728",
+ "from": "Ernest",
+ "from_id": "user269477038",
+ "reply_to_message_id": 2226,
+ "text": "Hello, wanted to follow up on this!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, wanted to follow up on this!"
+ }
+ ]
+ },
+ {
+ "id": 2262,
+ "type": "message",
+ "date": "2019-10-12T17:55:11",
+ "date_unixtime": "1570874111",
+ "from": "Zeng Xu",
+ "from_id": "user780830881",
+ "text": "Hi! Has anyone seen a grey pencil case? I probably lost it in utown aud 2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Has anyone seen a grey pencil case? I probably lost it in utown aud 2"
+ }
+ ]
+ },
+ {
+ "id": 2264,
+ "type": "message",
+ "date": "2019-10-13T00:14:55",
+ "date_unixtime": "1570896895",
+ "from": "David Tanaka",
+ "from_id": "user289921618",
+ "text": "Has anyone sees a black wallet which has lost at Engin E2 cafe or LT1 on friday? Do let me know! Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone sees a black wallet which has lost at Engin E2 cafe or LT1 on friday? Do let me know! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 2266,
+ "type": "message",
+ "date": "2019-10-13T12:08:07",
+ "date_unixtime": "1570939687",
+ "from": "harini",
+ "from_id": "user310049065",
+ "text": "hello if anyone saw an asus laptop charger lost at FASS, pls let me know 😢 thank uu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello if anyone saw an asus laptop charger lost at FASS, pls let me know 😢 thank uu"
+ }
+ ]
+ },
+ {
+ "id": 2271,
+ "type": "message",
+ "date": "2019-10-14T09:55:54",
+ "date_unixtime": "1571018154",
+ "from": "Oh Vl",
+ "from_id": "user487197137",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found on D2 bus now heading to biz car park 11, pm me if yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found on D2 bus now heading to biz car park 11, pm me if yours"
+ }
+ ]
+ },
+ {
+ "id": 2280,
+ "type": "message",
+ "date": "2019-10-15T11:53:43",
+ "date_unixtime": "1571111623",
+ "from": "Oh Vl",
+ "from_id": "user487197137",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Pencil case left behind in lt34 science come and claim if yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pencil case left behind in lt34 science come and claim if yours"
+ }
+ ]
+ },
+ {
+ "id": 2281,
+ "type": "message",
+ "date": "2019-10-15T15:10:28",
+ "date_unixtime": "1571123428",
+ "from": "a.h.",
+ "from_id": "user601697465",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2282,
+ "type": "message",
+ "date": "2019-10-15T15:11:14",
+ "date_unixtime": "1571123474",
+ "from": "a.h.",
+ "from_id": "user601697465",
+ "text": "Found this at UTown food clique, passed to the campus security office at ERC!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at UTown food clique, passed to the campus security office at ERC!"
+ }
+ ]
+ },
+ {
+ "id": 2283,
+ "type": "message",
+ "date": "2019-10-15T16:55:14",
+ "date_unixtime": "1571129714",
+ "from": "Gloria RiverLife",
+ "from_id": "user208976954",
+ "text": "hello this sounds ridiculous but i lost my left airpod. i think it fLEW or something when i dropped my case outside fass lt8 on 15/10/19 around 12pm if you happen to find it pls pm me or sumn!!! 🥺",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello this sounds ridiculous but i lost my left airpod. i think it fLEW or something when i dropped my case outside fass lt8 on 15/10/19 around 12pm if you happen to find it pls pm me or sumn!!! 🥺"
+ }
+ ]
+ },
+ {
+ "id": 2302,
+ "type": "message",
+ "date": "2019-10-15T19:12:18",
+ "date_unixtime": "1571137938",
+ "from": "charmaine🧋",
+ "from_id": "user69281841",
+ "text": "hellu, i dropped my student card on bus 95/somewhere at opposite KR mrt :’)) student number A0185696H. please let me know if you found it. thank youuu 😭🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hellu, i dropped my student card on bus 95/somewhere at opposite KR mrt :’)) student number A0185696H. please let me know if you found it. thank youuu 😭🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 2331,
+ "type": "message",
+ "date": "2019-10-16T08:12:13",
+ "date_unixtime": "1571184733",
+ "edited": "2019-10-17T22:15:41",
+ "edited_unixtime": "1571321741",
+ "from": "Michael",
+ "from_id": "user169021278",
+ "text": "Hi on 15oct (tuesday) evening at around 7pm can the person who asked to borrow my ASUS charger at EA kindly PM me?!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi on 15oct (tuesday) evening at around 7pm can the person who asked to borrow my ASUS charger at EA kindly PM me?!"
+ }
+ ]
+ },
+ {
+ "id": 2338,
+ "type": "message",
+ "date": "2019-10-16T14:40:28",
+ "date_unixtime": "1571208028",
+ "from": "Brandon",
+ "from_id": "user537168328",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hello found this at LT27 bustop...",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello found this at LT27 bustop..."
+ }
+ ]
+ },
+ {
+ "id": 2346,
+ "type": "message",
+ "date": "2019-10-16T18:00:30",
+ "date_unixtime": "1571220030",
+ "edited": "2019-10-16T18:00:51",
+ "edited_unixtime": "1571220051",
+ "from": "Jem",
+ "from_id": "user676789873",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at AS4 lvl 6 disabled toilet. Anyone knows Ong Rui ti? Collect it from Yusof Ishak house student care Centre as instructed by security post.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at AS4 lvl 6 disabled toilet. Anyone knows Ong Rui ti? Collect it from Yusof Ishak house student care Centre as instructed by security post."
+ }
+ ]
+ },
+ {
+ "id": 2349,
+ "type": "message",
+ "date": "2019-10-16T20:44:54",
+ "date_unixtime": "1571229894",
+ "from": "Corentin W.",
+ "from_id": "user474578153",
+ "reply_to_message_id": 2346,
+ "text": "Hi, it belongs to my friend. I've already informed him about it. Thanks.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, it belongs to my friend. I've already informed him about it. Thanks."
+ }
+ ]
+ },
+ {
+ "id": 2350,
+ "type": "message",
+ "date": "2019-10-16T20:53:55",
+ "date_unixtime": "1571230435",
+ "from": "Tay",
+ "from_id": "user259202199",
+ "text": "has anyone seen a black and green accordian folder? left it behind at Lt12(FASS)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "has anyone seen a black and green accordian folder? left it behind at Lt12(FASS)"
+ }
+ ]
+ },
+ {
+ "id": 2353,
+ "type": "message",
+ "date": "2019-10-17T09:07:14",
+ "date_unixtime": "1571274434",
+ "from": "Chris",
+ "from_id": "user271530022",
+ "reply_to_message_id": 1986,
+ "text": "Bump",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Bump"
+ }
+ ]
+ },
+ {
+ "id": 2354,
+ "type": "message",
+ "date": "2019-10-17T10:02:14",
+ "date_unixtime": "1571277734",
+ "from": "DW",
+ "from_id": "user196654661",
+ "text": "Hello, anyone seen a pair of Sudio earbuds in USC meeting room 2? Dropped it at about 1730 ytd! Helping a friend out, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, anyone seen a pair of Sudio earbuds in USC meeting room 2? Dropped it at about 1730 ytd! Helping a friend out, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 2355,
+ "type": "message",
+ "date": "2019-10-17T10:03:47",
+ "date_unixtime": "1571277827",
+ "from": "ohnom",
+ "from_id": "user140997460",
+ "text": "Hi, did anyone saw a black cardholder w/ ezlink card inside? Last seen most probably @ NAK 🥺",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anyone saw a black cardholder w/ ezlink card inside? Last seen most probably @ NAK 🥺"
+ }
+ ]
+ },
+ {
+ "id": 2356,
+ "type": "message",
+ "date": "2019-10-17T12:37:36",
+ "date_unixtime": "1571287056",
+ "from": null,
+ "from_id": "user268244412",
+ "text": "Hi if anybody find a room keys (two keys attached) with red and yellow tags on it. Probably around Biz or in BTC Bus, College Green Bus stop, please let me know. Many Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anybody find a room keys (two keys attached) with red and yellow tags on it. Probably around Biz or in BTC Bus, College Green Bus stop, please let me know. Many Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 2357,
+ "type": "message",
+ "date": "2019-10-17T14:07:10",
+ "date_unixtime": "1571292430",
+ "from": "🧍🏻♀️🫡",
+ "from_id": "user217020042",
+ "text": "hi guys my friend left his black lanyard in COM1 level 2 cerebro handicap toilet today. it contains his matric card (Gabriel Ong) and the tembusu tcard. please pm me if you have found it!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi guys my friend left his black lanyard in COM1 level 2 cerebro handicap toilet today. it contains his matric card (Gabriel Ong) and the tembusu tcard. please pm me if you have found it!!"
+ }
+ ]
+ },
+ {
+ "id": 2358,
+ "type": "message",
+ "date": "2019-10-17T17:12:51",
+ "date_unixtime": "1571303571",
+ "from": "Denise 🌞",
+ "from_id": "user596071870",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2359,
+ "type": "message",
+ "date": "2019-10-17T17:14:45",
+ "date_unixtime": "1571303685",
+ "from": "Denise 🌞",
+ "from_id": "user596071870",
+ "text": "Hello someone left their wallet at biz2 lecture room we gg to put it at the customer service in mrb",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello someone left their wallet at biz2 lecture room we gg to put it at the customer service in mrb"
+ }
+ ]
+ },
+ {
+ "id": 2361,
+ "type": "message",
+ "date": "2019-10-17T21:57:10",
+ "date_unixtime": "1571320630",
+ "from": "ky",
+ "from_id": "user867043195",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1219,
+ "text": "Hi! My friend lost his earphones at LT16/ Biz 2 5-10/ Tea Party/ MPSH 2! If you found it pls pm me thank you 😩",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! My friend lost his earphones at LT16/ Biz 2 5-10/ Tea Party/ MPSH 2! If you found it pls pm me thank you 😩"
+ }
+ ]
+ },
+ {
+ "id": 2362,
+ "type": "message",
+ "date": "2019-10-17T22:15:44",
+ "date_unixtime": "1571321744",
+ "from": "Michael",
+ "from_id": "user169021278",
+ "reply_to_message_id": 2331,
+ "text": "bump",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "bump"
+ }
+ ]
+ },
+ {
+ "id": 2365,
+ "type": "message",
+ "date": "2019-10-18T00:12:13",
+ "date_unixtime": "1571328733",
+ "edited": "2019-10-18T00:12:30",
+ "edited_unixtime": "1571328750",
+ "from": "ian",
+ "from_id": "user148271282",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found. Will try to return at your class on tues (22nd)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found. Will try to return at your class on tues (22nd)"
+ }
+ ]
+ },
+ {
+ "id": 2367,
+ "type": "message",
+ "date": "2019-10-18T12:06:12",
+ "date_unixtime": "1571371572",
+ "from": "Balaji",
+ "from_id": "user627319021",
+ "text": "I left my blue pencil case at E5-03-23 today morning under one of the tables at row 4 or 5. If anyone finds it, pls pm me. Its a blue case with a zipper.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I left my blue pencil case at E5-03-23 today morning under one of the tables at row 4 or 5. If anyone finds it, pls pm me. Its a blue case with a zipper."
+ }
+ ]
+ },
+ {
+ "id": 2368,
+ "type": "message",
+ "date": "2019-10-18T15:47:46",
+ "date_unixtime": "1571384866",
+ "from": "Jiahua (Henry)",
+ "from_id": "user670199509",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Matric card found in dryer 5B at RVRC. Pls collect if urs",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card found in dryer 5B at RVRC. Pls collect if urs"
+ }
+ ]
+ },
+ {
+ "id": 2370,
+ "type": "message",
+ "date": "2019-10-18T17:54:18",
+ "date_unixtime": "1571392458",
+ "edited": "2019-10-18T17:54:53",
+ "edited_unixtime": "1571392493",
+ "from": "Sean",
+ "from_id": "user570636881",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Let this person know his card is at the cafè",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Let this person know his card is at the cafè"
+ }
+ ]
+ },
+ {
+ "id": 2377,
+ "type": "message",
+ "date": "2019-10-19T19:47:42",
+ "date_unixtime": "1571485662",
+ "from": "Xiaodie",
+ "from_id": "user916602090",
+ "text": "Hi guyssss! This is Xiaodie. I lost my Sony thumb drive in FASS (around LT11 and LT13). It's pink and contains many important documents. Pls dm me if anyone picked up!🙏🏻🙏🏻🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guyssss! This is Xiaodie. I lost my Sony thumb drive in FASS (around LT11 and LT13). It's pink and contains many important documents. Pls dm me if anyone picked up!🙏🏻🙏🏻🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 2378,
+ "type": "message",
+ "date": "2019-10-19T19:47:56",
+ "date_unixtime": "1571485676",
+ "from": "Xiaodie",
+ "from_id": "user916602090",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 750,
+ "height": 750,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2379,
+ "type": "message",
+ "date": "2019-10-19T19:48:40",
+ "date_unixtime": "1571485720",
+ "from": "Xiaodie",
+ "from_id": "user916602090",
+ "text": "It looks the same as picture shows but I cannot remember its capacity.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It looks the same as picture shows but I cannot remember its capacity."
+ }
+ ]
+ },
+ {
+ "id": 2382,
+ "type": "message",
+ "date": "2019-10-20T14:17:24",
+ "date_unixtime": "1571552244",
+ "from": "Huibai",
+ "from_id": "user307528013",
+ "text": "Just found an iPad with keyboard in blue cover at KR MRT platform. Submitted to the security post there. If it is yours, you can fetch it from there.😊",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Just found an iPad with keyboard in blue cover at KR MRT platform. Submitted to the security post there. If it is yours, you can fetch it from there.😊"
+ }
+ ]
+ },
+ {
+ "id": 2384,
+ "type": "message",
+ "date": "2019-10-20T18:12:51",
+ "date_unixtime": "1571566371",
+ "from": "Baeeeee",
+ "from_id": "user114023435",
+ "reply_to_message_id": 2382,
+ "text": "Such a nice person huibai",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Such a nice person huibai"
+ }
+ ]
+ },
+ {
+ "id": 2385,
+ "type": "message",
+ "date": "2019-10-20T18:38:40",
+ "date_unixtime": "1571567920",
+ "from": "Rishi Kumar",
+ "from_id": "user88075343",
+ "reply_to_message_id": 2384,
+ "text": "Watch and learn Bernice",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Watch and learn Bernice"
+ }
+ ]
+ },
+ {
+ "id": 2393,
+ "type": "message",
+ "date": "2019-10-21T18:04:17",
+ "date_unixtime": "1571652257",
+ "from": "Wan Ting",
+ "from_id": "user522864553",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2394,
+ "type": "message",
+ "date": "2019-10-21T18:04:22",
+ "date_unixtime": "1571652262",
+ "from": "Wan Ting",
+ "from_id": "user522864553",
+ "text": "Anyone lost a ring",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone lost a ring"
+ }
+ ]
+ },
+ {
+ "id": 2396,
+ "type": "message",
+ "date": "2019-10-21T18:35:46",
+ "date_unixtime": "1571654146",
+ "from": "Ocean Lin",
+ "from_id": "user657342542",
+ "reply_to_message_id": 2393,
+ "text": "At LT9",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "At LT9"
+ }
+ ]
+ },
+ {
+ "id": 2400,
+ "type": "message",
+ "date": "2019-10-22T13:51:30",
+ "date_unixtime": "1571723490",
+ "from": "Zeng Xu",
+ "from_id": "user780830881",
+ "text": "Hi! Does anyone happen to find a thumb drive this morning in Comp 1? I think I might leave it on the desk near the printers.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Does anyone happen to find a thumb drive this morning in Comp 1? I think I might leave it on the desk near the printers."
+ }
+ ]
+ },
+ {
+ "id": 2402,
+ "type": "message",
+ "date": "2019-10-22T14:44:28",
+ "date_unixtime": "1571726668",
+ "from": null,
+ "from_id": "user433649330",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at EA-06-04",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at EA-06-04"
+ }
+ ]
+ },
+ {
+ "id": 2403,
+ "type": "message",
+ "date": "2019-10-22T14:45:19",
+ "date_unixtime": "1571726719",
+ "from": null,
+ "from_id": "user433649330",
+ "reply_to_message_id": 2402,
+ "text": "It's on the front desk of the room",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It's on the front desk of the room"
+ }
+ ]
+ },
+ {
+ "id": 2405,
+ "type": "message",
+ "date": "2019-10-22T17:56:50",
+ "date_unixtime": "1571738210",
+ "from": "Huibai",
+ "from_id": "user307528013",
+ "reply_to_message_id": 2384,
+ "text": "HAHAHA😄",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "HAHAHA😄"
+ }
+ ]
+ },
+ {
+ "id": 2408,
+ "type": "message",
+ "date": "2019-10-23T14:04:08",
+ "date_unixtime": "1571810648",
+ "from": "F",
+ "from_id": "user231303655",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hey bro i found your matric card, its with ERC level 1 security post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey bro i found your matric card, its with ERC level 1 security post"
+ }
+ ]
+ },
+ {
+ "id": 2410,
+ "type": "message",
+ "date": "2019-10-23T18:18:39",
+ "date_unixtime": "1571825919",
+ "from": "Gord",
+ "from_id": "user273941925",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi found this above utown Starbucks, left this with the security office!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found this above utown Starbucks, left this with the security office!"
+ }
+ ]
+ },
+ {
+ "id": 2411,
+ "type": "message",
+ "date": "2019-10-23T20:39:31",
+ "date_unixtime": "1571834371",
+ "from": "Geetali Gupta",
+ "from_id": "user559675634",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "@ LT13 bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "@ LT13 bus stop"
+ }
+ ]
+ },
+ {
+ "id": 2413,
+ "type": "message",
+ "date": "2019-10-23T22:34:22",
+ "date_unixtime": "1571841262",
+ "edited": "2019-10-24T00:16:45",
+ "edited_unixtime": "1571847405",
+ "from": "Charlotte",
+ "from_id": "user157540026",
+ "text": "anyone found an ezlink card at UCC? it has no name, just a picture of a lion. please pm me thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone found an ezlink card at UCC? it has no name, just a picture of a lion. please pm me thank u!"
+ }
+ ]
+ },
+ {
+ "id": 2415,
+ "type": "message",
+ "date": "2019-10-24T00:42:08",
+ "date_unixtime": "1571848928",
+ "from": "Rachael Tan",
+ "from_id": "user160115597",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found outside starbucks at utown, passed to security at ERC level 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found outside starbucks at utown, passed to security at ERC level 1"
+ }
+ ]
+ },
+ {
+ "id": 2416,
+ "type": "message",
+ "date": "2019-10-24T01:31:49",
+ "date_unixtime": "1571851909",
+ "from": "Kangwei",
+ "from_id": "user262860780",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "เขตสำ ถรจำ เฟถล ฟต PGP. กบนกสื เครำ ๅบกน!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "เขตสำ ถรจำ เฟถล ฟต PGP. กบนกสื เครำ ๅบกน!"
+ }
+ ]
+ },
+ {
+ "id": 2418,
+ "type": "message",
+ "date": "2019-10-24T09:37:23",
+ "date_unixtime": "1571881043",
+ "from": "Potatoe Pancake",
+ "from_id": "user134453186",
+ "text": "Lost a lenovo laptop charger a few days ago at science, anyone saw it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost a lenovo laptop charger a few days ago at science, anyone saw it?"
+ }
+ ]
+ },
+ {
+ "id": 2421,
+ "type": "message",
+ "date": "2019-10-24T13:59:47",
+ "date_unixtime": "1571896787",
+ "from": "Tim Tams",
+ "from_id": "user211782330",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Is there an Ang Ta Wei here? Your wallet was lost near LT16 in Com 2. Hwangs Ajumma has it with her at the booth",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Is there an Ang Ta Wei here? Your wallet was lost near LT16 in Com 2. Hwangs Ajumma has it with her at the booth"
+ }
+ ]
+ },
+ {
+ "id": 2431,
+ "type": "message",
+ "date": "2019-10-25T00:47:06",
+ "date_unixtime": "1571935626",
+ "from": "Jordan",
+ "from_id": "user123388140",
+ "text": "Found an apple watch at super snaccs, passed to the store uncle",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found an apple watch at super snaccs, passed to the store uncle"
+ }
+ ]
+ },
+ {
+ "id": 2438,
+ "type": "message",
+ "date": "2019-10-25T01:59:11",
+ "date_unixtime": "1571939951",
+ "from": "Leon 🥳",
+ "from_id": "user73541262",
+ "text": "hi did anyone see an ipad @ SRC?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anyone see an ipad @ SRC?"
+ }
+ ]
+ },
+ {
+ "id": 2442,
+ "type": "message",
+ "date": "2019-10-25T13:21:22",
+ "date_unixtime": "1571980882",
+ "from": "Jing Vong",
+ "from_id": "user407287956",
+ "text": "Hi anyone seen a black pouch with keys and earpiece inside @ utown or fass?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone seen a black pouch with keys and earpiece inside @ utown or fass?"
+ }
+ ]
+ },
+ {
+ "id": 2444,
+ "type": "message",
+ "date": "2019-10-25T15:02:31",
+ "date_unixtime": "1571986951",
+ "from": "Oh Vl",
+ "from_id": "user487197137",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "S13 level 3 science, been there for at least an hour",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "S13 level 3 science, been there for at least an hour"
+ }
+ ]
+ },
+ {
+ "id": 2455,
+ "type": "message",
+ "date": "2019-10-26T19:24:12",
+ "date_unixtime": "1572089052",
+ "edited": "2019-10-26T22:55:37",
+ "edited_unixtime": "1572101737",
+ "from": "jinnie",
+ "from_id": "user567171570",
+ "text": "Did anyone see a pick palm sized wallet, strawberry design in the Dance Studio in University Town?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone see a pick palm sized wallet, strawberry design in the Dance Studio in University Town?"
+ }
+ ]
+ },
+ {
+ "id": 2468,
+ "type": "message",
+ "date": "2019-10-27T17:38:50",
+ "date_unixtime": "1572169130",
+ "from": null,
+ "from_id": "user931657124",
+ "text": "Hi I lost my airpods in the D2 bus or at uTown :( If u pick it up please contact me. Thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my airpods in the D2 bus or at uTown :( If u pick it up please contact me. Thank u!"
+ }
+ ]
+ },
+ {
+ "id": 2471,
+ "type": "message",
+ "date": "2019-10-28T11:08:03",
+ "date_unixtime": "1572232083",
+ "from": "ZHUO 🍞🌻",
+ "from_id": "user238150775",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found outside utown gym",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found outside utown gym"
+ }
+ ]
+ },
+ {
+ "id": 2477,
+ "type": "message",
+ "date": "2019-10-28T21:17:51",
+ "date_unixtime": "1572268671",
+ "from": null,
+ "from_id": "user872257813",
+ "text": [
+ "Hi! Does anyone happen to find an white iPhone 7 Plus near Utown auditorium 1? The phone case is white with a small red heart in middle. If someone happen to see, please contact ",
+ {
+ "type": "phone",
+ "text": "82623862"
+ },
+ ". Thanks!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Does anyone happen to find an white iPhone 7 Plus near Utown auditorium 1? The phone case is white with a small red heart in middle. If someone happen to see, please contact "
+ },
+ {
+ "type": "phone",
+ "text": "82623862"
+ },
+ {
+ "type": "plain",
+ "text": ". Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 2504,
+ "type": "message",
+ "date": "2019-10-29T15:36:40",
+ "date_unixtime": "1572334600",
+ "from": null,
+ "from_id": "user702125883",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2505,
+ "type": "message",
+ "date": "2019-10-29T15:37:23",
+ "date_unixtime": "1572334643",
+ "from": null,
+ "from_id": "user702125883",
+ "text": "Hey !! Popov found this and your card holder at the atrium biz school",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey !! Popov found this and your card holder at the atrium biz school"
+ }
+ ]
+ },
+ {
+ "id": 2506,
+ "type": "message",
+ "date": "2019-10-29T15:37:58",
+ "date_unixtime": "1572334678",
+ "from": null,
+ "from_id": "user702125883",
+ "text": "If you are around come and collect it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If you are around come and collect it"
+ }
+ ]
+ },
+ {
+ "id": 2507,
+ "type": "message",
+ "date": "2019-10-29T15:55:10",
+ "date_unixtime": "1572335710",
+ "from": "Su Liheng",
+ "from_id": "user385363372",
+ "text": "hi did anyone seen a white pouch/pencil case with a calculator and thumb drive and a computer stylus inside, possibly in LT7 or e-cluster 2/3",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anyone seen a white pouch/pencil case with a calculator and thumb drive and a computer stylus inside, possibly in LT7 or e-cluster 2/3"
+ }
+ ]
+ },
+ {
+ "id": 2508,
+ "type": "message",
+ "date": "2019-10-29T17:43:45",
+ "date_unixtime": "1572342225",
+ "from": "Austin",
+ "from_id": "user199541486",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found in LT9, put at the back of the lecture hall on the white reserved table",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in LT9, put at the back of the lecture hall on the white reserved table"
+ }
+ ]
+ },
+ {
+ "id": 2525,
+ "type": "message",
+ "date": "2019-10-30T12:09:57",
+ "date_unixtime": "1572408597",
+ "from": "YoonYoung🍑",
+ "from_id": "user176383800",
+ "text": "Hi guys I just lost my laptop (MacBook w a brown cover) at the museum bus stop/A1 bus/CLB pls contact me if you find it thanks 😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys I just lost my laptop (MacBook w a brown cover) at the museum bus stop/A1 bus/CLB pls contact me if you find it thanks 😭"
+ }
+ ]
+ },
+ {
+ "id": 2526,
+ "type": "message",
+ "date": "2019-10-30T12:18:35",
+ "date_unixtime": "1572409115",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "text": "A1 doesn't pass Museum - do you mean A2?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "A1 doesn't pass Museum - do you mean A2?"
+ }
+ ]
+ },
+ {
+ "id": 2527,
+ "type": "message",
+ "date": "2019-10-30T12:18:53",
+ "date_unixtime": "1572409133",
+ "edited": "2019-10-30T12:18:59",
+ "edited_unixtime": "1572409139",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "text": [
+ "Anyway, if you suspect you lost something on a bus, you can head to PGP terminal to ask the officers, or call ",
+ {
+ "type": "phone",
+ "text": "65161717"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyway, if you suspect you lost something on a bus, you can head to PGP terminal to ask the officers, or call "
+ },
+ {
+ "type": "phone",
+ "text": "65161717"
+ }
+ ]
+ },
+ {
+ "id": 2530,
+ "type": "message",
+ "date": "2019-10-30T13:37:18",
+ "date_unixtime": "1572413838",
+ "from": "YoonYoung🍑",
+ "from_id": "user176383800",
+ "text": "I took A1 to clb haha yup thank u :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I took A1 to clb haha yup thank u :)"
+ }
+ ]
+ },
+ {
+ "id": 2536,
+ "type": "message",
+ "date": "2019-10-30T16:56:30",
+ "date_unixtime": "1572425790",
+ "from": "(* ̄▽ ̄)",
+ "from_id": "user856647672",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found a logitech wireless usb receiver on the floor on level 2 of ERC in Utown, left it here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a logitech wireless usb receiver on the floor on level 2 of ERC in Utown, left it here"
+ }
+ ]
+ },
+ {
+ "id": 2541,
+ "type": "message",
+ "date": "2019-10-30T19:08:47",
+ "date_unixtime": "1572433727",
+ "from": "Saood",
+ "from_id": "user751533754",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Someone lost this at Opp University Hall Bus Stop. Text me if you know who",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone lost this at Opp University Hall Bus Stop. Text me if you know who"
+ }
+ ]
+ },
+ {
+ "id": 2543,
+ "type": "message",
+ "date": "2019-10-30T19:32:54",
+ "date_unixtime": "1572435174",
+ "from": null,
+ "from_id": "user369304689",
+ "text": "Hello everyone, I lost my Acer laptop (inside a black cover) today in D1 bus around 5.30pm. I was sitting right in the front row near the bus driver and got a phone call so I completely forgot that my laptop was placed on the next seat. Please contact me if you find it!!! Thank you so much!!! 😢😢😢🙏🏻🙏🏻🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello everyone, I lost my Acer laptop (inside a black cover) today in D1 bus around 5.30pm. I was sitting right in the front row near the bus driver and got a phone call so I completely forgot that my laptop was placed on the next seat. Please contact me if you find it!!! Thank you so much!!! 😢😢😢🙏🏻🙏🏻🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 2549,
+ "type": "message",
+ "date": "2019-10-30T22:16:31",
+ "date_unixtime": "1572444991",
+ "from": "Sharon",
+ "from_id": "user353246707",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this on bus A2. Text me if its yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this on bus A2. Text me if its yours"
+ }
+ ]
+ },
+ {
+ "id": 2550,
+ "type": "message",
+ "date": "2019-10-30T22:33:12",
+ "date_unixtime": "1572445992",
+ "edited": "2019-10-30T22:34:23",
+ "edited_unixtime": "1572446063",
+ "from": "Su Yi",
+ "from_id": "user296742569",
+ "reply_to_message_id": 2549,
+ "text": "Informed him! Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Informed him! Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 2562,
+ "type": "message",
+ "date": "2019-10-31T16:27:28",
+ "date_unixtime": "1572510448",
+ "from": "Roni Basak",
+ "from_id": "user106810253",
+ "text": "Hi I left a bluport pencil case (with an enginclub thumbdrive inside) at utown AUD 2 earlier today! If anyone finds it, please contact me! Thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I left a bluport pencil case (with an enginclub thumbdrive inside) at utown AUD 2 earlier today! If anyone finds it, please contact me! Thank you"
+ }
+ ]
+ },
+ {
+ "id": 2564,
+ "type": "message",
+ "date": "2019-10-31T23:04:40",
+ "date_unixtime": "1572534280",
+ "from": "Jingming",
+ "from_id": "user800882826",
+ "text": "Hi, I lost my matric card at Utown, near fine food today. If anyone find it, please contact me. The name is Liu Jingming. Thank you~",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my matric card at Utown, near fine food today. If anyone find it, please contact me. The name is Liu Jingming. Thank you~"
+ }
+ ]
+ },
+ {
+ "id": 2566,
+ "type": "message",
+ "date": "2019-11-01T09:42:02",
+ "date_unixtime": "1572572522",
+ "from": "KL",
+ "from_id": "user80690812",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "ZNT wireless earphones case found on floor in S1A-02-17. Put near the computer at the front of the room.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ZNT wireless earphones case found on floor in S1A-02-17. Put near the computer at the front of the room."
+ }
+ ]
+ },
+ {
+ "id": 2569,
+ "type": "message",
+ "date": "2019-11-01T13:06:53",
+ "date_unixtime": "1572584813",
+ "from": "Nigel Lim",
+ "from_id": "user49371037",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hello, hmu if this is you apple earpiece, found in deck",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, hmu if this is you apple earpiece, found in deck"
+ }
+ ]
+ },
+ {
+ "id": 2573,
+ "type": "message",
+ "date": "2019-11-01T13:44:36",
+ "date_unixtime": "1572587076",
+ "from": "Hema C",
+ "from_id": "user651214390",
+ "reply_to_message_id": 2572,
+ "text": "HAHAHAHAHA niceee",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "HAHAHAHAHA niceee"
+ }
+ ]
+ },
+ {
+ "id": 2576,
+ "type": "message",
+ "date": "2019-11-01T14:07:54",
+ "date_unixtime": "1572588474",
+ "from": "dǐdí",
+ "from_id": "user951546453",
+ "text": "Hi guys! my friend left her concession card (Xu Jiawen) at frontier canteen. Please dm me if you’ve found it! Thanks a lot",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys! my friend left her concession card (Xu Jiawen) at frontier canteen. Please dm me if you’ve found it! Thanks a lot"
+ }
+ ]
+ },
+ {
+ "id": 2579,
+ "type": "message",
+ "date": "2019-11-01T18:50:04",
+ "date_unixtime": "1572605404",
+ "edited": "2019-11-01T18:54:40",
+ "edited_unixtime": "1572605680",
+ "from": "Gaven Ang",
+ "from_id": "user208525338",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Hi guys I dropped my Dell laptop pen in FoodClique in the aircon area at the long tables nearer to Swee Heng 1989 around 4.30-5pm. Looks something like this. Pm me if anyone found it! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys I dropped my Dell laptop pen in FoodClique in the aircon area at the long tables nearer to Swee Heng 1989 around 4.30-5pm. Looks something like this. Pm me if anyone found it! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 2580,
+ "type": "message",
+ "date": "2019-11-01T18:52:36",
+ "date_unixtime": "1572605556",
+ "from": "Ezzafatin",
+ "from_id": "user493566949",
+ "text": "Hi I left a wooden 74 cm ruler at AS8 level 4 tables if anyone’s spotted it do contact me! 😊",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I left a wooden 74 cm ruler at AS8 level 4 tables if anyone’s spotted it do contact me! 😊"
+ }
+ ]
+ },
+ {
+ "id": 2582,
+ "type": "message",
+ "date": "2019-11-01T22:55:23",
+ "date_unixtime": "1572620123",
+ "from": "Jeremy Teng",
+ "from_id": "user173416744",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2583,
+ "type": "message",
+ "date": "2019-11-01T22:55:33",
+ "date_unixtime": "1572620133",
+ "edited": "2019-11-01T22:56:06",
+ "edited_unixtime": "1572620166",
+ "from": "Jeremy Teng",
+ "from_id": "user173416744",
+ "text": "Someone left a bag of clothes at YIH student lounge",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left a bag of clothes at YIH student lounge"
+ }
+ ]
+ },
+ {
+ "id": 2584,
+ "type": "message",
+ "date": "2019-11-01T22:55:49",
+ "date_unixtime": "1572620149",
+ "from": "Jeremy Teng",
+ "from_id": "user173416744",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Left it here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left it here"
+ }
+ ]
+ },
+ {
+ "id": 2587,
+ "type": "message",
+ "date": "2019-11-02T00:41:18",
+ "date_unixtime": "1572626478",
+ "from": "Nick Seng",
+ "from_id": "user248735894",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Does this belong to anyone? It seems important? Like a purity ring or something?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Does this belong to anyone? It seems important? Like a purity ring or something?"
+ }
+ ]
+ },
+ {
+ "id": 2588,
+ "type": "message",
+ "date": "2019-11-02T00:42:37",
+ "date_unixtime": "1572626557",
+ "from": "Nick Seng",
+ "from_id": "user248735894",
+ "text": "I found it outside MD7",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I found it outside MD7"
+ }
+ ]
+ },
+ {
+ "id": 2592,
+ "type": "message",
+ "date": "2019-11-04T09:39:43",
+ "date_unixtime": "1572831583",
+ "from": "priscilla",
+ "from_id": "user332061899",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 750,
+ "height": 1000,
+ "text": "grey jacket in LT33 we left it at the front!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "grey jacket in LT33 we left it at the front!"
+ }
+ ]
+ },
+ {
+ "id": 2601,
+ "type": "message",
+ "date": "2019-11-05T17:12:01",
+ "date_unixtime": "1572945121",
+ "from": "zhef",
+ "from_id": "user47231086",
+ "reply_to_message_id": 2597,
+ "text": "not sure if he's the same person but i saw an elderly man with button down shirt, long pants and slides awkwardly walking down a flight of stairs at RVRC Blk D about 15-20mins ago?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "not sure if he's the same person but i saw an elderly man with button down shirt, long pants and slides awkwardly walking down a flight of stairs at RVRC Blk D about 15-20mins ago?"
+ }
+ ]
+ },
+ {
+ "id": 2608,
+ "type": "message",
+ "date": "2019-11-06T11:44:56",
+ "date_unixtime": "1573011896",
+ "from": "Kayleen Tay",
+ "from_id": "user258481625",
+ "text": "Hi!! My friend lost her lenovo yoga laptop charger outside Waacow yesterday! Did anyone manage to retrieve it? :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi!! My friend lost her lenovo yoga laptop charger outside Waacow yesterday! Did anyone manage to retrieve it? :("
+ }
+ ]
+ },
+ {
+ "id": 2610,
+ "type": "message",
+ "date": "2019-11-06T13:27:31",
+ "date_unixtime": "1573018051",
+ "from": "Carel",
+ "from_id": "user96113373",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 1280,
+ "text": "PGP room key card found near guild house. Returned to Utown office of campus security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "PGP room key card found near guild house. Returned to Utown office of campus security"
+ }
+ ]
+ },
+ {
+ "id": 2616,
+ "type": "message",
+ "date": "2019-11-06T17:36:08",
+ "date_unixtime": "1573032968",
+ "from": "Alif",
+ "from_id": "user625574111",
+ "text": "Hi! Anyone happen to saw a black UA water bottle at one of the blue tables outside lt15?(near computing) It looks similar to this bottle but with a black logo. Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Anyone happen to saw a black UA water bottle at one of the blue tables outside lt15?(near computing) It looks similar to this bottle but with a black logo. Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 2617,
+ "type": "message",
+ "date": "2019-11-06T17:36:11",
+ "date_unixtime": "1573032971",
+ "from": "Alif",
+ "from_id": "user625574111",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2660,
+ "type": "message",
+ "date": "2019-11-06T20:44:46",
+ "date_unixtime": "1573044286",
+ "from": "Yinuo Chen",
+ "from_id": "user795431986",
+ "text": "Hi, I lost my french notebook. please contact me if you 've seen it. thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my french notebook. please contact me if you 've seen it. thanks"
+ }
+ ]
+ },
+ {
+ "id": 2677,
+ "type": "message",
+ "date": "2019-11-07T08:20:19",
+ "date_unixtime": "1573086019",
+ "from": "XuYan",
+ "from_id": "user425871828",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 450,
+ "height": 800,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2678,
+ "type": "message",
+ "date": "2019-11-07T08:21:05",
+ "date_unixtime": "1573086065",
+ "from": "XuYan",
+ "from_id": "user425871828",
+ "text": "hi i lost this wallet about 2 weeks ago at hmk busstop pls lmk if u saw it 👏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost this wallet about 2 weeks ago at hmk busstop pls lmk if u saw it 👏"
+ }
+ ]
+ },
+ {
+ "id": 2680,
+ "type": "message",
+ "date": "2019-11-07T09:04:54",
+ "date_unixtime": "1573088694",
+ "edited": "2019-11-07T09:36:48",
+ "edited_unixtime": "1573090608",
+ "from": "Baoyan",
+ "from_id": "user843193735",
+ "text": "Hi, I lost my matric card ends with 897W a week ago! Please lmk if you saw it! Thank you😊",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my matric card ends with 897W a week ago! Please lmk if you saw it! Thank you😊"
+ }
+ ]
+ },
+ {
+ "id": 2688,
+ "type": "message",
+ "date": "2019-11-07T12:32:23",
+ "date_unixtime": "1573101143",
+ "from": "Chek Meng",
+ "from_id": "user199068738",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 885,
+ "text": "Found at E2 cafe",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at E2 cafe"
+ }
+ ]
+ },
+ {
+ "id": 2697,
+ "type": "message",
+ "date": "2019-11-07T19:23:10",
+ "date_unixtime": "1573125790",
+ "edited": "2019-11-07T19:25:31",
+ "edited_unixtime": "1573125931",
+ "from": null,
+ "from_id": "user137131232",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Wallet found on second floor outside AS6, passed to library counter staff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wallet found on second floor outside AS6, passed to library counter staff"
+ }
+ ]
+ },
+ {
+ "id": 2699,
+ "type": "message",
+ "date": "2019-11-07T19:40:23",
+ "date_unixtime": "1573126823",
+ "from": "T H",
+ "from_id": "user620056001",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Found this at ERC. Text me if it is yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at ERC. Text me if it is yours"
+ }
+ ]
+ },
+ {
+ "id": 2704,
+ "type": "message",
+ "date": "2019-11-08T00:59:15",
+ "date_unixtime": "1573145955",
+ "from": "Dark Dante",
+ "from_id": "user662274307",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 680,
+ "height": 680,
+ "text": "Research Services\n✓ Proposal Writing\n✓ Data Collection & Analysis\n✓ Transcription \n✓ Market Research \n✓ Assignments and research ++",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Research Services\n✓ Proposal Writing\n✓ Data Collection & Analysis\n✓ Transcription \n✓ Market Research \n✓ Assignments and research ++"
+ }
+ ]
+ },
+ {
+ "id": 2705,
+ "type": "message",
+ "date": "2019-11-08T01:04:29",
+ "date_unixtime": "1573146269",
+ "from": "Bryan Tan",
+ "from_id": "user229487399",
+ "reply_to_message_id": 2704,
+ "text": "please do not use this chat group for personal advertising",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "please do not use this chat group for personal advertising"
+ }
+ ]
+ },
+ {
+ "id": 2706,
+ "type": "message",
+ "date": "2019-11-08T01:05:00",
+ "date_unixtime": "1573146300",
+ "from": "Dark Dante",
+ "from_id": "user662274307",
+ "reply_to_message_id": 2705,
+ "text": "Noted with thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Noted with thanks"
+ }
+ ]
+ },
+ {
+ "id": 2716,
+ "type": "message",
+ "date": "2019-11-08T11:19:50",
+ "date_unixtime": "1573183190",
+ "from": "Suhas",
+ "from_id": "user678101743",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "FOUND IN EA 06 07...After ME1102 lesson from 10am to 11am",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "FOUND IN EA 06 07...After ME1102 lesson from 10am to 11am"
+ }
+ ]
+ },
+ {
+ "id": 2717,
+ "type": "message",
+ "date": "2019-11-08T11:21:35",
+ "date_unixtime": "1573183295",
+ "from": "Suhas",
+ "from_id": "user678101743",
+ "reply_to_message_id": 2716,
+ "text": "It's with me now, do let me know via tele if it's yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It's with me now, do let me know via tele if it's yours"
+ }
+ ]
+ },
+ {
+ "id": 2721,
+ "type": "message",
+ "date": "2019-11-08T13:16:50",
+ "date_unixtime": "1573190210",
+ "from": "Emily (エミリー)🌌🍀🌷",
+ "from_id": "user656457549",
+ "text": "Hi guys I lost a pair of black wireless earphones with the BOSE logo yesterday around evening 5.30ish at FASS or probably the areas outside FASS. If anyone sees it pls pm me or alert me via here!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys I lost a pair of black wireless earphones with the BOSE logo yesterday around evening 5.30ish at FASS or probably the areas outside FASS. If anyone sees it pls pm me or alert me via here!!"
+ }
+ ]
+ },
+ {
+ "id": 2722,
+ "type": "message",
+ "date": "2019-11-08T13:47:30",
+ "date_unixtime": "1573192050",
+ "from": "Rishi Kumar",
+ "from_id": "user88075343",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this outside UTR today, anyone lost it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this outside UTR today, anyone lost it?"
+ }
+ ]
+ },
+ {
+ "id": 2724,
+ "type": "message",
+ "date": "2019-11-08T16:28:43",
+ "date_unixtime": "1573201723",
+ "from": "Yong En",
+ "from_id": "user30115370",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Matric card belonging to Smulders Elisabeth Anne found on board D2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card belonging to Smulders Elisabeth Anne found on board D2"
+ }
+ ]
+ },
+ {
+ "id": 2726,
+ "type": "message",
+ "date": "2019-11-08T17:25:12",
+ "date_unixtime": "1573205112",
+ "from": "Steven",
+ "from_id": "user442640871",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Hi found this on lt29, going to the campus security (NS) to pass the item",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found this on lt29, going to the campus security (NS) to pass the item"
+ }
+ ]
+ },
+ {
+ "id": 2737,
+ "type": "message",
+ "date": "2019-11-09T12:13:15",
+ "date_unixtime": "1573272795",
+ "from": "Noratika",
+ "from_id": "user623837083",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at clb bus stop. Passed to the security @ as8!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at clb bus stop. Passed to the security @ as8!"
+ }
+ ]
+ },
+ {
+ "id": 2738,
+ "type": "message",
+ "date": "2019-11-09T12:23:38",
+ "date_unixtime": "1573273418",
+ "from": null,
+ "from_id": "user297287843",
+ "reply_to_message_id": 2699,
+ "text": "I think you should just return it to security counter instead of hoping that she join this group and \"finds\" it.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I think you should just return it to security counter instead of hoping that she join this group and \"finds\" it."
+ }
+ ]
+ },
+ {
+ "id": 2739,
+ "type": "message",
+ "date": "2019-11-09T12:25:00",
+ "date_unixtime": "1573273500",
+ "from": "T H",
+ "from_id": "user620056001",
+ "text": [
+ {
+ "type": "mention",
+ "text": "@danielweide"
+ },
+ " her friend and her have contacted me and I've passed back to her! Thanks"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@danielweide"
+ },
+ {
+ "type": "plain",
+ "text": " her friend and her have contacted me and I've passed back to her! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 2740,
+ "type": "message",
+ "date": "2019-11-09T12:25:29",
+ "date_unixtime": "1573273529",
+ "from": null,
+ "from_id": "user297287843",
+ "reply_to_message_id": 2739,
+ "text": "👍",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "👍"
+ }
+ ]
+ },
+ {
+ "id": 2757,
+ "type": "message",
+ "date": "2019-11-10T16:04:30",
+ "date_unixtime": "1573373070",
+ "from": "tamz",
+ "from_id": "user62776411",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hiii , found at i3 carpark !!! pls tele me if its urs !!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hiii , found at i3 carpark !!! pls tele me if its urs !!!"
+ }
+ ]
+ },
+ {
+ "id": 2762,
+ "type": "message",
+ "date": "2019-11-10T19:50:53",
+ "date_unixtime": "1573386653",
+ "from": "Hsin An",
+ "from_id": "user132369919",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2763,
+ "type": "message",
+ "date": "2019-11-10T19:50:53",
+ "date_unixtime": "1573386653",
+ "from": "Hsin An",
+ "from_id": "user132369919",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2764,
+ "type": "message",
+ "date": "2019-11-10T19:51:25",
+ "date_unixtime": "1573386685",
+ "from": "Hsin An",
+ "from_id": "user132369919",
+ "text": "Lost and found near Clementi Mall haircut saloon, the cards are with the shop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost and found near Clementi Mall haircut saloon, the cards are with the shop"
+ }
+ ]
+ },
+ {
+ "id": 2772,
+ "type": "message",
+ "date": "2019-11-11T13:17:45",
+ "date_unixtime": "1573449465",
+ "from": "Oh Vl",
+ "from_id": "user487197137",
+ "reply_to_message_id": 2769,
+ "text": "I don't think this is the right group to promote stuff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I don't think this is the right group to promote stuff"
+ }
+ ]
+ },
+ {
+ "id": 2774,
+ "type": "message",
+ "date": "2019-11-11T13:41:19",
+ "date_unixtime": "1573450879",
+ "from": "SkylarPoh",
+ "from_id": "user357403753",
+ "reply_to_message_id": 2773,
+ "text": "Don't spam leh bro",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Don't spam leh bro"
+ }
+ ]
+ },
+ {
+ "id": 2775,
+ "type": "message",
+ "date": "2019-11-11T13:41:57",
+ "date_unixtime": "1573450917",
+ "from": "Pengfei",
+ "from_id": "user250741897",
+ "reply_to_message_id": 2774,
+ "text": "Deleted, thanks :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Deleted, thanks :)"
+ }
+ ]
+ },
+ {
+ "id": 2785,
+ "type": "message",
+ "date": "2019-11-11T23:47:56",
+ "date_unixtime": "1573487276",
+ "from": "farhan 🥴",
+ "from_id": "user132370896",
+ "text": "Hi found this at PC commons today at UTown beside the printer do tele me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found this at PC commons today at UTown beside the printer do tele me!"
+ }
+ ]
+ },
+ {
+ "id": 2786,
+ "type": "message",
+ "date": "2019-11-11T23:49:46",
+ "date_unixtime": "1573487386",
+ "from": "farhan 🥴",
+ "from_id": "user132370896",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2793,
+ "type": "message",
+ "date": "2019-11-12T11:11:28",
+ "date_unixtime": "1573528288",
+ "from": "Lili",
+ "from_id": "user474840189",
+ "text": "Anyone has found a sandisk thumb drive ?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone has found a sandisk thumb drive ?"
+ }
+ ]
+ },
+ {
+ "id": 2796,
+ "type": "message",
+ "date": "2019-11-12T13:12:13",
+ "date_unixtime": "1573535533",
+ "from": "adilah",
+ "from_id": "user115890705",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found an apple earpiece in s16-0309",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found an apple earpiece in s16-0309"
+ }
+ ]
+ },
+ {
+ "id": 2799,
+ "type": "message",
+ "date": "2019-11-12T18:26:22",
+ "date_unixtime": "1573554382",
+ "from": "Uly",
+ "from_id": "user793672040",
+ "text": "Anyone has found a bag with book and a coin pouch on bus or UTown ?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone has found a bag with book and a coin pouch on bus or UTown ?"
+ }
+ ]
+ },
+ {
+ "id": 2800,
+ "type": "message",
+ "date": "2019-11-13T09:51:44",
+ "date_unixtime": "1573609904",
+ "from": "Ye Kai Tan",
+ "from_id": "user544743332",
+ "text": "Hello has anyone seen a white starbucks tumbler in as6-0210?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello has anyone seen a white starbucks tumbler in as6-0210?"
+ }
+ ]
+ },
+ {
+ "id": 2802,
+ "type": "message",
+ "date": "2019-11-13T11:35:22",
+ "date_unixtime": "1573616122",
+ "from": "ZAC☁️",
+ "from_id": "user557988594",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found a bag in LT18, if anyone knows the guy please get him to collect his bag from the LT! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a bag in LT18, if anyone knows the guy please get him to collect his bag from the LT! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 2803,
+ "type": "message",
+ "date": "2019-11-13T12:39:23",
+ "date_unixtime": "1573619963",
+ "from": "chinn fang",
+ "from_id": "user48539345",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 740,
+ "text": "found at COM1 outside the student lounge, pls come here to collect!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at COM1 outside the student lounge, pls come here to collect!"
+ }
+ ]
+ },
+ {
+ "id": 2807,
+ "type": "message",
+ "date": "2019-11-13T22:28:03",
+ "date_unixtime": "1573655283",
+ "from": "Eugene",
+ "from_id": "user237050433",
+ "text": "Hi did anyone saw a red pouch containing a black earpiece at LT33 or the tables outside level 2 science laboratories? Please contact me if you found it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone saw a red pouch containing a black earpiece at LT33 or the tables outside level 2 science laboratories? Please contact me if you found it"
+ }
+ ]
+ },
+ {
+ "id": 2816,
+ "type": "message",
+ "date": "2019-11-13T23:16:23",
+ "date_unixtime": "1573658183",
+ "from": "Yi Lin",
+ "from_id": "user853790677",
+ "text": "Hello did anyone see a black and green shoe bag with black sketcher shoes inside? Left it at MPSH netball court last Tuesday! Please contact me if you found it thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello did anyone see a black and green shoe bag with black sketcher shoes inside? Left it at MPSH netball court last Tuesday! Please contact me if you found it thanks!"
+ }
+ ]
+ },
+ {
+ "id": 2817,
+ "type": "message",
+ "date": "2019-11-14T00:10:45",
+ "date_unixtime": "1573661445",
+ "edited": "2019-11-14T00:13:55",
+ "edited_unixtime": "1573661635",
+ "from": "MX",
+ "from_id": "user524049448",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1263,
+ "text": "Found at KR bus terminal! Tele me if it's yours :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at KR bus terminal! Tele me if it's yours :)"
+ }
+ ]
+ },
+ {
+ "id": 2819,
+ "type": "message",
+ "date": "2019-11-14T01:03:14",
+ "date_unixtime": "1573664594",
+ "from": "Ryan",
+ "from_id": "user1005736039",
+ "text": "Hello! Found an iPad belonging to Tay Yong Ling! Kindly pm me if it's yours 😁",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Found an iPad belonging to Tay Yong Ling! Kindly pm me if it's yours 😁"
+ }
+ ]
+ },
+ {
+ "id": 2820,
+ "type": "message",
+ "date": "2019-11-14T01:03:51",
+ "date_unixtime": "1573664631",
+ "from": "Ryan",
+ "from_id": "user1005736039",
+ "reply_to_message_id": 2819,
+ "text": "Lmao the message was supposed to be sent out at like 5! Sorry didn't notice the message didn't send 😅",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lmao the message was supposed to be sent out at like 5! Sorry didn't notice the message didn't send 😅"
+ }
+ ]
+ },
+ {
+ "id": 2826,
+ "type": "message",
+ "date": "2019-11-14T14:15:27",
+ "date_unixtime": "1573712127",
+ "from": "Rayhan Fairuz",
+ "from_id": "user329727328",
+ "text": "Hi did anyone find a dark blue/black wallet at science? Dropped out of my back pocket today😅 please ask around thanks!:)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone find a dark blue/black wallet at science? Dropped out of my back pocket today😅 please ask around thanks!:)"
+ }
+ ]
+ },
+ {
+ "id": 2828,
+ "type": "message",
+ "date": "2019-11-14T14:22:01",
+ "date_unixtime": "1573712521",
+ "from": "colleen🧸",
+ "from_id": "user311211143",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "anybody dropped their ear bud?? it was on the road between md1 and science canteen and we placed it on this ledge",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anybody dropped their ear bud?? it was on the road between md1 and science canteen and we placed it on this ledge"
+ }
+ ]
+ },
+ {
+ "id": 2829,
+ "type": "message",
+ "date": "2019-11-14T14:22:02",
+ "date_unixtime": "1573712522",
+ "from": "colleen🧸",
+ "from_id": "user311211143",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2830,
+ "type": "message",
+ "date": "2019-11-14T14:22:02",
+ "date_unixtime": "1573712522",
+ "from": "colleen🧸",
+ "from_id": "user311211143",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2832,
+ "type": "message",
+ "date": "2019-11-14T17:45:42",
+ "date_unixtime": "1573724742",
+ "from": "Joven Heng",
+ "from_id": "user125155595",
+ "text": "Hi did anyone uh see a red pioneer jc ezlink card at hssml or biz 2 with the name chloe goh ?:(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone uh see a red pioneer jc ezlink card at hssml or biz 2 with the name chloe goh ?:("
+ }
+ ]
+ },
+ {
+ "id": 2834,
+ "type": "message",
+ "date": "2019-11-14T18:10:10",
+ "date_unixtime": "1573726210",
+ "from": "Yong En",
+ "from_id": "user30115370",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "lmk if you lost a kuru toga mechanical pencil at lt29!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lmk if you lost a kuru toga mechanical pencil at lt29!"
+ }
+ ]
+ },
+ {
+ "id": 2838,
+ "type": "message",
+ "date": "2019-11-14T19:50:07",
+ "date_unixtime": "1573732207",
+ "from": "Lois Kok",
+ "from_id": "user754319948",
+ "text": "Anyone seen a white usb earpiece near sports centre?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone seen a white usb earpiece near sports centre?"
+ }
+ ]
+ },
+ {
+ "id": 2840,
+ "type": "message",
+ "date": "2019-11-14T22:15:08",
+ "date_unixtime": "1573740908",
+ "edited": "2019-11-14T22:15:32",
+ "edited_unixtime": "1573740932",
+ "from": "jAy",
+ "from_id": "user53033508",
+ "text": "Hi guys anyone saw a black adidas shoe bag with the trendy SAF grey new balance sport shoe inside @ utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys anyone saw a black adidas shoe bag with the trendy SAF grey new balance sport shoe inside @ utown"
+ }
+ ]
+ },
+ {
+ "id": 2842,
+ "type": "message",
+ "date": "2019-11-14T22:21:16",
+ "date_unixtime": "1573741276",
+ "from": "jAy",
+ "from_id": "user53033508",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 640,
+ "height": 640,
+ "text": "looks like this!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "looks like this!"
+ }
+ ]
+ },
+ {
+ "id": 2848,
+ "type": "message",
+ "date": "2019-11-16T15:39:08",
+ "date_unixtime": "1573889948",
+ "from": "Jarren Koh",
+ "from_id": "user42353522",
+ "forwarded_from": "Jarren Koh",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi lost phone found at opp KR mrt bus stop, returning to control station!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi lost phone found at opp KR mrt bus stop, returning to control station!"
+ }
+ ]
+ },
+ {
+ "id": 2850,
+ "type": "message",
+ "date": "2019-11-17T15:44:33",
+ "date_unixtime": "1573976673",
+ "from": "Guan Yee",
+ "from_id": "user350807940",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Thumbdrive found behind a computer at Mac Commons.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thumbdrive found behind a computer at Mac Commons."
+ }
+ ]
+ },
+ {
+ "id": 2855,
+ "type": "message",
+ "date": "2019-11-18T10:20:16",
+ "date_unixtime": "1574043616",
+ "from": "chels🌈🥳",
+ "from_id": "user41501921",
+ "text": "Hello anyone seen a MacBook usb c charger + black iPhone wire last seen at science study cluster last Friday. Please PM me thank you :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello anyone seen a MacBook usb c charger + black iPhone wire last seen at science study cluster last Friday. Please PM me thank you :)"
+ }
+ ]
+ },
+ {
+ "id": 2856,
+ "type": "message",
+ "date": "2019-11-18T13:13:37",
+ "date_unixtime": "1574054017",
+ "edited": "2019-11-18T13:14:49",
+ "edited_unixtime": "1574054089",
+ "from": "Justin Wya",
+ "from_id": "user281707731",
+ "text": "Good afternoon, was a Samsung phone in a dark blue cover found arounf YIH food court?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Good afternoon, was a Samsung phone in a dark blue cover found arounf YIH food court?"
+ }
+ ]
+ },
+ {
+ "id": 2857,
+ "type": "message",
+ "date": "2019-11-18T13:49:45",
+ "date_unixtime": "1574056185",
+ "from": "Kenny Wong",
+ "from_id": "user154183180",
+ "text": "Someone mentioned it in the NUS chatgroup, if you havent alrdy seen it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone mentioned it in the NUS chatgroup, if you havent alrdy seen it"
+ }
+ ]
+ },
+ {
+ "id": 2858,
+ "type": "message",
+ "date": "2019-11-18T13:49:57",
+ "date_unixtime": "1574056197",
+ "from": "Kenny Wong",
+ "from_id": "user154183180",
+ "forwarded_from": "Chong Kai",
+ "text": "The auntie mentioned that it will be left near the tray return area",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "The auntie mentioned that it will be left near the tray return area"
+ }
+ ]
+ },
+ {
+ "id": 2859,
+ "type": "message",
+ "date": "2019-11-18T13:57:36",
+ "date_unixtime": "1574056656",
+ "from": "Justin Wya",
+ "from_id": "user281707731",
+ "text": "Yup found, sorry for the inconvenience",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yup found, sorry for the inconvenience"
+ }
+ ]
+ },
+ {
+ "id": 2863,
+ "type": "message",
+ "date": "2019-11-19T19:33:48",
+ "date_unixtime": "1574163228",
+ "from": "XINYI ?????",
+ "from_id": "user162749262",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi found this in the src toilet (btwn sports hall 1 & 2) n passed it security @ erc!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi found this in the src toilet (btwn sports hall 1 & 2) n passed it security @ erc!"
+ }
+ ]
+ },
+ {
+ "id": 2866,
+ "type": "message",
+ "date": "2019-11-19T20:10:29",
+ "date_unixtime": "1574165429",
+ "from": null,
+ "from_id": "user671267898",
+ "text": "Hi Guys, did anyone find matric card with name Gurleen Kaur.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi Guys, did anyone find matric card with name Gurleen Kaur."
+ }
+ ]
+ },
+ {
+ "id": 2870,
+ "type": "message",
+ "date": "2019-11-20T14:02:27",
+ "date_unixtime": "1574229747",
+ "from": "Kaleb Teo",
+ "from_id": "user316751401",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Belonging to CAPT resident found at YIH food court. Can find me there now if not will pass to YIH student service centre when I’m leaving",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Belonging to CAPT resident found at YIH food court. Can find me there now if not will pass to YIH student service centre when I’m leaving"
+ }
+ ]
+ },
+ {
+ "id": 2873,
+ "type": "message",
+ "date": "2019-11-20T15:14:43",
+ "date_unixtime": "1574234083",
+ "from": "Nick Seng",
+ "from_id": "user248735894",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Random pink Littman stethoscope at Science Canteen frontier",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Random pink Littman stethoscope at Science Canteen frontier"
+ }
+ ]
+ },
+ {
+ "id": 2876,
+ "type": "message",
+ "date": "2019-11-21T18:26:04",
+ "date_unixtime": "1574331964",
+ "from": "hdy",
+ "from_id": "user735282455",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found outside Utown finefood tele me if its urs",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found outside Utown finefood tele me if its urs"
+ }
+ ]
+ },
+ {
+ "id": 2877,
+ "type": "message",
+ "date": "2019-11-21T22:34:35",
+ "date_unixtime": "1574346875",
+ "from": "yanyee",
+ "from_id": "user679252266",
+ "reply_to_message_id": 2873,
+ "text": "Nice colour",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Nice colour"
+ }
+ ]
+ },
+ {
+ "id": 2881,
+ "type": "message",
+ "date": "2019-11-22T16:59:20",
+ "date_unixtime": "1574413160",
+ "from": "Bowei",
+ "from_id": "user398625855",
+ "text": "Hi guys has anyone seen a Matric Card with the name of Tan Jing Wen?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys has anyone seen a Matric Card with the name of Tan Jing Wen?"
+ }
+ ]
+ },
+ {
+ "id": 2884,
+ "type": "message",
+ "date": "2019-11-23T14:45:26",
+ "date_unixtime": "1574491526",
+ "edited": "2019-11-23T14:47:16",
+ "edited_unixtime": "1574491636",
+ "from": "Subash Satapha",
+ "from_id": "user142376312",
+ "text": "Anyone from mpsh6 saw a matric card, Subash Satapha 🙃",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone from mpsh6 saw a matric card, Subash Satapha 🙃"
+ }
+ ]
+ },
+ {
+ "id": 2888,
+ "type": "message",
+ "date": "2019-11-24T22:35:23",
+ "date_unixtime": "1574606123",
+ "from": "Yong En",
+ "from_id": "user30115370",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Passion card belonging to Will Lo found at ERC, let me know if it’s you/your friend",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Passion card belonging to Will Lo found at ERC, let me know if it’s you/your friend"
+ }
+ ]
+ },
+ {
+ "id": 2889,
+ "type": "message",
+ "date": "2019-11-25T08:35:33",
+ "date_unixtime": "1574642133",
+ "from": "Guan Yee",
+ "from_id": "user350807940",
+ "text": "May I know if there's a black long wallet found in Utown yesterday?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "May I know if there's a black long wallet found in Utown yesterday?"
+ }
+ ]
+ },
+ {
+ "id": 2890,
+ "type": "message",
+ "date": "2019-11-25T10:03:16",
+ "date_unixtime": "1574647396",
+ "from": "Jacob Tan",
+ "from_id": "user165061276",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "FoodClique got a lone Apple Cable",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "FoodClique got a lone Apple Cable"
+ }
+ ]
+ },
+ {
+ "id": 2896,
+ "type": "message",
+ "date": "2019-11-25T15:38:43",
+ "date_unixtime": "1574667523",
+ "from": "Leon 🥳",
+ "from_id": "user73541262",
+ "text": "Hi, did anyone see a Matric card for “Nicholas Aw Yong” @ the MPSH?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anyone see a Matric card for “Nicholas Aw Yong” @ the MPSH?"
+ }
+ ]
+ },
+ {
+ "id": 2898,
+ "type": "message",
+ "date": "2019-11-25T17:06:31",
+ "date_unixtime": "1574672791",
+ "from": "Jason",
+ "from_id": "user442682385",
+ "text": [
+ {
+ "type": "mention_name",
+ "text": "Erica Bias Goh 💊🏥",
+ "user_id": 595736868
+ },
+ " your ezlink"
+ ],
+ "text_entities": [
+ {
+ "type": "mention_name",
+ "text": "Erica Bias Goh 💊🏥",
+ "user_id": 595736868
+ },
+ {
+ "type": "plain",
+ "text": " your ezlink"
+ }
+ ]
+ },
+ {
+ "id": 2905,
+ "type": "message",
+ "date": "2019-11-25T18:22:42",
+ "date_unixtime": "1574677362",
+ "from": "Joel Chan",
+ "from_id": "user166173728",
+ "text": "Hello anyone found a wallet with the nus card Matric No A018438*X at the LT27 (science bus stop)?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello anyone found a wallet with the nus card Matric No A018438*X at the LT27 (science bus stop)?"
+ }
+ ]
+ },
+ {
+ "id": 2906,
+ "type": "message",
+ "date": "2019-11-25T18:34:06",
+ "date_unixtime": "1574678046",
+ "from": "weilin",
+ "from_id": "user474727533",
+ "reply_to_message_id": 2890,
+ "text": "hi, anyone took this cable, its mine and its not there anymoree",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, anyone took this cable, its mine and its not there anymoree"
+ }
+ ]
+ },
+ {
+ "id": 2909,
+ "type": "message",
+ "date": "2019-11-25T19:02:51",
+ "date_unixtime": "1574679771",
+ "from": "ky",
+ "from_id": "user867043195",
+ "text": "Hello, anyone saw a Pink thermal waterbottle in MPSH 1/2... Pls pm me :( it has my name on it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, anyone saw a Pink thermal waterbottle in MPSH 1/2... Pls pm me :( it has my name on it"
+ }
+ ]
+ },
+ {
+ "id": 2911,
+ "type": "message",
+ "date": "2019-11-26T09:58:11",
+ "date_unixtime": "1574733491",
+ "from": "Joel Chan",
+ "from_id": "user166173728",
+ "text": "Hello if anyone took a dark blue jeans-material wallet at NUS bus stop LT27 yesterday (contains Matric no with my name ), please contact me. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello if anyone took a dark blue jeans-material wallet at NUS bus stop LT27 yesterday (contains Matric no with my name ), please contact me. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 2912,
+ "type": "message",
+ "date": "2019-11-26T11:48:19",
+ "date_unixtime": "1574740099",
+ "from": "Kok Jia Wei",
+ "from_id": "user194529156",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2913,
+ "type": "message",
+ "date": "2019-11-26T11:48:50",
+ "date_unixtime": "1574740130",
+ "from": "Kok Jia Wei",
+ "from_id": "user194529156",
+ "text": "Found a Picard wallet in UTown male toilet. Please PM me to collect your wallet sir",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a Picard wallet in UTown male toilet. Please PM me to collect your wallet sir"
+ }
+ ]
+ },
+ {
+ "id": 2914,
+ "type": "message",
+ "date": "2019-11-26T11:49:31",
+ "date_unixtime": "1574740171",
+ "from": "Kok Jia Wei",
+ "from_id": "user194529156",
+ "reply_to_message_id": 2913,
+ "text": "Fine food toilet ** Calling for Mr Tan Yi Chen",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Fine food toilet ** Calling for Mr Tan Yi Chen"
+ }
+ ]
+ },
+ {
+ "id": 2918,
+ "type": "message",
+ "date": "2019-11-26T14:28:01",
+ "date_unixtime": "1574749681",
+ "from": "Wei Yue",
+ "from_id": "user650119549",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1104,
+ "height": 828,
+ "text": "Found near Tahir Foundation Building MD1.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found near Tahir Foundation Building MD1."
+ }
+ ]
+ },
+ {
+ "id": 2923,
+ "type": "message",
+ "date": "2019-11-26T16:46:57",
+ "date_unixtime": "1574758017",
+ "from": "Muhammad Suhaib",
+ "from_id": "user298023991",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Silver casio watch found at yih (unofficial musollah) lvl 4 staircase next to lift.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Silver casio watch found at yih (unofficial musollah) lvl 4 staircase next to lift."
+ }
+ ]
+ },
+ {
+ "id": 2927,
+ "type": "message",
+ "date": "2019-11-26T20:06:28",
+ "date_unixtime": "1574769988",
+ "from": "Mihika Joshi",
+ "from_id": "user926344949",
+ "text": "Hey did anybody see a light brownish, almost yellow pencil case at MPSH2A? It had a keychain of the name ‘Mihika’ on its zip...\nThanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey did anybody see a light brownish, almost yellow pencil case at MPSH2A? It had a keychain of the name ‘Mihika’ on its zip...\nThanks"
+ }
+ ]
+ },
+ {
+ "id": 2928,
+ "type": "message",
+ "date": "2019-11-26T20:07:41",
+ "date_unixtime": "1574770061",
+ "from": "Mihika Joshi",
+ "from_id": "user926344949",
+ "text": "The keychain looks like this",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "The keychain looks like this"
+ }
+ ]
+ },
+ {
+ "id": 2929,
+ "type": "message",
+ "date": "2019-11-26T20:07:41",
+ "date_unixtime": "1574770061",
+ "from": "Mihika Joshi",
+ "from_id": "user926344949",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 2930,
+ "type": "message",
+ "date": "2019-11-26T21:09:03",
+ "date_unixtime": "1574773743",
+ "from": "MX",
+ "from_id": "user524049448",
+ "text": "Hi, did anyone see an ezlink card around Kent Ridge Bus Terminal just now? It's an ezlink card with some cartoon thingy on it, do lmk, thank you so much! :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anyone see an ezlink card around Kent Ridge Bus Terminal just now? It's an ezlink card with some cartoon thingy on it, do lmk, thank you so much! :)"
+ }
+ ]
+ },
+ {
+ "id": 2931,
+ "type": "message",
+ "date": "2019-11-26T22:54:27",
+ "date_unixtime": "1574780067",
+ "from": "Ruby",
+ "from_id": "user217220194",
+ "text": "hey, i left a black sweater in utown auditorium 2 today at 3pm.. has anyone seen it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey, i left a black sweater in utown auditorium 2 today at 3pm.. has anyone seen it?"
+ }
+ ]
+ },
+ {
+ "id": 2934,
+ "type": "message",
+ "date": "2019-11-27T15:32:29",
+ "date_unixtime": "1574839949",
+ "from": "chinn fang",
+ "from_id": "user48539345",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "found at YIH, passed to student service centre!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at YIH, passed to student service centre!"
+ }
+ ]
+ },
+ {
+ "id": 2938,
+ "type": "message",
+ "date": "2019-11-27T19:03:37",
+ "date_unixtime": "1574852617",
+ "from": "Gaven Ang",
+ "from_id": "user208525338",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "pencil case found in The Study @ERC",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "pencil case found in The Study @ERC"
+ }
+ ]
+ },
+ {
+ "id": 2949,
+ "type": "message",
+ "date": "2019-11-28T14:55:25",
+ "date_unixtime": "1574924125",
+ "from": "Zhulin",
+ "from_id": "user696807941",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found infront of MPSH5",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found infront of MPSH5"
+ }
+ ]
+ },
+ {
+ "id": 2953,
+ "type": "message",
+ "date": "2019-11-28T16:23:09",
+ "date_unixtime": "1574929389",
+ "from": "Xiaodie",
+ "from_id": "user916602090",
+ "text": [
+ "The card belongs to ",
+ {
+ "type": "mention",
+ "text": "@Bhairavi_08"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "The card belongs to "
+ },
+ {
+ "type": "mention",
+ "text": "@Bhairavi_08"
+ }
+ ]
+ },
+ {
+ "id": 2954,
+ "type": "message",
+ "date": "2019-11-28T16:23:39",
+ "date_unixtime": "1574929419",
+ "from": "Xiaodie",
+ "from_id": "user916602090",
+ "text": "Sorry I tag the wrong person!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Sorry I tag the wrong person!"
+ }
+ ]
+ },
+ {
+ "id": 2955,
+ "type": "message",
+ "date": "2019-11-28T16:23:49",
+ "date_unixtime": "1574929429",
+ "from": "Xiaodie",
+ "from_id": "user916602090",
+ "text": [
+ {
+ "type": "mention",
+ "text": "@arixlz"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@arixlz"
+ }
+ ]
+ },
+ {
+ "id": 2956,
+ "type": "message",
+ "date": "2019-11-28T16:33:10",
+ "date_unixtime": "1574929990",
+ "from": "Kishan Fattysnowman",
+ "from_id": "user147556458",
+ "text": "Anyone saw a bottle with blue top in MPSH 5?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone saw a bottle with blue top in MPSH 5?"
+ }
+ ]
+ },
+ {
+ "id": 2957,
+ "type": "message",
+ "date": "2019-11-28T16:33:50",
+ "date_unixtime": "1574930030",
+ "from": "Anstey",
+ "from_id": "user463234068",
+ "text": "Hi I’ve lost a brown leather wallet in UTown with my matriculation card in it. Do contact me if anyone has seen it thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I’ve lost a brown leather wallet in UTown with my matriculation card in it. Do contact me if anyone has seen it thanks!"
+ }
+ ]
+ },
+ {
+ "id": 2958,
+ "type": "message",
+ "date": "2019-11-28T17:43:04",
+ "date_unixtime": "1574934184",
+ "from": "Gord",
+ "from_id": "user273941925",
+ "text": "Hi my friend lost an IPhone 8 in science library. hmu if you happen to see it. thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi my friend lost an IPhone 8 in science library. hmu if you happen to see it. thanks!"
+ }
+ ]
+ },
+ {
+ "id": 2962,
+ "type": "message",
+ "date": "2019-11-28T17:53:49",
+ "date_unixtime": "1574934829",
+ "from": "Jolie",
+ "from_id": "user743868178",
+ "reply_to_message_id": 2958,
+ "text": "FOUND",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "FOUND"
+ }
+ ]
+ },
+ {
+ "id": 2964,
+ "type": "message",
+ "date": "2019-11-28T19:53:45",
+ "date_unixtime": "1574942025",
+ "from": "mad",
+ "from_id": "user247578873",
+ "text": "hello, did anyone see a matric card with the name Madelene Kim Lee Hui around MPSH? pls pm me thankuuu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello, did anyone see a matric card with the name Madelene Kim Lee Hui around MPSH? pls pm me thankuuu"
+ }
+ ]
+ },
+ {
+ "id": 2966,
+ "type": "message",
+ "date": "2019-11-28T20:15:56",
+ "date_unixtime": "1574943356",
+ "from": "ivanc",
+ "from_id": "user207284359",
+ "text": "hi anyone saw a yellow hydroflask water bottle at mpsh 1? Pm me. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi anyone saw a yellow hydroflask water bottle at mpsh 1? Pm me. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 2973,
+ "type": "message",
+ "date": "2019-11-29T11:43:57",
+ "date_unixtime": "1574999037",
+ "edited": "2019-11-29T11:44:23",
+ "edited_unixtime": "1574999063",
+ "from": "Nathanael",
+ "from_id": "user42355014",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at Frontier (aircon). On table next to Taiwanese store.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at Frontier (aircon). On table next to Taiwanese store."
+ }
+ ]
+ },
+ {
+ "id": 2975,
+ "type": "message",
+ "date": "2019-11-29T15:12:45",
+ "date_unixtime": "1575011565",
+ "from": "Darryl",
+ "from_id": "user233062709",
+ "text": "Hello anyone took exams in Utown Audi 2? Left a laptop charger under the seat next to 74",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello anyone took exams in Utown Audi 2? Left a laptop charger under the seat next to 74"
+ }
+ ]
+ },
+ {
+ "id": 2977,
+ "type": "message",
+ "date": "2019-11-29T16:41:49",
+ "date_unixtime": "1575016909",
+ "from": "zk",
+ "from_id": "user401133955",
+ "text": "Hi I've lost my Lenovo Usbc charger. Last seen at YIH student lounge 28 Nov. Anyone seen it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I've lost my Lenovo Usbc charger. Last seen at YIH student lounge 28 Nov. Anyone seen it?"
+ }
+ ]
+ },
+ {
+ "id": 2980,
+ "type": "message",
+ "date": "2019-11-29T20:48:16",
+ "date_unixtime": "1575031696",
+ "from": "Sya",
+ "from_id": "user77089384",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 956,
+ "height": 1276,
+ "text": "Purple Valentino wallet belonging to Yoon Jae Won found on bus A2 going to Kent Ridge MRT",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Purple Valentino wallet belonging to Yoon Jae Won found on bus A2 going to Kent Ridge MRT"
+ }
+ ]
+ },
+ {
+ "id": 2982,
+ "type": "message",
+ "date": "2019-11-30T11:15:35",
+ "date_unixtime": "1575083735",
+ "from": "david",
+ "from_id": "user870763398",
+ "text": "anyone find a pair of airpods around YIH outside the printing room?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone find a pair of airpods around YIH outside the printing room?"
+ }
+ ]
+ },
+ {
+ "id": 2988,
+ "type": "message",
+ "date": "2019-12-01T11:15:40",
+ "date_unixtime": "1575170140",
+ "from": "theo",
+ "from_id": "user108738085",
+ "text": "Hi anyone saw a grey jacket in MPSH2A?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone saw a grey jacket in MPSH2A?"
+ }
+ ]
+ },
+ {
+ "id": 2992,
+ "type": "message",
+ "date": "2019-12-02T15:48:05",
+ "date_unixtime": "1575272885",
+ "from": "Joven Pua",
+ "from_id": "user468768214",
+ "text": "Hi, anyone saw a matriculation card in lt 52? Should be in the 2nd row",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone saw a matriculation card in lt 52? Should be in the 2nd row"
+ }
+ ]
+ },
+ {
+ "id": 2993,
+ "type": "message",
+ "date": "2019-12-02T16:28:02",
+ "date_unixtime": "1575275282",
+ "from": "Deepak",
+ "from_id": "user651894091",
+ "text": "Has anyone seen a south park keychain usb drive near pgp ?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone seen a south park keychain usb drive near pgp ?"
+ }
+ ]
+ },
+ {
+ "id": 2996,
+ "type": "message",
+ "date": "2019-12-02T20:00:15",
+ "date_unixtime": "1575288015",
+ "from": "Jianqiu Chen",
+ "from_id": "user46244395",
+ "text": "hi, anyone say a yellow/white ezlink card at co-op(science), lost around 1pm~",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, anyone say a yellow/white ezlink card at co-op(science), lost around 1pm~"
+ }
+ ]
+ },
+ {
+ "id": 2998,
+ "type": "message",
+ "date": "2019-12-02T21:22:51",
+ "date_unixtime": "1575292971",
+ "from": "Max",
+ "from_id": "user261446954",
+ "text": "Hey, did any1 found a small black pencil case around the size of an A6 booklet at engineering auditorium on 27nov my matric card with the name max lee yong jin is inside the pencil case",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey, did any1 found a small black pencil case around the size of an A6 booklet at engineering auditorium on 27nov my matric card with the name max lee yong jin is inside the pencil case"
+ }
+ ]
+ },
+ {
+ "id": 2999,
+ "type": "message",
+ "date": "2019-12-02T21:36:08",
+ "date_unixtime": "1575293768",
+ "from": "Jason Lim",
+ "from_id": "user45956792",
+ "text": "Hi did anybody see a matric card for jason lim aXXXX665U",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anybody see a matric card for jason lim aXXXX665U"
+ }
+ ]
+ },
+ {
+ "id": 3000,
+ "type": "message",
+ "date": "2019-12-02T23:56:05",
+ "date_unixtime": "1575302165",
+ "from": "bakwxh",
+ "from_id": "user244206321",
+ "text": "if anyone picked up my blue nalgene bottle with a sticker on it from mpsh1b lmk thanks!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if anyone picked up my blue nalgene bottle with a sticker on it from mpsh1b lmk thanks!!!"
+ }
+ ]
+ },
+ {
+ "id": 3004,
+ "type": "message",
+ "date": "2019-12-03T19:31:03",
+ "date_unixtime": "1575372663",
+ "from": "𝓎𝓊 𝓍𝓊𝒶𝓃 𓆩♡𓆪",
+ "from_id": "user568185847",
+ "text": "Hello! \n Lost my long wallet ytd at u-town, misplaced it in the toilet ;( it's a dark blue Pedro long wallet that contains alot of identification cards etc! Please pm if found!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! \n Lost my long wallet ytd at u-town, misplaced it in the toilet ;( it's a dark blue Pedro long wallet that contains alot of identification cards etc! Please pm if found!"
+ }
+ ]
+ },
+ {
+ "id": 3005,
+ "type": "message",
+ "date": "2019-12-04T11:25:14",
+ "date_unixtime": "1575429914",
+ "from": "Lois Kok",
+ "from_id": "user754319948",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Someone has left their bottle in the female restroom at the mpsh on floor 1 near the vending machines",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone has left their bottle in the female restroom at the mpsh on floor 1 near the vending machines"
+ }
+ ]
+ },
+ {
+ "id": 3007,
+ "type": "message",
+ "date": "2019-12-04T13:43:43",
+ "date_unixtime": "1575438223",
+ "from": "Pricillia S.",
+ "from_id": "user697159894",
+ "text": "Hi anyone who found a matric card under the name Pricillia Sungarda please pm me :( lost it around Sbux area just now",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone who found a matric card under the name Pricillia Sungarda please pm me :( lost it around Sbux area just now"
+ }
+ ]
+ },
+ {
+ "id": 3015,
+ "type": "message",
+ "date": "2019-12-05T22:10:11",
+ "date_unixtime": "1575555011",
+ "from": "Hrucha",
+ "from_id": "user873349972",
+ "text": "Hi guys! I left a acer laptop charger at ut aud 2 just now after my paper. its prob at the stage area or at the 5th row from the bottom (middle row). Pls pm me if anyone finds it! Thank you 🙏🏼",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys! I left a acer laptop charger at ut aud 2 just now after my paper. its prob at the stage area or at the 5th row from the bottom (middle row). Pls pm me if anyone finds it! Thank you 🙏🏼"
+ }
+ ]
+ },
+ {
+ "id": 3017,
+ "type": "message",
+ "date": "2019-12-07T08:35:51",
+ "date_unixtime": "1575678951",
+ "from": "Charlotte",
+ "from_id": "user157540026",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "lost card @ u town outside saga college. passed to security at education resource centre",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lost card @ u town outside saga college. passed to security at education resource centre"
+ }
+ ]
+ },
+ {
+ "id": 3019,
+ "type": "message",
+ "date": "2019-12-07T13:16:51",
+ "date_unixtime": "1575695811",
+ "from": "Tsu yang",
+ "from_id": "user626025764",
+ "text": "Lost my nalgene bottle (black) at utow aud 2, if anybody found it pm me! Thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost my nalgene bottle (black) at utow aud 2, if anybody found it pm me! Thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 3023,
+ "type": "message",
+ "date": "2019-12-09T15:14:50",
+ "date_unixtime": "1575875690",
+ "from": null,
+ "from_id": "user1033748853",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Has a cute polar bear oragami and ¥9000 in here. Found at the peak of Fushimi Inari Shrine in Kyoto Japan.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has a cute polar bear oragami and ¥9000 in here. Found at the peak of Fushimi Inari Shrine in Kyoto Japan."
+ }
+ ]
+ },
+ {
+ "id": 3024,
+ "type": "message",
+ "date": "2019-12-09T15:14:53",
+ "date_unixtime": "1575875693",
+ "from": null,
+ "from_id": "user1033748853",
+ "text": "Found a wallet for Nicholas Sim",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a wallet for Nicholas Sim"
+ }
+ ]
+ },
+ {
+ "id": 3026,
+ "type": "message",
+ "date": "2019-12-09T15:25:36",
+ "date_unixtime": "1575876336",
+ "from": "Nick Seng",
+ "from_id": "user248735894",
+ "text": "O.o",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "O.o"
+ }
+ ]
+ },
+ {
+ "id": 3028,
+ "type": "message",
+ "date": "2019-12-09T17:14:25",
+ "date_unixtime": "1575882865",
+ "from": "hannah ♡҉٩(˙˘˙)۶҉ ◡̈",
+ "from_id": "user66069334",
+ "text": "hi! we'd like to say thank you on behalf of nicholas!!! we really appreciate your help :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! we'd like to say thank you on behalf of nicholas!!! we really appreciate your help :)"
+ }
+ ]
+ },
+ {
+ "id": 3030,
+ "type": "message",
+ "date": "2019-12-09T17:57:26",
+ "date_unixtime": "1575885446",
+ "from": null,
+ "from_id": "user1033748853",
+ "text": "Yw, y’all be safe! Nicholas now has his wallet.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yw, y’all be safe! Nicholas now has his wallet."
+ }
+ ]
+ },
+ {
+ "id": 3038,
+ "type": "message",
+ "date": "2019-12-11T19:17:49",
+ "date_unixtime": "1576063069",
+ "from": "Adrian",
+ "from_id": "user262258192",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Found at Com Centre Bus Stop. If unclaimed by tmr morning, will pass to Student Service Centre @YIH tmr.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at Com Centre Bus Stop. If unclaimed by tmr morning, will pass to Student Service Centre @YIH tmr."
+ }
+ ]
+ },
+ {
+ "id": 3043,
+ "type": "message",
+ "date": "2019-12-17T10:37:51",
+ "date_unixtime": "1576550271",
+ "from": "Ñiki",
+ "from_id": "user354946140",
+ "forwarded_from": "Ñiki",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@nusengin"
+ },
+ ": Thumbdrive found at table outside Cheers, pm me if it's yours!"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@nusengin"
+ },
+ {
+ "type": "plain",
+ "text": ": Thumbdrive found at table outside Cheers, pm me if it's yours!"
+ }
+ ]
+ },
+ {
+ "id": 3046,
+ "type": "message",
+ "date": "2019-12-20T17:53:43",
+ "date_unixtime": "1576835623",
+ "edited": "2019-12-20T17:54:07",
+ "edited_unixtime": "1576835647",
+ "from": "timthian",
+ "from_id": "user30455303",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "chung shiqis wallet found at mpsh6",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "chung shiqis wallet found at mpsh6"
+ }
+ ]
+ },
+ {
+ "id": 3056,
+ "type": "message",
+ "date": "2019-12-26T13:49:35",
+ "date_unixtime": "1577339375",
+ "from": "Fawwaz Bazil",
+ "from_id": "user49487475",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi found this person’s wallet at beauty world mrt, left it at passenger service",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found this person’s wallet at beauty world mrt, left it at passenger service"
+ }
+ ]
+ },
+ {
+ "id": 3062,
+ "type": "message",
+ "date": "2020-01-04T12:55:24",
+ "date_unixtime": "1578113724",
+ "from": "Sw",
+ "from_id": "user87942422",
+ "text": "Lost a black wallet at University Health Centre Bus Stop today, if anyone found it pm me thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost a black wallet at University Health Centre Bus Stop today, if anyone found it pm me thanks!"
+ }
+ ]
+ },
+ {
+ "id": 3073,
+ "type": "message",
+ "date": "2020-01-10T22:07:21",
+ "date_unixtime": "1578665241",
+ "from": "♡ nattay ♡",
+ "from_id": "user285308496",
+ "text": "Hello! Lost a Matric Card under name of Natalie Tay Tung Tze at Utown if anyone found it pls let me know 🙏🏼🥺",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Lost a Matric Card under name of Natalie Tay Tung Tze at Utown if anyone found it pls let me know 🙏🏼🥺"
+ }
+ ]
+ },
+ {
+ "id": 3081,
+ "type": "message",
+ "date": "2020-01-13T18:57:57",
+ "date_unixtime": "1578913077",
+ "edited": "2020-01-14T10:11:25",
+ "edited_unixtime": "1578967885",
+ "from": "Yizhen",
+ "from_id": "user26945616",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found a pgpr access card at biz 2 let me know if you dropped it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a pgpr access card at biz 2 let me know if you dropped it"
+ }
+ ]
+ },
+ {
+ "id": 3082,
+ "type": "message",
+ "date": "2020-01-14T09:51:53",
+ "date_unixtime": "1578966713",
+ "from": "Huibai",
+ "from_id": "user307528013",
+ "text": "A PGPR access card*",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "A PGPR access card*"
+ }
+ ]
+ },
+ {
+ "id": 3083,
+ "type": "message",
+ "date": "2020-01-14T09:51:55",
+ "date_unixtime": "1578966715",
+ "from": "Huibai",
+ "from_id": "user307528013",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found a PGPR on D2, passed to S16 security post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a PGPR on D2, passed to S16 security post"
+ }
+ ]
+ },
+ {
+ "id": 3087,
+ "type": "message",
+ "date": "2020-01-14T17:42:17",
+ "date_unixtime": "1578994937",
+ "from": "Jing Xuan",
+ "from_id": "user313830376",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "At E4 walkway bench",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "At E4 walkway bench"
+ }
+ ]
+ },
+ {
+ "id": 3092,
+ "type": "message",
+ "date": "2020-01-15T13:53:44",
+ "date_unixtime": "1579067624",
+ "from": "Arica Pat",
+ "from_id": "user632322881",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at UHC bus stop. Left it at Student Service Centre.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at UHC bus stop. Left it at Student Service Centre."
+ }
+ ]
+ },
+ {
+ "id": 3095,
+ "type": "message",
+ "date": "2020-01-15T16:15:25",
+ "date_unixtime": "1579076125",
+ "from": "Hema C",
+ "from_id": "user651214390",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3096,
+ "type": "message",
+ "date": "2020-01-15T16:15:41",
+ "date_unixtime": "1579076141",
+ "from": "Hema C",
+ "from_id": "user651214390",
+ "text": "Found this ezlink card at the park connector between dover and clementi",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this ezlink card at the park connector between dover and clementi"
+ }
+ ]
+ },
+ {
+ "id": 3104,
+ "type": "message",
+ "date": "2020-01-16T15:36:16",
+ "date_unixtime": "1579160176",
+ "from": "Sarah 🐝",
+ "from_id": "user306690087",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "These were found at tokyo-paris room @YIH. We left it at the tables here :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "These were found at tokyo-paris room @YIH. We left it at the tables here :)"
+ }
+ ]
+ },
+ {
+ "id": 3107,
+ "type": "message",
+ "date": "2020-01-16T18:18:14",
+ "date_unixtime": "1579169894",
+ "from": "Ariane",
+ "from_id": "user749247504",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 750,
+ "height": 1280,
+ "text": "Found this nus concession card at LT7A for an MLE1010E lecture. Collect it at the materials science and engineering department",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this nus concession card at LT7A for an MLE1010E lecture. Collect it at the materials science and engineering department"
+ }
+ ]
+ },
+ {
+ "id": 3114,
+ "type": "message",
+ "date": "2020-01-17T12:27:09",
+ "date_unixtime": "1579235229",
+ "from": "Jaydra",
+ "from_id": "user379078363",
+ "text": "Hi I lost a matric card with a purple lanyard along FASS-UTown if anyone sees it please let me know 🥺",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost a matric card with a purple lanyard along FASS-UTown if anyone sees it please let me know 🥺"
+ }
+ ]
+ },
+ {
+ "id": 3117,
+ "type": "message",
+ "date": "2020-01-17T12:54:38",
+ "date_unixtime": "1579236878",
+ "from": "tortellini",
+ "from_id": "user460255053",
+ "text": "Hi anyone found a S10 around Utown?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone found a S10 around Utown?"
+ }
+ ]
+ },
+ {
+ "id": 3118,
+ "type": "message",
+ "date": "2020-01-17T12:55:22",
+ "date_unixtime": "1579236922",
+ "from": "tortellini",
+ "from_id": "user460255053",
+ "text": "Black spigen cover, screen protector is coming off abit",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Black spigen cover, screen protector is coming off abit"
+ }
+ ]
+ },
+ {
+ "id": 3119,
+ "type": "message",
+ "date": "2020-01-17T13:07:17",
+ "date_unixtime": "1579237637",
+ "from": "tortellini",
+ "from_id": "user460255053",
+ "text": "Found alr thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found alr thanks!"
+ }
+ ]
+ },
+ {
+ "id": 3120,
+ "type": "message",
+ "date": "2020-01-17T22:02:50",
+ "date_unixtime": "1579269770",
+ "from": "aniq suhairy",
+ "from_id": "user75772188",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Ez-link card found in front of LT33 Science Block. Placed on top of water cooler in front of CRISP",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ez-link card found in front of LT33 Science Block. Placed on top of water cooler in front of CRISP"
+ }
+ ]
+ },
+ {
+ "id": 3121,
+ "type": "message",
+ "date": "2020-01-17T22:12:34",
+ "date_unixtime": "1579270354",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1144,
+ "height": 1144,
+ "text": "Hi has anyone seen a set of beats headphones that looks like this?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a set of beats headphones that looks like this?"
+ }
+ ]
+ },
+ {
+ "id": 3127,
+ "type": "message",
+ "date": "2020-01-18T12:25:09",
+ "date_unixtime": "1579321509",
+ "from": "amas",
+ "from_id": "user252880508",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "rvrc f725 found at utown foyer",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "rvrc f725 found at utown foyer"
+ }
+ ]
+ },
+ {
+ "id": 3129,
+ "type": "message",
+ "date": "2020-01-18T17:53:39",
+ "date_unixtime": "1579341219",
+ "from": "jenny",
+ "from_id": "user674649775",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at utown bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at utown bus stop"
+ }
+ ]
+ },
+ {
+ "id": 3131,
+ "type": "message",
+ "date": "2020-01-19T21:17:02",
+ "date_unixtime": "1579439822",
+ "from": "Bryan",
+ "from_id": "user125383295",
+ "text": "Hi guys. Did anybody pick up a Car Key at either USC or Field 1 (artificial) today? Pls PM me if you did!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys. Did anybody pick up a Car Key at either USC or Field 1 (artificial) today? Pls PM me if you did!"
+ }
+ ]
+ },
+ {
+ "id": 3134,
+ "type": "message",
+ "date": "2020-01-20T11:40:48",
+ "date_unixtime": "1579491648",
+ "from": "Xiang Tong",
+ "from_id": "user699672018",
+ "text": "hey guys anyone happened to pick up an iPhone charger this weekend at Starbuck? if did can contact me?😂 Thanksss",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey guys anyone happened to pick up an iPhone charger this weekend at Starbuck? if did can contact me?😂 Thanksss"
+ }
+ ]
+ },
+ {
+ "id": 3135,
+ "type": "message",
+ "date": "2020-01-20T11:42:01",
+ "date_unixtime": "1579491721",
+ "from": "Akashah 🏎🏍🛠⚙️🪛",
+ "from_id": "user868557246",
+ "text": "Hi, guys, did anybody see a PGPH Room card in either science canteen or PGPH Basement 1 or Level 1 this morning? If yes, please pm me thanks 🤗",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, guys, did anybody see a PGPH Room card in either science canteen or PGPH Basement 1 or Level 1 this morning? If yes, please pm me thanks 🤗"
+ }
+ ]
+ },
+ {
+ "id": 3136,
+ "type": "message",
+ "date": "2020-01-20T13:51:49",
+ "date_unixtime": "1579499509",
+ "from": "joan",
+ "from_id": "user44784802",
+ "text": "hi did anybody see a matric card with the name chiang wen qi joan around science? around the sci lib to lt27 route if anybody sees it pls lmk!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anybody see a matric card with the name chiang wen qi joan around science? around the sci lib to lt27 route if anybody sees it pls lmk!!"
+ }
+ ]
+ },
+ {
+ "id": 3138,
+ "type": "message",
+ "date": "2020-01-20T17:31:15",
+ "date_unixtime": "1579512675",
+ "from": "Liang",
+ "from_id": "user290371259",
+ "text": [
+ "Hi! \n\nA",
+ {
+ "type": "bold",
+ "text": " pouch (with a Disney character on it)"
+ },
+ " has been found and returned to Student Service Centre. \n\nItem was found ",
+ {
+ "type": "bold",
+ "text": "today"
+ },
+ ". \n\nPlease come by to retrieve it within the next 5 working days. Items not retrieve 3 months from today will be disposed off."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! \n\nA"
+ },
+ {
+ "type": "bold",
+ "text": " pouch (with a Disney character on it)"
+ },
+ {
+ "type": "plain",
+ "text": " has been found and returned to Student Service Centre. \n\nItem was found "
+ },
+ {
+ "type": "bold",
+ "text": "today"
+ },
+ {
+ "type": "plain",
+ "text": ". \n\nPlease come by to retrieve it within the next 5 working days. Items not retrieve 3 months from today will be disposed off."
+ }
+ ]
+ },
+ {
+ "id": 3139,
+ "type": "message",
+ "date": "2020-01-20T17:33:07",
+ "date_unixtime": "1579512787",
+ "edited": "2022-02-14T17:57:13",
+ "edited_unixtime": "1644832633",
+ "from": "Liang",
+ "from_id": "user290371259",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi! \n\nA USB thumb drive has been found and returned to Student Service Centre. \n\nItem was found on 17 January 2020. \n\nPlease come by to retrieve it within the next 5 working days. Items not retrieve 3 months from today will be disposed off.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! \n\nA USB thumb drive has been found and returned to Student Service Centre. \n\nItem was found on 17 January 2020. \n\nPlease come by to retrieve it within the next 5 working days. Items not retrieve 3 months from today will be disposed off."
+ }
+ ]
+ },
+ {
+ "id": 3142,
+ "type": "message",
+ "date": "2020-01-20T19:28:24",
+ "date_unixtime": "1579519704",
+ "from": "nini",
+ "from_id": "user476278403",
+ "text": "hi! if anyone’s seen a navy wallet with a PGP access card, nus student card, NRIC, bank card, etc please DM me! i believe i lost it on the D2 :( thank you in advance!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! if anyone’s seen a navy wallet with a PGP access card, nus student card, NRIC, bank card, etc please DM me! i believe i lost it on the D2 :( thank you in advance!!"
+ }
+ ]
+ },
+ {
+ "id": 3143,
+ "type": "message",
+ "date": "2020-01-20T19:33:34",
+ "date_unixtime": "1579520014",
+ "from": "nini",
+ "from_id": "user476278403",
+ "text": "or if anyone knows where i can ask/report it missing to!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "or if anyone knows where i can ask/report it missing to!!"
+ }
+ ]
+ },
+ {
+ "id": 3144,
+ "type": "message",
+ "date": "2020-01-20T19:33:40",
+ "date_unixtime": "1579520020",
+ "from": "nini",
+ "from_id": "user476278403",
+ "text": "would appreciate 🥺",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "would appreciate 🥺"
+ }
+ ]
+ },
+ {
+ "id": 3148,
+ "type": "message",
+ "date": "2020-01-20T21:01:16",
+ "date_unixtime": "1579525276",
+ "from": "Leech",
+ "from_id": "user770308836",
+ "reply_to_message_id": 3143,
+ "text": "You can try the Kent ridge bus terminal",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "You can try the Kent ridge bus terminal"
+ }
+ ]
+ },
+ {
+ "id": 3149,
+ "type": "message",
+ "date": "2020-01-20T21:01:34",
+ "date_unixtime": "1579525294",
+ "from": "Leech",
+ "from_id": "user770308836",
+ "text": "Sometimes bus uncle find things there they will hand over to the staff there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Sometimes bus uncle find things there they will hand over to the staff there"
+ }
+ ]
+ },
+ {
+ "id": 3150,
+ "type": "message",
+ "date": "2020-01-20T21:02:09",
+ "date_unixtime": "1579525329",
+ "from": "Leech",
+ "from_id": "user770308836",
+ "reply_to_message_id": 3143,
+ "text": "As for report you can go to the school security but it won't be much help",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "As for report you can go to the school security but it won't be much help"
+ }
+ ]
+ },
+ {
+ "id": 3151,
+ "type": "message",
+ "date": "2020-01-20T21:06:50",
+ "date_unixtime": "1579525610",
+ "from": "Corgi",
+ "from_id": "user254265552",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 956,
+ "height": 1276,
+ "text": "Hi, anyone happen to pick up a sudio earbud (left side) @ HSSML-CR today morning :,( ! Please help my ear bud find its twin !!!! 🥺🥺",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone happen to pick up a sudio earbud (left side) @ HSSML-CR today morning :,( ! Please help my ear bud find its twin !!!! 🥺🥺"
+ }
+ ]
+ },
+ {
+ "id": 3152,
+ "type": "message",
+ "date": "2020-01-20T21:15:19",
+ "date_unixtime": "1579526119",
+ "edited": "2020-01-20T21:15:58",
+ "edited_unixtime": "1579526158",
+ "from": "Joel Chan",
+ "from_id": "user166173728",
+ "text": "Anyone found a translucent pencilcase at Biz2 05-10 pls DM me :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found a translucent pencilcase at Biz2 05-10 pls DM me :("
+ }
+ ]
+ },
+ {
+ "id": 3154,
+ "type": "message",
+ "date": "2020-01-21T15:59:22",
+ "date_unixtime": "1579593562",
+ "from": "bloop",
+ "from_id": "user249845192",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 631,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3155,
+ "type": "message",
+ "date": "2020-01-21T15:59:30",
+ "date_unixtime": "1579593570",
+ "from": "bloop",
+ "from_id": "user249845192",
+ "text": "Found beside running track, pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found beside running track, pm me"
+ }
+ ]
+ },
+ {
+ "id": 3157,
+ "type": "message",
+ "date": "2020-01-21T17:16:20",
+ "date_unixtime": "1579598180",
+ "from": "Kenny Seet",
+ "from_id": "user28228175",
+ "text": "anyone found an nus ez link card w my name and pic on it in pgph printing rm pls dm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone found an nus ez link card w my name and pic on it in pgph printing rm pls dm me"
+ }
+ ]
+ },
+ {
+ "id": 3158,
+ "type": "message",
+ "date": "2020-01-21T19:22:58",
+ "date_unixtime": "1579605778",
+ "from": "Diyana",
+ "from_id": "user501975097",
+ "text": "anyone saw a black coach wallet?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone saw a black coach wallet?"
+ }
+ ]
+ },
+ {
+ "id": 3160,
+ "type": "message",
+ "date": "2020-01-21T22:43:20",
+ "date_unixtime": "1579617800",
+ "from": null,
+ "from_id": "user1006677988",
+ "text": "anyone see a silver bottle with a little world on the back of it at the PGPR multipurpose room?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone see a silver bottle with a little world on the back of it at the PGPR multipurpose room?"
+ }
+ ]
+ },
+ {
+ "id": 3161,
+ "type": "message",
+ "date": "2020-01-21T22:43:55",
+ "date_unixtime": "1579617835",
+ "from": null,
+ "from_id": "user1006677988",
+ "text": "also is there a physical lost and found in pgp?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "also is there a physical lost and found in pgp?"
+ }
+ ]
+ },
+ {
+ "id": 3164,
+ "type": "message",
+ "date": "2020-01-22T01:33:11",
+ "date_unixtime": "1579627991",
+ "from": "kira🌙",
+ "from_id": "user352416985",
+ "text": "hello! Did anyone see a skinny orange water bottle at king Edwards (II) jn?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! Did anyone see a skinny orange water bottle at king Edwards (II) jn?"
+ }
+ ]
+ },
+ {
+ "id": 3168,
+ "type": "message",
+ "date": "2020-01-22T15:53:01",
+ "date_unixtime": "1579679581",
+ "from": "Justin Wya",
+ "from_id": "user281707731",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 605,
+ "height": 1280,
+ "text": "Lost PGP card. Collect from FASS table 10 (next to AS8)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost PGP card. Collect from FASS table 10 (next to AS8)"
+ }
+ ]
+ },
+ {
+ "id": 3172,
+ "type": "message",
+ "date": "2020-01-22T18:30:06",
+ "date_unixtime": "1579689006",
+ "from": "Justin Wya",
+ "from_id": "user281707731",
+ "reply_to_message_id": 3168,
+ "text": "Passing to fass security counter at AS8",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Passing to fass security counter at AS8"
+ }
+ ]
+ },
+ {
+ "id": 3174,
+ "type": "message",
+ "date": "2020-01-22T19:36:18",
+ "date_unixtime": "1579692978",
+ "edited": "2020-01-22T22:15:17",
+ "edited_unixtime": "1579702517",
+ "from": "Jovan",
+ "from_id": "user505958354",
+ "text": "Hi if anyone finds a beige bear plushie please PM me. It's about 10cm x 5cm x 5cm and has it's hands covering it's eyes. I lost it either somewhere in Science or from the path from S17 to the AYE bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone finds a beige bear plushie please PM me. It's about 10cm x 5cm x 5cm and has it's hands covering it's eyes. I lost it either somewhere in Science or from the path from S17 to the AYE bus stop"
+ }
+ ]
+ },
+ {
+ "id": 3175,
+ "type": "message",
+ "date": "2020-01-22T20:22:22",
+ "date_unixtime": "1579695742",
+ "from": "jan",
+ "from_id": "user117760066",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi ! found this card in e3-06-05 pls message me if it’s yours ! :-)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi ! found this card in e3-06-05 pls message me if it’s yours ! :-)"
+ }
+ ]
+ },
+ {
+ "id": 3176,
+ "type": "message",
+ "date": "2020-01-23T07:03:07",
+ "date_unixtime": "1579734187",
+ "from": "Hong Quan Jiang",
+ "from_id": "user644725659",
+ "text": "Hi, if anyone found an access card for UTown Residences please pm me.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone found an access card for UTown Residences please pm me."
+ }
+ ]
+ },
+ {
+ "id": 3178,
+ "type": "message",
+ "date": "2020-01-23T10:03:43",
+ "date_unixtime": "1579745023",
+ "from": "Nafis",
+ "from_id": "user656888296",
+ "forwarded_from": "Nafis",
+ "text": "Anybody saw a wireless black mouse at the back of E2 03 07 PC4 Lab?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anybody saw a wireless black mouse at the back of E2 03 07 PC4 Lab?"
+ }
+ ]
+ },
+ {
+ "id": 3179,
+ "type": "message",
+ "date": "2020-01-23T11:53:31",
+ "date_unixtime": "1579751611",
+ "from": "Nathanael",
+ "from_id": "user42355014",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Charger found in S16 04-35",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Charger found in S16 04-35"
+ }
+ ]
+ },
+ {
+ "id": 3180,
+ "type": "message",
+ "date": "2020-01-23T13:42:19",
+ "date_unixtime": "1579758139",
+ "from": "Hk",
+ "from_id": "user28993703",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 622,
+ "height": 1280,
+ "text": "Found in toilet near utown fine food. Will be giving to sci security at 4pm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in toilet near utown fine food. Will be giving to sci security at 4pm"
+ }
+ ]
+ },
+ {
+ "id": 3181,
+ "type": "message",
+ "date": "2020-01-23T14:35:40",
+ "date_unixtime": "1579761340",
+ "from": "Xan Awe",
+ "from_id": "user389331942",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Someone’s soft toy dropped at the biz 2 bus stop :’)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone’s soft toy dropped at the biz 2 bus stop :’)"
+ }
+ ]
+ },
+ {
+ "id": 3186,
+ "type": "message",
+ "date": "2020-01-23T20:57:58",
+ "date_unixtime": "1579784278",
+ "edited": "2020-01-23T20:58:10",
+ "edited_unixtime": "1579784290",
+ "from": "sabrina",
+ "from_id": "user353123985",
+ "text": "If anyone found a navy blue asus laptop inside a black laptop case in lvl1 of src please do pm me!\nthank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone found a navy blue asus laptop inside a black laptop case in lvl1 of src please do pm me!\nthank you!"
+ }
+ ]
+ },
+ {
+ "id": 3189,
+ "type": "message",
+ "date": "2020-01-23T21:25:05",
+ "date_unixtime": "1579785905",
+ "edited": "2020-01-23T21:26:16",
+ "edited_unixtime": "1579785976",
+ "from": "Heather",
+ "from_id": "user159758934",
+ "text": "hellu has anyone seen an NUS ezlink card lost today at either KR MRT/ Bus A1/ FASS :”) please pm me thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hellu has anyone seen an NUS ezlink card lost today at either KR MRT/ Bus A1/ FASS :”) please pm me thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 3196,
+ "type": "message",
+ "date": "2020-01-24T22:10:40",
+ "date_unixtime": "1579875040",
+ "from": "xx",
+ "from_id": "user941636660",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "water bottle at central library the steps opposite the new coop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "water bottle at central library the steps opposite the new coop"
+ }
+ ]
+ },
+ {
+ "id": 3212,
+ "type": "message",
+ "date": "2020-01-28T14:57:41",
+ "date_unixtime": "1580194661",
+ "from": "Huibai",
+ "from_id": "user307528013",
+ "text": "Anyone see a white iPhone earphone in FASS/the Deck?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone see a white iPhone earphone in FASS/the Deck?"
+ }
+ ]
+ },
+ {
+ "id": 3213,
+ "type": "message",
+ "date": "2020-01-28T14:57:46",
+ "date_unixtime": "1580194666",
+ "from": "Huibai",
+ "from_id": "user307528013",
+ "text": "Wired one",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wired one"
+ }
+ ]
+ },
+ {
+ "id": 3215,
+ "type": "message",
+ "date": "2020-01-28T16:09:45",
+ "date_unixtime": "1580198985",
+ "edited": "2020-01-28T16:28:11",
+ "edited_unixtime": "1580200091",
+ "from": "aida :-)",
+ "from_id": "user655566777",
+ "text": "hello if anyone's seen a wired black earpiece in the back rows of fass lt12 please lmk!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello if anyone's seen a wired black earpiece in the back rows of fass lt12 please lmk!"
+ }
+ ]
+ },
+ {
+ "id": 3216,
+ "type": "message",
+ "date": "2020-01-28T16:17:18",
+ "date_unixtime": "1580199438",
+ "from": "Syafiq",
+ "from_id": "user698129440",
+ "text": "Hallo anyone seen a grey and black shoe bag with black slippers inside? Last seen at utown town plaza, thanks in advanced!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hallo anyone seen a grey and black shoe bag with black slippers inside? Last seen at utown town plaza, thanks in advanced!"
+ }
+ ]
+ },
+ {
+ "id": 3217,
+ "type": "message",
+ "date": "2020-01-28T17:33:56",
+ "date_unixtime": "1580204036",
+ "from": "yee ling",
+ "from_id": "user98747914",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "right airpod found at female toilet cubicle next to LT50 (UT25-01-R15)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "right airpod found at female toilet cubicle next to LT50 (UT25-01-R15)"
+ }
+ ]
+ },
+ {
+ "id": 3218,
+ "type": "message",
+ "date": "2020-01-28T17:35:53",
+ "date_unixtime": "1580204153",
+ "from": "jasmine",
+ "from_id": "user242333594",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found in as1-02-11, left it on the table",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found in as1-02-11, left it on the table"
+ }
+ ]
+ },
+ {
+ "id": 3220,
+ "type": "message",
+ "date": "2020-01-28T21:28:10",
+ "date_unixtime": "1580218090",
+ "from": "jan",
+ "from_id": "user117760066",
+ "text": "hi ! so sorry but did anyone accidentally take a pair of havaianas black slim cut slippers size 39/40 at raffles library this afternoon ? :-) i have your pair of 37/38 slippers, exact same model and colour :-) please contact me so we can exchange the slippers asap !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi ! so sorry but did anyone accidentally take a pair of havaianas black slim cut slippers size 39/40 at raffles library this afternoon ? :-) i have your pair of 37/38 slippers, exact same model and colour :-) please contact me so we can exchange the slippers asap !"
+ }
+ ]
+ },
+ {
+ "id": 3221,
+ "type": "message",
+ "date": "2020-01-28T22:04:10",
+ "date_unixtime": "1580220250",
+ "from": "Jotham Chang",
+ "from_id": "user341366080",
+ "text": "Hi did anyone find a microsoft bluetooth mouse at LT7A?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone find a microsoft bluetooth mouse at LT7A?"
+ }
+ ]
+ },
+ {
+ "id": 3222,
+ "type": "message",
+ "date": "2020-01-29T00:24:04",
+ "date_unixtime": "1580228644",
+ "from": "1grainofsand",
+ "from_id": "user422559068",
+ "text": "PSA",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "PSA"
+ }
+ ]
+ },
+ {
+ "id": 3223,
+ "type": "message",
+ "date": "2020-01-29T00:24:04",
+ "date_unixtime": "1580228644",
+ "from": "1grainofsand",
+ "from_id": "user422559068",
+ "text": [
+ {
+ "type": "link",
+ "text": "https://www.instagram.com/p/B73iHIAlGyA/?igshid=7dwzfjoffrh4"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "link",
+ "text": "https://www.instagram.com/p/B73iHIAlGyA/?igshid=7dwzfjoffrh4"
+ }
+ ]
+ },
+ {
+ "id": 3224,
+ "type": "message",
+ "date": "2020-01-29T13:39:13",
+ "date_unixtime": "1580276353",
+ "edited": "2020-01-29T13:39:21",
+ "edited_unixtime": "1580276361",
+ "from": "Sammie",
+ "from_id": "user56582839",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost NUS card, i’m bringing it to RC4 office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost NUS card, i’m bringing it to RC4 office"
+ }
+ ]
+ },
+ {
+ "id": 3225,
+ "type": "message",
+ "date": "2020-01-29T13:40:08",
+ "date_unixtime": "1580276408",
+ "from": "Sammie",
+ "from_id": "user56582839",
+ "text": "You can directly message me if you’re still in the vicinity",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "You can directly message me if you’re still in the vicinity"
+ }
+ ]
+ },
+ {
+ "id": 3228,
+ "type": "message",
+ "date": "2020-01-29T14:20:05",
+ "date_unixtime": "1580278805",
+ "from": "Brendan Yang",
+ "from_id": "user38425398",
+ "text": "Anyone saw a black Bluetooth earpiece charging case around YIH busstop/UHC, type C charging",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone saw a black Bluetooth earpiece charging case around YIH busstop/UHC, type C charging"
+ }
+ ]
+ },
+ {
+ "id": 3230,
+ "type": "message",
+ "date": "2020-01-29T18:02:22",
+ "date_unixtime": "1580292142",
+ "from": "Nicholas",
+ "from_id": "user654070056",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3231,
+ "type": "message",
+ "date": "2020-01-29T18:03:11",
+ "date_unixtime": "1580292191",
+ "from": "Nicholas",
+ "from_id": "user654070056",
+ "text": "Left it with security at E5",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left it with security at E5"
+ }
+ ]
+ },
+ {
+ "id": 3232,
+ "type": "message",
+ "date": "2020-01-29T18:12:08",
+ "date_unixtime": "1580292728",
+ "from": "K",
+ "from_id": "user190377745",
+ "text": "Hi did anyone see a baby blue mango wallet in AS1 03-02?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a baby blue mango wallet in AS1 03-02?"
+ }
+ ]
+ },
+ {
+ "id": 3234,
+ "type": "message",
+ "date": "2020-01-29T19:06:56",
+ "date_unixtime": "1580296016",
+ "from": "sharlene",
+ "from_id": "user206915558",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 956,
+ "height": 1276,
+ "text": "hello! found a thumbdrive in LT51, have placed it at the instructor’s desk",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! found a thumbdrive in LT51, have placed it at the instructor’s desk"
+ }
+ ]
+ },
+ {
+ "id": 3235,
+ "type": "message",
+ "date": "2020-01-29T20:00:11",
+ "date_unixtime": "1580299211",
+ "from": "lehzalee",
+ "from_id": "user163150025",
+ "text": "sos! anyone in RC4/CAPT seen a black YSL wallet? belongs to my friend Xin Kai",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "sos! anyone in RC4/CAPT seen a black YSL wallet? belongs to my friend Xin Kai"
+ }
+ ]
+ },
+ {
+ "id": 3237,
+ "type": "message",
+ "date": "2020-01-30T09:44:54",
+ "date_unixtime": "1580348694",
+ "from": "John Howe",
+ "from_id": "user293101362",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Handbag left on road near deck with valuables inside",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Handbag left on road near deck with valuables inside"
+ }
+ ]
+ },
+ {
+ "id": 3238,
+ "type": "message",
+ "date": "2020-01-30T09:45:17",
+ "date_unixtime": "1580348717",
+ "from": "John Howe",
+ "from_id": "user293101362",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3240,
+ "type": "message",
+ "date": "2020-01-30T11:51:09",
+ "date_unixtime": "1580356269",
+ "from": "Andrew",
+ "from_id": "user28485756",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "Hello has anyone seen a T2 flask! Similar to this but there’s a handle on the top. Last seen at grandstand at field 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello has anyone seen a T2 flask! Similar to this but there’s a handle on the top. Last seen at grandstand at field 1"
+ }
+ ]
+ },
+ {
+ "id": 3242,
+ "type": "message",
+ "date": "2020-01-30T17:10:30",
+ "date_unixtime": "1580375430",
+ "from": "Sheryl Tan",
+ "from_id": "user802515659",
+ "text": "Hi Has anyone found a left AirPod? I may have dropped it at the infotech bus stop but I’m not sure 😵",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi Has anyone found a left AirPod? I may have dropped it at the infotech bus stop but I’m not sure 😵"
+ }
+ ]
+ },
+ {
+ "id": 3245,
+ "type": "message",
+ "date": "2020-01-30T23:05:11",
+ "date_unixtime": "1580396711",
+ "from": "Mui",
+ "from_id": "user203597916",
+ "text": "Hi did anyone find a iphone earpiece at engine vending machine area?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone find a iphone earpiece at engine vending machine area?"
+ }
+ ]
+ },
+ {
+ "id": 3248,
+ "type": "message",
+ "date": "2020-01-31T12:19:25",
+ "date_unixtime": "1580444365",
+ "from": "JLoh",
+ "from_id": "user41481819",
+ "text": "Hi did anyone find a brown Fossil Wallet? Possible left it at Engineering block E3",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone find a brown Fossil Wallet? Possible left it at Engineering block E3"
+ }
+ ]
+ },
+ {
+ "id": 3249,
+ "type": "message",
+ "date": "2020-01-31T13:16:58",
+ "date_unixtime": "1580447818",
+ "from": "Chris",
+ "from_id": "user271530022",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Phone found at utown, can Pm me if you’re still in the area!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Phone found at utown, can Pm me if you’re still in the area!!"
+ }
+ ]
+ },
+ {
+ "id": 3252,
+ "type": "message",
+ "date": "2020-01-31T15:00:59",
+ "date_unixtime": "1580454059",
+ "from": "Celine~❄️",
+ "from_id": "user479744535",
+ "text": "Hi left an Apple Earpiece at E5-02-32 just now! Please contact me if found 😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi left an Apple Earpiece at E5-02-32 just now! Please contact me if found 😭"
+ }
+ ]
+ },
+ {
+ "id": 3256,
+ "type": "message",
+ "date": "2020-01-31T18:10:19",
+ "date_unixtime": "1580465419",
+ "from": "Han Wei Koh",
+ "from_id": "user215406286",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1024,
+ "text": "Hi, found this card on top of the rubbish bin between Starbucks and Utown residences. Have passed it to the Security Office at UTown ERC!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, found this card on top of the rubbish bin between Starbucks and Utown residences. Have passed it to the Security Office at UTown ERC!"
+ }
+ ]
+ },
+ {
+ "id": 3257,
+ "type": "message",
+ "date": "2020-01-31T18:26:56",
+ "date_unixtime": "1580466416",
+ "from": "Jovin",
+ "from_id": "user140522614",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hey, found matric card at utown plaza, contact me sir to get it back",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey, found matric card at utown plaza, contact me sir to get it back"
+ }
+ ]
+ },
+ {
+ "id": 3262,
+ "type": "message",
+ "date": "2020-02-01T15:36:43",
+ "date_unixtime": "1580542603",
+ "from": "debs",
+ "from_id": "user428578738",
+ "text": "Hi I left a thumbdrive at the deck/arts yesterday, please contact me if found!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I left a thumbdrive at the deck/arts yesterday, please contact me if found!!"
+ }
+ ]
+ },
+ {
+ "id": 3265,
+ "type": "message",
+ "date": "2020-02-01T22:57:44",
+ "date_unixtime": "1580569064",
+ "edited": "2020-02-03T17:07:02",
+ "edited_unixtime": "1580720822",
+ "from": "Eric Leow",
+ "from_id": "user251639073",
+ "text": "Hi, I left my black mouse in Programming Lab 6 after my lesson on two days ago, do let me know if you found it!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I left my black mouse in Programming Lab 6 after my lesson on two days ago, do let me know if you found it!!"
+ }
+ ]
+ },
+ {
+ "id": 3267,
+ "type": "message",
+ "date": "2020-02-02T22:21:34",
+ "date_unixtime": "1580653294",
+ "edited": "2020-02-02T22:23:49",
+ "edited_unixtime": "1580653429",
+ "from": "🦆",
+ "from_id": "user327129074",
+ "text": "Hello, i lost my (dark blue) laptop pen at utown starbucks on Saturday afternoon. Please dm me if found!! Thank uu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, i lost my (dark blue) laptop pen at utown starbucks on Saturday afternoon. Please dm me if found!! Thank uu"
+ }
+ ]
+ },
+ {
+ "id": 3270,
+ "type": "message",
+ "date": "2020-02-03T15:33:27",
+ "date_unixtime": "1580715207",
+ "from": "Nasrum Seron",
+ "from_id": "user406435503",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "iPhone wire found on the floor beside CLB bus stop. Wire is at the CLB Forum now with me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "iPhone wire found on the floor beside CLB bus stop. Wire is at the CLB Forum now with me"
+ }
+ ]
+ },
+ {
+ "id": 3271,
+ "type": "message",
+ "date": "2020-02-03T21:10:31",
+ "date_unixtime": "1580735431",
+ "edited": "2020-02-04T01:00:24",
+ "edited_unixtime": "1580749224",
+ "from": "Weng (Ah)",
+ "from_id": "user449831658",
+ "text": "Hello I'm missing a iPhone wired earpiece with a black USB c to audio jack adaptor on it around Biz, if you find it lmk thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello I'm missing a iPhone wired earpiece with a black USB c to audio jack adaptor on it around Biz, if you find it lmk thanks!"
+ }
+ ]
+ },
+ {
+ "id": 3273,
+ "type": "message",
+ "date": "2020-02-04T01:07:07",
+ "date_unixtime": "1580749627",
+ "edited": "2020-02-04T01:12:53",
+ "edited_unixtime": "1580749973",
+ "from": "cindy",
+ "from_id": "user361669848",
+ "text": "hi i lost my iphone wired earpiece (white) at utown aud 1 yesterday along with a green hair tie\nif you find them lmk thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost my iphone wired earpiece (white) at utown aud 1 yesterday along with a green hair tie\nif you find them lmk thank you"
+ }
+ ]
+ },
+ {
+ "id": 3275,
+ "type": "message",
+ "date": "2020-02-04T14:12:30",
+ "date_unixtime": "1580796750",
+ "from": "jeremy elijah",
+ "from_id": "user26864250",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 956,
+ "height": 1276,
+ "text": "hello! a black wallet found near the steps outside food clique! passed it on to campus security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! a black wallet found near the steps outside food clique! passed it on to campus security"
+ }
+ ]
+ },
+ {
+ "id": 3276,
+ "type": "message",
+ "date": "2020-02-04T15:21:45",
+ "date_unixtime": "1580800905",
+ "from": "𝕏𝕒𝕧𝕚𝕒 ☻",
+ "from_id": "user277489389",
+ "text": "Hello! I lost my purple (matte) Adidas water bottle on an A2 bus last Friday :( If anyone has seen it could you dm me? Thank you :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost my purple (matte) Adidas water bottle on an A2 bus last Friday :( If anyone has seen it could you dm me? Thank you :)"
+ }
+ ]
+ },
+ {
+ "id": 3279,
+ "type": "message",
+ "date": "2020-02-04T19:18:44",
+ "date_unixtime": "1580815124",
+ "from": "xw",
+ "from_id": "user198238450",
+ "text": "anyone saw a black wallet at foodclique swee heng area",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone saw a black wallet at foodclique swee heng area"
+ }
+ ]
+ },
+ {
+ "id": 3280,
+ "type": "message",
+ "date": "2020-02-04T19:25:16",
+ "date_unixtime": "1580815516",
+ "from": "Keyou",
+ "from_id": "user897367372",
+ "text": "hi anyone saw a N-house lanyard with a matric card and PGP access card inside?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi anyone saw a N-house lanyard with a matric card and PGP access card inside?"
+ }
+ ]
+ },
+ {
+ "id": 3282,
+ "type": "message",
+ "date": "2020-02-04T23:35:44",
+ "date_unixtime": "1580830544",
+ "edited": "2020-02-04T23:41:25",
+ "edited_unixtime": "1580830885",
+ "from": "kira🌙",
+ "from_id": "user352416985",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello did anyone see this matrix at utown jn w the name CHEN YUJU pls lmk.....:”( p.s the picture is smudged... and it’s in a pink colour card holder",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello did anyone see this matrix at utown jn w the name CHEN YUJU pls lmk.....:”( p.s the picture is smudged... and it’s in a pink colour card holder"
+ }
+ ]
+ },
+ {
+ "id": 3284,
+ "type": "message",
+ "date": "2020-02-05T09:26:55",
+ "date_unixtime": "1580866015",
+ "from": "Chloe Chuakk",
+ "from_id": "user192680408",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Picked up nearby Clementi MRT, anybody know this person? If this belongs to u, please PM me :) thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Picked up nearby Clementi MRT, anybody know this person? If this belongs to u, please PM me :) thanks"
+ }
+ ]
+ },
+ {
+ "id": 3286,
+ "type": "message",
+ "date": "2020-02-05T10:53:35",
+ "date_unixtime": "1580871215",
+ "from": "Poh Suan",
+ "from_id": "user369425603",
+ "text": "Hi! I lost my matrix card at USC with the name Soon Poh Suan. If anyone has seen it pls lmk! Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost my matrix card at USC with the name Soon Poh Suan. If anyone has seen it pls lmk! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 3287,
+ "type": "message",
+ "date": "2020-02-05T13:09:50",
+ "date_unixtime": "1580879390",
+ "from": "Jeremy",
+ "from_id": "user30041520",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found in PC commons, I will be leaving it at the ERC security post.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in PC commons, I will be leaving it at the ERC security post."
+ }
+ ]
+ },
+ {
+ "id": 3288,
+ "type": "message",
+ "date": "2020-02-05T14:13:49",
+ "date_unixtime": "1580883229",
+ "from": "xx",
+ "from_id": "user941636660",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found at pgp bus terminal",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at pgp bus terminal"
+ }
+ ]
+ },
+ {
+ "id": 3300,
+ "type": "message",
+ "date": "2020-02-06T01:34:51",
+ "date_unixtime": "1580924091",
+ "from": "Firdaus F",
+ "from_id": "user35801198",
+ "text": "Hi, I left a grey pouch at UTown ERC visualization suite yesterday (Tuesday). Inside has a couple USB cables, adapters, SD Card Readers, etc. If anyone picked it up please let me know!! Thank you! 😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I left a grey pouch at UTown ERC visualization suite yesterday (Tuesday). Inside has a couple USB cables, adapters, SD Card Readers, etc. If anyone picked it up please let me know!! Thank you! 😭"
+ }
+ ]
+ },
+ {
+ "id": 3302,
+ "type": "message",
+ "date": "2020-02-06T11:32:29",
+ "date_unixtime": "1580959949",
+ "from": "Dylan Law",
+ "from_id": "user377280180",
+ "text": "If anyone found an adult ez link card (yellow fortune cat design) at PGP on 4 Feb, it’s mine! 🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone found an adult ez link card (yellow fortune cat design) at PGP on 4 Feb, it’s mine! 🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 3307,
+ "type": "message",
+ "date": "2020-02-06T15:38:44",
+ "date_unixtime": "1580974724",
+ "from": "Justin Wya",
+ "from_id": "user281707731",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "As4 b107",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "As4 b107"
+ }
+ ]
+ },
+ {
+ "id": 3310,
+ "type": "message",
+ "date": "2020-02-06T17:02:29",
+ "date_unixtime": "1580979749",
+ "from": "minetta",
+ "from_id": "user295459355",
+ "text": "hi! anyone found a black dance jacket yesterday (5feb wed) at science sbux/frontier/lt27 busstop/yih, please tell me! 😭😭😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! anyone found a black dance jacket yesterday (5feb wed) at science sbux/frontier/lt27 busstop/yih, please tell me! 😭😭😭"
+ }
+ ]
+ },
+ {
+ "id": 3312,
+ "type": "message",
+ "date": "2020-02-06T20:21:47",
+ "date_unixtime": "1580991707",
+ "from": "jingyuan",
+ "from_id": "user195712819",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3313,
+ "type": "message",
+ "date": "2020-02-06T20:21:56",
+ "date_unixtime": "1580991716",
+ "from": "jingyuan",
+ "from_id": "user195712819",
+ "text": "found a laptop at the seats next to YIH 7-11",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found a laptop at the seats next to YIH 7-11"
+ }
+ ]
+ },
+ {
+ "id": 3314,
+ "type": "message",
+ "date": "2020-02-06T20:22:01",
+ "date_unixtime": "1580991721",
+ "from": "jingyuan",
+ "from_id": "user195712819",
+ "text": "if it’s urs pls tele me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if it’s urs pls tele me!!"
+ }
+ ]
+ },
+ {
+ "id": 3318,
+ "type": "message",
+ "date": "2020-02-06T23:26:56",
+ "date_unixtime": "1581002816",
+ "edited": "2020-02-07T00:56:45",
+ "edited_unixtime": "1581008205",
+ "from": "🥰",
+ "from_id": "user569672477",
+ "text": [
+ "Hi, my friend lost a yellow and blue card-holder. Probably at UTown Fairprice or Utown Bus Stop or D2. Owner’s name is Moe Tinzar Aung. If found please contact me or ",
+ {
+ "type": "phone",
+ "text": "97735296"
+ },
+ "! Thank you"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, my friend lost a yellow and blue card-holder. Probably at UTown Fairprice or Utown Bus Stop or D2. Owner’s name is Moe Tinzar Aung. If found please contact me or "
+ },
+ {
+ "type": "phone",
+ "text": "97735296"
+ },
+ {
+ "type": "plain",
+ "text": "! Thank you"
+ }
+ ]
+ },
+ {
+ "id": 3320,
+ "type": "message",
+ "date": "2020-02-07T07:12:08",
+ "date_unixtime": "1581030728",
+ "from": "Ning",
+ "from_id": "user698782240",
+ "text": "I lost a watch (casio, rectangular face, digital) at the handball courts near UHC, if someone finds it please contact me 😔",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost a watch (casio, rectangular face, digital) at the handball courts near UHC, if someone finds it please contact me 😔"
+ }
+ ]
+ },
+ {
+ "id": 3321,
+ "type": "message",
+ "date": "2020-02-07T15:06:44",
+ "date_unixtime": "1581059204",
+ "edited": "2020-02-07T15:08:04",
+ "edited_unixtime": "1581059284",
+ "from": "rachel mok",
+ "from_id": "user250429254",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at the utown roundabout near yalenus! we put it at the security office at erc level 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at the utown roundabout near yalenus! we put it at the security office at erc level 1"
+ }
+ ]
+ },
+ {
+ "id": 3322,
+ "type": "message",
+ "date": "2020-02-07T15:11:10",
+ "date_unixtime": "1581059470",
+ "from": "Sam Kang 🥱",
+ "from_id": "user243445098",
+ "text": "hi i lost a texas BA financial calculator, it could have been at fass or at rvrc, please contact me if u find one! :-(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost a texas BA financial calculator, it could have been at fass or at rvrc, please contact me if u find one! :-("
+ }
+ ]
+ },
+ {
+ "id": 3323,
+ "type": "message",
+ "date": "2020-02-07T16:28:39",
+ "date_unixtime": "1581064119",
+ "from": "yilan 🔪",
+ "from_id": "user193500197",
+ "text": "hi i lost a iphone headphones connector at the tables at AS4.. if anyone sees it / picks one up, pls contact me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost a iphone headphones connector at the tables at AS4.. if anyone sees it / picks one up, pls contact me!"
+ }
+ ]
+ },
+ {
+ "id": 3324,
+ "type": "message",
+ "date": "2020-02-07T17:13:50",
+ "date_unixtime": "1581066830",
+ "from": "N o r a",
+ "from_id": "user462090135",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "If anyone sees left side airpods pro either at utown gym/anywhere around utown pls dm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone sees left side airpods pro either at utown gym/anywhere around utown pls dm me!"
+ }
+ ]
+ },
+ {
+ "id": 3325,
+ "type": "message",
+ "date": "2020-02-07T17:45:15",
+ "date_unixtime": "1581068715",
+ "from": "Oh Vl",
+ "from_id": "user487197137",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "In science lt33 a list of unclaimed water bottles",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "In science lt33 a list of unclaimed water bottles"
+ }
+ ]
+ },
+ {
+ "id": 3326,
+ "type": "message",
+ "date": "2020-02-07T18:01:41",
+ "date_unixtime": "1581069701",
+ "from": "Killer Whale",
+ "from_id": "user349076469",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Found at Tamarind Hall",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at Tamarind Hall"
+ }
+ ]
+ },
+ {
+ "id": 3327,
+ "type": "message",
+ "date": "2020-02-07T19:01:08",
+ "date_unixtime": "1581073268",
+ "from": "Xiang Tong",
+ "from_id": "user699672018",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3328,
+ "type": "message",
+ "date": "2020-02-07T19:01:13",
+ "date_unixtime": "1581073273",
+ "from": "Xiang Tong",
+ "from_id": "user699672018",
+ "reply_to_message_id": 3327,
+ "text": "anyone lost it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone lost it?"
+ }
+ ]
+ },
+ {
+ "id": 3329,
+ "type": "message",
+ "date": "2020-02-07T19:05:10",
+ "date_unixtime": "1581073510",
+ "from": "Geknee",
+ "from_id": "user253851938",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Iphone found at KR mrt bus stop. A guy taking A1 bus at 7pm. Please share if you know the person",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Iphone found at KR mrt bus stop. A guy taking A1 bus at 7pm. Please share if you know the person"
+ }
+ ]
+ },
+ {
+ "id": 3332,
+ "type": "message",
+ "date": "2020-02-08T18:58:55",
+ "date_unixtime": "1581159535",
+ "from": "Abhinav",
+ "from_id": "user477880204",
+ "text": "Hi, my friend lost a MacBook Air 15\" (It's inside a grey case) near MPSH 5. Please tele me if found.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, my friend lost a MacBook Air 15\" (It's inside a grey case) near MPSH 5. Please tele me if found."
+ }
+ ]
+ },
+ {
+ "id": 3335,
+ "type": "message",
+ "date": "2020-02-09T22:23:49",
+ "date_unixtime": "1581258229",
+ "from": "mel",
+ "from_id": "user122461612",
+ "forwarded_from": "mel",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 736,
+ "text": "Hi! Did anyone find a San Disk thumbdrive, but with the black plastic part broken? Please let me know, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Did anyone find a San Disk thumbdrive, but with the black plastic part broken? Please let me know, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 3338,
+ "type": "message",
+ "date": "2020-02-10T17:59:49",
+ "date_unixtime": "1581328789",
+ "from": "Han Low",
+ "from_id": "user720587205",
+ "text": "Hi, I lost my matric card, if anyone has seen it please PM and I'll buy you lunch or dinner or whatever you want!!!\nName: Low Zhe Han",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my matric card, if anyone has seen it please PM and I'll buy you lunch or dinner or whatever you want!!!\nName: Low Zhe Han"
+ }
+ ]
+ },
+ {
+ "id": 3342,
+ "type": "message",
+ "date": "2020-02-11T16:02:06",
+ "date_unixtime": "1581408126",
+ "edited": "2020-02-11T16:03:15",
+ "edited_unixtime": "1581408195",
+ "from": "Jess",
+ "from_id": "user112059978",
+ "text": "Helloooo i lost my airpods gen 2 w a black sleeve if anyone finds it pls pm me :,)))",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Helloooo i lost my airpods gen 2 w a black sleeve if anyone finds it pls pm me :,)))"
+ }
+ ]
+ },
+ {
+ "id": 3345,
+ "type": "message",
+ "date": "2020-02-12T13:47:13",
+ "date_unixtime": "1581486433",
+ "from": "Kirby Ng",
+ "from_id": "user293787752",
+ "text": "Hi I lost my gshock red watch around supper stretch yesterday night. If anyone finds it pls pm me. It's a really important gift. \n\nThanks !!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my gshock red watch around supper stretch yesterday night. If anyone finds it pls pm me. It's a really important gift. \n\nThanks !!!"
+ }
+ ]
+ },
+ {
+ "id": 3347,
+ "type": "message",
+ "date": "2020-02-12T14:13:11",
+ "date_unixtime": "1581487991",
+ "from": "Sarah",
+ "from_id": "user213378188",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found this near stairs near coffee roaster. pls pm me before 4pm if not it'll be at yih lost and found!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found this near stairs near coffee roaster. pls pm me before 4pm if not it'll be at yih lost and found!!"
+ }
+ ]
+ },
+ {
+ "id": 3348,
+ "type": "message",
+ "date": "2020-02-12T15:20:07",
+ "date_unixtime": "1581492007",
+ "edited": "2020-02-12T15:21:06",
+ "edited_unixtime": "1581492066",
+ "from": "CL",
+ "from_id": "user203660574",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi found this ez link card at YIH outside DOA come to student service centre to collect",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found this ez link card at YIH outside DOA come to student service centre to collect"
+ }
+ ]
+ },
+ {
+ "id": 3349,
+ "type": "message",
+ "date": "2020-02-12T15:43:49",
+ "date_unixtime": "1581493429",
+ "from": "Danish Lukawski",
+ "from_id": "user44054453",
+ "text": "Hi! Just lost Jaybirds X4 earphones in a pouch with a thumb drive inside, somewhere at the COM2 Bus Stop! Please Telegram me if found!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Just lost Jaybirds X4 earphones in a pouch with a thumb drive inside, somewhere at the COM2 Bus Stop! Please Telegram me if found!"
+ }
+ ]
+ },
+ {
+ "id": 3350,
+ "type": "message",
+ "date": "2020-02-12T16:02:24",
+ "date_unixtime": "1581494544",
+ "edited": "2020-02-12T16:02:40",
+ "edited_unixtime": "1581494560",
+ "from": "Andre Wong",
+ "from_id": "user563220087",
+ "text": "Hi, i lost my metric card near com/deck. Name: Andre Wong\nPlease telegram me if found!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, i lost my metric card near com/deck. Name: Andre Wong\nPlease telegram me if found!"
+ }
+ ]
+ },
+ {
+ "id": 3360,
+ "type": "message",
+ "date": "2020-02-13T15:35:51",
+ "date_unixtime": "1581579351",
+ "from": "Russell",
+ "from_id": "user109631932",
+ "text": "Hi, I lost my matric card, Name: Russell Chin Kim Chye\nPlease telegram me if you find it 😁",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my matric card, Name: Russell Chin Kim Chye\nPlease telegram me if you find it 😁"
+ }
+ ]
+ },
+ {
+ "id": 3361,
+ "type": "message",
+ "date": "2020-02-13T20:40:51",
+ "date_unixtime": "1581597651",
+ "from": "Kiwi Banana",
+ "from_id": "user442914835",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi, my friend lost her ring. If anybody sees it, please pm me.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, my friend lost her ring. If anybody sees it, please pm me."
+ }
+ ]
+ },
+ {
+ "id": 3370,
+ "type": "message",
+ "date": "2020-02-14T17:33:52",
+ "date_unixtime": "1581672832",
+ "from": "Glennngsk",
+ "from_id": "user663605934",
+ "text": "Hi did anyone see a black asus laptop charger in mrb (biz1) seminar room 0204 leong siew meng room, pls pm me if found thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a black asus laptop charger in mrb (biz1) seminar room 0204 leong siew meng room, pls pm me if found thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 3371,
+ "type": "message",
+ "date": "2020-02-14T17:43:17",
+ "date_unixtime": "1581673397",
+ "from": "Corgi",
+ "from_id": "user254265552",
+ "reply_to_message_id": 3370,
+ "text": "no",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "no"
+ }
+ ]
+ },
+ {
+ "id": 3372,
+ "type": "message",
+ "date": "2020-02-14T22:47:58",
+ "date_unixtime": "1581691678",
+ "from": "𝐹𝓁𝑜𝓇𝑒𝓃𝒸𝑒",
+ "from_id": "user125901224",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this NUS ezlink card at the Helix Bridge. Please claim it at Bayfront MRT control station.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this NUS ezlink card at the Helix Bridge. Please claim it at Bayfront MRT control station."
+ }
+ ]
+ },
+ {
+ "id": 3378,
+ "type": "message",
+ "date": "2020-02-17T17:26:14",
+ "date_unixtime": "1581931574",
+ "from": "Fluffy Kwan",
+ "from_id": "user116616633",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi. Someone left a Jabra wireless earpiece charging case at MAXX Coffee. Its at one of the sofa chairs next to COOP",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi. Someone left a Jabra wireless earpiece charging case at MAXX Coffee. Its at one of the sofa chairs next to COOP"
+ }
+ ]
+ },
+ {
+ "id": 3387,
+ "type": "message",
+ "date": "2020-02-17T20:14:34",
+ "date_unixtime": "1581941674",
+ "from": "Nur Nadhirah",
+ "from_id": "user208983013",
+ "text": "Hi did anyone find a pink nric with the name Nur Nadhirah Binte Ismail pls pm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone find a pink nric with the name Nur Nadhirah Binte Ismail pls pm me!"
+ }
+ ]
+ },
+ {
+ "id": 3392,
+ "type": "message",
+ "date": "2020-02-18T10:12:29",
+ "date_unixtime": "1581991949",
+ "from": "ke di",
+ "from_id": "user101394622",
+ "text": "hi if anyone found an airpods pro with a black case at science library lvl 5 yesterday pls pm me thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone found an airpods pro with a black case at science library lvl 5 yesterday pls pm me thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 3394,
+ "type": "message",
+ "date": "2020-02-18T14:30:05",
+ "date_unixtime": "1582007405",
+ "from": "Roy",
+ "from_id": "user251570344",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 987,
+ "text": "Found at Udon Don Bar, passed to the cashier!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at Udon Don Bar, passed to the cashier!"
+ }
+ ]
+ },
+ {
+ "id": 3397,
+ "type": "message",
+ "date": "2020-02-18T19:31:22",
+ "date_unixtime": "1582025482",
+ "from": "Ai Qian",
+ "from_id": "user850268526",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3398,
+ "type": "message",
+ "date": "2020-02-18T19:31:49",
+ "date_unixtime": "1582025509",
+ "from": "Ai Qian",
+ "from_id": "user850268526",
+ "text": "Hello boy boy, your your cards is at QiJi counter",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello boy boy, your your cards is at QiJi counter"
+ }
+ ]
+ },
+ {
+ "id": 3410,
+ "type": "message",
+ "date": "2020-02-19T17:49:33",
+ "date_unixtime": "1582105773",
+ "from": "jiayi",
+ "from_id": "user27749209",
+ "text": "hi, did anyone come across a cardholder that is beige pink/purple around science yst evening? there is a SIT matric card and ezlink in it. pls pm me if u did, thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, did anyone come across a cardholder that is beige pink/purple around science yst evening? there is a SIT matric card and ezlink in it. pls pm me if u did, thank u!"
+ }
+ ]
+ },
+ {
+ "id": 3411,
+ "type": "message",
+ "date": "2020-02-19T18:10:01",
+ "date_unixtime": "1582107001",
+ "from": "David Tanaka",
+ "from_id": "user289921618",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this near LT3 walkway. Do let me know/ PM me.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this near LT3 walkway. Do let me know/ PM me."
+ }
+ ]
+ },
+ {
+ "id": 3413,
+ "type": "message",
+ "date": "2020-02-19T20:47:41",
+ "date_unixtime": "1582116461",
+ "from": "🐬",
+ "from_id": "user647711059",
+ "text": "Lost PGP Access Card near UTown ERC . Anyone found lemme know. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost PGP Access Card near UTown ERC . Anyone found lemme know. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 3414,
+ "type": "message",
+ "date": "2020-02-20T10:04:31",
+ "date_unixtime": "1582164271",
+ "from": "tiff",
+ "from_id": "user142796488",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "found at tp outside finefoods! lmk if it's yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at tp outside finefoods! lmk if it's yours"
+ }
+ ]
+ },
+ {
+ "id": 3416,
+ "type": "message",
+ "date": "2020-02-20T19:05:14",
+ "date_unixtime": "1582196714",
+ "edited": "2020-02-20T20:23:11",
+ "edited_unixtime": "1582201391",
+ "from": "Ler Nie",
+ "from_id": "user786901552",
+ "text": "Hi! If anyone picked up a matric card with my name Tan Ler Nie, please let me know :\") \n\nI was jogging from UTown RC to Science Track at 4.50pm-5.15pm and it dropped out of my pocket\n\nEdit: Someone found it alr! Thanks :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! If anyone picked up a matric card with my name Tan Ler Nie, please let me know :\") \n\nI was jogging from UTown RC to Science Track at 4.50pm-5.15pm and it dropped out of my pocket\n\nEdit: Someone found it alr! Thanks :)"
+ }
+ ]
+ },
+ {
+ "id": 3421,
+ "type": "message",
+ "date": "2020-02-21T19:23:00",
+ "date_unixtime": "1582284180",
+ "from": "Pranati",
+ "from_id": "user958382282",
+ "text": "Anyone found a lanyard with matrix card + PGP House room card in bus A2? \nWith the name \nPranati Rajagopal",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found a lanyard with matrix card + PGP House room card in bus A2? \nWith the name \nPranati Rajagopal"
+ }
+ ]
+ },
+ {
+ "id": 3422,
+ "type": "message",
+ "date": "2020-02-21T19:31:41",
+ "date_unixtime": "1582284701",
+ "from": "Pranati",
+ "from_id": "user958382282",
+ "text": "Or at E2A and the IT Busstop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Or at E2A and the IT Busstop"
+ }
+ ]
+ },
+ {
+ "id": 3426,
+ "type": "message",
+ "date": "2020-02-21T21:52:11",
+ "date_unixtime": "1582293131",
+ "from": "Azam",
+ "from_id": "user476982744",
+ "text": "did anyone find a HP charger with a cute sticker at uTown starbucks ystd?do lmk thank you :|",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "did anyone find a HP charger with a cute sticker at uTown starbucks ystd?do lmk thank you :|"
+ }
+ ]
+ },
+ {
+ "id": 3430,
+ "type": "message",
+ "date": "2020-02-23T15:15:58",
+ "date_unixtime": "1582442158",
+ "from": "xx",
+ "from_id": "user941636660",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 622,
+ "height": 1280,
+ "text": "water bottle at pgp bus terminal",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "water bottle at pgp bus terminal"
+ }
+ ]
+ },
+ {
+ "id": 3433,
+ "type": "message",
+ "date": "2020-02-24T15:35:23",
+ "date_unixtime": "1582529723",
+ "from": "Hit (=^・ω・^= )ノ",
+ "from_id": "user11331191",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 789,
+ "height": 683,
+ "text": "Hi guys, if anyone finds a earring that looks like this please PM me! I dropped it around Cinnamon College either on 22 Feb or 23 Feb, thanks for the help in advance!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, if anyone finds a earring that looks like this please PM me! I dropped it around Cinnamon College either on 22 Feb or 23 Feb, thanks for the help in advance!"
+ }
+ ]
+ },
+ {
+ "id": 3437,
+ "type": "message",
+ "date": "2020-02-25T11:48:48",
+ "date_unixtime": "1582602528",
+ "from": "Jing Zhi",
+ "from_id": "user620495494",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 1280,
+ "text": "Found an airpods this morning at the backseat of a A2 bus, let me know if this is yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found an airpods this morning at the backseat of a A2 bus, let me know if this is yours"
+ }
+ ]
+ },
+ {
+ "id": 3440,
+ "type": "message",
+ "date": "2020-02-26T11:32:08",
+ "date_unixtime": "1582687928",
+ "from": "rachel mok",
+ "from_id": "user250429254",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found in capt/rc4 dh! i’ve put it at the capt management office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found in capt/rc4 dh! i’ve put it at the capt management office"
+ }
+ ]
+ },
+ {
+ "id": 3442,
+ "type": "message",
+ "date": "2020-02-26T14:59:00",
+ "date_unixtime": "1582700340",
+ "from": null,
+ "from_id": "user931657124",
+ "text": "Hi I think left my airpods at the museum bus stop.. It doesn’t have a case on. Please PM me if you’ve seen it! Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I think left my airpods at the museum bus stop.. It doesn’t have a case on. Please PM me if you’ve seen it! Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 3443,
+ "type": "message",
+ "date": "2020-02-26T16:57:19",
+ "date_unixtime": "1582707439",
+ "edited": "2020-02-26T18:46:54",
+ "edited_unixtime": "1582714014",
+ "from": "Jarren Koh",
+ "from_id": "user42353522",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi, lost phone found on D1\n\nEdit: Left it at UTown Security Post above Starbucks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, lost phone found on D1\n\nEdit: Left it at UTown Security Post above Starbucks"
+ }
+ ]
+ },
+ {
+ "id": 3449,
+ "type": "message",
+ "date": "2020-02-27T02:33:33",
+ "date_unixtime": "1582742013",
+ "from": "Chu",
+ "from_id": "user451871083",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at CLB.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at CLB."
+ }
+ ]
+ },
+ {
+ "id": 3451,
+ "type": "message",
+ "date": "2020-02-27T09:08:48",
+ "date_unixtime": "1582765728",
+ "from": "au",
+ "from_id": "user208008448",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1086,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3453,
+ "type": "message",
+ "date": "2020-02-27T17:52:42",
+ "date_unixtime": "1582797162",
+ "from": "xx",
+ "from_id": "user941636660",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 640,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3455,
+ "type": "message",
+ "date": "2020-02-27T22:05:21",
+ "date_unixtime": "1582812321",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 858,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3456,
+ "type": "message",
+ "date": "2020-02-27T22:05:39",
+ "date_unixtime": "1582812339",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "Hi has anyone seen a beats solo 3 that looks like this! I think I lost it at utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a beats solo 3 that looks like this! I think I lost it at utown"
+ }
+ ]
+ },
+ {
+ "id": 3463,
+ "type": "message",
+ "date": "2020-02-28T18:04:24",
+ "date_unixtime": "1582884264",
+ "edited": "2020-02-29T02:11:04",
+ "edited_unixtime": "1582913464",
+ "from": "Valerie Fang",
+ "from_id": "user348939716",
+ "text": "hi, has anyone seen a matric card with the name Fang Chih Yuan? if so, pls let me know! most likely near tembusu college. thanks Edit: found!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, has anyone seen a matric card with the name Fang Chih Yuan? if so, pls let me know! most likely near tembusu college. thanks Edit: found!!"
+ }
+ ]
+ },
+ {
+ "id": 3464,
+ "type": "message",
+ "date": "2020-02-29T09:24:05",
+ "date_unixtime": "1582939445",
+ "from": "Nicole",
+ "from_id": "user81279982",
+ "text": "Hi if anyone found a matric card with the name Low Kye Ting Nicole ard Utown green last night please lmk thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone found a matric card with the name Low Kye Ting Nicole ard Utown green last night please lmk thanks!"
+ }
+ ]
+ },
+ {
+ "id": 3465,
+ "type": "message",
+ "date": "2020-02-29T18:10:23",
+ "date_unixtime": "1582971023",
+ "from": "Raihan",
+ "from_id": "user299589429",
+ "text": "Hello if anyone has seen a brown leather coin pouch with the matric card name Raihan Tarmidi please pm me ty!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello if anyone has seen a brown leather coin pouch with the matric card name Raihan Tarmidi please pm me ty!!"
+ }
+ ]
+ },
+ {
+ "id": 3466,
+ "type": "message",
+ "date": "2020-03-01T10:25:48",
+ "date_unixtime": "1583029548",
+ "from": "jasmine",
+ "from_id": "user242333594",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "wire adapter found at round tables lvl 2 near the gym",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "wire adapter found at round tables lvl 2 near the gym"
+ }
+ ]
+ },
+ {
+ "id": 3467,
+ "type": "message",
+ "date": "2020-03-02T13:30:05",
+ "date_unixtime": "1583127005",
+ "from": "Dylan Law",
+ "from_id": "user377280180",
+ "text": "My friend lost his earpiece box around Utown between the bus stop and CAPT! Do let me know if you see it anywhere haha...",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "My friend lost his earpiece box around Utown between the bus stop and CAPT! Do let me know if you see it anywhere haha..."
+ }
+ ]
+ },
+ {
+ "id": 3468,
+ "type": "message",
+ "date": "2020-03-02T13:30:05",
+ "date_unixtime": "1583127005",
+ "from": "Dylan Law",
+ "from_id": "user377280180",
+ "forwarded_from": "Ang Jing Wei",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 768,
+ "height": 957,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3470,
+ "type": "message",
+ "date": "2020-03-02T15:00:47",
+ "date_unixtime": "1583132447",
+ "from": "Mizu",
+ "from_id": "user28611808",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found wallet at clb walkway!! Left it at AS8 security office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found wallet at clb walkway!! Left it at AS8 security office"
+ }
+ ]
+ },
+ {
+ "id": 3473,
+ "type": "message",
+ "date": "2020-03-03T13:52:48",
+ "date_unixtime": "1583214768",
+ "from": "Nigel Lim",
+ "from_id": "user49371037",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 606,
+ "height": 1280,
+ "text": "hi found a matric card at CLB",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi found a matric card at CLB"
+ }
+ ]
+ },
+ {
+ "id": 3474,
+ "type": "message",
+ "date": "2020-03-03T19:54:30",
+ "date_unixtime": "1583236470",
+ "from": "Xiang Tong",
+ "from_id": "user699672018",
+ "text": "hi does anyone see a matric card named Zhu Ruicong? i think i lost it just now at ut area. (probably fine food) If anyone see, can contact me? THANKSSS",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi does anyone see a matric card named Zhu Ruicong? i think i lost it just now at ut area. (probably fine food) If anyone see, can contact me? THANKSSS"
+ }
+ ]
+ },
+ {
+ "id": 3488,
+ "type": "message",
+ "date": "2020-03-04T15:30:39",
+ "date_unixtime": "1583307039",
+ "from": "chels🌈🥳",
+ "from_id": "user41501921",
+ "text": "Anyone seen a rc4 lanyard matric card at CLB? Probably level 5 area! If so, please contact me thanks!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone seen a rc4 lanyard matric card at CLB? Probably level 5 area! If so, please contact me thanks!!!"
+ }
+ ]
+ },
+ {
+ "id": 3490,
+ "type": "message",
+ "date": "2020-03-04T18:39:52",
+ "date_unixtime": "1583318392",
+ "edited": "2020-03-04T18:39:57",
+ "edited_unixtime": "1583318397",
+ "from": "howe",
+ "from_id": "user207074093",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi has anyone seen this along finefood to RC4 today",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen this along finefood to RC4 today"
+ }
+ ]
+ },
+ {
+ "id": 3495,
+ "type": "message",
+ "date": "2020-03-04T20:51:50",
+ "date_unixtime": "1583326310",
+ "from": "jane",
+ "from_id": "user138786573",
+ "text": "Hey guys I lost my matric card and school ez link card if anyone found it please dm me!! It had my name: Jane Ang Qi Qing on it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys I lost my matric card and school ez link card if anyone found it please dm me!! It had my name: Jane Ang Qi Qing on it"
+ }
+ ]
+ },
+ {
+ "id": 3496,
+ "type": "message",
+ "date": "2020-03-04T20:51:52",
+ "date_unixtime": "1583326312",
+ "from": "jane",
+ "from_id": "user138786573",
+ "text": "Thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 3498,
+ "type": "message",
+ "date": "2020-03-04T21:30:37",
+ "date_unixtime": "1583328637",
+ "from": "Amos Wong",
+ "from_id": "user273361920",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Found outside eusoff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found outside eusoff"
+ }
+ ]
+ },
+ {
+ "id": 3499,
+ "type": "message",
+ "date": "2020-03-05T09:51:52",
+ "date_unixtime": "1583373112",
+ "from": "Jw",
+ "from_id": "user77757514",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Nalgene bottle left outside LT27",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Nalgene bottle left outside LT27"
+ }
+ ]
+ },
+ {
+ "id": 3502,
+ "type": "message",
+ "date": "2020-03-05T10:08:07",
+ "date_unixtime": "1583374087",
+ "from": "Jonathan",
+ "from_id": "user646718228",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Hi, I left my pencil case in Utown foodclique 2 days back. Please let me know if you've seen it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I left my pencil case in Utown foodclique 2 days back. Please let me know if you've seen it"
+ }
+ ]
+ },
+ {
+ "id": 3505,
+ "type": "message",
+ "date": "2020-03-05T10:58:32",
+ "date_unixtime": "1583377112",
+ "from": "mira",
+ "from_id": "user237304342",
+ "text": "Hello! Has anyone seen a small light blue pouch at kr mrt/on any d2/near mpsh area? There is an ezlink card and a small round black pouch containing an amulet inside. Please pm me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Has anyone seen a small light blue pouch at kr mrt/on any d2/near mpsh area? There is an ezlink card and a small round black pouch containing an amulet inside. Please pm me!!"
+ }
+ ]
+ },
+ {
+ "id": 3506,
+ "type": "message",
+ "date": "2020-03-05T11:43:46",
+ "date_unixtime": "1583379826",
+ "from": "Huibai",
+ "from_id": "user307528013",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this in A2 bus. Will pass to S16 security post after 2pm today.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this in A2 bus. Will pass to S16 security post after 2pm today."
+ }
+ ]
+ },
+ {
+ "id": 3509,
+ "type": "message",
+ "date": "2020-03-05T15:55:29",
+ "date_unixtime": "1583394929",
+ "from": "Z̆̈i bin 🌸",
+ "from_id": "user804630025",
+ "text": "Hi I lost my matric card. If anyone finds a matric card with the name 'Tan Zi Bin', please contact me thxx",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my matric card. If anyone finds a matric card with the name 'Tan Zi Bin', please contact me thxx"
+ }
+ ]
+ },
+ {
+ "id": 3510,
+ "type": "message",
+ "date": "2020-03-05T16:04:36",
+ "date_unixtime": "1583395476",
+ "from": "Shi Yun",
+ "from_id": "user116498498",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 344,
+ "height": 500,
+ "text": "If anyone finds a red Nalgene bottle w a blue cap at FASS or Utown, pls lmk!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone finds a red Nalgene bottle w a blue cap at FASS or Utown, pls lmk!"
+ }
+ ]
+ },
+ {
+ "id": 3514,
+ "type": "message",
+ "date": "2020-03-05T17:16:11",
+ "date_unixtime": "1583399771",
+ "from": "cae",
+ "from_id": "user46998059",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1018,
+ "height": 1280,
+ "text": "hi found a wallet at i4",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi found a wallet at i4"
+ }
+ ]
+ },
+ {
+ "id": 3517,
+ "type": "message",
+ "date": "2020-03-05T23:14:38",
+ "date_unixtime": "1583421278",
+ "from": "kh",
+ "from_id": "user286570083",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": [
+ "Found opp HSSML bus stop. Please contact ",
+ {
+ "type": "phone",
+ "text": "91789473"
+ },
+ "."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found opp HSSML bus stop. Please contact "
+ },
+ {
+ "type": "phone",
+ "text": "91789473"
+ },
+ {
+ "type": "plain",
+ "text": "."
+ }
+ ]
+ },
+ {
+ "id": 3523,
+ "type": "message",
+ "date": "2020-03-06T20:29:05",
+ "date_unixtime": "1583497745",
+ "from": "KL",
+ "from_id": "user973062143",
+ "forwarded_from": "Vanessa Lee",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi! Found a lost wallet in E3-05-07",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Found a lost wallet in E3-05-07"
+ }
+ ]
+ },
+ {
+ "id": 3526,
+ "type": "message",
+ "date": "2020-03-06T20:57:33",
+ "date_unixtime": "1583499453",
+ "from": "Rachel",
+ "from_id": "user32687208",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 956,
+ "height": 1276,
+ "text": "right side airpod at FASS AS8!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "right side airpod at FASS AS8!"
+ }
+ ]
+ },
+ {
+ "id": 3530,
+ "type": "message",
+ "date": "2020-03-07T17:36:53",
+ "date_unixtime": "1583573813",
+ "from": "Jolyn Tan",
+ "from_id": "user150116800",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 407,
+ "text": "if anyone finds a keychain that looks like this in utown or biz1 please lmk!! thank uuuuu T____T",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if anyone finds a keychain that looks like this in utown or biz1 please lmk!! thank uuuuu T____T"
+ }
+ ]
+ },
+ {
+ "id": 3537,
+ "type": "message",
+ "date": "2020-03-09T15:55:39",
+ "date_unixtime": "1583740539",
+ "from": "Clare Chang",
+ "from_id": "user89730062",
+ "text": "hey, if anyone finds a black water bottle with a white design in YSTCM SR6, please contact me! thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey, if anyone finds a black water bottle with a white design in YSTCM SR6, please contact me! thank you!"
+ }
+ ]
+ },
+ {
+ "id": 3540,
+ "type": "message",
+ "date": "2020-03-10T15:27:14",
+ "date_unixtime": "1583825234",
+ "from": "Pin",
+ "from_id": "user262119475",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 957,
+ "text": "Found at ERC PC Commons",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at ERC PC Commons"
+ }
+ ]
+ },
+ {
+ "id": 3542,
+ "type": "message",
+ "date": "2020-03-10T16:41:57",
+ "date_unixtime": "1583829717",
+ "from": "Alfian Noorhaqim",
+ "from_id": "user521366007",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Jacket found in LT52. The jacket is there as of now :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Jacket found in LT52. The jacket is there as of now :)"
+ }
+ ]
+ },
+ {
+ "id": 3543,
+ "type": "message",
+ "date": "2020-03-11T18:16:50",
+ "date_unixtime": "1583921810",
+ "edited": "2020-03-11T18:17:07",
+ "edited_unixtime": "1583921827",
+ "from": "Nasrul Hadi",
+ "from_id": "user270602033",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Watch at Central Forum Large Steps! Facing Maxx",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Watch at Central Forum Large Steps! Facing Maxx"
+ }
+ ]
+ },
+ {
+ "id": 3544,
+ "type": "message",
+ "date": "2020-03-11T22:31:01",
+ "date_unixtime": "1583937061",
+ "from": "Atiqah Jamari",
+ "from_id": "user631489076",
+ "reply_to_message_id": 3543,
+ "text": "my friend picked it up and handed it to the maxx counter! @ owner pls take note :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "my friend picked it up and handed it to the maxx counter! @ owner pls take note :)"
+ }
+ ]
+ },
+ {
+ "id": 3549,
+ "type": "message",
+ "date": "2020-03-12T13:51:49",
+ "date_unixtime": "1583992309",
+ "from": "Dylan Law",
+ "from_id": "user377280180",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at AS6-02-01 male toilet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at AS6-02-01 male toilet"
+ }
+ ]
+ },
+ {
+ "id": 3550,
+ "type": "message",
+ "date": "2020-03-13T13:04:36",
+ "date_unixtime": "1584075876",
+ "from": "joan",
+ "from_id": "user44784802",
+ "text": "hi has anybody been to s1a lvl 3 lab 1?? if u see a blue nalgene bottle at the benches at the back / around that area pls lmk 🙌🏻 thank youu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anybody been to s1a lvl 3 lab 1?? if u see a blue nalgene bottle at the benches at the back / around that area pls lmk 🙌🏻 thank youu"
+ }
+ ]
+ },
+ {
+ "id": 3559,
+ "type": "message",
+ "date": "2020-03-16T16:35:52",
+ "date_unixtime": "1584347752",
+ "from": "Lim Wan Ni",
+ "from_id": "user583552214",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found in the toilet at kr mrt. Please go collect from the passenger service counter!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in the toilet at kr mrt. Please go collect from the passenger service counter!!"
+ }
+ ]
+ },
+ {
+ "id": 3562,
+ "type": "message",
+ "date": "2020-03-16T20:59:23",
+ "date_unixtime": "1584363563",
+ "from": "Nasrul Hadi",
+ "from_id": "user270602033",
+ "text": "Hello, if anyone knows a Daryl Poh / if you are him, your DBS Visa Card is with me! Please PM me, thank you:)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, if anyone knows a Daryl Poh / if you are him, your DBS Visa Card is with me! Please PM me, thank you:)"
+ }
+ ]
+ },
+ {
+ "id": 3563,
+ "type": "message",
+ "date": "2020-03-17T09:59:58",
+ "date_unixtime": "1584410398",
+ "from": "shean 🥤",
+ "from_id": "user731759081",
+ "text": "Hi anone found a matric card with the name Yu Bi Shean? pls lmk thanks in advance!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anone found a matric card with the name Yu Bi Shean? pls lmk thanks in advance!"
+ }
+ ]
+ },
+ {
+ "id": 3566,
+ "type": "message",
+ "date": "2020-03-17T22:18:13",
+ "date_unixtime": "1584454693",
+ "from": "Le Rae",
+ "from_id": "user677627839",
+ "text": "Hello, anyone found a bluetooth earpiece at CLB relax zone? Pls contact me if u do, thank you :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, anyone found a bluetooth earpiece at CLB relax zone? Pls contact me if u do, thank you :)"
+ }
+ ]
+ },
+ {
+ "id": 3571,
+ "type": "message",
+ "date": "2020-03-18T20:04:30",
+ "date_unixtime": "1584533070",
+ "from": "Lionel",
+ "from_id": "user173314864",
+ "text": "Hello! Found a matric card with the name Cho Hyunah, can someone who knows her PM me? Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Found a matric card with the name Cho Hyunah, can someone who knows her PM me? Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 3573,
+ "type": "message",
+ "date": "2020-03-18T22:23:10",
+ "date_unixtime": "1584541390",
+ "edited": "2020-03-18T22:26:03",
+ "edited_unixtime": "1584541563",
+ "from": "sabrina 🌸",
+ "from_id": "user36430905",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 700,
+ "height": 700,
+ "text": [
+ "Hello! I lost a pair of airpods gen 2, in a transparent case with my name sticker (Sabrina-Jan 王炜婷) at the back of it. Lost it probably somewhere in utown, Cinnamon college dinning hall or CAPT. Pls pm me or contact me at ",
+ {
+ "type": "phone",
+ "text": "91836398"
+ },
+ " if you find it/happen to see it. Thank you!!!! ☺️"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost a pair of airpods gen 2, in a transparent case with my name sticker (Sabrina-Jan 王炜婷) at the back of it. Lost it probably somewhere in utown, Cinnamon college dinning hall or CAPT. Pls pm me or contact me at "
+ },
+ {
+ "type": "phone",
+ "text": "91836398"
+ },
+ {
+ "type": "plain",
+ "text": " if you find it/happen to see it. Thank you!!!! ☺️"
+ }
+ ]
+ },
+ {
+ "id": 3579,
+ "type": "message",
+ "date": "2020-03-19T17:54:05",
+ "date_unixtime": "1584611645",
+ "edited": "2020-03-19T22:30:37",
+ "edited_unixtime": "1584628237",
+ "from": "patron of the coffee machine one level down",
+ "from_id": "user89405230",
+ "text": "Hi! If you have lost an amount of money at AS3 0201, please DM me with the time you lost it and the amount, and I'll get back to you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! If you have lost an amount of money at AS3 0201, please DM me with the time you lost it and the amount, and I'll get back to you!"
+ }
+ ]
+ },
+ {
+ "id": 3581,
+ "type": "message",
+ "date": "2020-03-19T20:04:19",
+ "date_unixtime": "1584619459",
+ "from": "NyK Eldon",
+ "from_id": "user118041319",
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "sticker_emoji": "😴",
+ "width": 512,
+ "height": 512,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3589,
+ "type": "message",
+ "date": "2020-03-21T01:17:58",
+ "date_unixtime": "1584724678",
+ "from": "z",
+ "from_id": "user169292418",
+ "text": "Hi I lost a matrics card somewhere in Engineering/public bus to engineering. The initial is T.A, matrics number Axxxx820L, with a teal and black Residential college 4 lanyard please message me if you find it! Thanks and have a good day :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost a matrics card somewhere in Engineering/public bus to engineering. The initial is T.A, matrics number Axxxx820L, with a teal and black Residential college 4 lanyard please message me if you find it! Thanks and have a good day :)"
+ }
+ ]
+ },
+ {
+ "id": 3590,
+ "type": "message",
+ "date": "2020-03-21T11:00:02",
+ "date_unixtime": "1584759602",
+ "from": "Divya",
+ "from_id": "user668169947",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this card at the back gate of PGP",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this card at the back gate of PGP"
+ }
+ ]
+ },
+ {
+ "id": 3591,
+ "type": "message",
+ "date": "2020-03-21T11:11:19",
+ "date_unixtime": "1584760279",
+ "from": "Divya",
+ "from_id": "user668169947",
+ "text": "Passed it to the Management Office!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Passed it to the Management Office!"
+ }
+ ]
+ },
+ {
+ "id": 3593,
+ "type": "message",
+ "date": "2020-03-21T19:52:59",
+ "date_unixtime": "1584791579",
+ "from": "Dark Dante",
+ "from_id": "user662274307",
+ "text": "Take care of yourselves. Distance yourselves as much as possible till a lasting solution on COVID-19 is declared functional.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Take care of yourselves. Distance yourselves as much as possible till a lasting solution on COVID-19 is declared functional."
+ }
+ ]
+ },
+ {
+ "id": 3594,
+ "type": "message",
+ "date": "2020-03-23T11:31:53",
+ "date_unixtime": "1584934313",
+ "from": "Ivan Chua",
+ "from_id": "user397372129",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 218,
+ "height": 372,
+ "text": "Hi, i left my mouse at AS1-0213 last friday, if anyone has seen it, pls lmk!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, i left my mouse at AS1-0213 last friday, if anyone has seen it, pls lmk!"
+ }
+ ]
+ },
+ {
+ "id": 3595,
+ "type": "message",
+ "date": "2020-03-23T14:10:18",
+ "date_unixtime": "1584943818",
+ "from": "jiaying",
+ "from_id": "user150979505",
+ "text": "Hi! I might have dropped an apple charger head on B2 around 1:30pm just now! If you happen to find/see it please let me know thank you! :-)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I might have dropped an apple charger head on B2 around 1:30pm just now! If you happen to find/see it please let me know thank you! :-)"
+ }
+ ]
+ },
+ {
+ "id": 3599,
+ "type": "message",
+ "date": "2020-03-26T14:34:19",
+ "date_unixtime": "1585204459",
+ "from": "Beee",
+ "from_id": "user759784955",
+ "text": "Hi, I lost a Yale-NUS student card near UTown. Please let me know if you find it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost a Yale-NUS student card near UTown. Please let me know if you find it!"
+ }
+ ]
+ },
+ {
+ "id": 3600,
+ "type": "message",
+ "date": "2020-03-26T21:37:23",
+ "date_unixtime": "1585229843",
+ "from": "Leech",
+ "from_id": "user770308836",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Anyone left their jacket at dance Anteroom, can pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone left their jacket at dance Anteroom, can pm me"
+ }
+ ]
+ },
+ {
+ "id": 3603,
+ "type": "message",
+ "date": "2020-03-28T21:35:27",
+ "date_unixtime": "1585402527",
+ "edited": "2020-03-28T21:35:32",
+ "edited_unixtime": "1585402532",
+ "from": "Syafiq Sahrom",
+ "from_id": "user26339285",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hey guys, I found this at the CAPT L1 toilet near the pickup point!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys, I found this at the CAPT L1 toilet near the pickup point!"
+ }
+ ]
+ },
+ {
+ "id": 3605,
+ "type": "message",
+ "date": "2020-03-30T09:38:20",
+ "date_unixtime": "1585532300",
+ "from": "shaa",
+ "from_id": "user510758900",
+ "text": "hello! i lost my I/C at the CLB printing shop last week (Sharifah Munirah, S97XXXXXA) so if anyone found it pls contact me 🥺",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! i lost my I/C at the CLB printing shop last week (Sharifah Munirah, S97XXXXXA) so if anyone found it pls contact me 🥺"
+ }
+ ]
+ },
+ {
+ "id": 3606,
+ "type": "message",
+ "date": "2020-03-30T16:56:00",
+ "date_unixtime": "1585558560",
+ "from": "Emily (エミリー)🌌🍀🌷",
+ "from_id": "user656457549",
+ "reply_to_message_id": 3605,
+ "text": "It's given to the library. I found it and passed it to the printing shop and they passed it to the library!! :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It's given to the library. I found it and passed it to the printing shop and they passed it to the library!! :)"
+ }
+ ]
+ },
+ {
+ "id": 3607,
+ "type": "message",
+ "date": "2020-03-30T17:00:00",
+ "date_unixtime": "1585558800",
+ "from": "Emily (エミリー)🌌🍀🌷",
+ "from_id": "user656457549",
+ "text": "Also I lost a red bluetooth earphone which looks something like this:",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Also I lost a red bluetooth earphone which looks something like this:"
+ }
+ ]
+ },
+ {
+ "id": 3608,
+ "type": "message",
+ "date": "2020-03-30T17:00:09",
+ "date_unixtime": "1585558809",
+ "from": "Emily (エミリー)🌌🍀🌷",
+ "from_id": "user656457549",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3609,
+ "type": "message",
+ "date": "2020-03-31T10:24:31",
+ "date_unixtime": "1585621471",
+ "from": "Tan ai",
+ "from_id": "user150742908",
+ "text": "Hi sorry this is a repost! >< \nMy matric card in a teal and black Residential college 4 lanyard along with my ez link card, was lost somewhere in Engineering/on the public bus 183 or 96b. Matric Number is Axxxx820L. Please please message me if you have it / seen it! Thank youuuu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi sorry this is a repost! >< \nMy matric card in a teal and black Residential college 4 lanyard along with my ez link card, was lost somewhere in Engineering/on the public bus 183 or 96b. Matric Number is Axxxx820L. Please please message me if you have it / seen it! Thank youuuu"
+ }
+ ]
+ },
+ {
+ "id": 3610,
+ "type": "message",
+ "date": "2020-03-31T13:05:44",
+ "date_unixtime": "1585631144",
+ "edited": "2020-03-31T13:13:59",
+ "edited_unixtime": "1585631639",
+ "from": "Boomer Ang",
+ "from_id": "user44468216",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found this at the aircon side of frontier. please contact me if you're the owner of this card and go by the name of Berdjette Lau. thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found this at the aircon side of frontier. please contact me if you're the owner of this card and go by the name of Berdjette Lau. thank you"
+ }
+ ]
+ },
+ {
+ "id": 3611,
+ "type": "message",
+ "date": "2020-03-31T14:08:48",
+ "date_unixtime": "1585634928",
+ "from": "Hema C",
+ "from_id": "user651214390",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this water bottle at yst recital studio, put it on the chair just outside it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this water bottle at yst recital studio, put it on the chair just outside it"
+ }
+ ]
+ },
+ {
+ "id": 3613,
+ "type": "message",
+ "date": "2020-03-31T20:39:06",
+ "date_unixtime": "1585658346",
+ "from": "Alyssa",
+ "from_id": "user120663007",
+ "text": "hello! to the person who left her macbook charger at the charging outlet at Ventus just this evening, do pm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! to the person who left her macbook charger at the charging outlet at Ventus just this evening, do pm me!"
+ }
+ ]
+ },
+ {
+ "id": 3614,
+ "type": "message",
+ "date": "2020-03-31T21:00:31",
+ "date_unixtime": "1585659631",
+ "from": "wying",
+ "from_id": "user285413336",
+ "text": "Hello guys, did any of y'all picked up a matric card with the name 'liaw Wyi Wying' on it HAHAHA lost it around the dining hall/first floor/second floor of cinnamon college",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello guys, did any of y'all picked up a matric card with the name 'liaw Wyi Wying' on it HAHAHA lost it around the dining hall/first floor/second floor of cinnamon college"
+ }
+ ]
+ },
+ {
+ "id": 3617,
+ "type": "message",
+ "date": "2020-03-31T21:10:53",
+ "date_unixtime": "1585660253",
+ "from": "Ashna Verma",
+ "from_id": "user200803595",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Lost matric card- if anyone knows who this is, pm me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost matric card- if anyone knows who this is, pm me!!"
+ }
+ ]
+ },
+ {
+ "id": 3618,
+ "type": "message",
+ "date": "2020-03-31T21:14:52",
+ "date_unixtime": "1585660492",
+ "edited": "2020-03-31T21:36:25",
+ "edited_unixtime": "1585661785",
+ "from": "𝐜𝐡𝐞𝐨𝐤",
+ "from_id": "user232080469",
+ "reply_to_message_id": 3617,
+ "text": "I think that's Xu Ziheng!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I think that's Xu Ziheng!"
+ }
+ ]
+ },
+ {
+ "id": 3620,
+ "type": "message",
+ "date": "2020-03-31T21:19:14",
+ "date_unixtime": "1585660754",
+ "from": "Ashna Verma",
+ "from_id": "user200803595",
+ "reply_to_message_id": 3618,
+ "text": "Omg you’re right!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Omg you’re right!"
+ }
+ ]
+ },
+ {
+ "id": 3624,
+ "type": "message",
+ "date": "2020-03-31T21:50:51",
+ "date_unixtime": "1585662651",
+ "from": "Jovin Goh",
+ "from_id": "user845911132",
+ "text": "HAHAHAHAHAHA",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "HAHAHAHAHAHA"
+ }
+ ]
+ },
+ {
+ "id": 3625,
+ "type": "message",
+ "date": "2020-03-31T21:51:38",
+ "date_unixtime": "1585662698",
+ "from": "Liu Yao",
+ "from_id": "user784127985",
+ "text": "hahahahahahahhahahh",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hahahahahahahhahahh"
+ }
+ ]
+ },
+ {
+ "id": 3630,
+ "type": "message",
+ "date": "2020-04-01T19:01:32",
+ "date_unixtime": "1585738892",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "text": "If in bus, go to PGP terminal during office hours to ask",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If in bus, go to PGP terminal during office hours to ask"
+ }
+ ]
+ },
+ {
+ "id": 3632,
+ "type": "message",
+ "date": "2020-04-02T13:07:23",
+ "date_unixtime": "1585804043",
+ "from": "Sammie",
+ "from_id": "user56582839",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "LOST JABRA LEFT IN D1. Its coming with me to Com",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "LOST JABRA LEFT IN D1. Its coming with me to Com"
+ }
+ ]
+ },
+ {
+ "id": 3633,
+ "type": "message",
+ "date": "2020-04-02T16:02:14",
+ "date_unixtime": "1585814534",
+ "from": "Oh Vl",
+ "from_id": "user487197137",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Some one left his bottle in the male toilet AS1-01 FASS",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Some one left his bottle in the male toilet AS1-01 FASS"
+ }
+ ]
+ },
+ {
+ "id": 3644,
+ "type": "message",
+ "date": "2020-04-07T12:05:11",
+ "date_unixtime": "1586232311",
+ "from": "ohnom",
+ "from_id": "user140997460",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found this @ library lounge area!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found this @ library lounge area!"
+ }
+ ]
+ },
+ {
+ "id": 3648,
+ "type": "message",
+ "date": "2020-04-08T18:10:39",
+ "date_unixtime": "1586340639",
+ "edited": "2020-04-08T18:28:53",
+ "edited_unixtime": "1586341733",
+ "from": "kh",
+ "from_id": "user286570083",
+ "text": "Anyone found an ezlink card? It was prolly lost at Mac Commons or otw to the bus stop opp Yale NUS (After Clem Ave 1, 17091)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found an ezlink card? It was prolly lost at Mac Commons or otw to the bus stop opp Yale NUS (After Clem Ave 1, 17091)"
+ }
+ ]
+ },
+ {
+ "id": 3661,
+ "type": "message",
+ "date": "2020-04-24T19:42:18",
+ "date_unixtime": "1587728538",
+ "from": "Jolyn Tan",
+ "from_id": "user150116800",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at utown octobox",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at utown octobox"
+ }
+ ]
+ },
+ {
+ "id": 3665,
+ "type": "message",
+ "date": "2020-04-28T12:34:39",
+ "date_unixtime": "1588048479",
+ "from": null,
+ "from_id": "user909264217",
+ "text": [
+ "Hey everyone. Just wanna share. While i was riding ,I've dropped my wallet w (i.c, driving license, some atm card.,) few days back. Still couldn't find it. If anyone happen to found or saw. Please let me know. Appreciated you help. \nName: Mohammed Zulkifli Bin Mohamed Amin\nI.C : S***2219G\n",
+ {
+ "type": "hashtag",
+ "text": "#sgunited"
+ },
+ "\nTHANK YOU"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey everyone. Just wanna share. While i was riding ,I've dropped my wallet w (i.c, driving license, some atm card.,) few days back. Still couldn't find it. If anyone happen to found or saw. Please let me know. Appreciated you help. \nName: Mohammed Zulkifli Bin Mohamed Amin\nI.C : S***2219G\n"
+ },
+ {
+ "type": "hashtag",
+ "text": "#sgunited"
+ },
+ {
+ "type": "plain",
+ "text": "\nTHANK YOU"
+ }
+ ]
+ },
+ {
+ "id": 3666,
+ "type": "message",
+ "date": "2020-04-28T20:09:30",
+ "date_unixtime": "1588075770",
+ "from": "Florian Yq",
+ "from_id": "user510225762",
+ "text": [
+ {
+ "type": "mention",
+ "text": "@Glenn_001"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@Glenn_001"
+ }
+ ]
+ },
+ {
+ "id": 3667,
+ "type": "message",
+ "date": "2020-04-28T20:09:43",
+ "date_unixtime": "1588075783",
+ "from": "Florian Yq",
+ "from_id": "user510225762",
+ "reply_to_message_id": 3666,
+ "text": "Contact me regarding Augustine",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Contact me regarding Augustine"
+ }
+ ]
+ },
+ {
+ "id": 3717,
+ "type": "message",
+ "date": "2020-05-26T23:58:33",
+ "date_unixtime": "1590508713",
+ "from": "Kendrick Chan",
+ "from_id": "user797192490",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hello! I saw this about an hour ago when I was jogging around NUS Business School (Mochtar Riady Building). May I know whom does this belong to?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I saw this about an hour ago when I was jogging around NUS Business School (Mochtar Riady Building). May I know whom does this belong to?"
+ }
+ ]
+ },
+ {
+ "id": 3725,
+ "type": "message",
+ "date": "2020-05-28T13:46:03",
+ "date_unixtime": "1590644763",
+ "from": "Mr..Dev...🛠",
+ "from_id": "user593904694",
+ "text": "Sharifah nurfalah binti Syed Hamid \nYishun ave 11\nFOUND UR NRIC",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Sharifah nurfalah binti Syed Hamid \nYishun ave 11\nFOUND UR NRIC"
+ }
+ ]
+ },
+ {
+ "id": 3756,
+ "type": "message",
+ "date": "2020-06-17T14:18:23",
+ "date_unixtime": "1592374703",
+ "from": "Xianting Wu",
+ "from_id": "user839515428",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 800,
+ "height": 800,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3757,
+ "type": "message",
+ "date": "2020-06-17T14:19:04",
+ "date_unixtime": "1592374744",
+ "from": "Xianting Wu",
+ "from_id": "user839515428",
+ "text": "Hello anyone happens to be on campus and saw this airpod case around science bus stop/AS8? Pls contact me🥺",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello anyone happens to be on campus and saw this airpod case around science bus stop/AS8? Pls contact me🥺"
+ }
+ ]
+ },
+ {
+ "id": 3946,
+ "type": "message",
+ "date": "2020-08-27T17:01:09",
+ "date_unixtime": "1598518869",
+ "from": "🦆🦭Shannon 🦖🦈",
+ "from_id": "user563052950",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3947,
+ "type": "message",
+ "date": "2020-08-27T17:01:18",
+ "date_unixtime": "1598518878",
+ "from": "🦆🦭Shannon 🦖🦈",
+ "from_id": "user563052950",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 775,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3948,
+ "type": "message",
+ "date": "2020-08-27T17:01:29",
+ "date_unixtime": "1598518889",
+ "from": "🦆🦭Shannon 🦖🦈",
+ "from_id": "user563052950",
+ "text": "Hi, found a persons ez link at jewel today",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, found a persons ez link at jewel today"
+ }
+ ]
+ },
+ {
+ "id": 3949,
+ "type": "message",
+ "date": "2020-08-27T17:01:37",
+ "date_unixtime": "1598518897",
+ "from": "🦆🦭Shannon 🦖🦈",
+ "from_id": "user563052950",
+ "text": "Can dm me if this belongs to you :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Can dm me if this belongs to you :)"
+ }
+ ]
+ },
+ {
+ "id": 3970,
+ "type": "message",
+ "date": "2020-09-02T17:34:53",
+ "date_unixtime": "1599039293",
+ "from": "Kiki",
+ "from_id": "user510782915",
+ "text": "Hi if someone found my matric card ending with 5709 please let me know!! It’s in a minion cardholder with a RC room card!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if someone found my matric card ending with 5709 please let me know!! It’s in a minion cardholder with a RC room card!!"
+ }
+ ]
+ },
+ {
+ "id": 3973,
+ "type": "message",
+ "date": "2020-09-03T12:41:09",
+ "date_unixtime": "1599108069",
+ "from": "Leen",
+ "from_id": "user727762322",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "hi found this matric card at utown 3rd lvl tables and benches outside seminar room 11 !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi found this matric card at utown 3rd lvl tables and benches outside seminar room 11 !"
+ }
+ ]
+ },
+ {
+ "id": 3978,
+ "type": "message",
+ "date": "2020-09-03T23:54:17",
+ "date_unixtime": "1599148457",
+ "from": "Harry",
+ "from_id": "user303620530",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 625,
+ "height": 589,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 3979,
+ "type": "message",
+ "date": "2020-09-03T23:54:54",
+ "date_unixtime": "1599148494",
+ "from": "Harry",
+ "from_id": "user303620530",
+ "text": "Addidas Jacket left in The Deck FASS, please contact me if you see this. Thank you.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Addidas Jacket left in The Deck FASS, please contact me if you see this. Thank you."
+ }
+ ]
+ },
+ {
+ "id": 3999,
+ "type": "message",
+ "date": "2020-09-11T08:26:58",
+ "date_unixtime": "1599784018",
+ "from": "Huibai",
+ "from_id": "user307528013",
+ "text": "If anyone knows who Ho Xiao Lu (11year girl) is, please PM me. Her wallet is dropped. Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone knows who Ho Xiao Lu (11year girl) is, please PM me. Her wallet is dropped. Thanks"
+ }
+ ]
+ },
+ {
+ "id": 4022,
+ "type": "message",
+ "date": "2020-09-17T09:51:50",
+ "date_unixtime": "1600307510",
+ "from": "ivanc",
+ "from_id": "user207284359",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 956,
+ "height": 1276,
+ "text": "Wireless earphones found outside pgp's supersnacks. Passed it to supersnacks staff.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wireless earphones found outside pgp's supersnacks. Passed it to supersnacks staff."
+ }
+ ]
+ },
+ {
+ "id": 4033,
+ "type": "message",
+ "date": "2020-09-20T13:20:22",
+ "date_unixtime": "1600579222",
+ "from": "Min Han",
+ "from_id": "user149552564",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found at YIH busstop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at YIH busstop"
+ }
+ ]
+ },
+ {
+ "id": 4077,
+ "type": "message",
+ "date": "2020-09-29T13:14:02",
+ "date_unixtime": "1601356442",
+ "from": "Lim Wan Ni",
+ "from_id": "user583552214",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "shoebag found on CC bus",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "shoebag found on CC bus"
+ }
+ ]
+ },
+ {
+ "id": 4085,
+ "type": "message",
+ "date": "2020-10-01T17:11:56",
+ "date_unixtime": "1601543516",
+ "from": "jovi",
+ "from_id": "user31213712",
+ "text": "hi, did anyone see a nike windbreaker on the benches inside the mpsh (badminton)? it was there since ytd morn! thank you :—)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, did anyone see a nike windbreaker on the benches inside the mpsh (badminton)? it was there since ytd morn! thank you :—)"
+ }
+ ]
+ },
+ {
+ "id": 4097,
+ "type": "message",
+ "date": "2020-10-05T12:24:59",
+ "date_unixtime": "1601871899",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "Hi has anyone seen a lost graphic calculator anywhere?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a lost graphic calculator anywhere?"
+ }
+ ]
+ },
+ {
+ "id": 4098,
+ "type": "message",
+ "date": "2020-10-05T12:25:08",
+ "date_unixtime": "1601871908",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thank you!"
+ }
+ ]
+ },
+ {
+ "id": 4105,
+ "type": "message",
+ "date": "2020-10-07T23:35:17",
+ "date_unixtime": "1602084917",
+ "edited": "2020-10-07T23:42:25",
+ "edited_unixtime": "1602085345",
+ "from": "Cheng Seong",
+ "from_id": "user238661080",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi has anyone seen a shoe bag that looks like this? It has my matric card inside last seen on a CC bus. Thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a shoe bag that looks like this? It has my matric card inside last seen on a CC bus. Thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 4106,
+ "type": "message",
+ "date": "2020-10-07T23:40:27",
+ "date_unixtime": "1602085227",
+ "from": "qiyanah azmi",
+ "from_id": "user35917422",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1168,
+ "height": 1237,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4107,
+ "type": "message",
+ "date": "2020-10-07T23:40:29",
+ "date_unixtime": "1602085229",
+ "edited": "2020-10-07T23:41:08",
+ "edited_unixtime": "1602085268",
+ "from": "qiyanah azmi",
+ "from_id": "user35917422",
+ "text": "Hi lost my MK card holder, has everything in it my metric card and concession and debit on bus CC today 7pm. Thank u :-)))",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi lost my MK card holder, has everything in it my metric card and concession and debit on bus CC today 7pm. Thank u :-)))"
+ }
+ ]
+ },
+ {
+ "id": 4108,
+ "type": "message",
+ "date": "2020-10-08T00:24:39",
+ "date_unixtime": "1602087879",
+ "from": "qiyanah azmi",
+ "from_id": "user35917422",
+ "reply_to_message_id": 4106,
+ "text": "ok nvm someone returned it hehe thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ok nvm someone returned it hehe thanks"
+ }
+ ]
+ },
+ {
+ "id": 4112,
+ "type": "message",
+ "date": "2020-10-08T19:06:13",
+ "date_unixtime": "1602155173",
+ "from": "weetin",
+ "from_id": "user38770837",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4113,
+ "type": "message",
+ "date": "2020-10-08T19:06:13",
+ "date_unixtime": "1602155173",
+ "from": "weetin",
+ "from_id": "user38770837",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4114,
+ "type": "message",
+ "date": "2020-10-08T19:06:24",
+ "date_unixtime": "1602155184",
+ "from": "weetin",
+ "from_id": "user38770837",
+ "text": "Hi anyone’s ? at outside rc4 busstop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone’s ? at outside rc4 busstop"
+ }
+ ]
+ },
+ {
+ "id": 4119,
+ "type": "message",
+ "date": "2020-10-09T09:24:50",
+ "date_unixtime": "1602206690",
+ "from": "Sam Choy",
+ "from_id": "user109047081",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 956,
+ "height": 1276,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4120,
+ "type": "message",
+ "date": "2020-10-09T09:25:12",
+ "date_unixtime": "1602206712",
+ "from": "Sam Choy",
+ "from_id": "user109047081",
+ "text": "Laptop bag found on bus 96A, passed to bus captain",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Laptop bag found on bus 96A, passed to bus captain"
+ }
+ ]
+ },
+ {
+ "id": 4123,
+ "type": "message",
+ "date": "2020-10-09T18:25:35",
+ "date_unixtime": "1602239135",
+ "from": "bakwxh",
+ "from_id": "user244206321",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found outside utown cheers",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found outside utown cheers"
+ }
+ ]
+ },
+ {
+ "id": 4124,
+ "type": "message",
+ "date": "2020-10-09T18:27:10",
+ "date_unixtime": "1602239230",
+ "from": "bakwxh",
+ "from_id": "user244206321",
+ "reply_to_message_id": 4123,
+ "text": "passed it to the cheers staff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "passed it to the cheers staff"
+ }
+ ]
+ },
+ {
+ "id": 4148,
+ "type": "message",
+ "date": "2020-10-17T10:25:58",
+ "date_unixtime": "1602901558",
+ "from": "Edward Tam",
+ "from_id": "user737650079",
+ "text": "Hi, if anyone has seen a silver iphone 5s with clear casing please pm! Might have been lost on AA2 bus yesterday around 8.45. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone has seen a silver iphone 5s with clear casing please pm! Might have been lost on AA2 bus yesterday around 8.45. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 4158,
+ "type": "message",
+ "date": "2020-10-23T04:12:53",
+ "date_unixtime": "1603397573",
+ "from": null,
+ "from_id": "user355306943",
+ "text": "Hello found this at Raffles Hall around the walkway near Block 2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello found this at Raffles Hall around the walkway near Block 2"
+ }
+ ]
+ },
+ {
+ "id": 4159,
+ "type": "message",
+ "date": "2020-10-23T04:13:51",
+ "date_unixtime": "1603397631",
+ "from": null,
+ "from_id": "user355306943",
+ "text": "Please collect it from RH Hall Office, and those who know her pls let her know ASAP! Thx (pls help her bc she dropped more than one thingy!!!)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Please collect it from RH Hall Office, and those who know her pls let her know ASAP! Thx (pls help her bc she dropped more than one thingy!!!)"
+ }
+ ]
+ },
+ {
+ "id": 4162,
+ "type": "message",
+ "date": "2020-10-23T07:52:54",
+ "date_unixtime": "1603410774",
+ "from": "Gopi",
+ "from_id": "user1113431009",
+ "text": "Hi everyone , I found a I’d card of yeopi Eka Kristina, undergraduate",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone , I found a I’d card of yeopi Eka Kristina, undergraduate"
+ }
+ ]
+ },
+ {
+ "id": 4166,
+ "type": "message",
+ "date": "2020-10-23T09:03:57",
+ "date_unixtime": "1603415037",
+ "from": "Gopi",
+ "from_id": "user1113431009",
+ "text": "Found the owner thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found the owner thanks"
+ }
+ ]
+ },
+ {
+ "id": 4211,
+ "type": "message",
+ "date": "2020-10-24T18:03:54",
+ "date_unixtime": "1603533834",
+ "from": "Ting Feng",
+ "from_id": "user43750306",
+ "text": [
+ "Hi, if anyone found or knows someone who found the below can pm me:\n\nA dark green ",
+ {
+ "type": "bold",
+ "text": "Tembusu College lanyard"
+ },
+ " with a dark green/grey ",
+ {
+ "type": "bold",
+ "text": "QBE cardholder"
+ },
+ " attached, containing a ",
+ {
+ "type": "bold",
+ "text": "matric card"
+ },
+ " (name: Wong Ting Feng, number A0XXXX86B) and a black ",
+ {
+ "type": "bold",
+ "text": "Tembusu card\n\n"
+ },
+ "Location: Utown Foodclique (Flavours@Utown) OR Utown, Tembusu College \nDate & Time: 4pm today (24 October)\n\nThanks!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone found or knows someone who found the below can pm me:\n\nA dark green "
+ },
+ {
+ "type": "bold",
+ "text": "Tembusu College lanyard"
+ },
+ {
+ "type": "plain",
+ "text": " with a dark green/grey "
+ },
+ {
+ "type": "bold",
+ "text": "QBE cardholder"
+ },
+ {
+ "type": "plain",
+ "text": " attached, containing a "
+ },
+ {
+ "type": "bold",
+ "text": "matric card"
+ },
+ {
+ "type": "plain",
+ "text": " (name: Wong Ting Feng, number A0XXXX86B) and a black "
+ },
+ {
+ "type": "bold",
+ "text": "Tembusu card\n\n"
+ },
+ {
+ "type": "plain",
+ "text": "Location: Utown Foodclique (Flavours@Utown) OR Utown, Tembusu College \nDate & Time: 4pm today (24 October)\n\nThanks!"
+ }
+ ]
+ },
+ {
+ "id": 4212,
+ "type": "message",
+ "date": "2020-10-24T18:41:48",
+ "date_unixtime": "1603536108",
+ "from": "Ting Feng",
+ "from_id": "user43750306",
+ "reply_to_message_id": 4211,
+ "text": "Found, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 4214,
+ "type": "message",
+ "date": "2020-10-24T19:40:43",
+ "date_unixtime": "1603539643",
+ "from": "vivien",
+ "from_id": "user170923054",
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "sticker_emoji": "👍",
+ "width": 512,
+ "height": 512,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4235,
+ "type": "message",
+ "date": "2020-10-27T12:09:50",
+ "date_unixtime": "1603771790",
+ "from": "chee hong",
+ "from_id": "user297056870",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost matric card in the CC bus. Passed it to the COM2 security post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost matric card in the CC bus. Passed it to the COM2 security post"
+ }
+ ]
+ },
+ {
+ "id": 4243,
+ "type": "message",
+ "date": "2020-10-27T20:23:27",
+ "date_unixtime": "1603801407",
+ "from": "rid",
+ "from_id": "user160369762",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 956,
+ "height": 1276,
+ "text": "Found phone at utown ERC area. Returned to campus security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found phone at utown ERC area. Returned to campus security"
+ }
+ ]
+ },
+ {
+ "id": 4250,
+ "type": "message",
+ "date": "2020-10-29T20:55:34",
+ "date_unixtime": "1603976134",
+ "from": "Stacy Fernandes",
+ "from_id": "user390766886",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi found lock Mei Lin’s matric card at benches outside tembusu office, it’s with utown security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi found lock Mei Lin’s matric card at benches outside tembusu office, it’s with utown security"
+ }
+ ]
+ },
+ {
+ "id": 4257,
+ "type": "message",
+ "date": "2020-10-31T15:04:04",
+ "date_unixtime": "1604127844",
+ "from": "Jun Hao",
+ "from_id": "user198252735",
+ "text": "Hi did anyone lose their airpods yesterday at utown src?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone lose their airpods yesterday at utown src?"
+ }
+ ]
+ },
+ {
+ "id": 4260,
+ "type": "message",
+ "date": "2020-10-31T21:34:29",
+ "date_unixtime": "1604151269",
+ "from": "Albert Sutiono",
+ "from_id": "user176037276",
+ "text": "Hello guys, \n\nIf you find a student card with the name \nAlbert Sutiono\n\npls help to dm me \n\n\nThank you very muchhhh",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello guys, \n\nIf you find a student card with the name \nAlbert Sutiono\n\npls help to dm me \n\n\nThank you very muchhhh"
+ }
+ ]
+ },
+ {
+ "id": 4272,
+ "type": "message",
+ "date": "2020-11-04T06:04:06",
+ "date_unixtime": "1604441046",
+ "from": null,
+ "from_id": "user904514223",
+ "text": "Lost my cell phone\nBlack iphone, RX with a case.In Manhattan.Thanks.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost my cell phone\nBlack iphone, RX with a case.In Manhattan.Thanks."
+ }
+ ]
+ },
+ {
+ "id": 4279,
+ "type": "message",
+ "date": "2020-11-04T20:26:52",
+ "date_unixtime": "1604492812",
+ "edited": "2020-11-05T14:28:15",
+ "edited_unixtime": "1604557695",
+ "from": "Lee Jin",
+ "from_id": "user717090162",
+ "text": "Hello, Lost matric card at science, around frontier area, around this afternoon\nName Lee Jin\nThanks\n\nFOUND THANKS!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, Lost matric card at science, around frontier area, around this afternoon\nName Lee Jin\nThanks\n\nFOUND THANKS!"
+ }
+ ]
+ },
+ {
+ "id": 4281,
+ "type": "message",
+ "date": "2020-11-04T22:14:11",
+ "date_unixtime": "1604499251",
+ "from": "Dan",
+ "from_id": "user185038036",
+ "text": "Lost Airpods at Biz, Naomi's airpods. If yall see it do pm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost Airpods at Biz, Naomi's airpods. If yall see it do pm me!"
+ }
+ ]
+ },
+ {
+ "id": 4289,
+ "type": "message",
+ "date": "2020-11-06T18:58:47",
+ "date_unixtime": "1604660327",
+ "from": "Audris Tan",
+ "from_id": "user23066400",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Its at utown fine food - fruit juice store!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Its at utown fine food - fruit juice store!!"
+ }
+ ]
+ },
+ {
+ "id": 4302,
+ "type": "message",
+ "date": "2020-11-07T19:52:46",
+ "date_unixtime": "1604749966",
+ "from": "Binh Nguyen",
+ "from_id": "user1339819980",
+ "text": "Hi guys. I lost my pgpr block 26 room card this afternoon. I think it was on the AA2 bus. \nIf you see it pls dm me. \nThank you so much",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys. I lost my pgpr block 26 room card this afternoon. I think it was on the AA2 bus. \nIf you see it pls dm me. \nThank you so much"
+ }
+ ]
+ },
+ {
+ "id": 4309,
+ "type": "message",
+ "date": "2020-11-11T05:33:51",
+ "date_unixtime": "1605044031",
+ "from": "Akashah 🏎🏍🛠⚙️🪛",
+ "from_id": "user868557246",
+ "text": "Hi guys, I lost my PGPR Room Card (Block 9) the previous evening, 10th Nov. It should be in the mech eng dept, block E4 Basement 1. If anyone of you here sees it, please pm me. Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, I lost my PGPR Room Card (Block 9) the previous evening, 10th Nov. It should be in the mech eng dept, block E4 Basement 1. If anyone of you here sees it, please pm me. Thanks"
+ }
+ ]
+ },
+ {
+ "id": 4312,
+ "type": "message",
+ "date": "2020-11-11T11:45:36",
+ "date_unixtime": "1605066336",
+ "from": "xiuwen",
+ "from_id": "user695980408",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this at engineering E4 level 4. Near BME department office.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at engineering E4 level 4. Near BME department office."
+ }
+ ]
+ },
+ {
+ "id": 4314,
+ "type": "message",
+ "date": "2020-11-11T16:43:06",
+ "date_unixtime": "1605084186",
+ "edited": "2020-11-11T16:43:37",
+ "edited_unixtime": "1605084217",
+ "from": "celeste 👹",
+ "from_id": "user337421674",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found at kaki bukit mrt, passed to the station master",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at kaki bukit mrt, passed to the station master"
+ }
+ ]
+ },
+ {
+ "id": 4332,
+ "type": "message",
+ "date": "2020-11-19T23:55:09",
+ "date_unixtime": "1605801309",
+ "from": "Ashton",
+ "from_id": "user35688597",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Apple pencil 2 found in biz LT, belongs to Eagan, pm me if yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Apple pencil 2 found in biz LT, belongs to Eagan, pm me if yours"
+ }
+ ]
+ },
+ {
+ "id": 4341,
+ "type": "message",
+ "date": "2020-11-26T14:11:42",
+ "date_unixtime": "1606371102",
+ "from": "LG",
+ "from_id": "user311827492",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4342,
+ "type": "message",
+ "date": "2020-11-26T14:12:10",
+ "date_unixtime": "1606371130",
+ "from": "LG",
+ "from_id": "user311827492",
+ "text": "Left it at the security post at s16. Found at science frontier canteen",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left it at the security post at s16. Found at science frontier canteen"
+ }
+ ]
+ },
+ {
+ "id": 4384,
+ "type": "message",
+ "date": "2020-12-08T11:43:29",
+ "date_unixtime": "1607399009",
+ "from": "SkylarPoh",
+ "from_id": "user357403753",
+ "text": "Hi guys if anyone find a student card with the name\nArnold Teo Kun Ho \n\nPlease let me know! My friend lost his matric card! \n\nThanks.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys if anyone find a student card with the name\nArnold Teo Kun Ho \n\nPlease let me know! My friend lost his matric card! \n\nThanks."
+ }
+ ]
+ },
+ {
+ "id": 4385,
+ "type": "message",
+ "date": "2020-12-08T11:43:43",
+ "date_unixtime": "1607399023",
+ "from": "SkylarPoh",
+ "from_id": "user357403753",
+ "text": "Last seen at Utown !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Last seen at Utown !"
+ }
+ ]
+ },
+ {
+ "id": 4392,
+ "type": "message",
+ "date": "2020-12-12T13:46:06",
+ "date_unixtime": "1607751966",
+ "from": "Pranati",
+ "from_id": "user958382282",
+ "text": "Hi did anyone spot a black Samsung S7 edge at EA (Engineering Audi)? \nThanks in advance",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone spot a black Samsung S7 edge at EA (Engineering Audi)? \nThanks in advance"
+ }
+ ]
+ },
+ {
+ "id": 4405,
+ "type": "message",
+ "date": "2020-12-14T22:51:54",
+ "date_unixtime": "1607957514",
+ "edited": "2020-12-14T23:22:20",
+ "edited_unixtime": "1607959340",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "hi has anyone seen a matric card (Genna Ng Qing Yi)!! I lost it while walking from supper stretch to utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anyone seen a matric card (Genna Ng Qing Yi)!! I lost it while walking from supper stretch to utown"
+ }
+ ]
+ },
+ {
+ "id": 4407,
+ "type": "message",
+ "date": "2020-12-15T08:55:40",
+ "date_unixtime": "1607993740",
+ "from": "BTBLP",
+ "from_id": "user1349633826",
+ "reply_to_message_id": 4405,
+ "text": "Will help you keep a look out!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Will help you keep a look out!"
+ }
+ ]
+ },
+ {
+ "id": 4408,
+ "type": "message",
+ "date": "2020-12-15T12:54:56",
+ "date_unixtime": "1608008096",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "thanks so much! :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thanks so much! :)"
+ }
+ ]
+ },
+ {
+ "id": 4421,
+ "type": "message",
+ "date": "2020-12-18T13:01:28",
+ "date_unixtime": "1608267688",
+ "from": "Kiki",
+ "from_id": "user510782915",
+ "text": "Hey if anyone seen a matric card (Yee Yook Keit), together with an IC and 2 EZ-Link cards please pm me!! Thank you so much😣",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey if anyone seen a matric card (Yee Yook Keit), together with an IC and 2 EZ-Link cards please pm me!! Thank you so much😣"
+ }
+ ]
+ },
+ {
+ "id": 4422,
+ "type": "message",
+ "date": "2020-12-18T18:13:19",
+ "date_unixtime": "1608286399",
+ "from": "Hans Sebastian Mulyawan",
+ "from_id": "user686371604",
+ "text": "Hi, if anyone seen a concession card with the name Hans Sebastian Mulyawan in it, and maybe dropped along the way from BV MRT to Ghim Moh area, please let me know, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone seen a concession card with the name Hans Sebastian Mulyawan in it, and maybe dropped along the way from BV MRT to Ghim Moh area, please let me know, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 4427,
+ "type": "message",
+ "date": "2020-12-23T17:09:36",
+ "date_unixtime": "1608714576",
+ "from": "farhan 🥴",
+ "from_id": "user132370896",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4428,
+ "type": "message",
+ "date": "2020-12-23T17:09:36",
+ "date_unixtime": "1608714576",
+ "from": "farhan 🥴",
+ "from_id": "user132370896",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4429,
+ "type": "message",
+ "date": "2020-12-23T17:09:53",
+ "date_unixtime": "1608714593",
+ "from": "farhan 🥴",
+ "from_id": "user132370896",
+ "text": "Hi found this outside utown sports hall on the water cooler",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found this outside utown sports hall on the water cooler"
+ }
+ ]
+ },
+ {
+ "id": 4430,
+ "type": "message",
+ "date": "2020-12-23T17:17:38",
+ "date_unixtime": "1608715058",
+ "from": "farhan 🥴",
+ "from_id": "user132370896",
+ "reply_to_message_id": 4427,
+ "text": "Passed it to UTown campus security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Passed it to UTown campus security"
+ }
+ ]
+ },
+ {
+ "id": 4438,
+ "type": "message",
+ "date": "2021-01-03T19:35:48",
+ "date_unixtime": "1609673748",
+ "from": "Brandon Ong",
+ "from_id": "user400612627",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 958,
+ "height": 944,
+ "text": "Pink lv wallet found at opp kr mrt. Returned to campus security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pink lv wallet found at opp kr mrt. Returned to campus security"
+ }
+ ]
+ },
+ {
+ "id": 4454,
+ "type": "message",
+ "date": "2021-01-08T11:55:26",
+ "date_unixtime": "1610078126",
+ "from": "Sriharini",
+ "from_id": "user230684973",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 821,
+ "text": "found along the path between NUS RCs and Yale Nus colleges",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found along the path between NUS RCs and Yale Nus colleges"
+ }
+ ]
+ },
+ {
+ "id": 4455,
+ "type": "message",
+ "date": "2021-01-08T13:49:13",
+ "date_unixtime": "1610084953",
+ "from": "Sriharini",
+ "from_id": "user230684973",
+ "reply_to_message_id": 4454,
+ "text": "returned to erc safety post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "returned to erc safety post"
+ }
+ ]
+ },
+ {
+ "id": 4461,
+ "type": "message",
+ "date": "2021-01-09T19:44:51",
+ "date_unixtime": "1610192691",
+ "from": "Ariff",
+ "from_id": "user614373833",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "BOSE earbuds found at UTR level 2 foyer",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "BOSE earbuds found at UTR level 2 foyer"
+ }
+ ]
+ },
+ {
+ "id": 4464,
+ "type": "message",
+ "date": "2021-01-11T20:30:36",
+ "date_unixtime": "1610368236",
+ "from": "shirui",
+ "from_id": "user640217085",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 400,
+ "height": 400,
+ "text": "Hi! I lost my earphones today - around lt8, maybe near the toilets, if not at the blue benches around the co-op! They look like this - if anyone happens to stumble across them, please let me know, thank you 🥺",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost my earphones today - around lt8, maybe near the toilets, if not at the blue benches around the co-op! They look like this - if anyone happens to stumble across them, please let me know, thank you 🥺"
+ }
+ ]
+ },
+ {
+ "id": 4471,
+ "type": "message",
+ "date": "2021-01-13T08:07:29",
+ "date_unixtime": "1610496449",
+ "edited": "2021-01-13T08:18:03",
+ "edited_unixtime": "1610497083",
+ "from": "MH",
+ "from_id": "user259177341",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Some phone left at Utown bus stop, contact me if yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Some phone left at Utown bus stop, contact me if yours"
+ }
+ ]
+ },
+ {
+ "id": 4472,
+ "type": "message",
+ "date": "2021-01-13T09:28:27",
+ "date_unixtime": "1610501307",
+ "from": "Hikmah",
+ "from_id": "user397912826",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Tote bag @ NUS A1 shuttle bus. Contact me if it's yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Tote bag @ NUS A1 shuttle bus. Contact me if it's yours!"
+ }
+ ]
+ },
+ {
+ "id": 4476,
+ "type": "message",
+ "date": "2021-01-13T19:15:08",
+ "date_unixtime": "1610536508",
+ "from": "Winston The",
+ "from_id": "user68268908",
+ "text": "If there’s a Tan Zijie here I found your Matric card",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If there’s a Tan Zijie here I found your Matric card"
+ }
+ ]
+ },
+ {
+ "id": 4484,
+ "type": "message",
+ "date": "2021-01-15T12:49:09",
+ "date_unixtime": "1610686149",
+ "from": "Cheng Seong",
+ "from_id": "user238661080",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at busstop outside Heng Mui Keng, contact me if yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at busstop outside Heng Mui Keng, contact me if yours"
+ }
+ ]
+ },
+ {
+ "id": 4486,
+ "type": "message",
+ "date": "2021-01-15T15:36:20",
+ "date_unixtime": "1610696180",
+ "edited": "2021-01-15T16:29:43",
+ "edited_unixtime": "1610699383",
+ "from": "Charles",
+ "from_id": "user129837782",
+ "text": "Hi did anyone see a black conduroy jacket sized L on-campus? \n\nLast seen: Alice Lee Centre for Nursing Studies MD6/MD11\n\nThanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a black conduroy jacket sized L on-campus? \n\nLast seen: Alice Lee Centre for Nursing Studies MD6/MD11\n\nThanks!"
+ }
+ ]
+ },
+ {
+ "id": 4497,
+ "type": "message",
+ "date": "2021-01-18T10:00:51",
+ "date_unixtime": "1610935251",
+ "from": "Jia Ying",
+ "from_id": "user666296972",
+ "text": "Hi, did anyone see a white laptop charger for macbook air (with a usb c cable) around School of Computing yesterday?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anyone see a white laptop charger for macbook air (with a usb c cable) around School of Computing yesterday?"
+ }
+ ]
+ },
+ {
+ "id": 4501,
+ "type": "message",
+ "date": "2021-01-18T14:39:09",
+ "date_unixtime": "1610951949",
+ "from": "Islyn",
+ "from_id": "user382375390",
+ "text": "hi! i dropped my airpods case (black casing) on bus d2 last fri (15 jan) in between the seat and the bus wall. its the second row on the right (facing the front of the bus). if anyone spotted it pls lmkkk thank you 😄",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! i dropped my airpods case (black casing) on bus d2 last fri (15 jan) in between the seat and the bus wall. its the second row on the right (facing the front of the bus). if anyone spotted it pls lmkkk thank you 😄"
+ }
+ ]
+ },
+ {
+ "id": 4502,
+ "type": "message",
+ "date": "2021-01-18T17:30:09",
+ "date_unixtime": "1610962209",
+ "from": "Akashah 🏎🏍🛠⚙️🪛",
+ "from_id": "user868557246",
+ "text": "Hi guys, I lost my PGPH Hall Room Card in 4 possible places today afternoon:\n\n1. UTown Residences\n2. The footpath leading from Central Forum to Co-Op\n3. The footpath from Frontier to NUS Science Co-Op\n4. Yusof Ishak House Level 1, 3 or 4.\n\nI've backtracked my path, tried to look for my card myself and asked whomever I think might be of help (e.g. shopkeepers) for whether anybody passed them a hall room card - but all to no avail.\n\nSo yeah, if anybody sees a PGPH Hall Room Card, please contact me. Thanks in advance 😌",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, I lost my PGPH Hall Room Card in 4 possible places today afternoon:\n\n1. UTown Residences\n2. The footpath leading from Central Forum to Co-Op\n3. The footpath from Frontier to NUS Science Co-Op\n4. Yusof Ishak House Level 1, 3 or 4.\n\nI've backtracked my path, tried to look for my card myself and asked whomever I think might be of help (e.g. shopkeepers) for whether anybody passed them a hall room card - but all to no avail.\n\nSo yeah, if anybody sees a PGPH Hall Room Card, please contact me. Thanks in advance 😌"
+ }
+ ]
+ },
+ {
+ "id": 4504,
+ "type": "message",
+ "date": "2021-01-20T15:18:52",
+ "date_unixtime": "1611127132",
+ "from": "Map",
+ "from_id": "user223724952",
+ "text": "Hi I might have dropped a necklace charm in YIH / YIH bus stop on 18/01 around 7pm. It is gold in Color, and in the shape of a key. Please PM me if found thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I might have dropped a necklace charm in YIH / YIH bus stop on 18/01 around 7pm. It is gold in Color, and in the shape of a key. Please PM me if found thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 4508,
+ "type": "message",
+ "date": "2021-01-22T15:45:06",
+ "date_unixtime": "1611301506",
+ "edited": "2021-01-22T15:45:13",
+ "edited_unixtime": "1611301513",
+ "from": "Wesley ML",
+ "from_id": "user188575884",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found a notebook with CM5223 notes in English and Chinese; it was in the open-air part of Frontier in FOS. Please contact me if it's yours :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a notebook with CM5223 notes in English and Chinese; it was in the open-air part of Frontier in FOS. Please contact me if it's yours :)"
+ }
+ ]
+ },
+ {
+ "id": 4513,
+ "type": "message",
+ "date": "2021-01-24T13:37:17",
+ "date_unixtime": "1611466637",
+ "from": "Jovin",
+ "from_id": "user140522614",
+ "text": "Hi, did anyone see a matric card?\nName: jovindeep singh",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anyone see a matric card?\nName: jovindeep singh"
+ }
+ ]
+ },
+ {
+ "id": 4516,
+ "type": "message",
+ "date": "2021-01-25T20:04:09",
+ "date_unixtime": "1611576249",
+ "edited": "2021-01-25T20:04:27",
+ "edited_unixtime": "1611576267",
+ "from": "Van ඞ. •。",
+ "from_id": "user136671236",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 871,
+ "text": "Hi found a matric card at SRC near flavours. Placed it on the green tiled piano outside flavours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found a matric card at SRC near flavours. Placed it on the green tiled piano outside flavours"
+ }
+ ]
+ },
+ {
+ "id": 4517,
+ "type": "message",
+ "date": "2021-01-25T20:32:20",
+ "date_unixtime": "1611577940",
+ "from": "Syafiq Sahrom",
+ "from_id": "user26339285",
+ "reply_to_message_id": 4516,
+ "text": "Alright I have informed him. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Alright I have informed him. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 4525,
+ "type": "message",
+ "date": "2021-01-26T19:07:55",
+ "date_unixtime": "1611659275",
+ "from": null,
+ "from_id": "user1247406902",
+ "text": "Hi anyone who was in utown hall2 2 days ago find watch, cards in the basketball court, please let me know, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone who was in utown hall2 2 days ago find watch, cards in the basketball court, please let me know, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 4527,
+ "type": "message",
+ "date": "2021-01-27T07:56:05",
+ "date_unixtime": "1611705365",
+ "from": "Ian Hong",
+ "from_id": "user552146895",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "iPhone charging cable found at FoS study area opposite Frontier canteen. I left it on the fire alarm near the upper study space in the starbucks building",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "iPhone charging cable found at FoS study area opposite Frontier canteen. I left it on the fire alarm near the upper study space in the starbucks building"
+ }
+ ]
+ },
+ {
+ "id": 4528,
+ "type": "message",
+ "date": "2021-01-27T07:56:05",
+ "date_unixtime": "1611705365",
+ "from": "Ian Hong",
+ "from_id": "user552146895",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4529,
+ "type": "message",
+ "date": "2021-01-27T07:56:05",
+ "date_unixtime": "1611705365",
+ "from": "Ian Hong",
+ "from_id": "user552146895",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4530,
+ "type": "message",
+ "date": "2021-01-27T14:33:22",
+ "date_unixtime": "1611729202",
+ "from": "✞𝚑𝚎𝙻𝚎𝚐𝚎𝚗𝚍𝟸𝟽",
+ "from_id": "user594259779",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4531,
+ "type": "message",
+ "date": "2021-01-27T14:33:22",
+ "date_unixtime": "1611729202",
+ "from": "✞𝚑𝚎𝙻𝚎𝚐𝚎𝚗𝚍𝟸𝟽",
+ "from_id": "user594259779",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4532,
+ "type": "message",
+ "date": "2021-01-27T14:34:03",
+ "date_unixtime": "1611729243",
+ "from": "✞𝚑𝚎𝙻𝚎𝚐𝚎𝚗𝚍𝟸𝟽",
+ "from_id": "user594259779",
+ "text": "Sandisk 1T SSD found in Engineering, pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Sandisk 1T SSD found in Engineering, pm me"
+ }
+ ]
+ },
+ {
+ "id": 4540,
+ "type": "message",
+ "date": "2021-01-29T11:45:27",
+ "date_unixtime": "1611891927",
+ "from": "Nathanael",
+ "from_id": "user42355014",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "iPad found on top of dryer A of PGPR block 2's laundry room. PM me if it's yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "iPad found on top of dryer A of PGPR block 2's laundry room. PM me if it's yours!"
+ }
+ ]
+ },
+ {
+ "id": 4546,
+ "type": "message",
+ "date": "2021-01-30T15:53:50",
+ "date_unixtime": "1611993230",
+ "from": "jas",
+ "from_id": "user66456130",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4547,
+ "type": "message",
+ "date": "2021-01-30T15:53:50",
+ "date_unixtime": "1611993230",
+ "from": "jas",
+ "from_id": "user66456130",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi found a wallet belonging to lim chao shun on bus d2!! Left it w the bus uncle",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found a wallet belonging to lim chao shun on bus d2!! Left it w the bus uncle"
+ }
+ ]
+ },
+ {
+ "id": 4548,
+ "type": "message",
+ "date": "2021-01-30T16:05:41",
+ "date_unixtime": "1611993941",
+ "from": "CS",
+ "from_id": "user271200298",
+ "reply_to_message_id": 4547,
+ "text": "Thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 4549,
+ "type": "message",
+ "date": "2021-01-30T17:38:55",
+ "date_unixtime": "1611999535",
+ "edited": "2021-01-30T17:40:12",
+ "edited_unixtime": "1611999612",
+ "from": "Sneha",
+ "from_id": "user1375029772",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hello, found this in UTR Level 13. Pm me if its yrs",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, found this in UTR Level 13. Pm me if its yrs"
+ }
+ ]
+ },
+ {
+ "id": 4552,
+ "type": "message",
+ "date": "2021-01-30T21:35:44",
+ "date_unixtime": "1612013744",
+ "from": "Dion Lim",
+ "from_id": "user652034102",
+ "text": "hi! has anyone happened to see a shoe bag at biz 1, in class 02-05? It contains a pair of black shoes from tods/aldo- please let me know if you've managed to pick it up",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! has anyone happened to see a shoe bag at biz 1, in class 02-05? It contains a pair of black shoes from tods/aldo- please let me know if you've managed to pick it up"
+ }
+ ]
+ },
+ {
+ "id": 4554,
+ "type": "message",
+ "date": "2021-02-01T16:12:32",
+ "date_unixtime": "1612167152",
+ "from": "SkylarPoh",
+ "from_id": "user357403753",
+ "text": "If any one find a staff card belonging to Weine kok please let me know. Card was last seen around science MD1 area thanks for your help!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If any one find a staff card belonging to Weine kok please let me know. Card was last seen around science MD1 area thanks for your help!"
+ }
+ ]
+ },
+ {
+ "id": 4556,
+ "type": "message",
+ "date": "2021-02-01T23:07:19",
+ "date_unixtime": "1612192039",
+ "from": "qianyu",
+ "from_id": "user224640660",
+ "text": "hi! anyone saw a matric card belonging to Liu Qianyu! i think i dropped it on the way to the science field from rh 😔 (or at the sci field itself) thank you so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! anyone saw a matric card belonging to Liu Qianyu! i think i dropped it on the way to the science field from rh 😔 (or at the sci field itself) thank you so much!"
+ }
+ ]
+ },
+ {
+ "id": 4559,
+ "type": "message",
+ "date": "2021-02-02T16:38:01",
+ "date_unixtime": "1612255081",
+ "from": "Wei Jian 🐳",
+ "from_id": "user397796075",
+ "text": "Hi! If anyone finds a matric card belonging to Cheng Wei Jian lmk! I last remembered having it around the tennis court 3 / the wall behind it... Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! If anyone finds a matric card belonging to Cheng Wei Jian lmk! I last remembered having it around the tennis court 3 / the wall behind it... Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 4560,
+ "type": "message",
+ "date": "2021-02-02T18:17:01",
+ "date_unixtime": "1612261021",
+ "from": "SQ Zhen",
+ "from_id": "user961257667",
+ "text": "Found this card outside clementi art friend, if anyone knows the person can ask him contact me.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this card outside clementi art friend, if anyone knows the person can ask him contact me."
+ }
+ ]
+ },
+ {
+ "id": 4561,
+ "type": "message",
+ "date": "2021-02-02T18:17:01",
+ "date_unixtime": "1612261021",
+ "from": "SQ Zhen",
+ "from_id": "user961257667",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4564,
+ "type": "message",
+ "date": "2021-02-03T08:55:09",
+ "date_unixtime": "1612313709",
+ "from": "Xiang Tong",
+ "from_id": "user699672018",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Found a bank card which belongs to Nicole Wong Shu Wai. Have returned to utown security guard house (2nd floor of ERC)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a bank card which belongs to Nicole Wong Shu Wai. Have returned to utown security guard house (2nd floor of ERC)"
+ }
+ ]
+ },
+ {
+ "id": 4565,
+ "type": "message",
+ "date": "2021-02-03T15:10:36",
+ "date_unixtime": "1612336236",
+ "from": "ohnom",
+ "from_id": "user140997460",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found @ Faculty Design & Environmental Busstop. Left it at ASA security office.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found @ Faculty Design & Environmental Busstop. Left it at ASA security office."
+ }
+ ]
+ },
+ {
+ "id": 4567,
+ "type": "message",
+ "date": "2021-02-03T18:05:14",
+ "date_unixtime": "1612346714",
+ "from": "Winston The",
+ "from_id": "user68268908",
+ "text": "Someone left their iPhone with a care bear case outside Tokyo room at YIH",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left their iPhone with a care bear case outside Tokyo room at YIH"
+ }
+ ]
+ },
+ {
+ "id": 4571,
+ "type": "message",
+ "date": "2021-02-04T11:37:46",
+ "date_unixtime": "1612409866",
+ "from": "Laura 🍀",
+ "from_id": "user702833826",
+ "text": "Hi i lost my left side air pods pro from around yusok ishak bus stop to business school",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i lost my left side air pods pro from around yusok ishak bus stop to business school"
+ }
+ ]
+ },
+ {
+ "id": 4572,
+ "type": "message",
+ "date": "2021-02-04T12:29:15",
+ "date_unixtime": "1612412955",
+ "from": "Stephanie",
+ "from_id": "user338206252",
+ "text": "Hello has anyone seen an apple pen with a purple sleeve at science?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello has anyone seen an apple pen with a purple sleeve at science?"
+ }
+ ]
+ },
+ {
+ "id": 4575,
+ "type": "message",
+ "date": "2021-02-04T17:31:01",
+ "date_unixtime": "1612431061",
+ "from": "Stefanie",
+ "from_id": "user301639995",
+ "text": "Hello if anyone saw a thumbdrive at science co-op, the printing area, pls let me know!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello if anyone saw a thumbdrive at science co-op, the printing area, pls let me know!"
+ }
+ ]
+ },
+ {
+ "id": 4584,
+ "type": "message",
+ "date": "2021-02-05T20:51:15",
+ "date_unixtime": "1612529475",
+ "from": "Jovi",
+ "from_id": "user446305048",
+ "text": "Hii lmk if anyone sees a matric card Jovi Lim. Green lanyard.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii lmk if anyone sees a matric card Jovi Lim. Green lanyard."
+ }
+ ]
+ },
+ {
+ "id": 4585,
+ "type": "message",
+ "date": "2021-02-05T20:51:50",
+ "date_unixtime": "1612529510",
+ "from": "Zhiwei",
+ "from_id": "user177693317",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "iPad found in library, the Librarian will send it to MD6 security booth",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "iPad found in library, the Librarian will send it to MD6 security booth"
+ }
+ ]
+ },
+ {
+ "id": 4588,
+ "type": "message",
+ "date": "2021-02-07T20:40:46",
+ "date_unixtime": "1612701646",
+ "from": "Marcus",
+ "from_id": "user72556583",
+ "text": "hi if anyone who found airpods pro in a black case at Science S9 (above starbucks), do let me know thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone who found airpods pro in a black case at Science S9 (above starbucks), do let me know thanks!"
+ }
+ ]
+ },
+ {
+ "id": 4591,
+ "type": "message",
+ "date": "2021-02-08T11:15:56",
+ "date_unixtime": "1612754156",
+ "from": "Shakti Nagpal",
+ "from_id": "user992519926",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found one Flashpay Card at UTown bus stop, PM me if yours...",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found one Flashpay Card at UTown bus stop, PM me if yours..."
+ }
+ ]
+ },
+ {
+ "id": 4592,
+ "type": "message",
+ "date": "2021-02-08T13:41:03",
+ "date_unixtime": "1612762863",
+ "from": "Sentosa",
+ "from_id": "user541033903",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi Ms Tan , you have left your wallet at SDE es2 , we have passed your wallet to the real estate department",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi Ms Tan , you have left your wallet at SDE es2 , we have passed your wallet to the real estate department"
+ }
+ ]
+ },
+ {
+ "id": 4594,
+ "type": "message",
+ "date": "2021-02-08T22:38:07",
+ "date_unixtime": "1612795087",
+ "from": "Shakti Nagpal",
+ "from_id": "user992519926",
+ "reply_to_message_id": 4591,
+ "text": "Handed over to UTOWN security office.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Handed over to UTOWN security office."
+ }
+ ]
+ },
+ {
+ "id": 4596,
+ "type": "message",
+ "date": "2021-02-09T12:03:45",
+ "date_unixtime": "1612843425",
+ "edited": "2021-02-09T12:05:24",
+ "edited_unixtime": "1612843524",
+ "from": "Sneha",
+ "from_id": "user1375029772",
+ "text": "Hey if any1 finds a matric card wih the name \"Sneha Kumar\" otw to Central Library to AS6 or on D1 bus pls dm me thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey if any1 finds a matric card wih the name \"Sneha Kumar\" otw to Central Library to AS6 or on D1 bus pls dm me thank you"
+ }
+ ]
+ },
+ {
+ "id": 4601,
+ "type": "message",
+ "date": "2021-02-09T22:19:57",
+ "date_unixtime": "1612880397",
+ "edited": "2021-02-09T22:23:16",
+ "edited_unixtime": "1612880596",
+ "from": "Ammar",
+ "from_id": "user554302319",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1022,
+ "text": "Hi, found this wallet at the staircase from CREATE tower green leading to SRC, I've passed it to Utown security post @ERC level 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, found this wallet at the staircase from CREATE tower green leading to SRC, I've passed it to Utown security post @ERC level 1"
+ }
+ ]
+ },
+ {
+ "id": 4603,
+ "type": "message",
+ "date": "2021-02-10T00:30:07",
+ "date_unixtime": "1612888207",
+ "from": "Balaji",
+ "from_id": "user627319021",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Sandisk thumbdrive found on top of dryer C at Pgp residence 6 laundry area. Do pm if it's yours. Tomorrow I will hand over to main office if no one claims",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Sandisk thumbdrive found on top of dryer C at Pgp residence 6 laundry area. Do pm if it's yours. Tomorrow I will hand over to main office if no one claims"
+ }
+ ]
+ },
+ {
+ "id": 4605,
+ "type": "message",
+ "date": "2021-02-10T17:46:13",
+ "date_unixtime": "1612950373",
+ "from": "Zi Ying",
+ "from_id": "user53381402",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 957,
+ "height": 1280,
+ "text": "found outside NUH, pm me if it’s yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found outside NUH, pm me if it’s yours!"
+ }
+ ]
+ },
+ {
+ "id": 4617,
+ "type": "message",
+ "date": "2021-02-15T17:27:55",
+ "date_unixtime": "1613381275",
+ "edited": "2021-02-15T17:42:57",
+ "edited_unixtime": "1613382177",
+ "from": "Revanth Patnala",
+ "from_id": "user257932784",
+ "text": "Hello, anyone found a black cardholder, pls pm me thank you - settled, thank you! 😊",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, anyone found a black cardholder, pls pm me thank you - settled, thank you! 😊"
+ }
+ ]
+ },
+ {
+ "id": 4618,
+ "type": "message",
+ "date": "2021-02-15T21:37:43",
+ "date_unixtime": "1613396263",
+ "from": "Andini",
+ "from_id": "user794527258",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4619,
+ "type": "message",
+ "date": "2021-02-15T21:38:50",
+ "date_unixtime": "1613396330",
+ "from": "Andini",
+ "from_id": "user794527258",
+ "text": "Found one Card Holder near libarry, PM me if you’re",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found one Card Holder near libarry, PM me if you’re"
+ }
+ ]
+ },
+ {
+ "id": 4621,
+ "type": "message",
+ "date": "2021-02-16T16:11:47",
+ "date_unixtime": "1613463107",
+ "from": "kelly",
+ "from_id": "user545565291",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1278,
+ "height": 958,
+ "text": "found in the female toilet outside utown finefoods. Pls PM me if its yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found in the female toilet outside utown finefoods. Pls PM me if its yours"
+ }
+ ]
+ },
+ {
+ "id": 4624,
+ "type": "message",
+ "date": "2021-02-17T14:41:21",
+ "date_unixtime": "1613544081",
+ "from": ". Lin",
+ "from_id": "user570107754",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found 3 cards at techno edge canteen in front of ramen and fish soup store. Handed over to the store auntie",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found 3 cards at techno edge canteen in front of ramen and fish soup store. Handed over to the store auntie"
+ }
+ ]
+ },
+ {
+ "id": 4628,
+ "type": "message",
+ "date": "2021-02-17T22:10:17",
+ "date_unixtime": "1613571017",
+ "from": "eltontay.eth",
+ "from_id": "user223218879",
+ "reply_to_message_id": 4624,
+ "text": "Hi! This is mine! I totally forgot about my cards...",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! This is mine! I totally forgot about my cards..."
+ }
+ ]
+ },
+ {
+ "id": 4629,
+ "type": "message",
+ "date": "2021-02-18T03:06:27",
+ "date_unixtime": "1613588787",
+ "from": "Zi Ying",
+ "from_id": "user53381402",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at EA",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at EA"
+ }
+ ]
+ },
+ {
+ "id": 4632,
+ "type": "message",
+ "date": "2021-02-18T15:26:30",
+ "date_unixtime": "1613633190",
+ "from": "hirusha 🦕",
+ "from_id": "user180344256",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4633,
+ "type": "message",
+ "date": "2021-02-18T15:26:30",
+ "date_unixtime": "1613633190",
+ "from": "hirusha 🦕",
+ "from_id": "user180344256",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4634,
+ "type": "message",
+ "date": "2021-02-18T15:26:30",
+ "date_unixtime": "1613633190",
+ "from": "hirusha 🦕",
+ "from_id": "user180344256",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4635,
+ "type": "message",
+ "date": "2021-02-18T15:26:36",
+ "date_unixtime": "1613633196",
+ "edited": "2021-02-18T15:27:56",
+ "edited_unixtime": "1613633276",
+ "from": "hirusha 🦕",
+ "from_id": "user180344256",
+ "text": "Found at aircon frontier toilet girls toilet second cubicle!\nGot ocbc card, named Shanice Tan",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at aircon frontier toilet girls toilet second cubicle!\nGot ocbc card, named Shanice Tan"
+ }
+ ]
+ },
+ {
+ "id": 4639,
+ "type": "message",
+ "date": "2021-02-19T12:37:04",
+ "date_unixtime": "1613709424",
+ "from": "Johann",
+ "from_id": "user118652859",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Spectacles found on the grass opposite ventus",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Spectacles found on the grass opposite ventus"
+ }
+ ]
+ },
+ {
+ "id": 4640,
+ "type": "message",
+ "date": "2021-02-19T13:19:08",
+ "date_unixtime": "1613711948",
+ "from": "Johann",
+ "from_id": "user118652859",
+ "reply_to_message_id": 4639,
+ "text": "Left it on Ventus reception office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left it on Ventus reception office"
+ }
+ ]
+ },
+ {
+ "id": 4650,
+ "type": "message",
+ "date": "2021-02-23T09:32:20",
+ "date_unixtime": "1614043940",
+ "from": "Mi",
+ "from_id": "user808990605",
+ "text": "Hello did anyone pick up a nus business school card?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello did anyone pick up a nus business school card?"
+ }
+ ]
+ },
+ {
+ "id": 4651,
+ "type": "message",
+ "date": "2021-02-23T09:33:12",
+ "date_unixtime": "1614043992",
+ "from": "Mi",
+ "from_id": "user808990605",
+ "text": "Lost it otw just ard 9.15am tdy i tink is on A1( right corner seat?)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost it otw just ard 9.15am tdy i tink is on A1( right corner seat?)"
+ }
+ ]
+ },
+ {
+ "id": 4669,
+ "type": "message",
+ "date": "2021-02-25T15:59:02",
+ "date_unixtime": "1614239942",
+ "from": "Alex Chu",
+ "from_id": "user45549587",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Yellow notebook at utown (the table outside SRC gym)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yellow notebook at utown (the table outside SRC gym)"
+ }
+ ]
+ },
+ {
+ "id": 4680,
+ "type": "message",
+ "date": "2021-02-27T11:32:21",
+ "date_unixtime": "1614396741",
+ "from": "Glendon Chua",
+ "from_id": "user324521326",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found an airpods case at Yalenus busstop. PM me if yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found an airpods case at Yalenus busstop. PM me if yours!"
+ }
+ ]
+ },
+ {
+ "id": 4682,
+ "type": "message",
+ "date": "2021-03-01T08:21:14",
+ "date_unixtime": "1614558074",
+ "from": "Tao Mingjie",
+ "from_id": "user853738916",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hello I found this at the YIH bus stop! Pm me if it’s yours:)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello I found this at the YIH bus stop! Pm me if it’s yours:)"
+ }
+ ]
+ },
+ {
+ "id": 4684,
+ "type": "message",
+ "date": "2021-03-01T11:54:30",
+ "date_unixtime": "1614570870",
+ "from": "Tao Mingjie",
+ "from_id": "user853738916",
+ "reply_to_message_id": 4682,
+ "text": "Returned:)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Returned:)"
+ }
+ ]
+ },
+ {
+ "id": 4685,
+ "type": "message",
+ "date": "2021-03-01T18:04:48",
+ "date_unixtime": "1614593088",
+ "from": "Guan Ziwen",
+ "from_id": "user655584525",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4686,
+ "type": "message",
+ "date": "2021-03-01T18:04:48",
+ "date_unixtime": "1614593088",
+ "from": "Guan Ziwen",
+ "from_id": "user655584525",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 569,
+ "height": 544,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4687,
+ "type": "message",
+ "date": "2021-03-01T18:06:59",
+ "date_unixtime": "1614593219",
+ "from": "Guan Ziwen",
+ "from_id": "user655584525",
+ "text": "B&O E8 case lost today at around 10am on A1 bus ( if I rmb correctly). Please contact me if you found it! Thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "B&O E8 case lost today at around 10am on A1 bus ( if I rmb correctly). Please contact me if you found it! Thank you"
+ }
+ ]
+ },
+ {
+ "id": 4689,
+ "type": "message",
+ "date": "2021-03-03T09:52:57",
+ "date_unixtime": "1614736377",
+ "from": "Nurul 🐀💨",
+ "from_id": "user601343313",
+ "text": "hello!! if anyone found a pink card casing with a matric card arnd raffles hall nus museum area pls pm me !!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello!! if anyone found a pink card casing with a matric card arnd raffles hall nus museum area pls pm me !!"
+ }
+ ]
+ },
+ {
+ "id": 4692,
+ "type": "message",
+ "date": "2021-03-03T17:50:35",
+ "date_unixtime": "1614765035",
+ "from": "Cheryl",
+ "from_id": "user427371607",
+ "text": "hello! If anyone finds a laptop at Techno, please lmk! I think it was left on a chair there and it's in a dark blue sleeve!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! If anyone finds a laptop at Techno, please lmk! I think it was left on a chair there and it's in a dark blue sleeve!!"
+ }
+ ]
+ },
+ {
+ "id": 4694,
+ "type": "message",
+ "date": "2021-03-04T11:27:24",
+ "date_unixtime": "1614828444",
+ "from": "Wei Qiang 🍍",
+ "from_id": "user93233014",
+ "text": "If anyone found an ezlink card at frontier ytd pls lmk thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone found an ezlink card at frontier ytd pls lmk thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 4697,
+ "type": "message",
+ "date": "2021-03-04T18:23:54",
+ "date_unixtime": "1614853434",
+ "from": "Zhou Xin",
+ "from_id": "user715974922",
+ "text": "Hi if anyone found a nus lanyard with 4 cards on A2 bus, pls kindly lmk!! Thank you!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone found a nus lanyard with 4 cards on A2 bus, pls kindly lmk!! Thank you!!!"
+ }
+ ]
+ },
+ {
+ "id": 4698,
+ "type": "message",
+ "date": "2021-03-04T18:30:56",
+ "date_unixtime": "1614853856",
+ "from": "noellyn 🌻",
+ "from_id": "user245551710",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at Utown bus stop! PM me if it's yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at Utown bus stop! PM me if it's yours!"
+ }
+ ]
+ },
+ {
+ "id": 4699,
+ "type": "message",
+ "date": "2021-03-04T18:43:18",
+ "date_unixtime": "1614854598",
+ "from": "Zhou Xin",
+ "from_id": "user715974922",
+ "reply_to_message_id": 4697,
+ "text": "Found it! Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found it! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 4703,
+ "type": "message",
+ "date": "2021-03-05T18:18:18",
+ "date_unixtime": "1614939498",
+ "edited": "2021-03-05T18:18:30",
+ "edited_unixtime": "1614939510",
+ "from": "Ocean Lin",
+ "from_id": "user657342542",
+ "text": "Anyone found a matric card with the surname “I”?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found a matric card with the surname “I”?"
+ }
+ ]
+ },
+ {
+ "id": 4711,
+ "type": "message",
+ "date": "2021-03-09T11:06:39",
+ "date_unixtime": "1615259199",
+ "from": "Andrew Baruch",
+ "from_id": "user1108187105",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at U-Town North Tower printing area.. if it's yours, please contact me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at U-Town North Tower printing area.. if it's yours, please contact me"
+ }
+ ]
+ },
+ {
+ "id": 4714,
+ "type": "message",
+ "date": "2021-03-09T19:38:29",
+ "date_unixtime": "1615289909",
+ "from": "Jovin Goh",
+ "from_id": "user845911132",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "someone left this mouse thing in engin! benches outside arise and shine",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left this mouse thing in engin! benches outside arise and shine"
+ }
+ ]
+ },
+ {
+ "id": 4721,
+ "type": "message",
+ "date": "2021-03-11T13:21:51",
+ "date_unixtime": "1615440111",
+ "edited": "2021-03-11T14:26:47",
+ "edited_unixtime": "1615444007",
+ "from": "Lee Jin",
+ "from_id": "user717090162",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 938,
+ "height": 1280,
+ "text": "Found thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found thanks!"
+ }
+ ]
+ },
+ {
+ "id": 4725,
+ "type": "message",
+ "date": "2021-03-12T02:17:05",
+ "date_unixtime": "1615486625",
+ "from": "natalie",
+ "from_id": "user161272366",
+ "text": "hi if anyone sees a matric card at utown mac commons/ ERC 2nd floor pls dm me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone sees a matric card at utown mac commons/ ERC 2nd floor pls dm me!!"
+ }
+ ]
+ },
+ {
+ "id": 4726,
+ "type": "message",
+ "date": "2021-03-12T12:01:43",
+ "date_unixtime": "1615521703",
+ "from": "Amir Mirza",
+ "from_id": "user286230738",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Lost wallet and phone at AS1 Water cooler outside Lt9 . Belongs to Sherwin Poh . Can PM me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost wallet and phone at AS1 Water cooler outside Lt9 . Belongs to Sherwin Poh . Can PM me"
+ }
+ ]
+ },
+ {
+ "id": 4728,
+ "type": "message",
+ "date": "2021-03-12T13:36:48",
+ "date_unixtime": "1615527408",
+ "from": "Ivan Tan YH",
+ "from_id": "user862050071",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4729,
+ "type": "message",
+ "date": "2021-03-12T13:37:07",
+ "date_unixtime": "1615527427",
+ "from": "Ivan Tan YH",
+ "from_id": "user862050071",
+ "text": "Anyone left it behind in LT32",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone left it behind in LT32"
+ }
+ ]
+ },
+ {
+ "id": 4730,
+ "type": "message",
+ "date": "2021-03-12T13:40:10",
+ "date_unixtime": "1615527610",
+ "from": "Ivan Tan YH",
+ "from_id": "user862050071",
+ "text": "Owner can just come to collect door not lock",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Owner can just come to collect door not lock"
+ }
+ ]
+ },
+ {
+ "id": 4732,
+ "type": "message",
+ "date": "2021-03-12T18:29:14",
+ "date_unixtime": "1615544954",
+ "edited": "2021-03-12T18:34:19",
+ "edited_unixtime": "1615545259",
+ "from": "Corn",
+ "from_id": "user202496061",
+ "text": "Might have left my portable charger on B2 or at Raffles Hall. Pm me if you found it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Might have left my portable charger on B2 or at Raffles Hall. Pm me if you found it"
+ }
+ ]
+ },
+ {
+ "id": 4738,
+ "type": "message",
+ "date": "2021-03-14T20:03:29",
+ "date_unixtime": "1615723409",
+ "edited": "2021-03-14T20:55:24",
+ "edited_unixtime": "1615726524",
+ "from": "Keyou",
+ "from_id": "user897367372",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1157,
+ "height": 720,
+ "text": "found at erc level 2, passed to security post at erc level 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at erc level 2, passed to security post at erc level 1"
+ }
+ ]
+ },
+ {
+ "id": 4740,
+ "type": "message",
+ "date": "2021-03-14T21:32:32",
+ "date_unixtime": "1615728752",
+ "edited": "2021-03-14T21:42:25",
+ "edited_unixtime": "1615729345",
+ "from": "Sneha",
+ "from_id": "user1375029772",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 805,
+ "text": "Found at Utr south tower lvl 13 dispenser",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at Utr south tower lvl 13 dispenser"
+ }
+ ]
+ },
+ {
+ "id": 4742,
+ "type": "message",
+ "date": "2021-03-15T14:16:57",
+ "date_unixtime": "1615789017",
+ "from": "Sneha",
+ "from_id": "user1375029772",
+ "reply_to_message_id": 4740,
+ "text": "Returned at YIH",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Returned at YIH"
+ }
+ ]
+ },
+ {
+ "id": 4746,
+ "type": "message",
+ "date": "2021-03-16T09:32:13",
+ "date_unixtime": "1615858333",
+ "from": "Lois Kok",
+ "from_id": "user754319948",
+ "text": "Hello all, i lost a pair of white Apple earphones at LT8 (near the front rows on the right from the top) if anyone has seen them/manages to find them could you PM me please? Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello all, i lost a pair of white Apple earphones at LT8 (near the front rows on the right from the top) if anyone has seen them/manages to find them could you PM me please? Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 4752,
+ "type": "message",
+ "date": "2021-03-17T07:58:51",
+ "date_unixtime": "1615939131",
+ "from": "Timothy",
+ "from_id": "user666010494",
+ "text": "Hello all, found the wallet of a Tang Li Qian on Bus D2. Please PM Me if you know him",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello all, found the wallet of a Tang Li Qian on Bus D2. Please PM Me if you know him"
+ }
+ ]
+ },
+ {
+ "id": 4754,
+ "type": "message",
+ "date": "2021-03-17T09:45:41",
+ "date_unixtime": "1615945541",
+ "from": "WANG YUSHUO",
+ "from_id": "user843164493",
+ "reply_to_message_id": 4752,
+ "text": "hi i am an acquaintance of this person, how may i retrieve the wallet from you?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i am an acquaintance of this person, how may i retrieve the wallet from you?"
+ }
+ ]
+ },
+ {
+ "id": 4755,
+ "type": "message",
+ "date": "2021-03-17T09:51:55",
+ "date_unixtime": "1615945915",
+ "from": "Timothy",
+ "from_id": "user666010494",
+ "reply_to_message_id": 4754,
+ "text": "Alright settled thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Alright settled thanks!"
+ }
+ ]
+ },
+ {
+ "id": 4756,
+ "type": "message",
+ "date": "2021-03-17T09:52:27",
+ "date_unixtime": "1615945947",
+ "from": "WANG YUSHUO",
+ "from_id": "user843164493",
+ "text": "thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thank you!"
+ }
+ ]
+ },
+ {
+ "id": 4758,
+ "type": "message",
+ "date": "2021-03-17T13:04:47",
+ "date_unixtime": "1615957487",
+ "edited": "2021-03-17T14:00:02",
+ "edited_unixtime": "1615960802",
+ "from": "Yue San",
+ "from_id": "user1059318151",
+ "text": "Hi if anyone found a dark blue wallet around AS1/AS8 please pm me! Thank you :) Edit: found, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone found a dark blue wallet around AS1/AS8 please pm me! Thank you :) Edit: found, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 4759,
+ "type": "message",
+ "date": "2021-03-17T13:58:03",
+ "date_unixtime": "1615960683",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "Hi has anyone seen a pair of airpods with no case at Utown (near ERC)?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a pair of airpods with no case at Utown (near ERC)?"
+ }
+ ]
+ },
+ {
+ "id": 4760,
+ "type": "message",
+ "date": "2021-03-17T14:36:12",
+ "date_unixtime": "1615962972",
+ "edited": "2021-03-17T14:36:47",
+ "edited_unixtime": "1615963007",
+ "from": "Yuichiro Fukushima",
+ "from_id": "user706802588",
+ "text": "Hi if anyone has seen a dark cardholder/wallet near the science field please pm me! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone has seen a dark cardholder/wallet near the science field please pm me! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 4774,
+ "type": "message",
+ "date": "2021-03-17T17:31:48",
+ "date_unixtime": "1615973508",
+ "edited": "2021-03-17T19:08:13",
+ "edited_unixtime": "1615979293",
+ "from": "Haifeng",
+ "from_id": "user222001474",
+ "text": "Hi if anyone has seen a FILA lanyard with a matric card and a pgp room card in utown please pm me!!! Thanks\n\nFound!! Thanks all!! 😊😊",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone has seen a FILA lanyard with a matric card and a pgp room card in utown please pm me!!! Thanks\n\nFound!! Thanks all!! 😊😊"
+ }
+ ]
+ },
+ {
+ "id": 4788,
+ "type": "message",
+ "date": "2021-03-21T13:16:32",
+ "date_unixtime": "1616303792",
+ "from": "rachel mok",
+ "from_id": "user250429254",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "one side found at utown bus stop!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "one side found at utown bus stop!"
+ }
+ ]
+ },
+ {
+ "id": 4791,
+ "type": "message",
+ "date": "2021-03-22T10:55:29",
+ "date_unixtime": "1616381729",
+ "edited": "2021-03-22T10:55:37",
+ "edited_unixtime": "1616381737",
+ "from": "Raphael Sim",
+ "from_id": "user395345692",
+ "text": "Hi did anyone see a black wallet on a d2 bus pls pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a black wallet on a d2 bus pls pm me"
+ }
+ ]
+ },
+ {
+ "id": 4792,
+ "type": "message",
+ "date": "2021-03-22T10:55:41",
+ "date_unixtime": "1616381741",
+ "from": "lcy",
+ "from_id": "user933065089",
+ "text": "yes",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "yes"
+ }
+ ]
+ },
+ {
+ "id": 4795,
+ "type": "message",
+ "date": "2021-03-22T13:49:42",
+ "date_unixtime": "1616392182",
+ "from": "Syafiq Sahrom",
+ "from_id": "user26339285",
+ "text": "Hello guys, if anyone have seen a matric card with my name (MUHAMMAD SYAFIQ B MOHAMED S) with a CAPT lanyard either at the CLB walkway or LT10/toilets around LT10, pls PM me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello guys, if anyone have seen a matric card with my name (MUHAMMAD SYAFIQ B MOHAMED S) with a CAPT lanyard either at the CLB walkway or LT10/toilets around LT10, pls PM me!!"
+ }
+ ]
+ },
+ {
+ "id": 4819,
+ "type": "message",
+ "date": "2021-03-25T17:14:08",
+ "date_unixtime": "1616663648",
+ "from": "Jun Rong",
+ "from_id": "user199362720",
+ "forwarded_from": "NUS Biathlon",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 1080,
+ "text": [
+ "NUS BIATHLON 2021🏊♀️🏃♀️\n\n📢Calling all Fitness Enthusiasts📢\nNUS BIATHLON is back this year and we are taking all things virtual with us this year🌐\n\nWith 3 different categories this year, we are sure to cater to all participants be it competitive athletes 👟or friends who just wish to have fun together 👫\n\n[Sprint Individual]\nA 800m swim followed by a 5000m run is sure to fulfill your competitive thirst🏅\n\n[Novice Individual]\nA 400m swim followed a 2500m catering to first-timers interested in trying out NUS Biathlon😁 \n\n[Power Duo Race]\nPair up with your best friend or partner-in-sports to take on our Power Duo Challenge while completing 200m swim each and a 3km run together! 💃📸 You can even stand a chance to win our lucky draw that is specially designed just for this category only!\n\n[Registration]\nRegister now by scanning the QR code in the poster above📱Quote \"BIAEARLYBD\" for a 10% discount ending in ",
+ {
+ "type": "bold",
+ "text": "3 days"
+ },
+ ". \n\nIg, Fb and Telegram: ",
+ {
+ "type": "mention",
+ "text": "@nusbiathlon"
+ },
+ "\nWebsite: ",
+ {
+ "type": "link",
+ "text": "https://nussportsclub.org/nusbiathlon/"
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "NUS BIATHLON 2021🏊♀️🏃♀️\n\n📢Calling all Fitness Enthusiasts📢\nNUS BIATHLON is back this year and we are taking all things virtual with us this year🌐\n\nWith 3 different categories this year, we are sure to cater to all participants be it competitive athletes 👟or friends who just wish to have fun together 👫\n\n[Sprint Individual]\nA 800m swim followed by a 5000m run is sure to fulfill your competitive thirst🏅\n\n[Novice Individual]\nA 400m swim followed a 2500m catering to first-timers interested in trying out NUS Biathlon😁 \n\n[Power Duo Race]\nPair up with your best friend or partner-in-sports to take on our Power Duo Challenge while completing 200m swim each and a 3km run together! 💃📸 You can even stand a chance to win our lucky draw that is specially designed just for this category only!\n\n[Registration]\nRegister now by scanning the QR code in the poster above📱Quote \"BIAEARLYBD\" for a 10% discount ending in "
+ },
+ {
+ "type": "bold",
+ "text": "3 days"
+ },
+ {
+ "type": "plain",
+ "text": ". \n\nIg, Fb and Telegram: "
+ },
+ {
+ "type": "mention",
+ "text": "@nusbiathlon"
+ },
+ {
+ "type": "plain",
+ "text": "\nWebsite: "
+ },
+ {
+ "type": "link",
+ "text": "https://nussportsclub.org/nusbiathlon/"
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 4821,
+ "type": "message",
+ "date": "2021-03-26T00:13:00",
+ "date_unixtime": "1616688780",
+ "from": "yanyee",
+ "from_id": "user679252266",
+ "text": "Hi I dropped my PGP room card at utown...it's orange in colour. If you pick it up pls pm me thanksss",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I dropped my PGP room card at utown...it's orange in colour. If you pick it up pls pm me thanksss"
+ }
+ ]
+ },
+ {
+ "id": 4822,
+ "type": "message",
+ "date": "2021-03-26T00:40:42",
+ "date_unixtime": "1616690442",
+ "from": "Ib",
+ "from_id": "user76164171",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4823,
+ "type": "message",
+ "date": "2021-03-26T00:41:01",
+ "date_unixtime": "1616690461",
+ "from": "Ib",
+ "from_id": "user76164171",
+ "reply_to_message_id": 4822,
+ "text": "Usb c MacBook Air charger found at lt11. Contact me if it’s yours.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Usb c MacBook Air charger found at lt11. Contact me if it’s yours."
+ }
+ ]
+ },
+ {
+ "id": 4827,
+ "type": "message",
+ "date": "2021-03-28T18:55:59",
+ "date_unixtime": "1616928959",
+ "from": "Gia",
+ "from_id": "user940155592",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 607,
+ "text": "Found in D2 just now. I'll pass it over to the Student Service Center tomorrow, pm me if you want it today itself.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in D2 just now. I'll pass it over to the Student Service Center tomorrow, pm me if you want it today itself."
+ }
+ ]
+ },
+ {
+ "id": 4831,
+ "type": "message",
+ "date": "2021-03-29T20:06:09",
+ "date_unixtime": "1617019569",
+ "edited": "2021-03-29T22:33:21",
+ "edited_unixtime": "1617028401",
+ "from": "xinyi",
+ "from_id": "user1098343673",
+ "text": "Hi all, i am xinyi. i lost my black Charles & Keith cardholder w my IC in biz 2 today. Perhaps anybody that found it can text me? Thanks! 😭 Much appreciated",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi all, i am xinyi. i lost my black Charles & Keith cardholder w my IC in biz 2 today. Perhaps anybody that found it can text me? Thanks! 😭 Much appreciated"
+ }
+ ]
+ },
+ {
+ "id": 4832,
+ "type": "message",
+ "date": "2021-03-29T22:15:31",
+ "date_unixtime": "1617027331",
+ "from": "Li Lyn",
+ "from_id": "user178981655",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Letter dropped at UTown foyer (SRC)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Letter dropped at UTown foyer (SRC)"
+ }
+ ]
+ },
+ {
+ "id": 4834,
+ "type": "message",
+ "date": "2021-03-31T09:00:31",
+ "date_unixtime": "1617152431",
+ "from": "celine",
+ "from_id": "user128921094",
+ "text": "hello, i lost my light blue starbucks cardholder w few cards incl. my IC and matric card last seen at AS8 Student Lounge yesterday. If anyone found it, do PM me thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello, i lost my light blue starbucks cardholder w few cards incl. my IC and matric card last seen at AS8 Student Lounge yesterday. If anyone found it, do PM me thanks!"
+ }
+ ]
+ },
+ {
+ "id": 4836,
+ "type": "message",
+ "date": "2021-03-31T23:55:26",
+ "date_unixtime": "1617206126",
+ "from": "Uly",
+ "from_id": "user793672040",
+ "text": "I found a iPhone charger in conference room in md1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I found a iPhone charger in conference room in md1"
+ }
+ ]
+ },
+ {
+ "id": 4837,
+ "type": "message",
+ "date": "2021-03-31T23:55:44",
+ "date_unixtime": "1617206144",
+ "from": "Uly",
+ "from_id": "user793672040",
+ "text": "Contact me if it is yours. (Md1 lv7)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Contact me if it is yours. (Md1 lv7)"
+ }
+ ]
+ },
+ {
+ "id": 4838,
+ "type": "message",
+ "date": "2021-04-01T13:30:36",
+ "date_unixtime": "1617255036",
+ "from": "Darice Wong",
+ "from_id": "user375744780",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi to the person who dropped $12 at the female toilet at AS8 (the one near the honours rooms), please contact me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi to the person who dropped $12 at the female toilet at AS8 (the one near the honours rooms), please contact me!!"
+ }
+ ]
+ },
+ {
+ "id": 4841,
+ "type": "message",
+ "date": "2021-04-01T15:35:44",
+ "date_unixtime": "1617262544",
+ "edited": "2021-04-01T15:36:06",
+ "edited_unixtime": "1617262566",
+ "from": "Darice Wong",
+ "from_id": "user375744780",
+ "reply_to_message_id": 4838,
+ "text": "Have passed it to campus security at AS8 there!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Have passed it to campus security at AS8 there!"
+ }
+ ]
+ },
+ {
+ "id": 4864,
+ "type": "message",
+ "date": "2021-04-02T01:09:15",
+ "date_unixtime": "1617296955",
+ "edited": "2021-04-02T01:10:54",
+ "edited_unixtime": "1617297054",
+ "from": "andrea lim",
+ "from_id": "user223256475",
+ "text": "helloo I lost a pair of AirPods around UTown SRC, it has a black casing with a purple cap! Pls contact me if you find it thank you :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "helloo I lost a pair of AirPods around UTown SRC, it has a black casing with a purple cap! Pls contact me if you find it thank you :)"
+ }
+ ]
+ },
+ {
+ "id": 4875,
+ "type": "message",
+ "date": "2021-04-02T12:12:44",
+ "date_unixtime": "1617336764",
+ "edited": "2021-04-02T12:13:18",
+ "edited_unixtime": "1617336798",
+ "from": "Yuhhuei 🎈",
+ "from_id": "user869113554",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "There is an ezlink card at the wooden table outside pgp foyer",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "There is an ezlink card at the wooden table outside pgp foyer"
+ }
+ ]
+ },
+ {
+ "id": 4885,
+ "type": "message",
+ "date": "2021-04-05T13:57:55",
+ "date_unixtime": "1617602275",
+ "from": "priscilla",
+ "from_id": "user332061899",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "ezlink card left at bench outside AS6, clb walkway",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ezlink card left at bench outside AS6, clb walkway"
+ }
+ ]
+ },
+ {
+ "id": 4888,
+ "type": "message",
+ "date": "2021-04-05T21:28:55",
+ "date_unixtime": "1617629335",
+ "edited": "2021-04-05T21:36:12",
+ "edited_unixtime": "1617629772",
+ "from": "Moses",
+ "from_id": "user285784474",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 606,
+ "height": 499,
+ "text": "I lost my black Samsung Galaxy Buds+ charging case at Science canteen on 05/04. It has a dark blue silicon casing as in the picture. If anyone found it, please contact me. Thank you so much 🙏🏽",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost my black Samsung Galaxy Buds+ charging case at Science canteen on 05/04. It has a dark blue silicon casing as in the picture. If anyone found it, please contact me. Thank you so much 🙏🏽"
+ }
+ ]
+ },
+ {
+ "id": 4895,
+ "type": "message",
+ "date": "2021-04-07T09:05:01",
+ "date_unixtime": "1617757501",
+ "from": "Andrew",
+ "from_id": "user28485756",
+ "text": "HelloI lost my AirPods Pro charging case on a D1 bus. If anyone has seen a AirPods Pro case with a silicone black case over it, please do let me know :) thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "HelloI lost my AirPods Pro charging case on a D1 bus. If anyone has seen a AirPods Pro case with a silicone black case over it, please do let me know :) thank you!"
+ }
+ ]
+ },
+ {
+ "id": 4900,
+ "type": "message",
+ "date": "2021-04-07T15:55:05",
+ "date_unixtime": "1617782105",
+ "from": "Thirandi",
+ "from_id": "user1240212331",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 922,
+ "height": 894,
+ "text": "Found this umbrella in an A2 bus! Please PM :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this umbrella in an A2 bus! Please PM :)"
+ }
+ ]
+ },
+ {
+ "id": 4903,
+ "type": "message",
+ "date": "2021-04-07T21:28:43",
+ "date_unixtime": "1617802123",
+ "from": "Danish Eddie",
+ "from_id": "user448507762",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 957,
+ "text": "Found at Supersnacks Utown. Returned to the counter",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at Supersnacks Utown. Returned to the counter"
+ }
+ ]
+ },
+ {
+ "id": 4909,
+ "type": "message",
+ "date": "2021-04-08T14:09:25",
+ "date_unixtime": "1617862165",
+ "from": "Thao",
+ "from_id": "user1139128373",
+ "text": "Hello i lost my pgpr card in pgpr non-aircon canteen. If anyone see a pgpr card lying around please let me know. Thank you so much!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello i lost my pgpr card in pgpr non-aircon canteen. If anyone see a pgpr card lying around please let me know. Thank you so much!!"
+ }
+ ]
+ },
+ {
+ "id": 4914,
+ "type": "message",
+ "date": "2021-04-08T18:56:44",
+ "date_unixtime": "1617879404",
+ "edited": "2021-04-08T18:57:24",
+ "edited_unixtime": "1617879444",
+ "from": "Steph !",
+ "from_id": "user245795115",
+ "text": "Hi! Has anyone possibly seen a melodica at foodclique in utown?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Has anyone possibly seen a melodica at foodclique in utown?"
+ }
+ ]
+ },
+ {
+ "id": 4915,
+ "type": "message",
+ "date": "2021-04-08T20:34:14",
+ "date_unixtime": "1617885254",
+ "from": "Clement Yung",
+ "from_id": "user40698414",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "We found this laptop at utown flavours; it is not with us, and it is not there anymore, but if you are the owner you may want to contact the staff at flavours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "We found this laptop at utown flavours; it is not with us, and it is not there anymore, but if you are the owner you may want to contact the staff at flavours"
+ }
+ ]
+ },
+ {
+ "id": 4916,
+ "type": "message",
+ "date": "2021-04-08T20:34:14",
+ "date_unixtime": "1617885254",
+ "from": "Clement Yung",
+ "from_id": "user40698414",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4925,
+ "type": "message",
+ "date": "2021-04-09T10:12:22",
+ "date_unixtime": "1617934342",
+ "from": "George Huang",
+ "from_id": "user937601130",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 320,
+ "height": 209,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 4926,
+ "type": "message",
+ "date": "2021-04-09T10:12:23",
+ "date_unixtime": "1617934343",
+ "from": "George Huang",
+ "from_id": "user937601130",
+ "text": "Hi I lost my UGreen USB C hub. If anyone has seen these lying around please let me know.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my UGreen USB C hub. If anyone has seen these lying around please let me know."
+ }
+ ]
+ },
+ {
+ "id": 4927,
+ "type": "message",
+ "date": "2021-04-09T10:36:40",
+ "date_unixtime": "1617935800",
+ "from": "Ananya Sinha",
+ "from_id": "user931592227",
+ "text": "Hi I lost my room key card in utown. Its a PGP room card. If anyone sees it near utown green / fairprice please PM! that would be a huge help! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my room key card in utown. Its a PGP room card. If anyone sees it near utown green / fairprice please PM! that would be a huge help! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 4944,
+ "type": "message",
+ "date": "2021-04-09T14:54:15",
+ "date_unixtime": "1617951255",
+ "from": "Ethan Heng",
+ "from_id": "user216364976",
+ "forwarded_from": "Ethan Heng",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 418,
+ "text": "hi anyone knows this madlad, can let him know the Deck Japanese store auntie has his wallet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi anyone knows this madlad, can let him know the Deck Japanese store auntie has his wallet"
+ }
+ ]
+ },
+ {
+ "id": 4984,
+ "type": "message",
+ "date": "2021-04-09T21:32:48",
+ "date_unixtime": "1617975168",
+ "edited": "2021-04-09T21:33:27",
+ "edited_unixtime": "1617975207",
+ "from": "NyK Eldon",
+ "from_id": "user118041319",
+ "text": "Hi anyone saw a blue katespade wallet in Utown? Was attending class at TP SR 7 for GEQ, from 2pm to 4pm. \nWent to fine food after class so might be there too, please kindly pm me if you see it?\n\nInside the wallet should contain my IC, and the usual cards\n\nFull name: Teng Fang hui\n\nThank you!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone saw a blue katespade wallet in Utown? Was attending class at TP SR 7 for GEQ, from 2pm to 4pm. \nWent to fine food after class so might be there too, please kindly pm me if you see it?\n\nInside the wallet should contain my IC, and the usual cards\n\nFull name: Teng Fang hui\n\nThank you!!!"
+ }
+ ]
+ },
+ {
+ "id": 4986,
+ "type": "message",
+ "date": "2021-04-09T22:03:22",
+ "date_unixtime": "1617977002",
+ "edited": "2021-04-09T22:50:36",
+ "edited_unixtime": "1617979836",
+ "from": "Weixuan Cheng",
+ "from_id": "user108469443",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hello did anybody see this blue bottle left in com sr8. Please let me know thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello did anybody see this blue bottle left in com sr8. Please let me know thank you!"
+ }
+ ]
+ },
+ {
+ "id": 4996,
+ "type": "message",
+ "date": "2021-04-10T16:33:48",
+ "date_unixtime": "1618043628",
+ "from": "Ananya Sinha",
+ "from_id": "user931592227",
+ "text": "Hi guys i lost my room card near PGP / Utown :/ its a pgp room card if anyone sees a homeless card lying around anywhere PLEASE PM",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys i lost my room card near PGP / Utown :/ its a pgp room card if anyone sees a homeless card lying around anywhere PLEASE PM"
+ }
+ ]
+ },
+ {
+ "id": 4997,
+ "type": "message",
+ "date": "2021-04-10T16:34:01",
+ "date_unixtime": "1618043641",
+ "from": "Ananya Sinha",
+ "from_id": "user931592227",
+ "reply_to_message_id": 4927,
+ "text": "it was the new one i got after losing this one",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "it was the new one i got after losing this one"
+ }
+ ]
+ },
+ {
+ "id": 5004,
+ "type": "message",
+ "date": "2021-04-10T23:00:39",
+ "date_unixtime": "1618066839",
+ "from": "Sugandha",
+ "from_id": "user916608549",
+ "text": "Hi I found a room key card in the pgph printing room",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I found a room key card in the pgph printing room"
+ }
+ ]
+ },
+ {
+ "id": 5005,
+ "type": "message",
+ "date": "2021-04-10T23:00:47",
+ "date_unixtime": "1618066847",
+ "from": "Sugandha",
+ "from_id": "user916608549",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 5006,
+ "type": "message",
+ "date": "2021-04-10T23:01:14",
+ "date_unixtime": "1618066874",
+ "from": "Sugandha",
+ "from_id": "user916608549",
+ "text": "if its anyones here or anyone knows the owner pm me... i have taken the key with me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if its anyones here or anyone knows the owner pm me... i have taken the key with me"
+ }
+ ]
+ },
+ {
+ "id": 5013,
+ "type": "message",
+ "date": "2021-04-11T20:57:00",
+ "date_unixtime": "1618145820",
+ "from": "Fan Le",
+ "from_id": "user264334694",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this at Arise and Shine at E4.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at Arise and Shine at E4."
+ }
+ ]
+ },
+ {
+ "id": 5017,
+ "type": "message",
+ "date": "2021-04-12T21:35:53",
+ "date_unixtime": "1618234553",
+ "from": "Nandar",
+ "from_id": "user685650879",
+ "text": "Hello, I lost my casio calculator at Biz LT18 in the afternoon. If anyone had picked it up, do lmk. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, I lost my casio calculator at Biz LT18 in the afternoon. If anyone had picked it up, do lmk. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 5018,
+ "type": "message",
+ "date": "2021-04-12T22:30:01",
+ "date_unixtime": "1618237801",
+ "from": "val",
+ "from_id": "user283374922",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi if these are your glasses they’re at the rightmost pod at mrb 1 2nd floor!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if these are your glasses they’re at the rightmost pod at mrb 1 2nd floor!"
+ }
+ ]
+ },
+ {
+ "id": 5023,
+ "type": "message",
+ "date": "2021-04-13T00:30:34",
+ "date_unixtime": "1618245034",
+ "from": "Jamie",
+ "from_id": "user239329489",
+ "text": "hi! i lost my airpods case (has a panda casing) this morning around kr terminal/fass. please lmk if anyone saw it, thank you! ☺️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! i lost my airpods case (has a panda casing) this morning around kr terminal/fass. please lmk if anyone saw it, thank you! ☺️"
+ }
+ ]
+ },
+ {
+ "id": 5025,
+ "type": "message",
+ "date": "2021-04-13T09:56:43",
+ "date_unixtime": "1618279003",
+ "from": "Aayushi",
+ "from_id": "user1328610224",
+ "text": "Hey guys, I lost my bose blue coloured earphones... please let me know if you find it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys, I lost my bose blue coloured earphones... please let me know if you find it"
+ }
+ ]
+ },
+ {
+ "id": 5026,
+ "type": "message",
+ "date": "2021-04-13T11:53:04",
+ "date_unixtime": "1618285984",
+ "from": "Jw",
+ "from_id": "user77757514",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 956,
+ "height": 1276,
+ "text": "Lost nalgene bottle at s4 bench",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost nalgene bottle at s4 bench"
+ }
+ ]
+ },
+ {
+ "id": 5029,
+ "type": "message",
+ "date": "2021-04-13T14:10:20",
+ "date_unixtime": "1618294220",
+ "from": "eunice 🥀",
+ "from_id": "user1251850146",
+ "text": "hi i lost a black wallet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost a black wallet"
+ }
+ ]
+ },
+ {
+ "id": 5031,
+ "type": "message",
+ "date": "2021-04-13T17:13:22",
+ "date_unixtime": "1618305202",
+ "from": "Z̆̈i bin 🌸",
+ "from_id": "user804630025",
+ "text": "Hi, I lost my airpods (in a purple casing) this afternn around CLB/Techno. Please lmk if anyone saw it, thank u",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my airpods (in a purple casing) this afternn around CLB/Techno. Please lmk if anyone saw it, thank u"
+ }
+ ]
+ },
+ {
+ "id": 5032,
+ "type": "message",
+ "date": "2021-04-13T20:57:10",
+ "date_unixtime": "1618318630",
+ "from": "Wenxin",
+ "from_id": "user397949240",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 5033,
+ "type": "message",
+ "date": "2021-04-13T20:57:14",
+ "date_unixtime": "1618318634",
+ "edited": "2021-04-13T20:57:52",
+ "edited_unixtime": "1618318672",
+ "from": "Wenxin",
+ "from_id": "user397949240",
+ "text": "Hi we found this on bus A2 last row seats if its urs pls drop me a dm!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi we found this on bus A2 last row seats if its urs pls drop me a dm!"
+ }
+ ]
+ },
+ {
+ "id": 5042,
+ "type": "message",
+ "date": "2021-04-15T14:05:12",
+ "date_unixtime": "1618466712",
+ "from": "Melissa Ho",
+ "from_id": "user434865568",
+ "text": "Hi all, I think I just lost my favorite pair of black framed spectacles on Bus A2 departing from PGP at about 1.40pm just now. Please let me know if you or anyone found it, thank you so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi all, I think I just lost my favorite pair of black framed spectacles on Bus A2 departing from PGP at about 1.40pm just now. Please let me know if you or anyone found it, thank you so much!"
+ }
+ ]
+ },
+ {
+ "id": 5043,
+ "type": "message",
+ "date": "2021-04-15T17:41:21",
+ "date_unixtime": "1618479681",
+ "from": "Sugandha",
+ "from_id": "user916608549",
+ "text": "Hi i think i left my black ECE jacket at engin... the tables that are between arise and shine and LT6... closer to LT6",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i think i left my black ECE jacket at engin... the tables that are between arise and shine and LT6... closer to LT6"
+ }
+ ]
+ },
+ {
+ "id": 5044,
+ "type": "message",
+ "date": "2021-04-15T18:12:39",
+ "date_unixtime": "1618481559",
+ "from": "Melissa Ho",
+ "from_id": "user434865568",
+ "reply_to_message_id": 5042,
+ "text": "it could have gone missing at the PGP and Opp HSSML (Hon Sui Sen Memorial Library) bus stops",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "it could have gone missing at the PGP and Opp HSSML (Hon Sui Sen Memorial Library) bus stops"
+ }
+ ]
+ },
+ {
+ "id": 5045,
+ "type": "message",
+ "date": "2021-04-15T18:23:26",
+ "date_unixtime": "1618482206",
+ "from": "Sugandha",
+ "from_id": "user916608549",
+ "reply_to_message_id": 5043,
+ "text": "please let me know if anyone finds it.. thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "please let me know if anyone finds it.. thanks"
+ }
+ ]
+ },
+ {
+ "id": 5046,
+ "type": "message",
+ "date": "2021-04-15T19:31:53",
+ "date_unixtime": "1618486313",
+ "from": "Durwin",
+ "from_id": "user856479331",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "It's still here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It's still here"
+ }
+ ]
+ },
+ {
+ "id": 5049,
+ "type": "message",
+ "date": "2021-04-16T11:53:21",
+ "date_unixtime": "1618545201",
+ "from": "Felicia",
+ "from_id": "user23740399",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 366,
+ "height": 533,
+ "text": "Hi if anyone has seen this black Gshock watch at Utown sports hall 2 could you let me know 🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone has seen this black Gshock watch at Utown sports hall 2 could you let me know 🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 5051,
+ "type": "message",
+ "date": "2021-04-16T13:23:14",
+ "date_unixtime": "1618550594",
+ "from": "Sugandha",
+ "from_id": "user916608549",
+ "reply_to_message_id": 5046,
+ "text": "thanks! got it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thanks! got it"
+ }
+ ]
+ },
+ {
+ "id": 5052,
+ "type": "message",
+ "date": "2021-04-16T15:28:16",
+ "date_unixtime": "1618558096",
+ "from": "Rishi Kumar",
+ "from_id": "user88075343",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found at YIH outside CommIT",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at YIH outside CommIT"
+ }
+ ]
+ },
+ {
+ "id": 5053,
+ "type": "message",
+ "date": "2021-04-16T15:43:52",
+ "date_unixtime": "1618559032",
+ "from": "s 🥺💛💚💙",
+ "from_id": "user261001107",
+ "reply_to_message_id": 5052,
+ "text": "notified",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "notified"
+ }
+ ]
+ },
+ {
+ "id": 5055,
+ "type": "message",
+ "date": "2021-04-16T19:25:41",
+ "date_unixtime": "1618572341",
+ "from": "Joanna",
+ "from_id": "user661585632",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Dark blue giordano umbrella left at frontier",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Dark blue giordano umbrella left at frontier"
+ }
+ ]
+ },
+ {
+ "id": 5058,
+ "type": "message",
+ "date": "2021-04-16T22:16:22",
+ "date_unixtime": "1618582582",
+ "from": "qianyu",
+ "from_id": "user224640660",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi! found this laptop sleeve (with a laptop inside) at the opp yih bus stop, pls pm me if ure the owner",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! found this laptop sleeve (with a laptop inside) at the opp yih bus stop, pls pm me if ure the owner"
+ }
+ ]
+ },
+ {
+ "id": 5059,
+ "type": "message",
+ "date": "2021-04-17T05:42:40",
+ "date_unixtime": "1618609360",
+ "from": "Melissa Ho",
+ "from_id": "user434865568",
+ "text": "Pls help if anyone saw my black framed glasses. That happened on Thurs Apr 15. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pls help if anyone saw my black framed glasses. That happened on Thurs Apr 15. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 5060,
+ "type": "message",
+ "date": "2021-04-17T05:42:40",
+ "date_unixtime": "1618609360",
+ "from": "Melissa Ho",
+ "from_id": "user434865568",
+ "forwarded_from": "Melissa Ho",
+ "text": "Hi all, I think I just lost my favorite pair of black framed spectacles on Bus A2 departing from PGP at about 1.40pm just now. Please let me know if you or anyone found it, thank you so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi all, I think I just lost my favorite pair of black framed spectacles on Bus A2 departing from PGP at about 1.40pm just now. Please let me know if you or anyone found it, thank you so much!"
+ }
+ ]
+ },
+ {
+ "id": 5061,
+ "type": "message",
+ "date": "2021-04-17T05:43:07",
+ "date_unixtime": "1618609387",
+ "from": "Melissa Ho",
+ "from_id": "user434865568",
+ "forwarded_from": "Melissa Ho",
+ "text": "it could have gone missing at the PGP and Opp HSSML (Hon Sui Sen Memorial Library) bus stops",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "it could have gone missing at the PGP and Opp HSSML (Hon Sui Sen Memorial Library) bus stops"
+ }
+ ]
+ },
+ {
+ "id": 5064,
+ "type": "message",
+ "date": "2021-04-18T20:25:46",
+ "date_unixtime": "1618748746",
+ "from": "Boon Hai",
+ "from_id": "user259664119",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi my friend found this matric card if it’s yours or you know the person please get him to PM me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi my friend found this matric card if it’s yours or you know the person please get him to PM me!"
+ }
+ ]
+ },
+ {
+ "id": 5085,
+ "type": "message",
+ "date": "2021-04-20T19:06:40",
+ "date_unixtime": "1618916800",
+ "from": "tanesh",
+ "from_id": "user178477541",
+ "text": "hi! i misplaced my navy blue wallet on friday 16 april. i was at fass that day, most likely left it at the study room above coffee roasters. please help spread the word or pm me if you found it! thank you so much 🙏🏼☹️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! i misplaced my navy blue wallet on friday 16 april. i was at fass that day, most likely left it at the study room above coffee roasters. please help spread the word or pm me if you found it! thank you so much 🙏🏼☹️"
+ }
+ ]
+ },
+ {
+ "id": 5086,
+ "type": "message",
+ "date": "2021-04-20T19:57:19",
+ "date_unixtime": "1618919839",
+ "from": "Melissa Ho",
+ "from_id": "user434865568",
+ "text": [
+ "hi tanesh also try checking out lost and found at Student Service Centre. Also check out this app they have (i haven’t tried before but looks good): ",
+ {
+ "type": "link",
+ "text": "https://nus.edu.sg/osa/student-services/ssc/admin/lost-and-found"
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi tanesh also try checking out lost and found at Student Service Centre. Also check out this app they have (i haven’t tried before but looks good): "
+ },
+ {
+ "type": "link",
+ "text": "https://nus.edu.sg/osa/student-services/ssc/admin/lost-and-found"
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 5093,
+ "type": "message",
+ "date": "2021-04-21T10:26:33",
+ "date_unixtime": "1618971993",
+ "from": "Xinyao",
+ "from_id": "user445804717",
+ "text": "Hi, I lost my student consession card with the name YU XINYAO on 19 or 20 Apr at UTown. Please lmk if anyone saw it, thank u!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my student consession card with the name YU XINYAO on 19 or 20 Apr at UTown. Please lmk if anyone saw it, thank u!!"
+ }
+ ]
+ },
+ {
+ "id": 5096,
+ "type": "message",
+ "date": "2021-04-21T13:43:57",
+ "date_unixtime": "1618983837",
+ "from": null,
+ "from_id": "user1247406902",
+ "text": "Anyone got a passport and student pass",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone got a passport and student pass"
+ }
+ ]
+ },
+ {
+ "id": 5097,
+ "type": "message",
+ "date": "2021-04-21T13:44:00",
+ "date_unixtime": "1618983840",
+ "from": null,
+ "from_id": "user1247406902",
+ "text": "Let me know",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Let me know"
+ }
+ ]
+ },
+ {
+ "id": 5098,
+ "type": "message",
+ "date": "2021-04-21T13:44:03",
+ "date_unixtime": "1618983843",
+ "from": null,
+ "from_id": "user1247406902",
+ "text": "Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks"
+ }
+ ]
+ },
+ {
+ "id": 5102,
+ "type": "message",
+ "date": "2021-04-21T21:49:34",
+ "date_unixtime": "1619012974",
+ "from": "kh",
+ "from_id": "user286570083",
+ "text": "Anyone found a passion card along the route from ventus to supper stretch?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found a passion card along the route from ventus to supper stretch?"
+ }
+ ]
+ },
+ {
+ "id": 5105,
+ "type": "message",
+ "date": "2021-04-22T20:58:13",
+ "date_unixtime": "1619096293",
+ "from": "jonathan",
+ "from_id": "user479659859",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found along walkway from nuh to kr mrt, pm me to retrieve!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found along walkway from nuh to kr mrt, pm me to retrieve!"
+ }
+ ]
+ },
+ {
+ "id": 5106,
+ "type": "message",
+ "date": "2021-04-23T13:53:57",
+ "date_unixtime": "1619157237",
+ "from": "Joel Neo",
+ "from_id": "user23434875",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hello if you know this person, the card is on the table outside FoE LT6!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello if you know this person, the card is on the table outside FoE LT6!"
+ }
+ ]
+ },
+ {
+ "id": 5107,
+ "type": "message",
+ "date": "2021-04-23T13:53:58",
+ "date_unixtime": "1619157238",
+ "from": "Joel Neo",
+ "from_id": "user23434875",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 5109,
+ "type": "message",
+ "date": "2021-04-24T08:19:58",
+ "date_unixtime": "1619223598",
+ "from": "Andrew Baruch",
+ "from_id": "user1108187105",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Cardiflex found in North tower printing area. If it's yours, contact me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Cardiflex found in North tower printing area. If it's yours, contact me"
+ }
+ ]
+ },
+ {
+ "id": 5117,
+ "type": "message",
+ "date": "2021-04-27T12:13:04",
+ "date_unixtime": "1619496784",
+ "from": "Minghao",
+ "from_id": "user93816585",
+ "text": "Lost my matrix card! Liu Minghao! Should be either KR or at Engin haha",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost my matrix card! Liu Minghao! Should be either KR or at Engin haha"
+ }
+ ]
+ },
+ {
+ "id": 5122,
+ "type": "message",
+ "date": "2021-04-29T00:50:54",
+ "date_unixtime": "1619628654",
+ "from": "p00per",
+ "from_id": "user241625704",
+ "text": "Hi, anyone who was at the NUS High School bus stop on 28 April after 1030pm saw a red and white lunchbox with orange tupperware inside? If anyone saw it do let me know 😬",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone who was at the NUS High School bus stop on 28 April after 1030pm saw a red and white lunchbox with orange tupperware inside? If anyone saw it do let me know 😬"
+ }
+ ]
+ },
+ {
+ "id": 5124,
+ "type": "message",
+ "date": "2021-04-29T17:57:00",
+ "date_unixtime": "1619690220",
+ "from": "Ashley",
+ "from_id": "user717948034",
+ "text": "Hi all, I lost my matric card at mpsh 1c earlier during CS3230 exams. Do let me know if anyone saw it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi all, I lost my matric card at mpsh 1c earlier during CS3230 exams. Do let me know if anyone saw it!"
+ }
+ ]
+ },
+ {
+ "id": 5132,
+ "type": "message",
+ "date": "2021-05-03T20:31:25",
+ "date_unixtime": "1620045085",
+ "edited": "2021-05-03T20:31:36",
+ "edited_unixtime": "1620045096",
+ "from": "Kiwi Banana",
+ "from_id": "user442914835",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found in SDE1 Level 3 Handicap Toilet. Contact me if it is yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in SDE1 Level 3 Handicap Toilet. Contact me if it is yours"
+ }
+ ]
+ },
+ {
+ "id": 5134,
+ "type": "message",
+ "date": "2021-05-04T11:13:51",
+ "date_unixtime": "1620098031",
+ "edited": "2021-05-04T11:44:28",
+ "edited_unixtime": "1620099868",
+ "from": "JellyBoi",
+ "from_id": "user638190480",
+ "text": "Hi, if someone saw a matric card in the A2 bus or at Info Tech bus station plz let me know, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if someone saw a matric card in the A2 bus or at Info Tech bus station plz let me know, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 5136,
+ "type": "message",
+ "date": "2021-05-04T15:00:36",
+ "date_unixtime": "1620111636",
+ "from": "JellyBoi",
+ "from_id": "user638190480",
+ "text": "Never mind someone found it, thanks whoever u are :D",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Never mind someone found it, thanks whoever u are :D"
+ }
+ ]
+ },
+ {
+ "id": 5138,
+ "type": "message",
+ "date": "2021-05-05T14:26:55",
+ "date_unixtime": "1620196015",
+ "from": "Jaya",
+ "from_id": "user165559569",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 873,
+ "height": 720,
+ "text": "Utown fine food tray return area",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Utown fine food tray return area"
+ }
+ ]
+ },
+ {
+ "id": 5145,
+ "type": "message",
+ "date": "2021-05-06T12:12:00",
+ "date_unixtime": "1620274320",
+ "from": "Chuan An",
+ "from_id": "user772520752",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Found wallet in Nus shuttle bus",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found wallet in Nus shuttle bus"
+ }
+ ]
+ },
+ {
+ "id": 5155,
+ "type": "message",
+ "date": "2021-05-10T11:54:37",
+ "date_unixtime": "1620618877",
+ "from": "Prashant",
+ "from_id": "user1275863039",
+ "text": "Hello,\nI lost my A*STAR laboratory access card (is blue in color) on May 8 evening around tennis court area. If anyone found it, please let me know.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello,\nI lost my A*STAR laboratory access card (is blue in color) on May 8 evening around tennis court area. If anyone found it, please let me know."
+ }
+ ]
+ },
+ {
+ "id": 5175,
+ "type": "service",
+ "date": "2021-05-13T12:45:27",
+ "date_unixtime": "1620881127",
+ "actor": "hams",
+ "actor_id": "user114776875",
+ "action": "invite_members",
+ "members": [
+ "hams"
+ ],
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 5177,
+ "type": "message",
+ "date": "2021-05-13T23:20:24",
+ "date_unixtime": "1620919224",
+ "from": "Clement Yung",
+ "from_id": "user40698414",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 5178,
+ "type": "message",
+ "date": "2021-05-13T23:20:31",
+ "date_unixtime": "1620919231",
+ "from": "Clement Yung",
+ "from_id": "user40698414",
+ "text": "Visa credit/debit card found on top of water cooler outside utown Starbucks. Owner name is Felicia Wong. Passed to security office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Visa credit/debit card found on top of water cooler outside utown Starbucks. Owner name is Felicia Wong. Passed to security office"
+ }
+ ]
+ },
+ {
+ "id": 5205,
+ "type": "message",
+ "date": "2021-06-01T12:55:27",
+ "date_unixtime": "1622523327",
+ "from": "Ariel Wenxin 🐹",
+ "from_id": "user342710891",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Matric card found near the UTown bus stop, passed to the security 🙂",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card found near the UTown bus stop, passed to the security 🙂"
+ }
+ ]
+ },
+ {
+ "id": 5206,
+ "type": "message",
+ "date": "2021-06-01T12:56:25",
+ "date_unixtime": "1622523385",
+ "from": "Jared",
+ "from_id": "user99293074",
+ "reply_to_message_id": 5205,
+ "text": "thanks, have informed him",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thanks, have informed him"
+ }
+ ]
+ },
+ {
+ "id": 5207,
+ "type": "message",
+ "date": "2021-06-03T20:58:01",
+ "date_unixtime": "1622725081",
+ "from": "Sugandha",
+ "from_id": "user916608549",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi did someone drop these just outside pgph entrance",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did someone drop these just outside pgph entrance"
+ }
+ ]
+ },
+ {
+ "id": 5232,
+ "type": "message",
+ "date": "2021-06-18T15:11:56",
+ "date_unixtime": "1624000316",
+ "from": null,
+ "from_id": "user1724823656",
+ "text": "Hello! If anyone may have seen an apple pencil near the entrance of Fine Food at UTown, please do message me. Thanks so much :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! If anyone may have seen an apple pencil near the entrance of Fine Food at UTown, please do message me. Thanks so much :)"
+ }
+ ]
+ },
+ {
+ "id": 5248,
+ "type": "message",
+ "date": "2021-06-20T17:49:15",
+ "date_unixtime": "1624182555",
+ "from": "jiejinliu",
+ "from_id": "user283203039",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this at the bus stop(16199) near SDE 4.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at the bus stop(16199) near SDE 4."
+ }
+ ]
+ },
+ {
+ "id": 5249,
+ "type": "message",
+ "date": "2021-06-20T17:57:38",
+ "date_unixtime": "1624183058",
+ "from": "jiejinliu",
+ "from_id": "user283203039",
+ "text": [
+ "Passed the wallet to mr Ibrahim from campus security. Owner pls contact ",
+ {
+ "type": "phone",
+ "text": "68741616"
+ },
+ ". Thank you."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Passed the wallet to mr Ibrahim from campus security. Owner pls contact "
+ },
+ {
+ "type": "phone",
+ "text": "68741616"
+ },
+ {
+ "type": "plain",
+ "text": ". Thank you."
+ }
+ ]
+ },
+ {
+ "id": 5270,
+ "type": "message",
+ "date": "2021-06-30T14:49:30",
+ "date_unixtime": "1625035770",
+ "from": "Thao",
+ "from_id": "user1139128373",
+ "text": "Hello i just lost my samsung galaxy buds swhere around science bus stop to pgpr 😬😬. Its a black case and has 1 earbud inside. If u found it please pm me thanks so muchhhh",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello i just lost my samsung galaxy buds swhere around science bus stop to pgpr 😬😬. Its a black case and has 1 earbud inside. If u found it please pm me thanks so muchhhh"
+ }
+ ]
+ },
+ {
+ "id": 5271,
+ "type": "message",
+ "date": "2021-06-30T17:55:36",
+ "date_unixtime": "1625046936",
+ "from": "Alex Chu",
+ "from_id": "user45549587",
+ "text": "If anyone has seen a tan/light brown wallet in COMM1 do msg me thanks!\nLast seen in comm1 basement.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone has seen a tan/light brown wallet in COMM1 do msg me thanks!\nLast seen in comm1 basement."
+ }
+ ]
+ },
+ {
+ "id": 5276,
+ "type": "message",
+ "date": "2021-07-01T22:43:15",
+ "date_unixtime": "1625150595",
+ "from": "Lionel",
+ "from_id": "user173314864",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost and found passion card at Octobox, passed to campus security at ERC",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost and found passion card at Octobox, passed to campus security at ERC"
+ }
+ ]
+ },
+ {
+ "id": 5285,
+ "type": "message",
+ "date": "2021-07-05T21:26:23",
+ "date_unixtime": "1625491583",
+ "from": "lingz",
+ "from_id": "user851420556",
+ "text": "Hi guys! I lost my NUS card in a pink lanyard at Orchard/Paragon area. If anyone picked it up please let me know :((",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys! I lost my NUS card in a pink lanyard at Orchard/Paragon area. If anyone picked it up please let me know :(("
+ }
+ ]
+ },
+ {
+ "id": 5301,
+ "type": "message",
+ "date": "2021-07-10T14:13:46",
+ "date_unixtime": "1625897626",
+ "from": "Caroline",
+ "from_id": "user628441706",
+ "text": "Hi guys! I lost my NUS card around starbucks utown, SRC, or D2 bus. If anyone saw it can pls let me know :”) thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys! I lost my NUS card around starbucks utown, SRC, or D2 bus. If anyone saw it can pls let me know :”) thanks"
+ }
+ ]
+ },
+ {
+ "id": 5437,
+ "type": "message",
+ "date": "2021-08-06T16:40:44",
+ "date_unixtime": "1628239244",
+ "from": "Wallace",
+ "from_id": "user614462939",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 686,
+ "height": 1280,
+ "text": "Found a thumbdrive on the floor around S16. If you are the owner, head down to the campus security office at S16, first level. I returned it over there. Thanks.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a thumbdrive on the floor around S16. If you are the owner, head down to the campus security office at S16, first level. I returned it over there. Thanks."
+ }
+ ]
+ },
+ {
+ "id": 5453,
+ "type": "message",
+ "date": "2021-08-10T12:58:44",
+ "date_unixtime": "1628571524",
+ "from": "Ming Liang",
+ "from_id": "user223897908",
+ "text": "Hi, has anyone seen an Apple Pencil near UTown ?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, has anyone seen an Apple Pencil near UTown ?"
+ }
+ ]
+ },
+ {
+ "id": 5460,
+ "type": "message",
+ "date": "2021-08-12T07:53:45",
+ "date_unixtime": "1628726025",
+ "from": "Angie",
+ "from_id": "user229252649",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found debit card at UTown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found debit card at UTown"
+ }
+ ]
+ },
+ {
+ "id": 5463,
+ "type": "message",
+ "date": "2021-08-12T13:16:43",
+ "date_unixtime": "1628745403",
+ "from": "Siaw Wei 🌌",
+ "from_id": "user731365790",
+ "text": "Hi, I have lost my EZ-link card in Utown. It is red and has the word “KEVII” (or something similar) on it. Please let me know if you have seen it, thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I have lost my EZ-link card in Utown. It is red and has the word “KEVII” (or something similar) on it. Please let me know if you have seen it, thank you"
+ }
+ ]
+ },
+ {
+ "id": 5469,
+ "type": "message",
+ "date": "2021-08-12T19:32:31",
+ "date_unixtime": "1628767951",
+ "edited": "2021-08-12T19:32:49",
+ "edited_unixtime": "1628767969",
+ "from": "Sumin Kang",
+ "from_id": "user1253839286",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1078,
+ "height": 1010,
+ "text": "hi if anyone has seen this bracelet on campus PLEASE let me know‼️\ni lost it after 2pm today and it’s very precious(religious) to me 😭😭🙏🏼 \nif it’s in NUS, should be found in ERC !!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone has seen this bracelet on campus PLEASE let me know‼️\ni lost it after 2pm today and it’s very precious(religious) to me 😭😭🙏🏼 \nif it’s in NUS, should be found in ERC !!!"
+ }
+ ]
+ },
+ {
+ "id": 5474,
+ "type": "message",
+ "date": "2021-08-14T09:40:45",
+ "date_unixtime": "1628905245",
+ "edited": "2021-08-14T09:41:17",
+ "edited_unixtime": "1628905277",
+ "from": "Suew",
+ "from_id": "user616696122",
+ "text": "Hi I lost my thumbdrive at the Central Library Lvl 5 printing area...\nIt's has a christmas santa clause plushie keychain...\nIf u find it please let me know! =(\n\nP.s. item was lost on 13 Aug",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my thumbdrive at the Central Library Lvl 5 printing area...\nIt's has a christmas santa clause plushie keychain...\nIf u find it please let me know! =(\n\nP.s. item was lost on 13 Aug"
+ }
+ ]
+ },
+ {
+ "id": 5478,
+ "type": "message",
+ "date": "2021-08-14T16:16:22",
+ "date_unixtime": "1628928982",
+ "from": "Cheryn Pandora",
+ "from_id": "user1097718063",
+ "text": "Hi, I lost my AirPods, student card as well as my PGPR card in K bus 🥲\nPlease let me know if anyone finds it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my AirPods, student card as well as my PGPR card in K bus 🥲\nPlease let me know if anyone finds it!"
+ }
+ ]
+ },
+ {
+ "id": 5479,
+ "type": "message",
+ "date": "2021-08-15T14:16:48",
+ "date_unixtime": "1629008208",
+ "from": "yanyee",
+ "from_id": "user679252266",
+ "text": "Hi, I lost my brown leather Bible (wallet sized) at Medicine on 11th Aug. Has anyone seen it? It means alot to me! Thanks! :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my brown leather Bible (wallet sized) at Medicine on 11th Aug. Has anyone seen it? It means alot to me! Thanks! :)"
+ }
+ ]
+ },
+ {
+ "id": 5497,
+ "type": "message",
+ "date": "2021-08-16T02:14:51",
+ "date_unixtime": "1629051291",
+ "from": "Aiyu",
+ "from_id": "user1820879472",
+ "text": "hi I lost my student card and ezlink card both in one green card holder at utown/bus D2/pgpr bus stop at round 8-9 on Aug 15 (yesterday) pls let me know if u saw it thankss!!! Btw the ezlink is pink",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi I lost my student card and ezlink card both in one green card holder at utown/bus D2/pgpr bus stop at round 8-9 on Aug 15 (yesterday) pls let me know if u saw it thankss!!! Btw the ezlink is pink"
+ }
+ ]
+ },
+ {
+ "id": 5500,
+ "type": "message",
+ "date": "2021-08-18T18:25:45",
+ "date_unixtime": "1629282345",
+ "from": "Chng",
+ "from_id": "user98547266",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 719,
+ "height": 1280,
+ "text": "Metric Card found at Clementi Bus Stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Metric Card found at Clementi Bus Stop"
+ }
+ ]
+ },
+ {
+ "id": 5502,
+ "type": "message",
+ "date": "2021-08-18T19:18:46",
+ "date_unixtime": "1629285526",
+ "from": "Charlene",
+ "from_id": "user302186715",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi, found a spec in girl's toilet at Utown near Starbucks, Level 2.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, found a spec in girl's toilet at Utown near Starbucks, Level 2."
+ }
+ ]
+ },
+ {
+ "id": 5503,
+ "type": "message",
+ "date": "2021-08-18T21:25:51",
+ "date_unixtime": "1629293151",
+ "from": "Nicole",
+ "from_id": "user461601211",
+ "text": "hi if you left a white watch in MPSH2 pls pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if you left a white watch in MPSH2 pls pm me"
+ }
+ ]
+ },
+ {
+ "id": 5509,
+ "type": "message",
+ "date": "2021-08-19T16:48:06",
+ "date_unixtime": "1629362886",
+ "from": "NyK Eldon",
+ "from_id": "user118041319",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 5510,
+ "type": "message",
+ "date": "2021-08-19T16:48:12",
+ "date_unixtime": "1629362892",
+ "from": "NyK Eldon",
+ "from_id": "user118041319",
+ "text": "Dm me for ur wallet ty",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Dm me for ur wallet ty"
+ }
+ ]
+ },
+ {
+ "id": 5511,
+ "type": "message",
+ "date": "2021-08-19T16:54:23",
+ "date_unixtime": "1629363263",
+ "edited": "2022-07-28T12:54:31",
+ "edited_unixtime": "1658984071",
+ "from": "Julian🚀 ミク",
+ "from_id": "user175613011",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1110,
+ "height": 1280,
+ "text": "Hi, my TraceTogether token unscrewed itself and fell off my bag on campus today (between 4pm to 4:30pm). It was still on when I was entering science library. My name (Julian) is written on the back. Pls pm me if you find/saw it! Thx!\n\nThe path I took was entering science lib multimedia room, then exit and went to LT27 busstop (passing by nine fresh), boarded an A1 bus, sat at the front most seat (faces the rear), alighted at YIH busstop (the one on the hill slope), collected FET from yih osa office, then put down my bags in yih Tokyo Paris room, where I noticed my TT token missing.\n\nStatus: Still missing",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, my TraceTogether token unscrewed itself and fell off my bag on campus today (between 4pm to 4:30pm). It was still on when I was entering science library. My name (Julian) is written on the back. Pls pm me if you find/saw it! Thx!\n\nThe path I took was entering science lib multimedia room, then exit and went to LT27 busstop (passing by nine fresh), boarded an A1 bus, sat at the front most seat (faces the rear), alighted at YIH busstop (the one on the hill slope), collected FET from yih osa office, then put down my bags in yih Tokyo Paris room, where I noticed my TT token missing.\n\nStatus: Still missing"
+ }
+ ]
+ },
+ {
+ "id": 5512,
+ "type": "message",
+ "date": "2021-08-19T16:55:58",
+ "date_unixtime": "1629363358",
+ "edited": "2022-07-28T12:54:36",
+ "edited_unixtime": "1658984076",
+ "from": "NyK Eldon",
+ "from_id": "user118041319",
+ "reply_to_message_id": 5509,
+ "text": "Passed to fire command at AS8",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Passed to fire command at AS8"
+ }
+ ]
+ },
+ {
+ "id": 5517,
+ "type": "message",
+ "date": "2021-08-19T21:53:54",
+ "date_unixtime": "1629381234",
+ "edited": "2022-08-26T17:40:46",
+ "edited_unixtime": "1661506846",
+ "from": "chia ying 🧸",
+ "from_id": "user73744003",
+ "text": "hello! i lost my student card at utown (near ERC) last friday (13/8) around 12-1pm,, pls let me know if u find it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! i lost my student card at utown (near ERC) last friday (13/8) around 12-1pm,, pls let me know if u find it!"
+ }
+ ]
+ },
+ {
+ "id": 5519,
+ "type": "message",
+ "date": "2021-08-20T10:49:44",
+ "date_unixtime": "1629427784",
+ "edited": "2022-04-19T14:38:09",
+ "edited_unixtime": "1650350289",
+ "from": "Shanice",
+ "from_id": "user772158213",
+ "text": [
+ "HI guys, some helpful tips to note regarding NUS Lost and Found: rmb to adhere to PDPA! 😀☀️\n\n",
+ {
+ "type": "link",
+ "text": "https://nus.edu.sg/osa/stories/details/Index/nus-lost-and-found-what-you-need-to-know?utm_campaign=later-linkinbio-nusstudentaffairs&utm_content=later-19120582&utm_medium=social&utm_source=linkin.bio"
+ },
+ "."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "HI guys, some helpful tips to note regarding NUS Lost and Found: rmb to adhere to PDPA! 😀☀️\n\n"
+ },
+ {
+ "type": "link",
+ "text": "https://nus.edu.sg/osa/stories/details/Index/nus-lost-and-found-what-you-need-to-know?utm_campaign=later-linkinbio-nusstudentaffairs&utm_content=later-19120582&utm_medium=social&utm_source=linkin.bio"
+ },
+ {
+ "type": "plain",
+ "text": "."
+ }
+ ]
+ },
+ {
+ "id": 5522,
+ "type": "message",
+ "date": "2021-08-20T15:33:04",
+ "date_unixtime": "1629444784",
+ "edited": "2021-08-20T21:53:33",
+ "edited_unixtime": "1629467613",
+ "from": "shan",
+ "from_id": "user426503472",
+ "text": "Hi, anyone found a wireless mouse in sci! I lost it. 🥲 lt27!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone found a wireless mouse in sci! I lost it. 🥲 lt27!"
+ }
+ ]
+ },
+ {
+ "id": 5528,
+ "type": "message",
+ "date": "2021-08-21T11:09:00",
+ "date_unixtime": "1629515340",
+ "edited": "2022-05-02T18:18:32",
+ "edited_unixtime": "1651486712",
+ "from": "valerie ૮ ˶ᵔ ᵕ ᵔ˶ ა",
+ "from_id": "user419168387",
+ "text": "Hello I think I lost my airpods (purple silicon case with snoopy charm) around biz bus stop. I left the bus stop around 7.30am. If anyone is around the area and found it, please PM me thank you ❤️😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello I think I lost my airpods (purple silicon case with snoopy charm) around biz bus stop. I left the bus stop around 7.30am. If anyone is around the area and found it, please PM me thank you ❤️😭"
+ }
+ ]
+ },
+ {
+ "id": 5536,
+ "type": "message",
+ "date": "2021-08-22T21:39:31",
+ "date_unixtime": "1629639571",
+ "from": "Jaren",
+ "from_id": "user431989968",
+ "text": "Hello! I lost a black wallet containing my ic, matric card, debit card etc.. in utown.. if someone finds it please pm me/ give it to lost and found at admissions office thank you so much 😔",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost a black wallet containing my ic, matric card, debit card etc.. in utown.. if someone finds it please pm me/ give it to lost and found at admissions office thank you so much 😔"
+ }
+ ]
+ },
+ {
+ "id": 5537,
+ "type": "message",
+ "date": "2021-08-22T21:45:45",
+ "date_unixtime": "1629639945",
+ "from": "joan",
+ "from_id": "user44784802",
+ "text": "hi just trying my luck here 😢 lost a light blue 1litre nalgene bottle arnd bugis area, most likely arnd mrt green line / seoul yummy @ bugis+, if anybody finds it somehow pls pm tq!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi just trying my luck here 😢 lost a light blue 1litre nalgene bottle arnd bugis area, most likely arnd mrt green line / seoul yummy @ bugis+, if anybody finds it somehow pls pm tq!"
+ }
+ ]
+ },
+ {
+ "id": 5538,
+ "type": "message",
+ "date": "2021-08-22T22:48:54",
+ "date_unixtime": "1629643734",
+ "from": "ifen",
+ "from_id": "user866148754",
+ "text": "Hi, I lost my one side of my AirPod probably along the way from KR MRT and in the bus D2. If anyone happen to find it, please contact me! Thank youuu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my one side of my AirPod probably along the way from KR MRT and in the bus D2. If anyone happen to find it, please contact me! Thank youuu"
+ }
+ ]
+ },
+ {
+ "id": 5545,
+ "type": "message",
+ "date": "2021-08-24T09:20:46",
+ "date_unixtime": "1629768046",
+ "edited": "2021-08-24T16:25:59",
+ "edited_unixtime": "1629793559",
+ "from": "yanle",
+ "from_id": "user302967100",
+ "text": "Hi! I may have dropped my wallet on D2 earlier this morning, it contains my IC, ez link card and atm card. If anybody happens to find it do contact me!\n\n- Update: It's been found, thank you to whoever returned or found it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I may have dropped my wallet on D2 earlier this morning, it contains my IC, ez link card and atm card. If anybody happens to find it do contact me!\n\n- Update: It's been found, thank you to whoever returned or found it!"
+ }
+ ]
+ },
+ {
+ "id": 5546,
+ "type": "message",
+ "date": "2021-08-24T09:45:36",
+ "date_unixtime": "1629769536",
+ "edited": "2021-08-24T16:47:01",
+ "edited_unixtime": "1629794821",
+ "from": "Jia Ning",
+ "from_id": "user623925953",
+ "text": "hello i lost my airpods on bus d2, if anybody sees it pls contact me thanks! It has a grey penguin cover",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello i lost my airpods on bus d2, if anybody sees it pls contact me thanks! It has a grey penguin cover"
+ }
+ ]
+ },
+ {
+ "id": 5548,
+ "type": "message",
+ "date": "2021-08-24T13:47:16",
+ "date_unixtime": "1629784036",
+ "from": "rachung",
+ "from_id": "user834302309",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi i found a mat card near utown public bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i found a mat card near utown public bus stop"
+ }
+ ]
+ },
+ {
+ "id": 5553,
+ "type": "message",
+ "date": "2021-08-24T19:19:03",
+ "date_unixtime": "1629803943",
+ "from": "Sean",
+ "from_id": "user89612017",
+ "text": "hello! i lost my black hydroflask bottle somewhere in utown today. It has a silver SC on the side on it and a little dent at the top. If anyone finds it/sees it around, please help me take it/let me know where it is! Thank you :-) Your kind help will be greatly apprrciated",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! i lost my black hydroflask bottle somewhere in utown today. It has a silver SC on the side on it and a little dent at the top. If anyone finds it/sees it around, please help me take it/let me know where it is! Thank you :-) Your kind help will be greatly apprrciated"
+ }
+ ]
+ },
+ {
+ "id": 5558,
+ "type": "message",
+ "date": "2021-08-25T11:45:48",
+ "date_unixtime": "1629863148",
+ "edited": "2021-08-25T16:47:48",
+ "edited_unixtime": "1629881268",
+ "from": "birds of yishun",
+ "from_id": "user634162773",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Yo anybody dropped their bottle aboard bus E?\nnow it’s at YIH student services centre (ground floor)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yo anybody dropped their bottle aboard bus E?\nnow it’s at YIH student services centre (ground floor)"
+ }
+ ]
+ },
+ {
+ "id": 5564,
+ "type": "message",
+ "date": "2021-08-25T17:05:35",
+ "date_unixtime": "1629882335",
+ "edited": "2021-08-25T17:19:08",
+ "edited_unixtime": "1629883148",
+ "from": "Eyo Kai Wen, Kevin",
+ "from_id": "user1247218834",
+ "text": "Hi I lost my student card possibly on a bus A1 or D2 or near University Hall bus stop. The name is Kevin, if anyone saw it, please help let me know if u found it, your help will be appreciated greatly!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my student card possibly on a bus A1 or D2 or near University Hall bus stop. The name is Kevin, if anyone saw it, please help let me know if u found it, your help will be appreciated greatly!!!"
+ }
+ ]
+ },
+ {
+ "id": 5567,
+ "type": "message",
+ "date": "2021-08-25T20:49:36",
+ "date_unixtime": "1629895776",
+ "from": "Ñiki",
+ "from_id": "user354946140",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "AirPods found at uTown, please DM if it's yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "AirPods found at uTown, please DM if it's yours"
+ }
+ ]
+ },
+ {
+ "id": 5576,
+ "type": "message",
+ "date": "2021-08-25T22:06:31",
+ "date_unixtime": "1629900391",
+ "from": "Brian",
+ "from_id": "user233509897",
+ "text": "Hello! I dropped my student card inside a black card holder either at Utown or USC. The name is Brian. If anyone found it please let me know... thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I dropped my student card inside a black card holder either at Utown or USC. The name is Brian. If anyone found it please let me know... thanks!"
+ }
+ ]
+ },
+ {
+ "id": 5582,
+ "type": "message",
+ "date": "2021-08-25T22:55:49",
+ "date_unixtime": "1629903349",
+ "from": "Xunuo",
+ "from_id": "user574535945",
+ "text": "Hi! i dropped my student card at USC, either from swimming pool or on the field. The name is Zheng Xunuo, if anyone found it please let me know",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! i dropped my student card at USC, either from swimming pool or on the field. The name is Zheng Xunuo, if anyone found it please let me know"
+ }
+ ]
+ },
+ {
+ "id": 5584,
+ "type": "message",
+ "date": "2021-08-26T10:06:02",
+ "date_unixtime": "1629943562",
+ "from": "yh",
+ "from_id": "user602835233",
+ "text": "Hi, I left my macbook plug (the white brick) at biz2-509 Mid block mid row side seat ytd. I’m yuhui, pls let me know if anyone found it. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I left my macbook plug (the white brick) at biz2-509 Mid block mid row side seat ytd. I’m yuhui, pls let me know if anyone found it. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 5589,
+ "type": "message",
+ "date": "2021-08-26T16:19:45",
+ "date_unixtime": "1629965985",
+ "from": "Xinyao",
+ "from_id": "user634843642",
+ "text": "Hi! I lost my ez-link card and yellow kopitiam card at either utown, bus d2 or S17 bus stop today at around 1.50pm. I’m Xinyao, if anyone found it please let me know :) thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost my ez-link card and yellow kopitiam card at either utown, bus d2 or S17 bus stop today at around 1.50pm. I’m Xinyao, if anyone found it please let me know :) thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 5592,
+ "type": "message",
+ "date": "2021-08-27T09:50:25",
+ "date_unixtime": "1630029025",
+ "from": "Brenden",
+ "from_id": "user365309139",
+ "text": "Hi I left my beige wallet on D2this morning if anyone found it pls dm me thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I left my beige wallet on D2this morning if anyone found it pls dm me thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 5595,
+ "type": "message",
+ "date": "2021-08-27T22:21:59",
+ "date_unixtime": "1630074119",
+ "from": "Xinyao",
+ "from_id": "user634843642",
+ "text": "Hi! I lost my matric card at either utown or west coast plaza today at around 7pm. I’m Xinyao, if anyone found it please let me know :) thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost my matric card at either utown or west coast plaza today at around 7pm. I’m Xinyao, if anyone found it please let me know :) thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 5602,
+ "type": "message",
+ "date": "2021-08-29T00:44:13",
+ "date_unixtime": "1630169053",
+ "from": "bin yu",
+ "from_id": "user1915093558",
+ "text": [
+ "hi all, I lost matric card in D2 bus around 8pm. Name is yu bin. Any information plz email to ",
+ {
+ "type": "email",
+ "text": "binyu@u.nus.edu"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi all, I lost matric card in D2 bus around 8pm. Name is yu bin. Any information plz email to "
+ },
+ {
+ "type": "email",
+ "text": "binyu@u.nus.edu"
+ }
+ ]
+ },
+ {
+ "id": 5603,
+ "type": "message",
+ "date": "2021-08-29T18:05:48",
+ "date_unixtime": "1630231548",
+ "from": "Ananya Sinha",
+ "from_id": "user931592227",
+ "text": "hi i lost my iphone charger in utown outside starbucks 🥲 the charger head has a label “small ipad” on it !! Pls pm if u have seen it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost my iphone charger in utown outside starbucks 🥲 the charger head has a label “small ipad” on it !! Pls pm if u have seen it"
+ }
+ ]
+ },
+ {
+ "id": 5605,
+ "type": "message",
+ "date": "2021-08-30T11:55:00",
+ "date_unixtime": "1630295700",
+ "from": "Min Han",
+ "from_id": "user149552564",
+ "text": "found umbrella outside yih, pm me if its yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found umbrella outside yih, pm me if its yours"
+ }
+ ]
+ },
+ {
+ "id": 5607,
+ "type": "message",
+ "date": "2021-08-30T17:45:16",
+ "date_unixtime": "1630316716",
+ "from": "Dan",
+ "from_id": "user185038036",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "If this is your card pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If this is your card pm me"
+ }
+ ]
+ },
+ {
+ "id": 5615,
+ "type": "message",
+ "date": "2021-08-31T09:54:32",
+ "date_unixtime": "1630374872",
+ "edited": "2021-08-31T09:55:07",
+ "edited_unixtime": "1630374907",
+ "from": "Jared",
+ "from_id": "user99293074",
+ "reply_to_message_id": 5611,
+ "text": "hi, reminder to pls blank out the matric number! thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, reminder to pls blank out the matric number! thanks"
+ }
+ ]
+ },
+ {
+ "id": 5616,
+ "type": "message",
+ "date": "2021-08-31T09:54:55",
+ "date_unixtime": "1630374895",
+ "from": "Joel Neo",
+ "from_id": "user23434875",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi this keychain was found at the utown bus stop under the hand sanitizer",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi this keychain was found at the utown bus stop under the hand sanitizer"
+ }
+ ]
+ },
+ {
+ "id": 5617,
+ "type": "message",
+ "date": "2021-08-31T09:55:55",
+ "date_unixtime": "1630374955",
+ "from": "gavin",
+ "from_id": "user1843931081",
+ "reply_to_message_id": 5615,
+ "text": "Already returned to owner, will take note in future. Thanks :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Already returned to owner, will take note in future. Thanks :)"
+ }
+ ]
+ },
+ {
+ "id": 5621,
+ "type": "message",
+ "date": "2021-08-31T16:21:11",
+ "date_unixtime": "1630398071",
+ "edited": "2021-08-31T16:26:16",
+ "edited_unixtime": "1630398376",
+ "from": "Naomi W",
+ "from_id": "user440775180",
+ "text": "Hi! I lost my NUS ezlink card this morning around 9.45am on the way from the engineering bustop to Yong Siew Toh. If anyone saw it could you please drop me a text? Thanks so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost my NUS ezlink card this morning around 9.45am on the way from the engineering bustop to Yong Siew Toh. If anyone saw it could you please drop me a text? Thanks so much!"
+ }
+ ]
+ },
+ {
+ "id": 5633,
+ "type": "message",
+ "date": "2021-09-02T08:15:38",
+ "date_unixtime": "1630541738",
+ "from": "em",
+ "from_id": "user650396659",
+ "text": "hi I lost my matric card at S12. the name is emmy wang. if found pls pm me thank u",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi I lost my matric card at S12. the name is emmy wang. if found pls pm me thank u"
+ }
+ ]
+ },
+ {
+ "id": 5637,
+ "type": "message",
+ "date": "2021-09-02T15:57:03",
+ "date_unixtime": "1630569423",
+ "from": "Leon Lim Way Zhen",
+ "from_id": "user1001749435",
+ "text": "Hi, i lost my matric card around the frontier area and probably on bus 95, please pm me if you found it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, i lost my matric card around the frontier area and probably on bus 95, please pm me if you found it"
+ }
+ ]
+ },
+ {
+ "id": 5639,
+ "type": "message",
+ "date": "2021-09-02T19:17:50",
+ "date_unixtime": "1630581470",
+ "from": "Aloysius Chan",
+ "from_id": "user226767728",
+ "text": "Hi, i lost my wallet (brown card holder and matric card) on bus K at 345pm, please pm me if found🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, i lost my wallet (brown card holder and matric card) on bus K at 345pm, please pm me if found🙏"
+ }
+ ]
+ },
+ {
+ "id": 5641,
+ "type": "message",
+ "date": "2021-09-02T21:44:00",
+ "date_unixtime": "1630590240",
+ "from": "Rishi Kumar",
+ "from_id": "user88075343",
+ "text": "Hi, I left my samsung charger and cable at Town Plaza at Utown. Please let me know if you found it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I left my samsung charger and cable at Town Plaza at Utown. Please let me know if you found it!"
+ }
+ ]
+ },
+ {
+ "id": 5647,
+ "type": "message",
+ "date": "2021-09-03T19:05:52",
+ "date_unixtime": "1630667152",
+ "from": "Owen Yap",
+ "from_id": "user244605139",
+ "text": "Lost my matric card at food clique, do let me know if u have found it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost my matric card at food clique, do let me know if u have found it"
+ }
+ ]
+ },
+ {
+ "id": 5650,
+ "type": "message",
+ "date": "2021-09-04T12:40:21",
+ "date_unixtime": "1630730421",
+ "from": "Nan Song",
+ "from_id": "user246925338",
+ "text": "Hi, I lost my black wallet last night, around 9pm in the males toilet at EA. Please let me know if you have found it! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my black wallet last night, around 9pm in the males toilet at EA. Please let me know if you have found it! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 5656,
+ "type": "message",
+ "date": "2021-09-05T19:09:35",
+ "date_unixtime": "1630840175",
+ "from": "Stanley",
+ "from_id": "user1149868149",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 5657,
+ "type": "message",
+ "date": "2021-09-05T19:10:01",
+ "date_unixtime": "1630840201",
+ "from": "Stanley",
+ "from_id": "user1149868149",
+ "text": "Found in shuttle bus gave it to driver alr",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in shuttle bus gave it to driver alr"
+ }
+ ]
+ },
+ {
+ "id": 5660,
+ "type": "message",
+ "date": "2021-09-06T10:16:18",
+ "date_unixtime": "1630894578",
+ "from": "maggie",
+ "from_id": "user1306787589",
+ "text": "Hi, quick question, is there a lost and found group for the entire Singapore? Do kindly pm me thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, quick question, is there a lost and found group for the entire Singapore? Do kindly pm me thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 5661,
+ "type": "message",
+ "date": "2021-09-06T10:28:53",
+ "date_unixtime": "1630895333",
+ "from": "Vera Anne 🌊",
+ "from_id": "user684325695",
+ "text": "go police or sth bro",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "go police or sth bro"
+ }
+ ]
+ },
+ {
+ "id": 5667,
+ "type": "message",
+ "date": "2021-09-06T18:19:21",
+ "date_unixtime": "1630923561",
+ "from": "natasha leong",
+ "from_id": "user764540418",
+ "text": "helloo! I lost my AirPods Pro charging case and white colour tracetogether token around the drop off point at NUCOHS. both are attached together with an orange dog hand strap. please let me know if you’ve seen it around, thank you so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "helloo! I lost my AirPods Pro charging case and white colour tracetogether token around the drop off point at NUCOHS. both are attached together with an orange dog hand strap. please let me know if you’ve seen it around, thank you so much!"
+ }
+ ]
+ },
+ {
+ "id": 5670,
+ "type": "message",
+ "date": "2021-09-06T19:10:46",
+ "date_unixtime": "1630926646",
+ "from": "Marcus Ng",
+ "from_id": "user159595405",
+ "text": "Hello i lost my wallet at around LT53! Please kindly pm me if you happen happen to have seen it around! Thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello i lost my wallet at around LT53! Please kindly pm me if you happen happen to have seen it around! Thank you"
+ }
+ ]
+ },
+ {
+ "id": 5671,
+ "type": "message",
+ "date": "2021-09-07T14:06:45",
+ "date_unixtime": "1630994805",
+ "from": "darren",
+ "from_id": "user316212125",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hello, anyone lost an EZ Link card at Deck Yong Tau Foo? It's located at the store",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, anyone lost an EZ Link card at Deck Yong Tau Foo? It's located at the store"
+ }
+ ]
+ },
+ {
+ "id": 5678,
+ "type": "message",
+ "date": "2021-09-08T18:34:08",
+ "date_unixtime": "1631097248",
+ "from": "hasha",
+ "from_id": "user531455622",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi airpods found at as8 level 4!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi airpods found at as8 level 4!!"
+ }
+ ]
+ },
+ {
+ "id": 5680,
+ "type": "message",
+ "date": "2021-09-09T10:52:53",
+ "date_unixtime": "1631155973",
+ "from": "xx",
+ "from_id": "user941636660",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found hedgehog plushie near yale nus (",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found hedgehog plushie near yale nus ("
+ }
+ ]
+ },
+ {
+ "id": 5690,
+ "type": "message",
+ "date": "2021-09-10T15:17:47",
+ "date_unixtime": "1631258267",
+ "from": "chenfei",
+ "from_id": "user837628804",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello, wallet found at MD 1 level 1 toilet!! it belongs to lim zhi yu!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello, wallet found at MD 1 level 1 toilet!! it belongs to lim zhi yu!"
+ }
+ ]
+ },
+ {
+ "id": 5692,
+ "type": "message",
+ "date": "2021-09-10T19:42:03",
+ "date_unixtime": "1631274123",
+ "from": "WenJun",
+ "from_id": "user469553867",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Mpsh toilet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Mpsh toilet"
+ }
+ ]
+ },
+ {
+ "id": 5695,
+ "type": "message",
+ "date": "2021-09-10T19:53:14",
+ "date_unixtime": "1631274794",
+ "from": "Owen Chan",
+ "from_id": "user345649767",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 938,
+ "height": 1280,
+ "text": "Found on Bus D2, Bus Captain said he would leave it at PGP Terminal",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found on Bus D2, Bus Captain said he would leave it at PGP Terminal"
+ }
+ ]
+ },
+ {
+ "id": 5700,
+ "type": "message",
+ "date": "2021-09-11T12:12:43",
+ "date_unixtime": "1631333563",
+ "from": "Bryan Yap",
+ "from_id": "user670525978",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 1280,
+ "text": "Found a matriculation card near Lee Kong Chian Natural History Museum. Please head to the Natural History Museum counter to collect.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a matriculation card near Lee Kong Chian Natural History Museum. Please head to the Natural History Museum counter to collect."
+ }
+ ]
+ },
+ {
+ "id": 5709,
+ "type": "service",
+ "date": "2021-09-11T19:55:17",
+ "date_unixtime": "1631361317",
+ "actor": "Da Hyun Yu",
+ "actor_id": "user1283834472",
+ "action": "invite_members",
+ "members": [
+ "Da Hyun Yu"
+ ],
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 5710,
+ "type": "message",
+ "date": "2021-09-11T23:28:55",
+ "date_unixtime": "1631374135",
+ "from": "Nafil",
+ "from_id": "user557490201",
+ "text": "hi there! I lost my apple pencil at the Ian & Peony Ferguson Study Room (ERC Rooftop) earlier today. It is a gen 1 apple pencil encased in blue and orange. If you have seen it or know anything about it, please do drop me a text!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi there! I lost my apple pencil at the Ian & Peony Ferguson Study Room (ERC Rooftop) earlier today. It is a gen 1 apple pencil encased in blue and orange. If you have seen it or know anything about it, please do drop me a text!"
+ }
+ ]
+ },
+ {
+ "id": 5753,
+ "type": "message",
+ "date": "2021-09-15T19:33:46",
+ "date_unixtime": "1631705626",
+ "from": "Julian",
+ "from_id": "user130163501",
+ "text": "Hi I left my umbrella at SFAH beacon last Friday on the right side. It’s black in colour. If u see it lemme know! Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I left my umbrella at SFAH beacon last Friday on the right side. It’s black in colour. If u see it lemme know! Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 5758,
+ "type": "message",
+ "date": "2021-09-15T21:54:00",
+ "date_unixtime": "1631714040",
+ "from": "Lionel",
+ "from_id": "user173314864",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi, someone left their iPad Pro at the seating area outside Starbucks, at ERC. It has been left unattended since morning. Will be passing it over to campus security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, someone left their iPad Pro at the seating area outside Starbucks, at ERC. It has been left unattended since morning. Will be passing it over to campus security"
+ }
+ ]
+ },
+ {
+ "id": 5770,
+ "type": "message",
+ "date": "2021-09-16T15:08:18",
+ "date_unixtime": "1631776098",
+ "from": "Lf",
+ "from_id": "user1961150032",
+ "text": "find a usb drive in my handbag. Please PM if you lost it.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "find a usb drive in my handbag. Please PM if you lost it."
+ }
+ ]
+ },
+ {
+ "id": 5771,
+ "type": "message",
+ "date": "2021-09-16T15:08:31",
+ "date_unixtime": "1631776111",
+ "from": "Lf",
+ "from_id": "user1961150032",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 5772,
+ "type": "message",
+ "date": "2021-09-16T15:36:23",
+ "date_unixtime": "1631777783",
+ "from": "Mihika Joshi",
+ "from_id": "user926344949",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found someone’s passion ez link card at pgp house printing room, dm me if it’s yours or know whose it is",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found someone’s passion ez link card at pgp house printing room, dm me if it’s yours or know whose it is"
+ }
+ ]
+ },
+ {
+ "id": 5776,
+ "type": "message",
+ "date": "2021-09-16T17:19:31",
+ "date_unixtime": "1631783971",
+ "from": "Peiyu",
+ "from_id": "user1169456232",
+ "text": "Hi I lost my grey jacket somewhere at UTown last month....(sry just got to know about this group chat) if anyone has seen it, please contact me T T Thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my grey jacket somewhere at UTown last month....(sry just got to know about this group chat) if anyone has seen it, please contact me T T Thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 5777,
+ "type": "message",
+ "date": "2021-09-16T17:20:50",
+ "date_unixtime": "1631784050",
+ "from": "kenrick",
+ "from_id": "user383867196",
+ "text": "Hi I lost my laptop sleeve (grey) somewhere in uTown last week, if anyone has seen it pls contact me thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my laptop sleeve (grey) somewhere in uTown last week, if anyone has seen it pls contact me thanks!"
+ }
+ ]
+ },
+ {
+ "id": 5786,
+ "type": "message",
+ "date": "2021-09-17T11:10:59",
+ "date_unixtime": "1631848259",
+ "from": "neha",
+ "from_id": "user511420311",
+ "text": "Hi I lost my intern/visitor’s pass card in utown (possibly at the udondon bar), please contact me if anyone has seen it, thank you sm!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my intern/visitor’s pass card in utown (possibly at the udondon bar), please contact me if anyone has seen it, thank you sm!"
+ }
+ ]
+ },
+ {
+ "id": 5789,
+ "type": "message",
+ "date": "2021-09-17T13:37:40",
+ "date_unixtime": "1631857060",
+ "from": "clara choo",
+ "from_id": "user974018993",
+ "text": "Hello I lost my Charles n Keith black cardholder containing my matric card, ezlink, dbs debit n uob credit card around FOS 2 weeks ago, anyone who has seen if pls do lmk thank u! (Sorry just got to know abt this group haha)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello I lost my Charles n Keith black cardholder containing my matric card, ezlink, dbs debit n uob credit card around FOS 2 weeks ago, anyone who has seen if pls do lmk thank u! (Sorry just got to know abt this group haha)"
+ }
+ ]
+ },
+ {
+ "id": 5805,
+ "type": "message",
+ "date": "2021-09-18T16:24:18",
+ "date_unixtime": "1631953458",
+ "from": "Yize",
+ "from_id": "user686482414",
+ "text": "hi i lost my pgp room card last week, if someone finds it pls let me know thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost my pgp room card last week, if someone finds it pls let me know thanks!"
+ }
+ ]
+ },
+ {
+ "id": 5808,
+ "type": "message",
+ "date": "2021-09-19T10:38:48",
+ "date_unixtime": "1632019128",
+ "from": "Albert Sutiono",
+ "from_id": "user176037276",
+ "text": "Hi, I lost my matric card in YIH today :l \nNear Computer Centres I believe",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my matric card in YIH today :l \nNear Computer Centres I believe"
+ }
+ ]
+ },
+ {
+ "id": 5809,
+ "type": "message",
+ "date": "2021-09-19T15:56:41",
+ "date_unixtime": "1632038201",
+ "from": "❤️🖤",
+ "from_id": "user171155538",
+ "text": "hii i lost my grabpay card today i tink its on bus A2. it says CHOW SI QING on it. lmk if u find it!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hii i lost my grabpay card today i tink its on bus A2. it says CHOW SI QING on it. lmk if u find it!!"
+ }
+ ]
+ },
+ {
+ "id": 5814,
+ "type": "message",
+ "date": "2021-09-20T12:43:23",
+ "date_unixtime": "1632113003",
+ "edited": "2021-09-20T23:15:21",
+ "edited_unixtime": "1632150921",
+ "from": "meijuan",
+ "from_id": "user1469721360",
+ "text": "hello i found a icbc bank card (the name is tong bo) at uhc bus stop, i have passed it to the icbc bank",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello i found a icbc bank card (the name is tong bo) at uhc bus stop, i have passed it to the icbc bank"
+ }
+ ]
+ },
+ {
+ "id": 5817,
+ "type": "message",
+ "date": "2021-09-20T23:07:17",
+ "date_unixtime": "1632150437",
+ "edited": "2021-09-20T23:08:06",
+ "edited_unixtime": "1632150486",
+ "from": "loe 🌝",
+ "from_id": "user152008237",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at SRC table right outside Octobox (Type C to Lightning)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at SRC table right outside Octobox (Type C to Lightning)"
+ }
+ ]
+ },
+ {
+ "id": 5818,
+ "type": "message",
+ "date": "2021-09-20T23:07:42",
+ "date_unixtime": "1632150462",
+ "from": "Zhefeng",
+ "from_id": "user634170243",
+ "text": [
+ {
+ "type": "mention",
+ "text": "@lawrexne"
+ },
+ " urs ah?"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@lawrexne"
+ },
+ {
+ "type": "plain",
+ "text": " urs ah?"
+ }
+ ]
+ },
+ {
+ "id": 5820,
+ "type": "message",
+ "date": "2021-09-21T07:43:44",
+ "date_unixtime": "1632181424",
+ "from": "👻",
+ "from_id": "user1344421571",
+ "text": "Hello, I lost my ic n passion card if found let me know thx",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, I lost my ic n passion card if found let me know thx"
+ }
+ ]
+ },
+ {
+ "id": 5837,
+ "type": "message",
+ "date": "2021-09-23T18:26:12",
+ "date_unixtime": "1632392772",
+ "from": "valencia",
+ "from_id": "user744482148",
+ "text": "Hi i lost my earpieces in u town yesterday from abt 12-4pm :-( theyre silvery-white in colour, with coiled (rubber coated) wire with a metal end. One earpiece has blue markings and the other has red markings! If found please let me know thank uu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i lost my earpieces in u town yesterday from abt 12-4pm :-( theyre silvery-white in colour, with coiled (rubber coated) wire with a metal end. One earpiece has blue markings and the other has red markings! If found please let me know thank uu"
+ }
+ ]
+ },
+ {
+ "id": 5841,
+ "type": "message",
+ "date": "2021-09-24T18:39:33",
+ "date_unixtime": "1632479973",
+ "from": "Khun",
+ "from_id": "user256122182",
+ "text": "hi i lost my matric card at md6 today at around 12pm. It’s in a kent ridge hall land yard so if you found it please pm me thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost my matric card at md6 today at around 12pm. It’s in a kent ridge hall land yard so if you found it please pm me thank you"
+ }
+ ]
+ },
+ {
+ "id": 5843,
+ "type": "message",
+ "date": "2021-09-24T21:02:07",
+ "date_unixtime": "1632488527",
+ "edited": "2021-09-24T21:02:15",
+ "edited_unixtime": "1632488535",
+ "from": "thaqif",
+ "from_id": "user116661695",
+ "text": "Hi, lost my airpods case with black casing on 22 sept somewhere in engine if you found it pls pm me thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, lost my airpods case with black casing on 22 sept somewhere in engine if you found it pls pm me thanks!"
+ }
+ ]
+ },
+ {
+ "id": 5847,
+ "type": "message",
+ "date": "2021-09-25T21:26:09",
+ "date_unixtime": "1632576369",
+ "from": "NUS Lost and Found",
+ "from_id": "channel1336607875",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Jacket found at utown busstop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Jacket found at utown busstop"
+ }
+ ]
+ },
+ {
+ "id": 5852,
+ "type": "message",
+ "date": "2021-09-27T11:14:50",
+ "date_unixtime": "1632712490",
+ "from": "Raven Zyl",
+ "from_id": "user420399488",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Macbook charger at stephen riady centre",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Macbook charger at stephen riady centre"
+ }
+ ]
+ },
+ {
+ "id": 5856,
+ "type": "message",
+ "date": "2021-09-28T08:55:07",
+ "date_unixtime": "1632790507",
+ "from": "douce foo ❄️",
+ "from_id": "user206590731",
+ "text": "hi! has anyone seen a pair of airpods in a shimmery pearl white hard casing around SH/KR? please pm me if u’ve found it thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! has anyone seen a pair of airpods in a shimmery pearl white hard casing around SH/KR? please pm me if u’ve found it thank you!"
+ }
+ ]
+ },
+ {
+ "id": 5858,
+ "type": "message",
+ "date": "2021-09-28T11:06:19",
+ "date_unixtime": "1632798379",
+ "from": "jx",
+ "from_id": "user375123148",
+ "text": "hi! i left my matric card on bus d1 last night at around 730pm last night. if you found it please pm me!! my name is jing xuan. thank u!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! i left my matric card on bus d1 last night at around 730pm last night. if you found it please pm me!! my name is jing xuan. thank u!!"
+ }
+ ]
+ },
+ {
+ "id": 5860,
+ "type": "message",
+ "date": "2021-09-28T13:56:27",
+ "date_unixtime": "1632808587",
+ "edited": "2021-09-28T13:56:48",
+ "edited_unixtime": "1632808608",
+ "from": "kang ding",
+ "from_id": "user779252164",
+ "text": "hi guys i left my black wallet at utown earlier today near bookhaven (around 1030am). please pm me if you find it! My name is Han Kang Ding. thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi guys i left my black wallet at utown earlier today near bookhaven (around 1030am). please pm me if you find it! My name is Han Kang Ding. thank you!"
+ }
+ ]
+ },
+ {
+ "id": 5864,
+ "type": "message",
+ "date": "2021-09-28T20:31:14",
+ "date_unixtime": "1632832274",
+ "from": "jane",
+ "from_id": "user628890474",
+ "text": "hihi! I left my ezlink card w a red card holder on A1 bus arnd 6pm. do dm me if u found it. thankyou!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hihi! I left my ezlink card w a red card holder on A1 bus arnd 6pm. do dm me if u found it. thankyou!"
+ }
+ ]
+ },
+ {
+ "id": 5865,
+ "type": "message",
+ "date": "2021-09-28T21:02:35",
+ "date_unixtime": "1632834155",
+ "from": "nithila",
+ "from_id": "user928403916",
+ "text": "Hihi if anyone sees a PGPR room card for block 15 level 6 room B let me know, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hihi if anyone sees a PGPR room card for block 15 level 6 room B let me know, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 5866,
+ "type": "message",
+ "date": "2021-09-29T02:21:32",
+ "date_unixtime": "1632853292",
+ "from": "jiatong 🧚🏻♀️",
+ "from_id": "user520637421",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi charger found at utown active learning rm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi charger found at utown active learning rm"
+ }
+ ]
+ },
+ {
+ "id": 5869,
+ "type": "message",
+ "date": "2021-09-29T18:21:33",
+ "date_unixtime": "1632910893",
+ "from": "Eric",
+ "from_id": "user420399429",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 5870,
+ "type": "message",
+ "date": "2021-09-29T18:44:59",
+ "date_unixtime": "1632912299",
+ "from": "Haitong Zhou",
+ "from_id": "user979269514",
+ "text": "Hiii! has anyone seen a room card of pgpr at pgpr bus stop or on A1 bus? please pm me if u’ve found it thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hiii! has anyone seen a room card of pgpr at pgpr bus stop or on A1 bus? please pm me if u’ve found it thank you!"
+ }
+ ]
+ },
+ {
+ "id": 5871,
+ "type": "service",
+ "date": "2021-09-29T18:50:49",
+ "date_unixtime": "1632912649",
+ "actor": "Haitong Zhou",
+ "actor_id": "user979269514",
+ "action": "invite_members",
+ "members": [
+ "Lokki XU"
+ ],
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 5873,
+ "type": "message",
+ "date": "2021-09-29T19:24:45",
+ "date_unixtime": "1632914685",
+ "from": "Georgia🦎",
+ "from_id": "user803022657",
+ "text": "Hii anyone saw a matric card of Jiayi Zhang? Have lost it in UTown Education Resource Centre near to the Study",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii anyone saw a matric card of Jiayi Zhang? Have lost it in UTown Education Resource Centre near to the Study"
+ }
+ ]
+ },
+ {
+ "id": 5875,
+ "type": "message",
+ "date": "2021-09-30T09:51:51",
+ "date_unixtime": "1632966711",
+ "from": "lix",
+ "from_id": "user572922925",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello! found a wallet belonging to zeremy tang on bus A2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! found a wallet belonging to zeremy tang on bus A2"
+ }
+ ]
+ },
+ {
+ "id": 5880,
+ "type": "message",
+ "date": "2021-09-30T15:58:29",
+ "date_unixtime": "1632988709",
+ "from": "emily",
+ "from_id": "user830182814",
+ "text": "hi! has anyone seen a black tote bag with a pink wallet inside on bus A2?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! has anyone seen a black tote bag with a pink wallet inside on bus A2?"
+ }
+ ]
+ },
+ {
+ "id": 5882,
+ "type": "message",
+ "date": "2021-09-30T18:08:42",
+ "date_unixtime": "1632996522",
+ "from": "Vera Anne 🌊",
+ "from_id": "user684325695",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "tumbler found at corner of bus A1, passed to bus uncle",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "tumbler found at corner of bus A1, passed to bus uncle"
+ }
+ ]
+ },
+ {
+ "id": 5883,
+ "type": "message",
+ "date": "2021-09-30T22:17:38",
+ "date_unixtime": "1633011458",
+ "from": "Terence Ong",
+ "from_id": "user178110763",
+ "text": "Hihi, anyone saw a matric card bearing the name “Niun Jie Min”, probably along CLB to SDE 2? Please PM me if you found it, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hihi, anyone saw a matric card bearing the name “Niun Jie Min”, probably along CLB to SDE 2? Please PM me if you found it, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 5886,
+ "type": "message",
+ "date": "2021-09-30T23:39:24",
+ "date_unixtime": "1633016364",
+ "from": "yihern",
+ "from_id": "user136690568",
+ "text": "Hi, anyone picked up a Lenovo Mod Pen (a black coloured stylus) in COM2 LT16? I think I left it there at around 12-3pm today. Please PM me if you’ve seen it, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone picked up a Lenovo Mod Pen (a black coloured stylus) in COM2 LT16? I think I left it there at around 12-3pm today. Please PM me if you’ve seen it, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 5889,
+ "type": "message",
+ "date": "2021-10-01T11:01:33",
+ "date_unixtime": "1633057293",
+ "from": "Jia Hui / Zen 🌈 (they/them)",
+ "from_id": "user808097289",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this at Kent Ridge Hall, owner please collect from me at the management office. Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at Kent Ridge Hall, owner please collect from me at the management office. Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 5891,
+ "type": "message",
+ "date": "2021-10-01T14:22:12",
+ "date_unixtime": "1633069332",
+ "from": "Valerie Liew",
+ "from_id": "user691808764",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi wondering if anyone saw a card holder like this one ystday aftnoon. Possible places include: one of the A2 buses, Biz1 lvl2 study pod, biz 2 2-28, LT18 and biz2 B1-04. Holds a bank card and a NTU matric card. Pls pm me if you’ve seen it 🙏 thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi wondering if anyone saw a card holder like this one ystday aftnoon. Possible places include: one of the A2 buses, Biz1 lvl2 study pod, biz 2 2-28, LT18 and biz2 B1-04. Holds a bank card and a NTU matric card. Pls pm me if you’ve seen it 🙏 thank you"
+ }
+ ]
+ },
+ {
+ "id": 5913,
+ "type": "message",
+ "date": "2021-10-02T13:17:36",
+ "date_unixtime": "1633151856",
+ "edited": "2021-10-02T13:17:47",
+ "edited_unixtime": "1633151867",
+ "from": "Shoib Loya",
+ "from_id": "user830289281",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found airpod pro case at the study area across rock climbing wall (Level-2) Utown. Passed over to erc security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found airpod pro case at the study area across rock climbing wall (Level-2) Utown. Passed over to erc security"
+ }
+ ]
+ },
+ {
+ "id": 5914,
+ "type": "message",
+ "date": "2021-10-02T13:33:18",
+ "date_unixtime": "1633152798",
+ "from": "Petrina Tan",
+ "from_id": "user637989198",
+ "text": "Hi, if anyone found a student pass with the name Petrina Tan nearby the UHC area and Kent Ridge MRT area or on one of the shuttle buses, please PM me. Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone found a student pass with the name Petrina Tan nearby the UHC area and Kent Ridge MRT area or on one of the shuttle buses, please PM me. Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 5925,
+ "type": "message",
+ "date": "2021-10-03T21:04:06",
+ "date_unixtime": "1633266246",
+ "edited": "2021-10-03T21:04:17",
+ "edited_unixtime": "1633266257",
+ "from": "Rachel Yoong 🤩✌️",
+ "from_id": "user219008688",
+ "text": "Hi had anyone seen a lost apple pencil 2 lost in one of the business classrooms at mochtar riady. It has “Rachel Yoong” engraved on it. Please PM me, thankyou!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi had anyone seen a lost apple pencil 2 lost in one of the business classrooms at mochtar riady. It has “Rachel Yoong” engraved on it. Please PM me, thankyou!"
+ }
+ ]
+ },
+ {
+ "id": 5934,
+ "type": "message",
+ "date": "2021-10-05T18:55:42",
+ "date_unixtime": "1633431342",
+ "from": "ℙ𝕖𝕚𝕎𝕖𝕟💖",
+ "from_id": "user232824915",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Apple charger found on table outside of starbucks at utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Apple charger found on table outside of starbucks at utown"
+ }
+ ]
+ },
+ {
+ "id": 5935,
+ "type": "message",
+ "date": "2021-10-05T19:20:54",
+ "date_unixtime": "1633432854",
+ "from": "shanice tan",
+ "from_id": "user556743554",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Oppo phone found @ MPSH 6 female toilet first cubicle",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Oppo phone found @ MPSH 6 female toilet first cubicle"
+ }
+ ]
+ },
+ {
+ "id": 5937,
+ "type": "message",
+ "date": "2021-10-06T12:45:54",
+ "date_unixtime": "1633495554",
+ "from": "Petrina Tan",
+ "from_id": "user637989198",
+ "text": "A kind soul returned my student card to the Student Services Centre office and i've retrieved it today. Hoping all of you who have lost your items manage to find them back! Thanks and take care",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "A kind soul returned my student card to the Student Services Centre office and i've retrieved it today. Hoping all of you who have lost your items manage to find them back! Thanks and take care"
+ }
+ ]
+ },
+ {
+ "id": 5940,
+ "type": "message",
+ "date": "2021-10-07T22:32:45",
+ "date_unixtime": "1633617165",
+ "from": "Ananya Sinha",
+ "from_id": "user931592227",
+ "text": "Helloo i lost my PGP room card around pick and go and PH foyer area !! if anyone sees a block 19 room card plsss PM thank uuuu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Helloo i lost my PGP room card around pick and go and PH foyer area !! if anyone sees a block 19 room card plsss PM thank uuuu"
+ }
+ ]
+ },
+ {
+ "id": 5945,
+ "type": "message",
+ "date": "2021-10-08T10:50:49",
+ "date_unixtime": "1633661449",
+ "edited": "2021-10-08T10:51:10",
+ "edited_unixtime": "1633661470",
+ "from": "Faith",
+ "from_id": "user179978612",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "laptop charger (?) found at benches in Utown @SRC Lv 2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "laptop charger (?) found at benches in Utown @SRC Lv 2"
+ }
+ ]
+ },
+ {
+ "id": 5952,
+ "type": "message",
+ "date": "2021-10-08T19:30:59",
+ "date_unixtime": "1633692659",
+ "from": "Lionel",
+ "from_id": "user173314864",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Someone left their charger at the seating area outside SB",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left their charger at the seating area outside SB"
+ }
+ ]
+ },
+ {
+ "id": 5955,
+ "type": "message",
+ "date": "2021-10-09T02:44:40",
+ "date_unixtime": "1633718680",
+ "edited": "2021-10-09T02:44:55",
+ "edited_unixtime": "1633718695",
+ "from": "KVS",
+ "from_id": "user727685526",
+ "text": "Hi I lost my black card holder which has my DBS debit card, my IC, my matriculation card, my Starbucks card and my Perks card (I know it’s a lot 😅) near LT27 or KR MRT. Please let me know if someone finds it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my black card holder which has my DBS debit card, my IC, my matriculation card, my Starbucks card and my Perks card (I know it’s a lot 😅) near LT27 or KR MRT. Please let me know if someone finds it!"
+ }
+ ]
+ },
+ {
+ "id": 5960,
+ "type": "message",
+ "date": "2021-10-11T16:04:31",
+ "date_unixtime": "1633939471",
+ "from": "Anthony 🐜",
+ "from_id": "user211894177",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "wireless mouse found at SDE 1 CL-2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "wireless mouse found at SDE 1 CL-2"
+ }
+ ]
+ },
+ {
+ "id": 5965,
+ "type": "message",
+ "date": "2021-10-12T12:26:22",
+ "date_unixtime": "1634012782",
+ "from": "S Yq",
+ "from_id": "user2036103836",
+ "text": "Hi I lost my item on A1 this morning .Someone who may noticed please contact me, thx a lot!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my item on A1 this morning .Someone who may noticed please contact me, thx a lot!"
+ }
+ ]
+ },
+ {
+ "id": 5968,
+ "type": "message",
+ "date": "2021-10-12T22:16:48",
+ "date_unixtime": "1634048208",
+ "from": "Nicholas Ong",
+ "from_id": "user77622243",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi does anyone know who this is? Found outside USP",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi does anyone know who this is? Found outside USP"
+ }
+ ]
+ },
+ {
+ "id": 5980,
+ "type": "message",
+ "date": "2021-10-14T15:25:27",
+ "date_unixtime": "1634196327",
+ "from": "Faith",
+ "from_id": "user179978612",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "wallet found in octobox!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "wallet found in octobox!"
+ }
+ ]
+ },
+ {
+ "id": 5981,
+ "type": "message",
+ "date": "2021-10-14T15:25:28",
+ "date_unixtime": "1634196328",
+ "from": "Faith",
+ "from_id": "user179978612",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 959,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 5985,
+ "type": "message",
+ "date": "2021-10-15T18:28:00",
+ "date_unixtime": "1634293680",
+ "from": "Shanice 白",
+ "from_id": "user345773507",
+ "text": "Hi I lost my student card and ezlink card on A1 about 15 mins ago. It’s in a black card holder that says Baker Tilly. Any who noticed please contact me. Thank you 😭🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my student card and ezlink card on A1 about 15 mins ago. It’s in a black card holder that says Baker Tilly. Any who noticed please contact me. Thank you 😭🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 5994,
+ "type": "message",
+ "date": "2021-10-16T13:09:12",
+ "date_unixtime": "1634360952",
+ "edited": "2021-10-16T13:09:25",
+ "edited_unixtime": "1634360965",
+ "from": "Claire",
+ "from_id": "user40714454",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "wallet found",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "wallet found"
+ }
+ ]
+ },
+ {
+ "id": 5999,
+ "type": "message",
+ "date": "2021-10-16T20:29:09",
+ "date_unixtime": "1634387349",
+ "from": "josh",
+ "from_id": "user316927846",
+ "text": "lost my matric card at finefood ard 30 min ago…. anyone picked it up ?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lost my matric card at finefood ard 30 min ago…. anyone picked it up ?"
+ }
+ ]
+ },
+ {
+ "id": 6005,
+ "type": "message",
+ "date": "2021-10-17T11:11:11",
+ "date_unixtime": "1634440271",
+ "from": null,
+ "from_id": "user1306025341",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "At u town (but I just left it there lah probably anyone who lost it can come collect it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "At u town (but I just left it there lah probably anyone who lost it can come collect it"
+ }
+ ]
+ },
+ {
+ "id": 6006,
+ "type": "message",
+ "date": "2021-10-17T11:11:20",
+ "date_unixtime": "1634440280",
+ "from": null,
+ "from_id": "user1306025341",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6008,
+ "type": "message",
+ "date": "2021-10-17T18:14:53",
+ "date_unixtime": "1634465693",
+ "edited": "2021-10-17T18:15:00",
+ "edited_unixtime": "1634465700",
+ "from": "Geoff",
+ "from_id": "user242177411",
+ "text": "Hi! Has anyone seen a logitech wireless mouse in SDE2 ES2? Think I lost it there last Thurs, 14 Oct.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Has anyone seen a logitech wireless mouse in SDE2 ES2? Think I lost it there last Thurs, 14 Oct."
+ }
+ ]
+ },
+ {
+ "id": 6009,
+ "type": "message",
+ "date": "2021-10-17T18:16:11",
+ "date_unixtime": "1634465771",
+ "from": "Petrina Tan",
+ "from_id": "user637989198",
+ "text": "Not this one?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Not this one?"
+ }
+ ]
+ },
+ {
+ "id": 6010,
+ "type": "message",
+ "date": "2021-10-17T18:16:11",
+ "date_unixtime": "1634465771",
+ "from": "Petrina Tan",
+ "from_id": "user637989198",
+ "forwarded_from": "Anthony",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "wireless mouse found at SDE 1 CL-2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "wireless mouse found at SDE 1 CL-2"
+ }
+ ]
+ },
+ {
+ "id": 6011,
+ "type": "message",
+ "date": "2021-10-17T18:16:39",
+ "date_unixtime": "1634465799",
+ "from": "Geoff",
+ "from_id": "user242177411",
+ "text": "haha not this one, mine looks different",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "haha not this one, mine looks different"
+ }
+ ]
+ },
+ {
+ "id": 6012,
+ "type": "message",
+ "date": "2021-10-17T18:24:52",
+ "date_unixtime": "1634466292",
+ "from": "Petrina Tan",
+ "from_id": "user637989198",
+ "reply_to_message_id": 6011,
+ "text": "Okies, hope you manage to find it back 👍",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Okies, hope you manage to find it back 👍"
+ }
+ ]
+ },
+ {
+ "id": 6013,
+ "type": "message",
+ "date": "2021-10-17T18:25:12",
+ "date_unixtime": "1634466312",
+ "from": "Geoff",
+ "from_id": "user242177411",
+ "reply_to_message_id": 6012,
+ "text": "thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thanks!"
+ }
+ ]
+ },
+ {
+ "id": 6017,
+ "type": "message",
+ "date": "2021-10-20T21:27:51",
+ "date_unixtime": "1634736471",
+ "from": "becca ✨",
+ "from_id": "user765446476",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found this wallet at the UTSRC washroom! we are going to pass it to the campus security at utown! ☺️ \n\nhappie midweek everybody! :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found this wallet at the UTSRC washroom! we are going to pass it to the campus security at utown! ☺️ \n\nhappie midweek everybody! :)"
+ }
+ ]
+ },
+ {
+ "id": 6018,
+ "type": "service",
+ "date": "2021-10-21T00:18:26",
+ "date_unixtime": "1634746706",
+ "actor": "Sriharini",
+ "actor_id": "user230684973",
+ "action": "invite_members",
+ "members": [
+ "madeline"
+ ],
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6019,
+ "type": "service",
+ "date": "2021-10-21T01:14:05",
+ "date_unixtime": "1634750045",
+ "actor": "j",
+ "actor_id": "user221258196",
+ "action": "invite_members",
+ "members": [
+ "j"
+ ],
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6023,
+ "type": "message",
+ "date": "2021-10-21T14:09:51",
+ "date_unixtime": "1634796591",
+ "from": "j",
+ "from_id": "user221258196",
+ "text": "hi all! i left a xiaomi powerbank in a white bag @ usc climbing wall last night. it’s not there anymore - pls lmk if you find it :-) tq",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi all! i left a xiaomi powerbank in a white bag @ usc climbing wall last night. it’s not there anymore - pls lmk if you find it :-) tq"
+ }
+ ]
+ },
+ {
+ "id": 6025,
+ "type": "message",
+ "date": "2021-10-21T17:33:40",
+ "date_unixtime": "1634808820",
+ "edited": "2021-10-21T17:33:49",
+ "edited_unixtime": "1634808829",
+ "from": "Van ඞ. •。",
+ "from_id": "user136671236",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Earphones at erc, given to utown campus security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Earphones at erc, given to utown campus security"
+ }
+ ]
+ },
+ {
+ "id": 6026,
+ "type": "message",
+ "date": "2021-10-21T18:22:45",
+ "date_unixtime": "1634811765",
+ "from": "Zhou Yang",
+ "from_id": "user706349141",
+ "reply_to_message_id": 6025,
+ "text": "Thank you so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thank you so much!"
+ }
+ ]
+ },
+ {
+ "id": 6028,
+ "type": "message",
+ "date": "2021-10-22T10:25:06",
+ "date_unixtime": "1634869506",
+ "from": "j3ff",
+ "from_id": "user922683037",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found these at LT37. PM me if they're yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found these at LT37. PM me if they're yours"
+ }
+ ]
+ },
+ {
+ "id": 6034,
+ "type": "message",
+ "date": "2021-10-22T22:25:30",
+ "date_unixtime": "1634912730",
+ "from": "Zhefeng",
+ "from_id": "user634170243",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Found this at utown green. Passed to the utown security office.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at utown green. Passed to the utown security office."
+ }
+ ]
+ },
+ {
+ "id": 6035,
+ "type": "message",
+ "date": "2021-10-23T12:42:27",
+ "date_unixtime": "1634964147",
+ "from": "Joel Tan",
+ "from_id": "user288559523",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Ez link card found near CFA and opp YIH bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ez link card found near CFA and opp YIH bus stop"
+ }
+ ]
+ },
+ {
+ "id": 6049,
+ "type": "message",
+ "date": "2021-10-26T21:02:25",
+ "date_unixtime": "1635253345",
+ "from": "CL",
+ "from_id": "user195999623",
+ "text": "Hii i lost a black colour earbud case either on bus A2 or at COM2 area, please do let me know if you happen to see it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii i lost a black colour earbud case either on bus A2 or at COM2 area, please do let me know if you happen to see it!"
+ }
+ ]
+ },
+ {
+ "id": 6052,
+ "type": "message",
+ "date": "2021-10-27T00:28:08",
+ "date_unixtime": "1635265688",
+ "from": "Sheryl",
+ "from_id": "user141401915",
+ "text": "Hi, if anyone has seen a turquoise pilot pencil on one of the com1 basement table (after 7pm, tuesday), could you pls pm me thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone has seen a turquoise pilot pencil on one of the com1 basement table (after 7pm, tuesday), could you pls pm me thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 6053,
+ "type": "message",
+ "date": "2021-10-27T14:56:53",
+ "date_unixtime": "1635317813",
+ "from": "Beverley",
+ "from_id": "user253352019",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "hi i found this at E1 toilet! it's with security at E5 :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i found this at E1 toilet! it's with security at E5 :)"
+ }
+ ]
+ },
+ {
+ "id": 6057,
+ "type": "message",
+ "date": "2021-10-29T13:05:18",
+ "date_unixtime": "1635483918",
+ "from": "YW",
+ "from_id": "user402500911",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "A wallet found at utown SRC level 2 on the round table. Pls contact me if it belongs to you.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "A wallet found at utown SRC level 2 on the round table. Pls contact me if it belongs to you."
+ }
+ ]
+ },
+ {
+ "id": 6062,
+ "type": "message",
+ "date": "2021-10-29T18:30:00",
+ "date_unixtime": "1635503400",
+ "from": "lawrence",
+ "from_id": "user318406209",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "outside NUS CLB, AirPods cover",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "outside NUS CLB, AirPods cover"
+ }
+ ]
+ },
+ {
+ "id": 6072,
+ "type": "message",
+ "date": "2021-11-01T13:13:07",
+ "date_unixtime": "1635743587",
+ "from": "David Lim",
+ "from_id": "user249036042",
+ "text": "hi if anyone sees a plastic bag with clothes around YIH, let me know",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone sees a plastic bag with clothes around YIH, let me know"
+ }
+ ]
+ },
+ {
+ "id": 6075,
+ "type": "message",
+ "date": "2021-11-01T19:58:33",
+ "date_unixtime": "1635767913",
+ "from": "Kinan",
+ "from_id": "user884819736",
+ "text": "Hi- if anybody had found a black samsung earbuds cover on the single seater opp to Tokyo room in YIH, pls let me know.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi- if anybody had found a black samsung earbuds cover on the single seater opp to Tokyo room in YIH, pls let me know."
+ }
+ ]
+ },
+ {
+ "id": 6079,
+ "type": "message",
+ "date": "2021-11-02T15:32:45",
+ "date_unixtime": "1635838365",
+ "from": "Mark Tan",
+ "from_id": "user550020041",
+ "text": "Hello! If anyone saw a black air pods casing from utown bus stop to biz1 please lmk thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! If anyone saw a black air pods casing from utown bus stop to biz1 please lmk thanks!"
+ }
+ ]
+ },
+ {
+ "id": 6080,
+ "type": "message",
+ "date": "2021-11-02T20:11:09",
+ "date_unixtime": "1635855069",
+ "from": "Leech",
+ "from_id": "user770308836",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Random keychain found at information technology busstop (opp central library)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Random keychain found at information technology busstop (opp central library)"
+ }
+ ]
+ },
+ {
+ "id": 6081,
+ "type": "message",
+ "date": "2021-11-02T20:42:14",
+ "date_unixtime": "1635856934",
+ "from": "yilan 🔪",
+ "from_id": "user193500197",
+ "text": "thats. so cute. i hope it finds its owner.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thats. so cute. i hope it finds its owner."
+ }
+ ]
+ },
+ {
+ "id": 6083,
+ "type": "message",
+ "date": "2021-11-02T22:45:06",
+ "date_unixtime": "1635864306",
+ "from": "Matthew Gani",
+ "from_id": "user763688196",
+ "text": "Hi if anyone has seen a black sennheiser wired earpiece around engineering E1 to EA could you please contact me? Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone has seen a black sennheiser wired earpiece around engineering E1 to EA could you please contact me? Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 6085,
+ "type": "message",
+ "date": "2021-11-03T21:54:18",
+ "date_unixtime": "1635947658",
+ "from": "(´-ωก`)",
+ "from_id": "user1036050350",
+ "text": "Hi! Lost my student card yesterday around med sch area, the name is \"Au sze ning serene\" pls contact me if u have seen it !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Lost my student card yesterday around med sch area, the name is \"Au sze ning serene\" pls contact me if u have seen it !"
+ }
+ ]
+ },
+ {
+ "id": 6087,
+ "type": "message",
+ "date": "2021-11-04T16:40:12",
+ "date_unixtime": "1636015212",
+ "from": "KC",
+ "from_id": "user20384591",
+ "text": "Airpods pro casing (black silicon) last seen at tpy train heading towards marina bay, at 11am\n\nJust trying my luck if anyone happens to see it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Airpods pro casing (black silicon) last seen at tpy train heading towards marina bay, at 11am\n\nJust trying my luck if anyone happens to see it"
+ }
+ ]
+ },
+ {
+ "id": 6088,
+ "type": "message",
+ "date": "2021-11-05T18:14:37",
+ "date_unixtime": "1636107277",
+ "from": "Joel Neo",
+ "from_id": "user23434875",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hello someone left their phone inside UTOWN ERC level 2 toilet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello someone left their phone inside UTOWN ERC level 2 toilet"
+ }
+ ]
+ },
+ {
+ "id": 6091,
+ "type": "message",
+ "date": "2021-11-05T18:50:22",
+ "date_unixtime": "1636109422",
+ "from": "Charles",
+ "from_id": "user129837782",
+ "reply_to_message_id": 6088,
+ "text": "Bump!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Bump!"
+ }
+ ]
+ },
+ {
+ "id": 6094,
+ "type": "message",
+ "date": "2021-11-06T19:44:02",
+ "date_unixtime": "1636199042",
+ "edited": "2021-11-06T19:44:13",
+ "edited_unixtime": "1636199053",
+ "from": "vivien",
+ "from_id": "user170923054",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Hi I found this Matric Card at the round bench opposite octobox, i’ve passed it to ERC security alrdy :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I found this Matric Card at the round bench opposite octobox, i’ve passed it to ERC security alrdy :)"
+ }
+ ]
+ },
+ {
+ "id": 6097,
+ "type": "message",
+ "date": "2021-11-08T18:25:11",
+ "date_unixtime": "1636367111",
+ "from": "Kenric Tan",
+ "from_id": "user471375660",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Single jabra earpiece found outside md11, left it on top of the piano",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Single jabra earpiece found outside md11, left it on top of the piano"
+ }
+ ]
+ },
+ {
+ "id": 6100,
+ "type": "message",
+ "date": "2021-11-09T14:23:46",
+ "date_unixtime": "1636439026",
+ "from": "kait",
+ "from_id": "user367938225",
+ "forwarded_from": "kait",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": [
+ "found at NTU Canteen 2 bus stop, pls PM ",
+ {
+ "type": "mention",
+ "text": "@kaitlynsky"
+ },
+ " if yours!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at NTU Canteen 2 bus stop, pls PM "
+ },
+ {
+ "type": "mention",
+ "text": "@kaitlynsky"
+ },
+ {
+ "type": "plain",
+ "text": " if yours!"
+ }
+ ]
+ },
+ {
+ "id": 6101,
+ "type": "message",
+ "date": "2021-11-09T14:23:47",
+ "date_unixtime": "1636439027",
+ "from": "kait",
+ "from_id": "user367938225",
+ "forwarded_from": "kait",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6105,
+ "type": "message",
+ "date": "2021-11-10T13:05:36",
+ "date_unixtime": "1636520736",
+ "from": "jiayin",
+ "from_id": "user746278930",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1082,
+ "height": 1280,
+ "text": "found this card near yale, passing it to erc security!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found this card near yale, passing it to erc security!"
+ }
+ ]
+ },
+ {
+ "id": 6107,
+ "type": "message",
+ "date": "2021-11-10T16:35:21",
+ "date_unixtime": "1636533321",
+ "edited": "2022-03-03T18:36:58",
+ "edited_unixtime": "1646303818",
+ "from": "Andy",
+ "from_id": "user250628635",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi found these keys on the tables outside central library",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found these keys on the tables outside central library"
+ }
+ ]
+ },
+ {
+ "id": 6110,
+ "type": "message",
+ "date": "2021-11-10T21:50:27",
+ "date_unixtime": "1636552227",
+ "from": "Alex Teo Kang Jie",
+ "from_id": "user329270698",
+ "text": "If anyone found a student id card along with some other cards along the stretch between museum to yih bus stop from 3-9pm today, pls pm if possible thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone found a student id card along with some other cards along the stretch between museum to yih bus stop from 3-9pm today, pls pm if possible thanks"
+ }
+ ]
+ },
+ {
+ "id": 6111,
+ "type": "message",
+ "date": "2021-11-10T22:49:06",
+ "date_unixtime": "1636555746",
+ "from": "gabby sim",
+ "from_id": "user365201959",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Ring found at stephen riady carpark",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ring found at stephen riady carpark"
+ }
+ ]
+ },
+ {
+ "id": 6112,
+ "type": "message",
+ "date": "2021-11-11T11:08:24",
+ "date_unixtime": "1636600104",
+ "edited": "2021-11-11T18:50:01",
+ "edited_unixtime": "1636627801",
+ "from": "Vishruti",
+ "from_id": "user895412550",
+ "text": "Hi if anyone has seen a dark blue umbrella outside LT6 (engin), on like the base of the railings. Please let me know. Thank you 😊\n\n[*Resolved*]",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone has seen a dark blue umbrella outside LT6 (engin), on like the base of the railings. Please let me know. Thank you 😊\n\n[*Resolved*]"
+ }
+ ]
+ },
+ {
+ "id": 6113,
+ "type": "message",
+ "date": "2021-11-11T18:14:32",
+ "date_unixtime": "1636625672",
+ "from": "6v6",
+ "from_id": "user185516365",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1124,
+ "height": 1139,
+ "text": "Anyone has seen this keychain with two keys attached around FoS?Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone has seen this keychain with two keys attached around FoS?Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 6114,
+ "type": "message",
+ "date": "2021-11-11T19:54:25",
+ "date_unixtime": "1636631665",
+ "edited": "2021-11-11T19:55:01",
+ "edited_unixtime": "1636631701",
+ "from": "Josianne",
+ "from_id": "user977242529",
+ "text": "Hi, have anyone seen a container of cat food at YIH? It was lost this tuesday",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, have anyone seen a container of cat food at YIH? It was lost this tuesday"
+ }
+ ]
+ },
+ {
+ "id": 6116,
+ "type": "message",
+ "date": "2021-11-12T12:49:45",
+ "date_unixtime": "1636692585",
+ "from": "Uthman",
+ "from_id": "user390816409",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1277,
+ "height": 788,
+ "text": "matric card found at 12.40, techno edge (in front of vegetarian stall) passed to e5 security post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card found at 12.40, techno edge (in front of vegetarian stall) passed to e5 security post"
+ }
+ ]
+ },
+ {
+ "id": 6118,
+ "type": "message",
+ "date": "2021-11-12T20:27:30",
+ "date_unixtime": "1636720050",
+ "from": "aisyah iskandar",
+ "from_id": "user677062946",
+ "text": "hi anyone found 2 FET test kit at Bistro Box today? Probably at the sofa area, pls dm me! :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi anyone found 2 FET test kit at Bistro Box today? Probably at the sofa area, pls dm me! :)"
+ }
+ ]
+ },
+ {
+ "id": 6123,
+ "type": "message",
+ "date": "2021-11-15T16:48:51",
+ "date_unixtime": "1636966131",
+ "from": "6v6",
+ "from_id": "user185516365",
+ "text": "Hello has anyone seen this keychain in FOS with 2 keys attached. 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello has anyone seen this keychain in FOS with 2 keys attached. 🙏"
+ }
+ ]
+ },
+ {
+ "id": 6124,
+ "type": "message",
+ "date": "2021-11-15T16:48:51",
+ "date_unixtime": "1636966131",
+ "from": "6v6",
+ "from_id": "user185516365",
+ "forwarded_from": "6v6",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1124,
+ "height": 1139,
+ "text": "Anyone has seen this keychain with two keys attached around FoS?Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone has seen this keychain with two keys attached around FoS?Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 6126,
+ "type": "message",
+ "date": "2021-11-15T20:45:47",
+ "date_unixtime": "1636980347",
+ "from": "Clarence",
+ "from_id": "user103530107",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "awei wireless earphones found on D2 at 8:45pm. please pm if it’s yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "awei wireless earphones found on D2 at 8:45pm. please pm if it’s yours!"
+ }
+ ]
+ },
+ {
+ "id": 6130,
+ "type": "message",
+ "date": "2021-11-16T10:58:25",
+ "date_unixtime": "1637031505",
+ "from": "kelly",
+ "from_id": "user545565291",
+ "text": "hello if anyone sees a black bellroy wallet on the BTC bus, please drop me a dm!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello if anyone sees a black bellroy wallet on the BTC bus, please drop me a dm!"
+ }
+ ]
+ },
+ {
+ "id": 6131,
+ "type": "message",
+ "date": "2021-11-16T11:00:40",
+ "date_unixtime": "1637031640",
+ "from": "Gordon",
+ "from_id": "user69273034",
+ "reply_to_message_id": 6130,
+ "text": "🥲🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "🥲🥲"
+ }
+ ]
+ },
+ {
+ "id": 6133,
+ "type": "message",
+ "date": "2021-11-16T11:01:50",
+ "date_unixtime": "1637031710",
+ "from": "chun",
+ "from_id": "user477564553",
+ "text": "hope u find it soon",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hope u find it soon"
+ }
+ ]
+ },
+ {
+ "id": 6134,
+ "type": "message",
+ "date": "2021-11-16T11:01:50",
+ "date_unixtime": "1637031710",
+ "from": "rebecca",
+ "from_id": "user221886283",
+ "text": "oh no",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "oh no"
+ }
+ ]
+ },
+ {
+ "id": 6139,
+ "type": "message",
+ "date": "2021-11-16T21:53:19",
+ "date_unixtime": "1637070799",
+ "from": "Celest",
+ "from_id": "user623846995",
+ "text": "Hi, if anyone found an Ezlink Card by the name of Chua Yi Zhi, please contact me! 😢 Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone found an Ezlink Card by the name of Chua Yi Zhi, please contact me! 😢 Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 6140,
+ "type": "message",
+ "date": "2021-11-16T22:07:12",
+ "date_unixtime": "1637071632",
+ "from": "Zhou Yang",
+ "from_id": "user706349141",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Found this matric card on ERC level 3. I'll be dropping it off at the ERC security post.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this matric card on ERC level 3. I'll be dropping it off at the ERC security post."
+ }
+ ]
+ },
+ {
+ "id": 6142,
+ "type": "message",
+ "date": "2021-11-17T14:16:00",
+ "date_unixtime": "1637129760",
+ "from": "Fan Le",
+ "from_id": "user264334694",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at clb",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at clb"
+ }
+ ]
+ },
+ {
+ "id": 6153,
+ "type": "message",
+ "date": "2021-11-19T14:55:06",
+ "date_unixtime": "1637304906",
+ "from": "你可乐",
+ "from_id": "user606776587",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 898,
+ "text": "Hi. Found a wallet on the bus D2. Boarded from NUS UHC at around 1120AM. Contact me if you’re the owner",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi. Found a wallet on the bus D2. Boarded from NUS UHC at around 1120AM. Contact me if you’re the owner"
+ }
+ ]
+ },
+ {
+ "id": 6155,
+ "type": "message",
+ "date": "2021-11-19T20:41:32",
+ "date_unixtime": "1637325692",
+ "from": "Serini",
+ "from_id": "user763775065",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 576,
+ "height": 1280,
+ "text": "Hi, saw this black wireless earpiece at the uhc bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, saw this black wireless earpiece at the uhc bus stop"
+ }
+ ]
+ },
+ {
+ "id": 6156,
+ "type": "message",
+ "date": "2021-11-19T22:12:08",
+ "date_unixtime": "1637331128",
+ "from": "Lois Kok",
+ "from_id": "user754319948",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Someone left their card? here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left their card? here"
+ }
+ ]
+ },
+ {
+ "id": 6158,
+ "type": "message",
+ "date": "2021-11-19T23:17:10",
+ "date_unixtime": "1637335030",
+ "edited": "2021-11-19T23:17:40",
+ "edited_unixtime": "1637335060",
+ "from": "Jared",
+ "from_id": "user99293074",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Set of keys found at the traffic light outside of yale nus, after the ync bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Set of keys found at the traffic light outside of yale nus, after the ync bus stop"
+ }
+ ]
+ },
+ {
+ "id": 6161,
+ "type": "message",
+ "date": "2021-11-20T18:09:00",
+ "date_unixtime": "1637402940",
+ "from": "Lin Yuan",
+ "from_id": "user267153066",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Someone left their grad bouquets and teddy bears at the bus stop opp ync!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left their grad bouquets and teddy bears at the bus stop opp ync!"
+ }
+ ]
+ },
+ {
+ "id": 6162,
+ "type": "message",
+ "date": "2021-11-20T19:21:39",
+ "date_unixtime": "1637407299",
+ "from": "bin yu",
+ "from_id": "user1915093558",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6163,
+ "type": "message",
+ "date": "2021-11-20T19:22:22",
+ "date_unixtime": "1637407342",
+ "from": "bin yu",
+ "from_id": "user1915093558",
+ "text": [
+ "FYI wallet ",
+ {
+ "type": "mention",
+ "text": "@utown"
+ },
+ " fine food"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "FYI wallet "
+ },
+ {
+ "type": "mention",
+ "text": "@utown"
+ },
+ {
+ "type": "plain",
+ "text": " fine food"
+ }
+ ]
+ },
+ {
+ "id": 6165,
+ "type": "message",
+ "date": "2021-11-21T21:26:56",
+ "date_unixtime": "1637501216",
+ "from": "jiajun",
+ "from_id": "user267922689",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": [
+ "hii found this card at the pc commons…im gonna pass it to the security post at utown ( erc ",
+ {
+ "type": "mention",
+ "text": "@utown"
+ },
+ ")"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hii found this card at the pc commons…im gonna pass it to the security post at utown ( erc "
+ },
+ {
+ "type": "mention",
+ "text": "@utown"
+ },
+ {
+ "type": "plain",
+ "text": ")"
+ }
+ ]
+ },
+ {
+ "id": 6171,
+ "type": "message",
+ "date": "2021-11-22T20:10:36",
+ "date_unixtime": "1637583036",
+ "from": "Ken 🐶",
+ "from_id": "user466256332",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Found this on the way from COM1 to the Deck",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this on the way from COM1 to the Deck"
+ }
+ ]
+ },
+ {
+ "id": 6177,
+ "type": "message",
+ "date": "2021-11-23T13:43:57",
+ "date_unixtime": "1637646237",
+ "from": "K C",
+ "from_id": "user1376668288",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6178,
+ "type": "message",
+ "date": "2021-11-23T13:44:24",
+ "date_unixtime": "1637646264",
+ "from": "K C",
+ "from_id": "user1376668288",
+ "text": "Found at Chinatown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at Chinatown"
+ }
+ ]
+ },
+ {
+ "id": 6181,
+ "type": "message",
+ "date": "2021-11-23T18:13:27",
+ "date_unixtime": "1637662407",
+ "edited": "2021-11-23T18:19:13",
+ "edited_unixtime": "1637662753",
+ "from": "celestine:)",
+ "from_id": "user603602902",
+ "text": "Hi! If anyone found a grey foldable umbrella at utown SRC can let me know! Thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! If anyone found a grey foldable umbrella at utown SRC can let me know! Thank u!"
+ }
+ ]
+ },
+ {
+ "id": 6183,
+ "type": "message",
+ "date": "2021-11-24T18:25:50",
+ "date_unixtime": "1637749550",
+ "from": "Wan Ting",
+ "from_id": "user522864553",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Airpod case at techno Edge stairs",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Airpod case at techno Edge stairs"
+ }
+ ]
+ },
+ {
+ "id": 6187,
+ "type": "message",
+ "date": "2021-11-25T15:00:55",
+ "date_unixtime": "1637823655",
+ "from": "Andrew Chou",
+ "from_id": "user1227547478",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Someone left their printer card at south tower",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left their printer card at south tower"
+ }
+ ]
+ },
+ {
+ "id": 6192,
+ "type": "message",
+ "date": "2021-11-26T15:41:16",
+ "date_unixtime": "1637912476",
+ "from": "chun",
+ "from_id": "user477564553",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "airpods found at USC squash courts",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "airpods found at USC squash courts"
+ }
+ ]
+ },
+ {
+ "id": 6203,
+ "type": "message",
+ "date": "2021-11-27T21:14:59",
+ "date_unixtime": "1638018899",
+ "from": "Albert",
+ "from_id": "user987843445",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Pgp block 10 laundy room",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pgp block 10 laundy room"
+ }
+ ]
+ },
+ {
+ "id": 6209,
+ "type": "message",
+ "date": "2021-11-29T18:23:29",
+ "date_unixtime": "1638181409",
+ "edited": "2021-11-30T12:17:28",
+ "edited_unixtime": "1638245848",
+ "from": "Tong Xin",
+ "from_id": "user1170441890",
+ "text": "Hi, lost black Bluetooth earphones (sennheiser cx150BT) at Fine Food just now. If anyone found it pls contact me please 🙏🏻 thanks\n\nEdit: claimed yesterday at security office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, lost black Bluetooth earphones (sennheiser cx150BT) at Fine Food just now. If anyone found it pls contact me please 🙏🏻 thanks\n\nEdit: claimed yesterday at security office"
+ }
+ ]
+ },
+ {
+ "id": 6210,
+ "type": "message",
+ "date": "2021-11-29T22:20:26",
+ "date_unixtime": "1638195626",
+ "edited": "2021-11-29T22:20:32",
+ "edited_unixtime": "1638195632",
+ "from": "yanyee",
+ "from_id": "user679252266",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Green bottle and cap found at Utown shuttle bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Green bottle and cap found at Utown shuttle bus stop"
+ }
+ ]
+ },
+ {
+ "id": 6211,
+ "type": "message",
+ "date": "2021-11-29T22:31:39",
+ "date_unixtime": "1638196299",
+ "from": "yanyee",
+ "from_id": "user679252266",
+ "reply_to_message_id": 6210,
+ "text": "You can claim your items at utown's campus security office! I have turned them in there~😊",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "You can claim your items at utown's campus security office! I have turned them in there~😊"
+ }
+ ]
+ },
+ {
+ "id": 6213,
+ "type": "message",
+ "date": "2021-11-30T17:30:55",
+ "date_unixtime": "1638264655",
+ "from": "Chen Qun",
+ "from_id": "user1462674245",
+ "text": "hiii anyone see a matriculation card with name Chen Qun at lt27?i just lost it abt 1hr ago there😢",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hiii anyone see a matriculation card with name Chen Qun at lt27?i just lost it abt 1hr ago there😢"
+ }
+ ]
+ },
+ {
+ "id": 6214,
+ "type": "message",
+ "date": "2021-11-30T17:39:11",
+ "date_unixtime": "1638265151",
+ "from": "Ang Shi Yu",
+ "from_id": "user949972667",
+ "text": "Hi, if anyone saw a Matriculation Card with the name “Ang Shi Yu” please do lmk!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone saw a Matriculation Card with the name “Ang Shi Yu” please do lmk!"
+ }
+ ]
+ },
+ {
+ "id": 6218,
+ "type": "message",
+ "date": "2021-12-01T18:55:31",
+ "date_unixtime": "1638356131",
+ "from": "Damithri",
+ "from_id": "user649853078",
+ "text": "Hi if anyone sees a brown colour wallet in a bus (either BTC or D2) please let me know",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone sees a brown colour wallet in a bus (either BTC or D2) please let me know"
+ }
+ ]
+ },
+ {
+ "id": 6219,
+ "type": "message",
+ "date": "2021-12-01T18:55:37",
+ "date_unixtime": "1638356137",
+ "from": "Damithri",
+ "from_id": "user649853078",
+ "text": "Thanksss",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanksss"
+ }
+ ]
+ },
+ {
+ "id": 6224,
+ "type": "message",
+ "date": "2021-12-02T01:15:47",
+ "date_unixtime": "1638378947",
+ "from": "Shakti Nagpal",
+ "from_id": "user992519926",
+ "text": "Found a small thumb drive (32GB) in laundry room block 10 PGP",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a small thumb drive (32GB) in laundry room block 10 PGP"
+ }
+ ]
+ },
+ {
+ "id": 6225,
+ "type": "message",
+ "date": "2021-12-02T01:16:08",
+ "date_unixtime": "1638378968",
+ "from": "Shakti Nagpal",
+ "from_id": "user992519926",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6226,
+ "type": "message",
+ "date": "2021-12-02T01:17:22",
+ "date_unixtime": "1638379042",
+ "from": "Shakti Nagpal",
+ "from_id": "user992519926",
+ "reply_to_message_id": 6225,
+ "text": "Left it on the mid septum",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left it on the mid septum"
+ }
+ ]
+ },
+ {
+ "id": 6228,
+ "type": "message",
+ "date": "2021-12-02T15:21:06",
+ "date_unixtime": "1638429666",
+ "from": "Benjamin",
+ "from_id": "user387049805",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Blue Nalgene bottle found on bus A2, please contact if it’s your bottle! Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Blue Nalgene bottle found on bus A2, please contact if it’s your bottle! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 6235,
+ "type": "message",
+ "date": "2021-12-05T15:59:27",
+ "date_unixtime": "1638691167",
+ "from": "Joeyee",
+ "from_id": "user825801887",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi this person called Liu Chang dropped his EZ link card at Jurong point tang tang Mala tang just now! Please come and collect at the store today. Anyone who know him please tell him!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi this person called Liu Chang dropped his EZ link card at Jurong point tang tang Mala tang just now! Please come and collect at the store today. Anyone who know him please tell him!"
+ }
+ ]
+ },
+ {
+ "id": 6236,
+ "type": "message",
+ "date": "2021-12-05T16:07:21",
+ "date_unixtime": "1638691641",
+ "from": "s 🥺💛💚💙",
+ "from_id": "user261001107",
+ "reply_to_message_id": 6235,
+ "text": "hi, i've dropped him an email, but if someone has more direct contact with him, will be good if you can reach out as well",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, i've dropped him an email, but if someone has more direct contact with him, will be good if you can reach out as well"
+ }
+ ]
+ },
+ {
+ "id": 6237,
+ "type": "message",
+ "date": "2021-12-05T16:10:04",
+ "date_unixtime": "1638691804",
+ "from": "Joeyee",
+ "from_id": "user825801887",
+ "reply_to_message_id": 6236,
+ "text": "Ok thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ok thank you!"
+ }
+ ]
+ },
+ {
+ "id": 6238,
+ "type": "message",
+ "date": "2021-12-05T16:21:42",
+ "date_unixtime": "1638692502",
+ "from": "s 🥺💛💚💙",
+ "from_id": "user261001107",
+ "reply_to_message_id": 6237,
+ "text": "ok he received the email",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ok he received the email"
+ }
+ ]
+ },
+ {
+ "id": 6239,
+ "type": "message",
+ "date": "2021-12-05T16:21:58",
+ "date_unixtime": "1638692518",
+ "from": "Joeyee",
+ "from_id": "user825801887",
+ "reply_to_message_id": 6238,
+ "text": "Yes he just came and collected it. Thanks a lot!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yes he just came and collected it. Thanks a lot!"
+ }
+ ]
+ },
+ {
+ "id": 6244,
+ "type": "message",
+ "date": "2021-12-05T21:37:23",
+ "date_unixtime": "1638711443",
+ "from": "Linwan Feng",
+ "from_id": "user1847065004",
+ "text": "hii if anyone have found a matric card named Feng linwan at arnd pgp/KR mrt pls lmk! Thanks a lot!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hii if anyone have found a matric card named Feng linwan at arnd pgp/KR mrt pls lmk! Thanks a lot!"
+ }
+ ]
+ },
+ {
+ "id": 6253,
+ "type": "message",
+ "date": "2021-12-05T23:35:27",
+ "date_unixtime": "1638718527",
+ "from": "Errornor",
+ "from_id": "user911976845",
+ "text": "Hii i lost my lanyard + matric card around utown, named Eleanor Tan Shu Ya. Pls lmk if anyone finds it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii i lost my lanyard + matric card around utown, named Eleanor Tan Shu Ya. Pls lmk if anyone finds it!"
+ }
+ ]
+ },
+ {
+ "id": 6255,
+ "type": "message",
+ "date": "2021-12-06T00:16:05",
+ "date_unixtime": "1638720965",
+ "from": "J",
+ "from_id": "user656639856",
+ "text": "I'm working at chegg. If you'd like answers to questions posted on chegg do dm me. I only charge 0.20 cents per question. Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I'm working at chegg. If you'd like answers to questions posted on chegg do dm me. I only charge 0.20 cents per question. Thanks"
+ }
+ ]
+ },
+ {
+ "id": 6260,
+ "type": "message",
+ "date": "2021-12-06T21:03:50",
+ "date_unixtime": "1638795830",
+ "from": "Linwan Feng",
+ "from_id": "user1847065004",
+ "text": "Hii if anyone found a ync card named Sheng zhixin pls lmk thanks!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii if anyone found a ync card named Sheng zhixin pls lmk thanks!!!"
+ }
+ ]
+ },
+ {
+ "id": 6262,
+ "type": "message",
+ "date": "2021-12-07T13:13:24",
+ "date_unixtime": "1638854004",
+ "from": "铭舟 张",
+ "from_id": "user2055533031",
+ "text": "Do someone find a student card have a name Zeng Hanyu yesterday on a D1 school bus ?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Do someone find a student card have a name Zeng Hanyu yesterday on a D1 school bus ?"
+ }
+ ]
+ },
+ {
+ "id": 6263,
+ "type": "message",
+ "date": "2021-12-07T13:13:58",
+ "date_unixtime": "1638854038",
+ "from": "铭舟 张",
+ "from_id": "user2055533031",
+ "text": [
+ "please connect ",
+ {
+ "type": "email",
+ "text": "e0703590@u.nus.edu"
+ },
+ " Thank u"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "please connect "
+ },
+ {
+ "type": "email",
+ "text": "e0703590@u.nus.edu"
+ },
+ {
+ "type": "plain",
+ "text": " Thank u"
+ }
+ ]
+ },
+ {
+ "id": 6268,
+ "type": "message",
+ "date": "2021-12-09T13:11:14",
+ "date_unixtime": "1639026674",
+ "from": "Cheng Seong",
+ "from_id": "user238661080",
+ "text": "Hi if anyone found a matric card belonging to Ong Cheng Seong on a BTC bus please contact me thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone found a matric card belonging to Ong Cheng Seong on a BTC bus please contact me thanks!"
+ }
+ ]
+ },
+ {
+ "id": 6270,
+ "type": "message",
+ "date": "2021-12-11T14:47:07",
+ "date_unixtime": "1639205227",
+ "from": "Clara Nguyen NHP",
+ "from_id": "user1831365821",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Hi I found an adult personalised ezlink card near supersnacks @ pgp. If it's yours, please pm me.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I found an adult personalised ezlink card near supersnacks @ pgp. If it's yours, please pm me."
+ }
+ ]
+ },
+ {
+ "id": 6271,
+ "type": "message",
+ "date": "2021-12-11T14:47:07",
+ "date_unixtime": "1639205227",
+ "from": "Clara Nguyen NHP",
+ "from_id": "user1831365821",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6273,
+ "type": "message",
+ "date": "2021-12-11T20:34:53",
+ "date_unixtime": "1639226093",
+ "from": "Min Han",
+ "from_id": "user149552564",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Nalgene water bottle at the track",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Nalgene water bottle at the track"
+ }
+ ]
+ },
+ {
+ "id": 6280,
+ "type": "message",
+ "date": "2021-12-15T13:21:29",
+ "date_unixtime": "1639545689",
+ "edited": "2021-12-15T15:28:27",
+ "edited_unixtime": "1639553307",
+ "from": "An Lyn",
+ "from_id": "user604045727",
+ "text": "Hii If anyones seen a pair of specs with transparent frames around AS5 please let me know! I may have left it there on Monday ✨ thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii If anyones seen a pair of specs with transparent frames around AS5 please let me know! I may have left it there on Monday ✨ thank you"
+ }
+ ]
+ },
+ {
+ "id": 6289,
+ "type": "message",
+ "date": "2021-12-20T10:14:21",
+ "date_unixtime": "1639966461",
+ "edited": "2021-12-20T10:20:22",
+ "edited_unixtime": "1639966822",
+ "from": "jay 🦕",
+ "from_id": "user725404966",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": [
+ "hi! if anyone has seen a bottle like this but in pink without any stickers, please contact ",
+ {
+ "type": "mention",
+ "text": "@jynllclr"
+ },
+ " 🥺 lost it on bus D1 / at Raffles Hall foyer on the 17th of Dec (Fri)"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! if anyone has seen a bottle like this but in pink without any stickers, please contact "
+ },
+ {
+ "type": "mention",
+ "text": "@jynllclr"
+ },
+ {
+ "type": "plain",
+ "text": " 🥺 lost it on bus D1 / at Raffles Hall foyer on the 17th of Dec (Fri)"
+ }
+ ]
+ },
+ {
+ "id": 6297,
+ "type": "message",
+ "date": "2021-12-25T12:58:43",
+ "date_unixtime": "1640408323",
+ "edited": "2021-12-25T13:03:04",
+ "edited_unixtime": "1640408584",
+ "from": "Shermaine Sim",
+ "from_id": "user519032404",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1248,
+ "text": "Hi, found this wallet in the toilet at Harbourfront centre, passed to the reception counter at L3. Friends of Althea do let her know thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, found this wallet in the toilet at Harbourfront centre, passed to the reception counter at L3. Friends of Althea do let her know thanks!"
+ }
+ ]
+ },
+ {
+ "id": 6300,
+ "type": "message",
+ "date": "2021-12-27T14:25:00",
+ "date_unixtime": "1640586300",
+ "from": "Raihan",
+ "from_id": "user299589429",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found in bus d2. Dm me if you know jerrell !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in bus d2. Dm me if you know jerrell !"
+ }
+ ]
+ },
+ {
+ "id": 6322,
+ "type": "message",
+ "date": "2022-01-05T20:46:54",
+ "date_unixtime": "1641386814",
+ "from": "chuamin",
+ "from_id": "user655884742",
+ "text": "Found a debit card belonging to hee zhan wei at YIH! Pm me if it's yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a debit card belonging to hee zhan wei at YIH! Pm me if it's yours"
+ }
+ ]
+ },
+ {
+ "id": 6324,
+ "type": "message",
+ "date": "2022-01-05T21:19:51",
+ "date_unixtime": "1641388791",
+ "from": "chuyi",
+ "from_id": "user679514002",
+ "text": "Hii if anyone has seen a matric card with the name Wong Chu Yi, please PM me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii if anyone has seen a matric card with the name Wong Chu Yi, please PM me!!"
+ }
+ ]
+ },
+ {
+ "id": 6354,
+ "type": "message",
+ "date": "2022-01-10T10:32:22",
+ "date_unixtime": "1641781942",
+ "from": "Miranda♡",
+ "from_id": "user435223123",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi, dropped off this student card belonging to Chaovalit Rinrada at YIH Student Service Centre",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, dropped off this student card belonging to Chaovalit Rinrada at YIH Student Service Centre"
+ }
+ ]
+ },
+ {
+ "id": 6364,
+ "type": "message",
+ "date": "2022-01-10T19:03:39",
+ "date_unixtime": "1641812619",
+ "from": "Sarah Chan",
+ "from_id": "user250602064",
+ "text": "Hello if anyone found a grey cardholder w the matric card Sarah chan Rui inside pls lmk!! I think I dropped it around the biz 2 bus stop area",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello if anyone found a grey cardholder w the matric card Sarah chan Rui inside pls lmk!! I think I dropped it around the biz 2 bus stop area"
+ }
+ ]
+ },
+ {
+ "id": 6366,
+ "type": "message",
+ "date": "2022-01-11T09:30:41",
+ "date_unixtime": "1641864641",
+ "from": "Aditya George",
+ "from_id": "user668813916",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 958,
+ "height": 1280,
+ "text": "Found a pair of apple earphones that were left in LT28. If it's yours please dm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a pair of apple earphones that were left in LT28. If it's yours please dm me"
+ }
+ ]
+ },
+ {
+ "id": 6367,
+ "type": "message",
+ "date": "2022-01-11T13:09:02",
+ "date_unixtime": "1641877742",
+ "from": "Aditya George",
+ "from_id": "user668813916",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 775,
+ "height": 697,
+ "text": "Found at Fine Foods and kept at the Lost and Found near the tray return area",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at Fine Foods and kept at the Lost and Found near the tray return area"
+ }
+ ]
+ },
+ {
+ "id": 6400,
+ "type": "message",
+ "date": "2022-01-12T21:27:06",
+ "date_unixtime": "1641994026",
+ "from": "S Yq",
+ "from_id": "user2036103836",
+ "text": "Did anyone see a black bottle full of water around Science Canteen? Thx a lot!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone see a black bottle full of water around Science Canteen? Thx a lot!"
+ }
+ ]
+ },
+ {
+ "id": 6402,
+ "type": "message",
+ "date": "2022-01-13T13:36:00",
+ "date_unixtime": "1642052160",
+ "from": "Emily (エミリー)🌌🍀🌷",
+ "from_id": "user656457549",
+ "text": "Hi did anyone see a lost left airpod gen 2 around science faculty and fass? Probably on campus bus too. Do let me know via pm if found or kept, thanks!😅",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a lost left airpod gen 2 around science faculty and fass? Probably on campus bus too. Do let me know via pm if found or kept, thanks!😅"
+ }
+ ]
+ },
+ {
+ "id": 6403,
+ "type": "message",
+ "date": "2022-01-13T13:36:33",
+ "date_unixtime": "1642052193",
+ "from": "Emily (エミリー)🌌🍀🌷",
+ "from_id": "user656457549",
+ "text": "Left side of Airpod, I have the case and the right side so pls do let me know if found. Probably dropped it while walking!😅",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left side of Airpod, I have the case and the right side so pls do let me know if found. Probably dropped it while walking!😅"
+ }
+ ]
+ },
+ {
+ "id": 6407,
+ "type": "message",
+ "date": "2022-01-13T20:29:29",
+ "date_unixtime": "1642076969",
+ "from": "Wan Lin",
+ "from_id": "user97277399",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 929,
+ "height": 1280,
+ "text": "Hi did anyone see a jbl wave tws100 earpiece case? Looks like this with the black cover. The earpiece is not in the case. Please pm if you find! Really means alot to me. Thanks you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a jbl wave tws100 earpiece case? Looks like this with the black cover. The earpiece is not in the case. Please pm if you find! Really means alot to me. Thanks you!"
+ }
+ ]
+ },
+ {
+ "id": 6408,
+ "type": "message",
+ "date": "2022-01-13T20:35:53",
+ "date_unixtime": "1642077353",
+ "from": "Wan Lin",
+ "from_id": "user97277399",
+ "reply_to_message_id": 6407,
+ "text": "Probably on the campus bus or around biz!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Probably on the campus bus or around biz!"
+ }
+ ]
+ },
+ {
+ "id": 6409,
+ "type": "message",
+ "date": "2022-01-13T22:38:49",
+ "date_unixtime": "1642084729",
+ "from": "fz",
+ "from_id": "user973496367",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 870,
+ "text": "Found at KR MRT, plz go to YIH student center to collect it tmr after 11am",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at KR MRT, plz go to YIH student center to collect it tmr after 11am"
+ }
+ ]
+ },
+ {
+ "id": 6412,
+ "type": "message",
+ "date": "2022-01-14T09:31:34",
+ "date_unixtime": "1642123894",
+ "from": "Yize",
+ "from_id": "user686482414",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found outside LT31 in science",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found outside LT31 in science"
+ }
+ ]
+ },
+ {
+ "id": 6414,
+ "type": "message",
+ "date": "2022-01-14T17:31:15",
+ "date_unixtime": "1642152675",
+ "from": "yanyee",
+ "from_id": "user679252266",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this at level 1 of ERC, female toilet. Pls retrieve it from the security office at the same level if it is yours.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at level 1 of ERC, female toilet. Pls retrieve it from the security office at the same level if it is yours."
+ }
+ ]
+ },
+ {
+ "id": 6416,
+ "type": "message",
+ "date": "2022-01-14T18:27:01",
+ "date_unixtime": "1642156021",
+ "edited": "2022-01-28T16:25:06",
+ "edited_unixtime": "1643358306",
+ "from": "Jia Yang",
+ "from_id": "user241233897",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Put on S17 bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Put on S17 bus stop"
+ }
+ ]
+ },
+ {
+ "id": 6417,
+ "type": "message",
+ "date": "2022-01-14T18:27:01",
+ "date_unixtime": "1642156021",
+ "from": "Jia Yang",
+ "from_id": "user241233897",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6418,
+ "type": "message",
+ "date": "2022-01-14T18:34:42",
+ "date_unixtime": "1642156482",
+ "from": "Dex",
+ "from_id": "user250362053",
+ "text": "Noted!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Noted!"
+ }
+ ]
+ },
+ {
+ "id": 6419,
+ "type": "message",
+ "date": "2022-01-14T21:01:03",
+ "date_unixtime": "1642165263",
+ "from": "jiaqiang",
+ "from_id": "user238757981",
+ "reply_to_message_id": 6416,
+ "text": "It’s still there the last time I saw it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It’s still there the last time I saw it"
+ }
+ ]
+ },
+ {
+ "id": 6425,
+ "type": "message",
+ "date": "2022-01-15T18:23:19",
+ "date_unixtime": "1642242199",
+ "from": "Yize",
+ "from_id": "user686482414",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someone lost the scores before R4, please find it in the TV rooms.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone lost the scores before R4, please find it in the TV rooms."
+ }
+ ]
+ },
+ {
+ "id": 6426,
+ "type": "message",
+ "date": "2022-01-15T20:01:23",
+ "date_unixtime": "1642248083",
+ "from": "Chuan An",
+ "from_id": "user772520752",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Goodie bag outside usc squash court 2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Goodie bag outside usc squash court 2"
+ }
+ ]
+ },
+ {
+ "id": 6436,
+ "type": "message",
+ "date": "2022-01-16T14:24:12",
+ "date_unixtime": "1642314252",
+ "edited": "2022-01-16T14:24:29",
+ "edited_unixtime": "1642314269",
+ "from": "🤔",
+ "from_id": "user1360630403",
+ "text": "Roland Garros 👀 like the tennis competition 🎾",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Roland Garros 👀 like the tennis competition 🎾"
+ }
+ ]
+ },
+ {
+ "id": 6437,
+ "type": "message",
+ "date": "2022-01-16T14:25:40",
+ "date_unixtime": "1642314340",
+ "edited": "2022-07-13T02:39:53",
+ "edited_unixtime": "1657651193",
+ "from": "Antoine Durand",
+ "from_id": "user1741692748",
+ "text": "Yes !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yes !"
+ }
+ ]
+ },
+ {
+ "id": 6441,
+ "type": "message",
+ "date": "2022-01-16T22:27:36",
+ "date_unixtime": "1642343256",
+ "from": "Gladys Tan",
+ "from_id": "user81549351",
+ "text": "Hi! I lost my matric card yesterday night around science/bus 95, named Gladys Tan Shi Xuan. Please let me know if anyone finds it! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost my matric card yesterday night around science/bus 95, named Gladys Tan Shi Xuan. Please let me know if anyone finds it! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 6442,
+ "type": "message",
+ "date": "2022-01-16T23:24:39",
+ "date_unixtime": "1642346679",
+ "from": "Emily (エミリー)🌌🍀🌷",
+ "from_id": "user656457549",
+ "reply_to_message_id": 6402,
+ "text": "Hi if anyone sees it pls pm me or let me know. Alternatively, you can return return the security posts or OSA, thanks!🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone sees it pls pm me or let me know. Alternatively, you can return return the security posts or OSA, thanks!🙏"
+ }
+ ]
+ },
+ {
+ "id": 6444,
+ "type": "message",
+ "date": "2022-01-17T10:41:57",
+ "date_unixtime": "1642387317",
+ "edited": "2022-01-17T10:42:09",
+ "edited_unixtime": "1642387329",
+ "from": null,
+ "from_id": "user1306025341",
+ "text": "Hi if anyone sees the white earphones at the sofa in pgpr automated convenience store there, pls pm me, thanks!\n🙏🙏🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone sees the white earphones at the sofa in pgpr automated convenience store there, pls pm me, thanks!\n🙏🙏🙏"
+ }
+ ]
+ },
+ {
+ "id": 6456,
+ "type": "message",
+ "date": "2022-01-18T09:08:26",
+ "date_unixtime": "1642468106",
+ "edited": "2022-04-11T01:03:37",
+ "edited_unixtime": "1649610217",
+ "from": null,
+ "from_id": "user5089537926",
+ "text": "hi, I lost my AirPods Pro at Education Resource Center yesterday. If you saw it, please let me know 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, I lost my AirPods Pro at Education Resource Center yesterday. If you saw it, please let me know 🙏"
+ }
+ ]
+ },
+ {
+ "id": 6463,
+ "type": "message",
+ "date": "2022-01-18T12:46:55",
+ "date_unixtime": "1642481215",
+ "from": "Jeremie Choo",
+ "from_id": "user650345538",
+ "text": "Hi, I just lost my brown wallet on D2 bus or USC or UTOWN gym, if anyone sees it please let me know. Thank you 😅",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I just lost my brown wallet on D2 bus or USC or UTOWN gym, if anyone sees it please let me know. Thank you 😅"
+ }
+ ]
+ },
+ {
+ "id": 6466,
+ "type": "message",
+ "date": "2022-01-18T17:12:48",
+ "date_unixtime": "1642497168",
+ "edited": "2022-04-11T01:03:43",
+ "edited_unixtime": "1649610223",
+ "from": "Ani",
+ "from_id": "user109968613",
+ "text": [
+ "hi! if anybody saw/accidentally took a grey sling bag from the benches outside Tembusu College at around 345-4pm today please PM ",
+ {
+ "type": "mention",
+ "text": "@rayyansafari"
+ },
+ " !!! it contains a 13 inch macbook pro and a water bottle! Thank you!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! if anybody saw/accidentally took a grey sling bag from the benches outside Tembusu College at around 345-4pm today please PM "
+ },
+ {
+ "type": "mention",
+ "text": "@rayyansafari"
+ },
+ {
+ "type": "plain",
+ "text": " !!! it contains a 13 inch macbook pro and a water bottle! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 6468,
+ "type": "message",
+ "date": "2022-01-19T02:43:51",
+ "date_unixtime": "1642531431",
+ "edited": "2022-01-19T08:27:50",
+ "edited_unixtime": "1642552070",
+ "from": "K Boon",
+ "from_id": "user1332483061",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Saw SanDisk pendrive at utr south tower printer, with purple Mewtwo keychain. Left it there.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Saw SanDisk pendrive at utr south tower printer, with purple Mewtwo keychain. Left it there."
+ }
+ ]
+ },
+ {
+ "id": 6469,
+ "type": "message",
+ "date": "2022-01-19T19:33:34",
+ "date_unixtime": "1642592014",
+ "edited": "2022-01-20T18:20:26",
+ "edited_unixtime": "1642674026",
+ "from": "Jaya",
+ "from_id": "user165559569",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found outside utown usp/tembu dining hall, pm if yours\nEdit: passed to campus security at ERC guard post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found outside utown usp/tembu dining hall, pm if yours\nEdit: passed to campus security at ERC guard post"
+ }
+ ]
+ },
+ {
+ "id": 6471,
+ "type": "message",
+ "date": "2022-01-19T19:49:12",
+ "date_unixtime": "1642592952",
+ "from": "Jeslyn Ong",
+ "from_id": "user205476666",
+ "text": "hi anyone seen a matric card on bus A2 its with a red lanyard tq!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi anyone seen a matric card on bus A2 its with a red lanyard tq!"
+ }
+ ]
+ },
+ {
+ "id": 6473,
+ "type": "message",
+ "date": "2022-01-20T08:56:54",
+ "date_unixtime": "1642640214",
+ "edited": "2022-01-20T23:25:31",
+ "edited_unixtime": "1642692331",
+ "from": "Yong En",
+ "from_id": "user30115370",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "iphone found on D1 last row of seats, pm if anyone’s friend lost it\nedit: returned to owner alr",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "iphone found on D1 last row of seats, pm if anyone’s friend lost it\nedit: returned to owner alr"
+ }
+ ]
+ },
+ {
+ "id": 6475,
+ "type": "message",
+ "date": "2022-01-20T14:18:25",
+ "date_unixtime": "1642659505",
+ "from": "Ruiqian Li",
+ "from_id": "user1270036028",
+ "text": "hiii anyone seen a off white wallet with brown edge and flower pattern on it pls pm me! It was left on the btc bus.🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hiii anyone seen a off white wallet with brown edge and flower pattern on it pls pm me! It was left on the btc bus.🙏"
+ }
+ ]
+ },
+ {
+ "id": 6476,
+ "type": "message",
+ "date": "2022-01-20T14:22:00",
+ "date_unixtime": "1642659720",
+ "from": "Ruiqian Li",
+ "from_id": "user1270036028",
+ "text": "Plus a bear on it as well thx😂",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Plus a bear on it as well thx😂"
+ }
+ ]
+ },
+ {
+ "id": 6512,
+ "type": "message",
+ "date": "2022-01-21T14:10:02",
+ "date_unixtime": "1642745402",
+ "edited": "2022-01-21T17:54:59",
+ "edited_unixtime": "1642758899",
+ "from": "sarah",
+ "from_id": "user35986521",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at utown bus stop near the signage! Left it at ERC security office (outside Mac commons)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at utown bus stop near the signage! Left it at ERC security office (outside Mac commons)"
+ }
+ ]
+ },
+ {
+ "id": 6514,
+ "type": "message",
+ "date": "2022-01-21T15:55:46",
+ "date_unixtime": "1642751746",
+ "from": "Shivang",
+ "from_id": "user898354533",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Found this at UHC bus stop.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at UHC bus stop."
+ }
+ ]
+ },
+ {
+ "id": 6516,
+ "type": "message",
+ "date": "2022-01-21T16:27:52",
+ "date_unixtime": "1642753672",
+ "edited": "2022-01-22T10:45:12",
+ "edited_unixtime": "1642819512",
+ "from": "jw 🤡",
+ "from_id": "user174445835",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lenovo charger found at mac commons",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lenovo charger found at mac commons"
+ }
+ ]
+ },
+ {
+ "id": 6518,
+ "type": "message",
+ "date": "2022-01-22T10:36:58",
+ "date_unixtime": "1642819018",
+ "from": "Siaw Wei 🌌",
+ "from_id": "user731365790",
+ "text": "Hi did anyone see a USB to lightning (iPhone) charger with 5W adaptor around science pls lemme know",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a USB to lightning (iPhone) charger with 5W adaptor around science pls lemme know"
+ }
+ ]
+ },
+ {
+ "id": 6520,
+ "type": "message",
+ "date": "2022-01-22T11:35:07",
+ "date_unixtime": "1642822507",
+ "from": "Zhuoxuan / Sally Diao",
+ "from_id": "user791220585",
+ "text": "Hi has anyone seen this in UTown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen this in UTown"
+ }
+ ]
+ },
+ {
+ "id": 6521,
+ "type": "message",
+ "date": "2022-01-22T11:35:11",
+ "date_unixtime": "1642822511",
+ "from": "Zhuoxuan / Sally Diao",
+ "from_id": "user791220585",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6524,
+ "type": "message",
+ "date": "2022-01-22T19:43:45",
+ "date_unixtime": "1642851825",
+ "from": "lawrence",
+ "from_id": "user318406209",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "AirPods Pro found at USC level 2 bench, gave to lifeguard at level 1. Owner please go and claim",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "AirPods Pro found at USC level 2 bench, gave to lifeguard at level 1. Owner please go and claim"
+ }
+ ]
+ },
+ {
+ "id": 6525,
+ "type": "message",
+ "date": "2022-01-22T19:49:39",
+ "date_unixtime": "1642852179",
+ "from": "Emily (エミリー)🌌🍀🌷",
+ "from_id": "user656457549",
+ "reply_to_message_id": 6442,
+ "text": "Did anyone find my left airpod? I'm wondering if it's lost for good but hopefully someone finds it HAHAHA",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone find my left airpod? I'm wondering if it's lost for good but hopefully someone finds it HAHAHA"
+ }
+ ]
+ },
+ {
+ "id": 6526,
+ "type": "message",
+ "date": "2022-01-22T19:54:36",
+ "date_unixtime": "1642852476",
+ "from": "Adarsh",
+ "from_id": "user230221312",
+ "reply_to_message_id": 6525,
+ "text": [
+ "There's been a few airpods listed as found here, one of them may be yours: ",
+ {
+ "type": "link",
+ "text": "https://secure.repoapp.com/public_items/BB20556C"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "There's been a few airpods listed as found here, one of them may be yours: "
+ },
+ {
+ "type": "link",
+ "text": "https://secure.repoapp.com/public_items/BB20556C"
+ }
+ ]
+ },
+ {
+ "id": 6527,
+ "type": "message",
+ "date": "2022-01-22T19:55:07",
+ "date_unixtime": "1642852507",
+ "from": "Emily (エミリー)🌌🍀🌷",
+ "from_id": "user656457549",
+ "text": "Yea I am not sure whether those are mine though😂😅",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yea I am not sure whether those are mine though😂😅"
+ }
+ ]
+ },
+ {
+ "id": 6528,
+ "type": "message",
+ "date": "2022-01-22T19:55:23",
+ "date_unixtime": "1642852523",
+ "from": "Emily (エミリー)🌌🍀🌷",
+ "from_id": "user656457549",
+ "text": "But thanks anyway!😊 I did refer to that already😆",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "But thanks anyway!😊 I did refer to that already😆"
+ }
+ ]
+ },
+ {
+ "id": 6535,
+ "type": "message",
+ "date": "2022-01-24T16:43:26",
+ "date_unixtime": "1643013806",
+ "from": "yilan 🔪",
+ "from_id": "user193500197",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6536,
+ "type": "message",
+ "date": "2022-01-24T16:43:35",
+ "date_unixtime": "1643013815",
+ "from": "yilan 🔪",
+ "from_id": "user193500197",
+ "text": "earphones found outside PC commons.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "earphones found outside PC commons."
+ }
+ ]
+ },
+ {
+ "id": 6537,
+ "type": "message",
+ "date": "2022-01-24T16:44:25",
+ "date_unixtime": "1643013865",
+ "from": "yilan 🔪",
+ "from_id": "user193500197",
+ "text": "dm me if yours.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "dm me if yours."
+ }
+ ]
+ },
+ {
+ "id": 6538,
+ "type": "message",
+ "date": "2022-01-24T17:55:37",
+ "date_unixtime": "1643018137",
+ "edited": "2022-01-24T17:58:19",
+ "edited_unixtime": "1643018299",
+ "from": "Ivan Tan YH",
+ "from_id": "user862050071",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "At frontier",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "At frontier"
+ }
+ ]
+ },
+ {
+ "id": 6540,
+ "type": "message",
+ "date": "2022-01-25T00:06:50",
+ "date_unixtime": "1643040410",
+ "from": "EVIL_ SHUBHAM",
+ "from_id": "user1136755489",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 554,
+ "height": 554,
+ "text": "Found i pad pro 13 pro in locked condition",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found i pad pro 13 pro in locked condition"
+ }
+ ]
+ },
+ {
+ "id": 6544,
+ "type": "message",
+ "date": "2022-01-25T11:14:17",
+ "date_unixtime": "1643080457",
+ "edited": "2022-01-25T11:23:25",
+ "edited_unixtime": "1643081005",
+ "from": "wh",
+ "from_id": "user552574731",
+ "text": "hiii, anyone seen a blue card holder containing ez link, bank card(s) nric and student card at A1 bus/clb bus stop/fass area please pm me tq! 🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hiii, anyone seen a blue card holder containing ez link, bank card(s) nric and student card at A1 bus/clb bus stop/fass area please pm me tq! 🥲"
+ }
+ ]
+ },
+ {
+ "id": 6547,
+ "type": "message",
+ "date": "2022-01-25T16:37:40",
+ "date_unixtime": "1643099860",
+ "edited": "2022-01-29T22:10:51",
+ "edited_unixtime": "1643465451",
+ "from": "Lin Paing",
+ "from_id": "user418797699",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 544,
+ "height": 360,
+ "text": "Hii, please pm me if you find a pair of jaybird wireless earpiece in the case. Lost mine around S9 building. Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii, please pm me if you find a pair of jaybird wireless earpiece in the case. Lost mine around S9 building. Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 6584,
+ "type": "message",
+ "date": "2022-01-30T12:44:59",
+ "date_unixtime": "1643517899",
+ "from": "Leon Lim Way Zhen",
+ "from_id": "user1001749435",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 389,
+ "text": "Found on A1 bus number PC3929X, I am handing it over to the bus driver",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found on A1 bus number PC3929X, I am handing it over to the bus driver"
+ }
+ ]
+ },
+ {
+ "id": 6589,
+ "type": "message",
+ "date": "2022-01-31T16:32:30",
+ "date_unixtime": "1643617950",
+ "edited": "2022-01-31T16:33:36",
+ "edited_unixtime": "1643618016",
+ "from": "Jayden",
+ "from_id": "user572572797",
+ "text": [
+ {
+ "type": "bold",
+ "text": "Hi if anyone happens to find a airpods in a black nike case pls pm me. Lost mine ard SDE 🥲\n"
+ },
+ "\n& wishing everyone a HAPPY CNY!! Huat arh!!🧧🧧🧧"
+ ],
+ "text_entities": [
+ {
+ "type": "bold",
+ "text": "Hi if anyone happens to find a airpods in a black nike case pls pm me. Lost mine ard SDE 🥲\n"
+ },
+ {
+ "type": "plain",
+ "text": "\n& wishing everyone a HAPPY CNY!! Huat arh!!🧧🧧🧧"
+ }
+ ]
+ },
+ {
+ "id": 6594,
+ "type": "message",
+ "date": "2022-02-03T01:26:47",
+ "date_unixtime": "1643822807",
+ "edited": "2022-02-03T07:21:28",
+ "edited_unixtime": "1643844088",
+ "from": "HEE SUN AHN",
+ "from_id": "user5085016600",
+ "text": "Hi, I lost my black wallet on Utown FineFood toilet last Thursday. if anyone see or find it please let me know. There are my important cards😭. Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my black wallet on Utown FineFood toilet last Thursday. if anyone see or find it please let me know. There are my important cards😭. Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 6595,
+ "type": "message",
+ "date": "2022-02-03T01:27:11",
+ "date_unixtime": "1643822831",
+ "from": "HEE SUN AHN",
+ "from_id": "user5085016600",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6596,
+ "type": "message",
+ "date": "2022-02-03T08:21:30",
+ "date_unixtime": "1643847690",
+ "edited": "2022-02-03T11:40:33",
+ "edited_unixtime": "1643859633",
+ "from": "Errornor",
+ "from_id": "user911976845",
+ "text": "if anyone sees a matric card on a purple lanyard on the way from utown to LKCNHM, name Eleanor Tan, pls lmk asap! i lost it about 20 mins ago\nEdit: found!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if anyone sees a matric card on a purple lanyard on the way from utown to LKCNHM, name Eleanor Tan, pls lmk asap! i lost it about 20 mins ago\nEdit: found!"
+ }
+ ]
+ },
+ {
+ "id": 6600,
+ "type": "message",
+ "date": "2022-02-03T17:57:37",
+ "date_unixtime": "1643882257",
+ "edited": "2022-02-03T17:57:50",
+ "edited_unixtime": "1643882270",
+ "from": "Wesley Ng",
+ "from_id": "user263553654",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at CLB-AS1 level 4, please dm me if it’s yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at CLB-AS1 level 4, please dm me if it’s yours"
+ }
+ ]
+ },
+ {
+ "id": 6602,
+ "type": "message",
+ "date": "2022-02-03T20:52:45",
+ "date_unixtime": "1643892765",
+ "edited": "2022-02-03T21:05:36",
+ "edited_unixtime": "1643893536",
+ "from": "syaz",
+ "from_id": "user48311212",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Ipad found in SRC Level 1 female toilet. Returned to Utown Security Post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ipad found in SRC Level 1 female toilet. Returned to Utown Security Post"
+ }
+ ]
+ },
+ {
+ "id": 6606,
+ "type": "message",
+ "date": "2022-02-04T07:56:05",
+ "date_unixtime": "1643932565",
+ "from": "hanxiao",
+ "from_id": "user1547647624",
+ "reply_to_message_id": 6602,
+ "text": "!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "!!"
+ }
+ ]
+ },
+ {
+ "id": 6607,
+ "type": "message",
+ "date": "2022-02-04T07:56:20",
+ "date_unixtime": "1643932580",
+ "from": "hanxiao",
+ "from_id": "user1547647624",
+ "reply_to_message_id": 6602,
+ "text": "It's my friend's, thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It's my friend's, thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 6609,
+ "type": "message",
+ "date": "2022-02-04T11:52:32",
+ "date_unixtime": "1643946752",
+ "from": "Ivan Tan YH",
+ "from_id": "user862050071",
+ "text": "I put in science longue first",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I put in science longue first"
+ }
+ ]
+ },
+ {
+ "id": 6610,
+ "type": "message",
+ "date": "2022-02-04T11:54:12",
+ "date_unixtime": "1643946852",
+ "from": "Ivan Tan YH",
+ "from_id": "user862050071",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6611,
+ "type": "message",
+ "date": "2022-02-04T11:54:26",
+ "date_unixtime": "1643946866",
+ "edited": "2022-02-05T18:58:19",
+ "edited_unixtime": "1644058699",
+ "from": "Ivan Tan YH",
+ "from_id": "user862050071",
+ "text": "I put here first. Science pit stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I put here first. Science pit stop"
+ }
+ ]
+ },
+ {
+ "id": 6614,
+ "type": "message",
+ "date": "2022-02-04T13:51:09",
+ "date_unixtime": "1643953869",
+ "edited": "2022-03-08T03:25:43",
+ "edited_unixtime": "1646681143",
+ "from": "tanesh",
+ "from_id": "user178477541",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi, we found this at the stairs near clb forum, we’re returning it to campus security at as8!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, we found this at the stairs near clb forum, we’re returning it to campus security at as8!"
+ }
+ ]
+ },
+ {
+ "id": 6615,
+ "type": "message",
+ "date": "2022-02-04T13:55:17",
+ "date_unixtime": "1643954117",
+ "from": "tanesh",
+ "from_id": "user178477541",
+ "text": "the security said if no one collects it in 1hr, he’ll hand it over to student service centre @ yih!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "the security said if no one collects it in 1hr, he’ll hand it over to student service centre @ yih!"
+ }
+ ]
+ },
+ {
+ "id": 6616,
+ "type": "message",
+ "date": "2022-02-04T14:30:13",
+ "date_unixtime": "1643956213",
+ "edited": "2022-02-04T14:55:58",
+ "edited_unixtime": "1643957758",
+ "from": "Fong JY",
+ "from_id": "user677385329",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Any lost a cap? Found it at E4 level 7 male toilet, beside the microwave labs.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Any lost a cap? Found it at E4 level 7 male toilet, beside the microwave labs."
+ }
+ ]
+ },
+ {
+ "id": 6621,
+ "type": "message",
+ "date": "2022-02-04T22:05:16",
+ "date_unixtime": "1643983516",
+ "edited": "2022-02-04T22:20:50",
+ "edited_unixtime": "1643984450",
+ "from": "Felisha",
+ "from_id": "user1235524486",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "hi guys! i lost my student card somewhere at utown. pls lmk if anyone finds it thankyouu😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi guys! i lost my student card somewhere at utown. pls lmk if anyone finds it thankyouu😭"
+ }
+ ]
+ },
+ {
+ "id": 6624,
+ "type": "message",
+ "date": "2022-02-06T13:47:07",
+ "date_unixtime": "1644126427",
+ "edited": "2022-02-06T13:49:32",
+ "edited_unixtime": "1644126572",
+ "from": "Hyunsun Alice Jeong",
+ "from_id": "user5011620957",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 788,
+ "text": "Hey guys!\nI lost my towel the other day. i think i left it in the laundry machine in pgpr.\nlmk if you have it or find it 😂😂",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys!\nI lost my towel the other day. i think i left it in the laundry machine in pgpr.\nlmk if you have it or find it 😂😂"
+ }
+ ]
+ },
+ {
+ "id": 6626,
+ "type": "message",
+ "date": "2022-02-07T13:40:42",
+ "date_unixtime": "1644212442",
+ "from": "Lim",
+ "from_id": "user378351728",
+ "text": [
+ "Hi I lost my phone (Oppo brand) while walking from kr mrt (ahimsa cafe) to bus stop to take A1 bus. It has a heart shaped sticker at the back of the phone. If u do see it, please contact me at ",
+ {
+ "type": "phone",
+ "text": "83171809"
+ },
+ " or tele here"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my phone (Oppo brand) while walking from kr mrt (ahimsa cafe) to bus stop to take A1 bus. It has a heart shaped sticker at the back of the phone. If u do see it, please contact me at "
+ },
+ {
+ "type": "phone",
+ "text": "83171809"
+ },
+ {
+ "type": "plain",
+ "text": " or tele here"
+ }
+ ]
+ },
+ {
+ "id": 6627,
+ "type": "message",
+ "date": "2022-02-07T13:53:27",
+ "date_unixtime": "1644213207",
+ "edited": "2022-02-07T18:06:39",
+ "edited_unixtime": "1644228399",
+ "from": "Jacob Tan",
+ "from_id": "user165061276",
+ "text": "Hi, there is a missing portable hard drive WD Passport brand. Last seen in SDE 2 ES2 Friday afternoon. If anyone find pls pm me, thanks :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, there is a missing portable hard drive WD Passport brand. Last seen in SDE 2 ES2 Friday afternoon. If anyone find pls pm me, thanks :)"
+ }
+ ]
+ },
+ {
+ "id": 6628,
+ "type": "message",
+ "date": "2022-02-07T18:00:15",
+ "date_unixtime": "1644228015",
+ "edited": "2022-02-07T18:06:52",
+ "edited_unixtime": "1644228412",
+ "from": "yilan 🔪",
+ "from_id": "user193500197",
+ "text": "I think lost an ezlink card in LT9, but if anyone picks it up a lucky cat patterned card in a card sleeve along the FASS corridor pls dm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I think lost an ezlink card in LT9, but if anyone picks it up a lucky cat patterned card in a card sleeve along the FASS corridor pls dm me"
+ }
+ ]
+ },
+ {
+ "id": 6629,
+ "type": "message",
+ "date": "2022-02-07T19:26:52",
+ "date_unixtime": "1644233212",
+ "from": "Estar",
+ "from_id": "user930929263",
+ "text": "Hello, I lost my Apple Pencil in the Engineering Block E2, if anyone seen it please DM me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, I lost my Apple Pencil in the Engineering Block E2, if anyone seen it please DM me"
+ }
+ ]
+ },
+ {
+ "id": 6630,
+ "type": "message",
+ "date": "2022-02-07T21:06:03",
+ "date_unixtime": "1644239163",
+ "edited": "2022-02-09T15:15:40",
+ "edited_unixtime": "1644390940",
+ "from": "yilan 🔪",
+ "from_id": "user193500197",
+ "reply_to_message_id": 6628,
+ "text": "correction: I lost it on a D1 bus in the afternoon. in the lucky chance that someone has picked it up, please dm me.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "correction: I lost it on a D1 bus in the afternoon. in the lucky chance that someone has picked it up, please dm me."
+ }
+ ]
+ },
+ {
+ "id": 6636,
+ "type": "message",
+ "date": "2022-02-08T21:59:24",
+ "date_unixtime": "1644328764",
+ "edited": "2022-02-11T19:35:31",
+ "edited_unixtime": "1644579331",
+ "from": "lizburp",
+ "from_id": "user467041927",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found near USC drop off point",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found near USC drop off point"
+ }
+ ]
+ },
+ {
+ "id": 6638,
+ "type": "message",
+ "date": "2022-02-09T14:45:50",
+ "date_unixtime": "1644389150",
+ "edited": "2022-02-09T17:37:53",
+ "edited_unixtime": "1644399473",
+ "from": "M.",
+ "from_id": "user325651613",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at outside supersnacks… looks abit lonely… owner please claim… rgds…",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at outside supersnacks… looks abit lonely… owner please claim… rgds…"
+ }
+ ]
+ },
+ {
+ "id": 6641,
+ "type": "message",
+ "date": "2022-02-09T18:45:54",
+ "date_unixtime": "1644403554",
+ "edited": "2022-02-09T19:27:39",
+ "edited_unixtime": "1644406059",
+ "from": "Kang Tanya",
+ "from_id": "user96393219",
+ "text": [
+ "Hi guys, if anyone found a matriculation card around Utown pls contact ",
+ {
+ "type": "mention",
+ "text": "@acheeseburger"
+ },
+ " (Bryan Lim)"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, if anyone found a matriculation card around Utown pls contact "
+ },
+ {
+ "type": "mention",
+ "text": "@acheeseburger"
+ },
+ {
+ "type": "plain",
+ "text": " (Bryan Lim)"
+ }
+ ]
+ },
+ {
+ "id": 6643,
+ "type": "message",
+ "date": "2022-02-09T22:56:10",
+ "date_unixtime": "1644418570",
+ "edited": "2022-04-08T21:29:31",
+ "edited_unixtime": "1649424571",
+ "from": "Clement",
+ "from_id": "user55395008",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Adidas shoe bag found @ USC dropoff\n\nLa Sportiva Shoes + Kirby Chalk bag\n\nLeft it at UTown ERC security office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Adidas shoe bag found @ USC dropoff\n\nLa Sportiva Shoes + Kirby Chalk bag\n\nLeft it at UTown ERC security office"
+ }
+ ]
+ },
+ {
+ "id": 6645,
+ "type": "message",
+ "date": "2022-02-10T13:38:03",
+ "date_unixtime": "1644471483",
+ "edited": "2022-02-11T16:21:19",
+ "edited_unixtime": "1644567679",
+ "from": "Mitchel Tzk",
+ "from_id": "user331959617",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 990,
+ "text": "Hi, I found a matric card near the busstop opposite YIH, passed it to the Student Service Centre at YIH.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I found a matric card near the busstop opposite YIH, passed it to the Student Service Centre at YIH."
+ }
+ ]
+ },
+ {
+ "id": 6650,
+ "type": "message",
+ "date": "2022-02-11T14:27:32",
+ "date_unixtime": "1644560852",
+ "edited": "2022-02-12T00:14:46",
+ "edited_unixtime": "1644596086",
+ "from": "wr",
+ "from_id": "user1059135395",
+ "text": "Left it at the door, feel free to take it yourself",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left it at the door, feel free to take it yourself"
+ }
+ ]
+ },
+ {
+ "id": 6654,
+ "type": "message",
+ "date": "2022-02-11T16:17:35",
+ "date_unixtime": "1644567455",
+ "from": "wr",
+ "from_id": "user1059135395",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 615,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6657,
+ "type": "message",
+ "date": "2022-02-11T17:33:43",
+ "date_unixtime": "1644572023",
+ "edited": "2022-02-11T22:39:58",
+ "edited_unixtime": "1644590398",
+ "from": "Amos Josiah",
+ "from_id": "user725689814",
+ "reply_to_message_id": 6654,
+ "text": "Hello! It has been returned to me! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! It has been returned to me! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 6660,
+ "type": "message",
+ "date": "2022-02-11T19:23:13",
+ "date_unixtime": "1644578593",
+ "from": "Felisha",
+ "from_id": "user1235524486",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6661,
+ "type": "message",
+ "date": "2022-02-11T19:23:13",
+ "date_unixtime": "1644578593",
+ "from": "Felisha",
+ "from_id": "user1235524486",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6662,
+ "type": "message",
+ "date": "2022-02-11T19:23:38",
+ "date_unixtime": "1644578618",
+ "from": "Felisha",
+ "from_id": "user1235524486",
+ "text": "hello we found this polaroid near info tech busstop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello we found this polaroid near info tech busstop"
+ }
+ ]
+ },
+ {
+ "id": 6663,
+ "type": "message",
+ "date": "2022-02-11T19:23:46",
+ "date_unixtime": "1644578626",
+ "edited": "2022-02-13T12:49:18",
+ "edited_unixtime": "1644727758",
+ "from": "Felisha",
+ "from_id": "user1235524486",
+ "text": "we left it in the display board",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "we left it in the display board"
+ }
+ ]
+ },
+ {
+ "id": 6670,
+ "type": "message",
+ "date": "2022-02-13T12:03:37",
+ "date_unixtime": "1644725017",
+ "from": "Fabien",
+ "from_id": "user30938934",
+ "text": [
+ "Hi has anyone seen a black versace paper bag, inside has a pair of shoes and a blanket. Last seen at utown DS. If you did pls pm ",
+ {
+ "type": "mention",
+ "text": "@sleekyteles"
+ },
+ " thank you!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a black versace paper bag, inside has a pair of shoes and a blanket. Last seen at utown DS. If you did pls pm "
+ },
+ {
+ "type": "mention",
+ "text": "@sleekyteles"
+ },
+ {
+ "type": "plain",
+ "text": " thank you!"
+ }
+ ]
+ },
+ {
+ "id": 6674,
+ "type": "message",
+ "date": "2022-02-14T01:57:07",
+ "date_unixtime": "1644775027",
+ "edited": "2022-02-14T01:58:42",
+ "edited_unixtime": "1644775122",
+ "from": "Jordan Vance Chua 🌚💕✨",
+ "from_id": "user402766407",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Anybody lost a pair of keys? \nFound it on the grass patch around the Traffic Light near the Bus Stop (17191)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anybody lost a pair of keys? \nFound it on the grass patch around the Traffic Light near the Bus Stop (17191)"
+ }
+ ]
+ },
+ {
+ "id": 6675,
+ "type": "message",
+ "date": "2022-02-14T06:38:31",
+ "date_unixtime": "1644791911",
+ "edited": "2022-02-14T08:20:51",
+ "edited_unixtime": "1644798051",
+ "from": "sharmz",
+ "from_id": "user542008033",
+ "text": "Hi I lost my iPad charger in SDE 2 ES2 on Thursday (10/02). If anyone has seen it please do let me know thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my iPad charger in SDE 2 ES2 on Thursday (10/02). If anyone has seen it please do let me know thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 6676,
+ "type": "message",
+ "date": "2022-02-14T10:57:11",
+ "date_unixtime": "1644807431",
+ "edited": "2022-02-14T10:59:32",
+ "edited_unixtime": "1644807572",
+ "from": "Charmayne",
+ "from_id": "user111116128",
+ "text": "Hello, if anyone found a purple wallet on bus D2 or in utown/anywhere else around campus last Saturday, please contact me thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, if anyone found a purple wallet on bus D2 or in utown/anywhere else around campus last Saturday, please contact me thank you!"
+ }
+ ]
+ },
+ {
+ "id": 6679,
+ "type": "message",
+ "date": "2022-02-14T17:47:17",
+ "date_unixtime": "1644832037",
+ "from": "Map",
+ "from_id": "user223724952",
+ "text": "Hello looking for a pink EZ-Link card (with a cartoon girl in the middle), around FASS Deck or SDE. Pls lmk if you seen it thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello looking for a pink EZ-Link card (with a cartoon girl in the middle), around FASS Deck or SDE. Pls lmk if you seen it thanks"
+ }
+ ]
+ },
+ {
+ "id": 6682,
+ "type": "message",
+ "date": "2022-02-14T21:25:41",
+ "date_unixtime": "1644845141",
+ "from": "Lionel",
+ "from_id": "user173314864",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hello! A card holder belonging to this person has been found at Utown SuperSnacks. He’s from RC4, so if anyone knows him, pls get him to come down to collect, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! A card holder belonging to this person has been found at Utown SuperSnacks. He’s from RC4, so if anyone knows him, pls get him to come down to collect, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 6683,
+ "type": "message",
+ "date": "2022-02-14T22:14:15",
+ "date_unixtime": "1644848055",
+ "edited": "2022-02-14T22:14:30",
+ "edited_unixtime": "1644848070",
+ "from": "Narmatha",
+ "from_id": "user781719047",
+ "text": "Hello did anyone see a bag containing bread in D2 at around 9pm? If you did pls pm me thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello did anyone see a bag containing bread in D2 at around 9pm? If you did pls pm me thank u!"
+ }
+ ]
+ },
+ {
+ "id": 6688,
+ "type": "message",
+ "date": "2022-02-15T10:34:50",
+ "date_unixtime": "1644892490",
+ "edited": "2022-04-19T16:32:16",
+ "edited_unixtime": "1650357136",
+ "from": "zehan",
+ "from_id": "user951620331",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 719,
+ "text": "Hello a card holder belonging to this student is found on the A1 campus bus. Do contact me to retrieve it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello a card holder belonging to this student is found on the A1 campus bus. Do contact me to retrieve it"
+ }
+ ]
+ },
+ {
+ "id": 6689,
+ "type": "message",
+ "date": "2022-02-15T12:22:08",
+ "date_unixtime": "1644898928",
+ "edited": "2022-03-06T00:45:16",
+ "edited_unixtime": "1646498716",
+ "from": "Corn",
+ "from_id": "user202496061",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6690,
+ "type": "message",
+ "date": "2022-02-15T12:22:26",
+ "date_unixtime": "1644898946",
+ "from": "Corn",
+ "from_id": "user202496061",
+ "text": "Hi all anyone who knows Dylan Patt, please let him know i found this at biz 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi all anyone who knows Dylan Patt, please let him know i found this at biz 1"
+ }
+ ]
+ },
+ {
+ "id": 6691,
+ "type": "message",
+ "date": "2022-02-15T12:22:28",
+ "date_unixtime": "1644898948",
+ "from": "Corn",
+ "from_id": "user202496061",
+ "text": "Contact me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Contact me"
+ }
+ ]
+ },
+ {
+ "id": 6693,
+ "type": "message",
+ "date": "2022-02-15T12:38:15",
+ "date_unixtime": "1644899895",
+ "from": "Dylan Patt",
+ "from_id": "user625992955",
+ "reply_to_message_id": 6690,
+ "text": "Hi bro I pmed you alr",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi bro I pmed you alr"
+ }
+ ]
+ },
+ {
+ "id": 6694,
+ "type": "message",
+ "date": "2022-02-15T12:38:21",
+ "date_unixtime": "1644899901",
+ "from": "Dylan Patt",
+ "from_id": "user625992955",
+ "text": "Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks"
+ }
+ ]
+ },
+ {
+ "id": 6698,
+ "type": "message",
+ "date": "2022-02-16T11:19:33",
+ "date_unixtime": "1644981573",
+ "edited": "2022-02-17T14:50:56",
+ "edited_unixtime": "1645080656",
+ "from": "j3ff",
+ "from_id": "user922683037",
+ "text": "Hi, just drop a micro usb wire on D2 bus. Anyone who happen to pick it up or left it with the bus terminal office near PGPR, pls pm me. Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, just drop a micro usb wire on D2 bus. Anyone who happen to pick it up or left it with the bus terminal office near PGPR, pls pm me. Thanks"
+ }
+ ]
+ },
+ {
+ "id": 6699,
+ "type": "message",
+ "date": "2022-02-16T14:17:22",
+ "date_unixtime": "1644992242",
+ "from": "fatris",
+ "from_id": "user79852054",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found at paris tokyo",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at paris tokyo"
+ }
+ ]
+ },
+ {
+ "id": 6702,
+ "type": "message",
+ "date": "2022-02-16T20:31:11",
+ "date_unixtime": "1645014671",
+ "from": "Jun Bing",
+ "from_id": "user247126449",
+ "text": "Hi I lost my Apple Pencil at CLB walkway or the path towards YIH today. It’s just the Pencil by itself w no engraving or cover. If anyone has seen it please let me know thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my Apple Pencil at CLB walkway or the path towards YIH today. It’s just the Pencil by itself w no engraving or cover. If anyone has seen it please let me know thanks!"
+ }
+ ]
+ },
+ {
+ "id": 6704,
+ "type": "message",
+ "date": "2022-02-16T22:41:30",
+ "date_unixtime": "1645022490",
+ "edited": "2022-02-16T23:49:11",
+ "edited_unixtime": "1645026551",
+ "from": "lu yixin",
+ "from_id": "user907612556",
+ "text": "Heya... Lost me matric card (name: lu yixin), if anyone has seen it do lemme know! Thx",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Heya... Lost me matric card (name: lu yixin), if anyone has seen it do lemme know! Thx"
+ }
+ ]
+ },
+ {
+ "id": 6705,
+ "type": "message",
+ "date": "2022-02-16T22:52:24",
+ "date_unixtime": "1645023144",
+ "from": "Wh",
+ "from_id": "user604275598",
+ "text": "Hi I lost my matric card (Name: Heng Wei Han), if anyone has seen it do let me know! Thankssss!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my matric card (Name: Heng Wei Han), if anyone has seen it do let me know! Thankssss!!"
+ }
+ ]
+ },
+ {
+ "id": 6707,
+ "type": "message",
+ "date": "2022-02-16T23:25:12",
+ "date_unixtime": "1645025112",
+ "edited": "2022-02-16T23:25:24",
+ "edited_unixtime": "1645025124",
+ "from": "Jordan Vance Chua 🌚💕✨",
+ "from_id": "user402766407",
+ "reply_to_message_id": 6674,
+ "text": "I Passed the keys to the ERC Security Office!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I Passed the keys to the ERC Security Office!"
+ }
+ ]
+ },
+ {
+ "id": 6709,
+ "type": "message",
+ "date": "2022-02-17T00:11:01",
+ "date_unixtime": "1645027861",
+ "edited": "2022-02-17T00:11:11",
+ "edited_unixtime": "1645027871",
+ "from": "jun wei ✨",
+ "from_id": "user431214765",
+ "text": "hi i lost a navy nike shoebag in school, around the sports hall area! lmk if y’all see it… 😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost a navy nike shoebag in school, around the sports hall area! lmk if y’all see it… 😭"
+ }
+ ]
+ },
+ {
+ "id": 6711,
+ "type": "message",
+ "date": "2022-02-17T14:41:32",
+ "date_unixtime": "1645080092",
+ "from": "low",
+ "from_id": "user131406605",
+ "text": "hi, i lost my cardigan (it's a blue and white cardigan, from cotton on) around school from 14/2, likely in the FASS/Utown area if anyone has seen it pls pm me! this cardigan means a lot to me 😢",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, i lost my cardigan (it's a blue and white cardigan, from cotton on) around school from 14/2, likely in the FASS/Utown area if anyone has seen it pls pm me! this cardigan means a lot to me 😢"
+ }
+ ]
+ },
+ {
+ "id": 6714,
+ "type": "message",
+ "date": "2022-02-17T16:29:01",
+ "date_unixtime": "1645086541",
+ "edited": "2022-02-17T18:29:55",
+ "edited_unixtime": "1645093795",
+ "from": "li meng",
+ "from_id": "user910166669",
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "width": 137,
+ "height": 270,
+ "text": "hello if anyone has seen this bottle with a silver carabiner clip attached to it on tues do pm me :\" i left it in a D1 bus on tues and lost it thankuuu :\")",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello if anyone has seen this bottle with a silver carabiner clip attached to it on tues do pm me :\" i left it in a D1 bus on tues and lost it thankuuu :\")"
+ }
+ ]
+ },
+ {
+ "id": 6715,
+ "type": "message",
+ "date": "2022-02-17T16:30:01",
+ "date_unixtime": "1645086601",
+ "edited": "2022-02-17T16:56:37",
+ "edited_unixtime": "1645088197",
+ "from": "li meng",
+ "from_id": "user910166669",
+ "text": "hello if anyone has seen a purple nalgene bottle attached w a silver carabina clip do pm me :\" i left it in a D1 bus on tues and lost it thankuuu :\")",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello if anyone has seen a purple nalgene bottle attached w a silver carabina clip do pm me :\" i left it in a D1 bus on tues and lost it thankuuu :\")"
+ }
+ ]
+ },
+ {
+ "id": 6723,
+ "type": "message",
+ "date": "2022-02-18T13:25:56",
+ "date_unixtime": "1645161956",
+ "from": "Jeremiah",
+ "from_id": "user77247969",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6724,
+ "type": "message",
+ "date": "2022-02-18T13:26:11",
+ "date_unixtime": "1645161971",
+ "edited": "2022-02-18T13:28:47",
+ "edited_unixtime": "1645162127",
+ "from": "Jeremiah",
+ "from_id": "user77247969",
+ "text": "Hello someone left their AirPods in LT27",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello someone left their AirPods in LT27"
+ }
+ ]
+ },
+ {
+ "id": 6730,
+ "type": "message",
+ "date": "2022-02-19T11:39:58",
+ "date_unixtime": "1645241998",
+ "from": "celestine:)",
+ "from_id": "user603602902",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this cap outside technoedge",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this cap outside technoedge"
+ }
+ ]
+ },
+ {
+ "id": 6735,
+ "type": "message",
+ "date": "2022-02-24T00:04:18",
+ "date_unixtime": "1645632258",
+ "edited": "2022-04-19T16:31:49",
+ "edited_unixtime": "1650357109",
+ "from": "Jon",
+ "from_id": "user454617572",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Book left at SRC art vending machine!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Book left at SRC art vending machine!"
+ }
+ ]
+ },
+ {
+ "id": 6740,
+ "type": "message",
+ "date": "2022-02-26T23:10:19",
+ "date_unixtime": "1645888219",
+ "from": "nithila",
+ "from_id": "user928403916",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Green thumb drive left at PGPH printer 1!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Green thumb drive left at PGPH printer 1!!"
+ }
+ ]
+ },
+ {
+ "id": 6745,
+ "type": "message",
+ "date": "2022-02-28T15:56:30",
+ "date_unixtime": "1646034990",
+ "edited": "2022-02-28T19:16:53",
+ "edited_unixtime": "1646047013",
+ "from": "Kee Yoke",
+ "from_id": "user329344193",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": [
+ "Huawei phone in red case found in LT52! Contact ",
+ {
+ "type": "mention",
+ "text": "@gordonlwx"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Huawei phone in red case found in LT52! Contact "
+ },
+ {
+ "type": "mention",
+ "text": "@gordonlwx"
+ }
+ ]
+ },
+ {
+ "id": 6755,
+ "type": "message",
+ "date": "2022-03-01T22:55:50",
+ "date_unixtime": "1646146550",
+ "from": "keane",
+ "from_id": "user243480545",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found at utown bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at utown bus stop"
+ }
+ ]
+ },
+ {
+ "id": 6759,
+ "type": "message",
+ "date": "2022-03-02T14:47:54",
+ "date_unixtime": "1646203674",
+ "edited": "2022-03-02T16:57:39",
+ "edited_unixtime": "1646211459",
+ "from": "Yong En",
+ "from_id": "user30115370",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": [
+ {
+ "type": "strikethrough",
+ "text": "Laptop left on ISB, pm me if it’s yours! "
+ },
+ "\n\nEdit: owner has collected"
+ ],
+ "text_entities": [
+ {
+ "type": "strikethrough",
+ "text": "Laptop left on ISB, pm me if it’s yours! "
+ },
+ {
+ "type": "plain",
+ "text": "\n\nEdit: owner has collected"
+ }
+ ]
+ },
+ {
+ "id": 6761,
+ "type": "message",
+ "date": "2022-03-02T18:16:10",
+ "date_unixtime": "1646216170",
+ "from": "jieyang",
+ "from_id": "user654976497",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello! matric card found on A2 bus @ KRmrt, owner do contact me yup~ thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! matric card found on A2 bus @ KRmrt, owner do contact me yup~ thanks"
+ }
+ ]
+ },
+ {
+ "id": 6765,
+ "type": "message",
+ "date": "2022-03-03T10:50:30",
+ "date_unixtime": "1646275830",
+ "edited": "2022-03-03T19:02:04",
+ "edited_unixtime": "1646305324",
+ "from": "Joy",
+ "from_id": "user666537985",
+ "text": "Hiii if anyone has seen my notebook (it’s quite thin and it’s green with a floral design and a silver border) please pm me! I left it on one of the tables in the ERC Level 2 study room yesterday evening 😢 thank youu\n\nEdit: found it! :D",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hiii if anyone has seen my notebook (it’s quite thin and it’s green with a floral design and a silver border) please pm me! I left it on one of the tables in the ERC Level 2 study room yesterday evening 😢 thank youu\n\nEdit: found it! :D"
+ }
+ ]
+ },
+ {
+ "id": 6768,
+ "type": "message",
+ "date": "2022-03-03T15:18:48",
+ "date_unixtime": "1646291928",
+ "edited": "2022-04-19T16:31:17",
+ "edited_unixtime": "1650357077",
+ "from": "Rachel",
+ "from_id": "user729742748",
+ "text": "Hi if anyone has seen a pink card holder in Com1, please pm me!! It has my student card and IC in so it’s super important that I get it back, thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone has seen a pink card holder in Com1, please pm me!! It has my student card and IC in so it’s super important that I get it back, thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 6769,
+ "type": "message",
+ "date": "2022-03-03T15:32:55",
+ "date_unixtime": "1646292775",
+ "from": "Rachel",
+ "from_id": "user729742748",
+ "reply_to_message_id": 6768,
+ "text": "It might also be on one of the A2 buses!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It might also be on one of the A2 buses!!"
+ }
+ ]
+ },
+ {
+ "id": 6770,
+ "type": "message",
+ "date": "2022-03-03T16:25:07",
+ "date_unixtime": "1646295907",
+ "edited": "2022-03-03T16:30:27",
+ "edited_unixtime": "1646296227",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "think someone left their vape cartridge in mr6 lmfao",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "think someone left their vape cartridge in mr6 lmfao"
+ }
+ ]
+ },
+ {
+ "id": 6773,
+ "type": "message",
+ "date": "2022-03-03T17:24:25",
+ "date_unixtime": "1646299465",
+ "from": "zahrah",
+ "from_id": "user1094914688",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6774,
+ "type": "message",
+ "date": "2022-03-03T17:24:25",
+ "date_unixtime": "1646299465",
+ "from": "zahrah",
+ "from_id": "user1094914688",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 827,
+ "height": 1278,
+ "text": "found @ kent ridge mrt!! it's still there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found @ kent ridge mrt!! it's still there"
+ }
+ ]
+ },
+ {
+ "id": 6777,
+ "type": "message",
+ "date": "2022-03-03T18:00:07",
+ "date_unixtime": "1646301607",
+ "edited": "2022-03-03T18:03:48",
+ "edited_unixtime": "1646301828",
+ "from": "Adam Tang",
+ "from_id": "user258126316",
+ "reply_to_message_id": 6773,
+ "text": "Thanks Zara☺️☺️☺️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks Zara☺️☺️☺️"
+ }
+ ]
+ },
+ {
+ "id": 6780,
+ "type": "message",
+ "date": "2022-03-03T18:51:25",
+ "date_unixtime": "1646304685",
+ "from": "Stanley",
+ "from_id": "user1149868149",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6781,
+ "type": "message",
+ "date": "2022-03-03T18:51:25",
+ "date_unixtime": "1646304685",
+ "from": "Stanley",
+ "from_id": "user1149868149",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6782,
+ "type": "message",
+ "date": "2022-03-03T18:51:33",
+ "date_unixtime": "1646304693",
+ "edited": "2022-03-05T15:34:55",
+ "edited_unixtime": "1646465695",
+ "from": "Stanley",
+ "from_id": "user1149868149",
+ "text": "Pgp main foyer",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pgp main foyer"
+ }
+ ]
+ },
+ {
+ "id": 6788,
+ "type": "message",
+ "date": "2022-03-04T10:38:03",
+ "date_unixtime": "1646361483",
+ "from": "YingBei",
+ "from_id": "user598725128",
+ "text": "hi anyone saw a grey laptop bag at kr busstop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi anyone saw a grey laptop bag at kr busstop"
+ }
+ ]
+ },
+ {
+ "id": 6789,
+ "type": "message",
+ "date": "2022-03-04T10:38:57",
+ "date_unixtime": "1646361537",
+ "edited": "2022-04-02T19:11:11",
+ "edited_unixtime": "1648897871",
+ "from": "YingBei",
+ "from_id": "user598725128",
+ "text": "Or on D2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Or on D2"
+ }
+ ]
+ },
+ {
+ "id": 6792,
+ "type": "message",
+ "date": "2022-03-04T15:58:04",
+ "date_unixtime": "1646380684",
+ "edited": "2022-03-06T16:09:04",
+ "edited_unixtime": "1646554144",
+ "from": " ",
+ "from_id": "user210820012",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 959,
+ "text": "Matric card found in foodclique, handed over to utown security post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card found in foodclique, handed over to utown security post"
+ }
+ ]
+ },
+ {
+ "id": 6794,
+ "type": "message",
+ "date": "2022-03-04T18:32:49",
+ "date_unixtime": "1646389969",
+ "from": "sophia!!",
+ "from_id": "user217760680",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6795,
+ "type": "message",
+ "date": "2022-03-04T18:32:49",
+ "date_unixtime": "1646389969",
+ "from": "sophia!!",
+ "from_id": "user217760680",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "owndays specs w case ~ found in lt11",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "owndays specs w case ~ found in lt11"
+ }
+ ]
+ },
+ {
+ "id": 6797,
+ "type": "message",
+ "date": "2022-03-04T19:10:01",
+ "date_unixtime": "1646392201",
+ "edited": "2022-03-05T09:27:05",
+ "edited_unixtime": "1646443625",
+ "from": "thenamemilla",
+ "from_id": "user1765415054",
+ "text": "Hiii!!! I'm working at Flash Coffee, and i lost my precious G Shock watch 🥺 Is very precious and is a gift from my old friend. If anyone found it, do visit me at Flash Coffee tomorrow morning. The watch is really super important to me ! And hope to get it back 😔",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hiii!!! I'm working at Flash Coffee, and i lost my precious G Shock watch 🥺 Is very precious and is a gift from my old friend. If anyone found it, do visit me at Flash Coffee tomorrow morning. The watch is really super important to me ! And hope to get it back 😔"
+ }
+ ]
+ },
+ {
+ "id": 6798,
+ "type": "message",
+ "date": "2022-03-04T19:10:33",
+ "date_unixtime": "1646392233",
+ "from": "thenamemilla",
+ "from_id": "user1765415054",
+ "text": "I've accidentally left it at Level 4 Toilet, near the Flash Coffee Outlet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've accidentally left it at Level 4 Toilet, near the Flash Coffee Outlet"
+ }
+ ]
+ },
+ {
+ "id": 6799,
+ "type": "message",
+ "date": "2022-03-04T19:25:01",
+ "date_unixtime": "1646393101",
+ "edited": "2022-03-07T16:52:18",
+ "edited_unixtime": "1646643138",
+ "from": "Lionel",
+ "from_id": "user173314864",
+ "reply_to_message_id": 6798,
+ "text": "You might want to check with student services on this, it’s located just a short walk from Flash Coffee",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "You might want to check with student services on this, it’s located just a short walk from Flash Coffee"
+ }
+ ]
+ },
+ {
+ "id": 6800,
+ "type": "message",
+ "date": "2022-03-04T19:25:28",
+ "date_unixtime": "1646393128",
+ "from": "thenamemilla",
+ "from_id": "user1765415054",
+ "text": "Thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thank you"
+ }
+ ]
+ },
+ {
+ "id": 6801,
+ "type": "message",
+ "date": "2022-03-04T19:25:44",
+ "date_unixtime": "1646393144",
+ "edited": "2022-09-07T11:55:23",
+ "edited_unixtime": "1662522923",
+ "from": "thenamemilla",
+ "from_id": "user1765415054",
+ "text": "But if anyone found it please keep it for me ya, appreciate it muchhh!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "But if anyone found it please keep it for me ya, appreciate it muchhh!!"
+ }
+ ]
+ },
+ {
+ "id": 6804,
+ "type": "message",
+ "date": "2022-03-05T08:22:39",
+ "date_unixtime": "1646439759",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "text": "what",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "what"
+ }
+ ]
+ },
+ {
+ "id": 6806,
+ "type": "message",
+ "date": "2022-03-05T08:23:15",
+ "date_unixtime": "1646439795",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "text": "are you lost",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "are you lost"
+ }
+ ]
+ },
+ {
+ "id": 6808,
+ "type": "message",
+ "date": "2022-03-05T13:34:17",
+ "date_unixtime": "1646458457",
+ "from": "Tiki",
+ "from_id": "user498265491",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Ez link found at E5 engin near one of the airbitat",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ez link found at E5 engin near one of the airbitat"
+ }
+ ]
+ },
+ {
+ "id": 6810,
+ "type": "message",
+ "date": "2022-03-05T15:16:44",
+ "date_unixtime": "1646464604",
+ "edited": "2022-03-05T15:50:33",
+ "edited_unixtime": "1646466633",
+ "from": "Leon",
+ "from_id": "user1444037135",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 540,
+ "height": 339,
+ "text": "Matric card belonging to Li Xuan found at ERC Level 1. Passed to Campus Security (Office at ERC).",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card belonging to Li Xuan found at ERC Level 1. Passed to Campus Security (Office at ERC)."
+ }
+ ]
+ },
+ {
+ "id": 6813,
+ "type": "message",
+ "date": "2022-03-05T17:02:47",
+ "date_unixtime": "1646470967",
+ "edited": "2022-03-05T19:31:54",
+ "edited_unixtime": "1646479914",
+ "from": "Sharon",
+ "from_id": "user659257562",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 343,
+ "text": "Hello! I lost my thumbdrive earlier this Wed 2 Mar, either at CLB or in the FASS canteen at the area reserved for staff. I last used it at Lvl5 CLB near the printing machine. It was on a brown string which was tied to a light pink keyholder strap thing.\n\nI've attached the model of the thumbdrive in the picture above! It's silver and approx 5+ cm. If anyone finds it, please do contact me :< The thumbdrive is the most important part I need because it contains the bulk of my honours thesis materials :\\ (there should be another folder called Malay 6 inside as well tho) Thank yall very much!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost my thumbdrive earlier this Wed 2 Mar, either at CLB or in the FASS canteen at the area reserved for staff. I last used it at Lvl5 CLB near the printing machine. It was on a brown string which was tied to a light pink keyholder strap thing.\n\nI've attached the model of the thumbdrive in the picture above! It's silver and approx 5+ cm. If anyone finds it, please do contact me :< The thumbdrive is the most important part I need because it contains the bulk of my honours thesis materials :\\ (there should be another folder called Malay 6 inside as well tho) Thank yall very much!!"
+ }
+ ]
+ },
+ {
+ "id": 6814,
+ "type": "message",
+ "date": "2022-03-05T20:14:33",
+ "date_unixtime": "1646482473",
+ "from": "A",
+ "from_id": "user377433163",
+ "text": "Hi, someone who alighted 96 at UTown left their black tote bag (around 8.10pm). It’s passed to the bus captain",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, someone who alighted 96 at UTown left their black tote bag (around 8.10pm). It’s passed to the bus captain"
+ }
+ ]
+ },
+ {
+ "id": 6820,
+ "type": "message",
+ "date": "2022-03-06T00:24:01",
+ "date_unixtime": "1646497441",
+ "edited": "2022-03-06T12:02:00",
+ "edited_unixtime": "1646539320",
+ "from": "Marcus Tee",
+ "from_id": "user1069955716",
+ "text": "Hii, I have lost one of my Samsung Galaxy Buds Pro - silver colour earbuds (left) at Education Resource Centre, Collaborative Commons Level 1 (same level as Mac Room) air-con study area on the 3rd of March I believe, as it was the last time I used them before finding it lost today with just one side left. Kind of late as its 6th of March now, trying my luck here if anyone found it, please let me know🙏 really appreciate it, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii, I have lost one of my Samsung Galaxy Buds Pro - silver colour earbuds (left) at Education Resource Centre, Collaborative Commons Level 1 (same level as Mac Room) air-con study area on the 3rd of March I believe, as it was the last time I used them before finding it lost today with just one side left. Kind of late as its 6th of March now, trying my luck here if anyone found it, please let me know🙏 really appreciate it, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 6821,
+ "type": "message",
+ "date": "2022-03-06T00:24:20",
+ "date_unixtime": "1646497460",
+ "edited": "2022-03-06T02:33:03",
+ "edited_unixtime": "1646505183",
+ "from": "Marcus Tee",
+ "from_id": "user1069955716",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 814,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6822,
+ "type": "message",
+ "date": "2022-03-06T10:38:40",
+ "date_unixtime": "1646534320",
+ "from": "Li Cher Tan",
+ "from_id": "user265545487",
+ "text": "Hi found a wallet at science belonging to a ONG JUN KIAT JUSTIN . Lmk if you know him so I can return it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found a wallet at science belonging to a ONG JUN KIAT JUSTIN . Lmk if you know him so I can return it"
+ }
+ ]
+ },
+ {
+ "id": 6823,
+ "type": "message",
+ "date": "2022-03-06T10:39:32",
+ "date_unixtime": "1646534372",
+ "from": "Li Cher Tan",
+ "from_id": "user265545487",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 6830,
+ "type": "message",
+ "date": "2022-03-07T16:28:29",
+ "date_unixtime": "1646641709",
+ "from": "tom bendinelli",
+ "from_id": "user5031190685",
+ "text": "Hello that morning I found the identity card of\nSYED MUHAMMAD BIN SYED MAHMUD \nI hope someone who knows him can warn him.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello that morning I found the identity card of\nSYED MUHAMMAD BIN SYED MAHMUD \nI hope someone who knows him can warn him."
+ }
+ ]
+ },
+ {
+ "id": 6831,
+ "type": "message",
+ "date": "2022-03-07T17:34:20",
+ "date_unixtime": "1646645660",
+ "edited": "2022-03-07T21:25:20",
+ "edited_unixtime": "1646659520",
+ "from": "s 🥺💛💚💙",
+ "from_id": "user261001107",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "earbud in CTPCLC global learning room (above fine food), please come collect after 7.45pm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "earbud in CTPCLC global learning room (above fine food), please come collect after 7.45pm"
+ }
+ ]
+ },
+ {
+ "id": 6833,
+ "type": "message",
+ "date": "2022-03-07T20:34:06",
+ "date_unixtime": "1646656446",
+ "from": "tamz",
+ "from_id": "user62776411",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at yih busstop pm me if its urs !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at yih busstop pm me if its urs !"
+ }
+ ]
+ },
+ {
+ "id": 6835,
+ "type": "message",
+ "date": "2022-03-07T23:03:31",
+ "date_unixtime": "1646665411",
+ "from": "Chi Kian",
+ "from_id": "user577793458",
+ "text": "Hi guys I misplaced a ReZero Rem mousepad in Biz1 0204 last Weds (2 Mar), anyone by chance has seen it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys I misplaced a ReZero Rem mousepad in Biz1 0204 last Weds (2 Mar), anyone by chance has seen it?"
+ }
+ ]
+ },
+ {
+ "id": 6849,
+ "type": "message",
+ "date": "2022-03-08T10:24:10",
+ "date_unixtime": "1646706250",
+ "from": "Chuan An",
+ "from_id": "user772520752",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Clb lvl 4 right corner",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Clb lvl 4 right corner"
+ }
+ ]
+ },
+ {
+ "id": 6852,
+ "type": "message",
+ "date": "2022-03-08T17:03:03",
+ "date_unixtime": "1646730183",
+ "edited": "2022-03-08T18:22:35",
+ "edited_unixtime": "1646734955",
+ "from": "xueeeeeeee",
+ "from_id": "user562642297",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someone’s card on D1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone’s card on D1"
+ }
+ ]
+ },
+ {
+ "id": 6957,
+ "type": "message",
+ "date": "2022-03-09T19:50:36",
+ "date_unixtime": "1646826636",
+ "from": "Dil",
+ "from_id": "user128738999",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 696,
+ "text": "Hi, I misplaced a brown louis vuitton wallet, looks like the one in the pic but brown. Most likely in the University Sports Centre wheelchair toilet next to the rock wall. If anyone found it pls let me know. Has my late grandfather's photos and all. Thank you :')",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I misplaced a brown louis vuitton wallet, looks like the one in the pic but brown. Most likely in the University Sports Centre wheelchair toilet next to the rock wall. If anyone found it pls let me know. Has my late grandfather's photos and all. Thank you :')"
+ }
+ ]
+ },
+ {
+ "id": 6959,
+ "type": "message",
+ "date": "2022-03-09T21:45:35",
+ "date_unixtime": "1646833535",
+ "edited": "2022-03-10T10:12:38",
+ "edited_unixtime": "1646878358",
+ "from": "Alicia",
+ "from_id": "user533763201",
+ "text": [
+ "Hellooo I misplace a black recycle bag that contains a laptop charger, light blue scrub top and a blue jeans ",
+ {
+ "type": "mention",
+ "text": "@MPSH6"
+ },
+ " on 9 march If anyone found it please let me know thank you so much!! 🥲 edit: found"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hellooo I misplace a black recycle bag that contains a laptop charger, light blue scrub top and a blue jeans "
+ },
+ {
+ "type": "mention",
+ "text": "@MPSH6"
+ },
+ {
+ "type": "plain",
+ "text": " on 9 march If anyone found it please let me know thank you so much!! 🥲 edit: found"
+ }
+ ]
+ },
+ {
+ "id": 6962,
+ "type": "message",
+ "date": "2022-03-10T14:06:49",
+ "date_unixtime": "1646892409",
+ "edited": "2022-03-10T22:07:39",
+ "edited_unixtime": "1646921259",
+ "from": "farah 🤍",
+ "from_id": "user617790932",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1035,
+ "height": 1280,
+ "text": "found at clb near art vending machine, will be at forum (cornermost table) the whole day! :-)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at clb near art vending machine, will be at forum (cornermost table) the whole day! :-)"
+ }
+ ]
+ },
+ {
+ "id": 6964,
+ "type": "message",
+ "date": "2022-03-10T14:15:57",
+ "date_unixtime": "1646892957",
+ "edited": "2022-03-10T14:46:52",
+ "edited_unixtime": "1646894812",
+ "from": "Dil",
+ "from_id": "user128738999",
+ "text": [
+ "Hi, just to share that you can also find your lost items here: \n\nSearch for Lost Item\n",
+ {
+ "type": "link",
+ "text": "https://secure.repoapp.com/public_items/BB20556C"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, just to share that you can also find your lost items here: \n\nSearch for Lost Item\n"
+ },
+ {
+ "type": "link",
+ "text": "https://secure.repoapp.com/public_items/BB20556C"
+ }
+ ]
+ },
+ {
+ "id": 6965,
+ "type": "message",
+ "date": "2022-03-10T14:25:35",
+ "date_unixtime": "1646893535",
+ "edited": "2022-03-10T15:37:12",
+ "edited_unixtime": "1646897832",
+ "from": "ClaireChua xx",
+ "from_id": "user789924462",
+ "text": "^pin!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "^pin!"
+ }
+ ]
+ },
+ {
+ "id": 6966,
+ "type": "message",
+ "date": "2022-03-10T20:25:34",
+ "date_unixtime": "1646915134",
+ "from": "Jan",
+ "from_id": "user820290198",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Matric card found in MPSH2B",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card found in MPSH2B"
+ }
+ ]
+ },
+ {
+ "id": 6968,
+ "type": "message",
+ "date": "2022-03-10T21:06:32",
+ "date_unixtime": "1646917592",
+ "edited": "2022-03-11T19:33:33",
+ "edited_unixtime": "1646998413",
+ "from": "Eyo Kai Wen, Kevin",
+ "from_id": "user1247218834",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Found along path to utown from usc",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found along path to utown from usc"
+ }
+ ]
+ },
+ {
+ "id": 6971,
+ "type": "message",
+ "date": "2022-03-11T10:50:10",
+ "date_unixtime": "1646967010",
+ "edited": "2022-03-11T17:24:12",
+ "edited_unixtime": "1646990652",
+ "from": "Hrucha",
+ "from_id": "user873349972",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Mousepad found at level 3 CLB, at the grey tables",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Mousepad found at level 3 CLB, at the grey tables"
+ }
+ ]
+ },
+ {
+ "id": 6976,
+ "type": "message",
+ "date": "2022-03-11T20:40:03",
+ "date_unixtime": "1647002403",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 999,
+ "height": 1280,
+ "text": "spectacles, glasses, w/e left at PC Commons",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "spectacles, glasses, w/e left at PC Commons"
+ }
+ ]
+ },
+ {
+ "id": 6978,
+ "type": "message",
+ "date": "2022-03-11T23:37:29",
+ "date_unixtime": "1647013049",
+ "from": "Teck Hwee Tan",
+ "from_id": "user505961503",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Usb C to usb C cable at UTR lounge level 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Usb C to usb C cable at UTR lounge level 1"
+ }
+ ]
+ },
+ {
+ "id": 6996,
+ "type": "message",
+ "date": "2022-03-14T16:17:14",
+ "date_unixtime": "1647245834",
+ "from": "Errornor",
+ "from_id": "user911976845",
+ "text": "Lost an ezlink card around utown between tembusu and fine foods, it has moe teachers something on it pls lmk if u find it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost an ezlink card around utown between tembusu and fine foods, it has moe teachers something on it pls lmk if u find it!"
+ }
+ ]
+ },
+ {
+ "id": 6998,
+ "type": "message",
+ "date": "2022-03-15T10:46:13",
+ "date_unixtime": "1647312373",
+ "edited": "2022-03-15T11:13:39",
+ "edited_unixtime": "1647314019",
+ "from": "yingwei",
+ "from_id": "user1774301494",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi found matric card and phone! For a person named Jodie!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found matric card and phone! For a person named Jodie!"
+ }
+ ]
+ },
+ {
+ "id": 6999,
+ "type": "message",
+ "date": "2022-03-15T10:46:29",
+ "date_unixtime": "1647312389",
+ "from": "yingwei",
+ "from_id": "user1774301494",
+ "text": "This is at d1 bus back seats",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "This is at d1 bus back seats"
+ }
+ ]
+ },
+ {
+ "id": 7005,
+ "type": "message",
+ "date": "2022-03-15T12:26:42",
+ "date_unixtime": "1647318402",
+ "edited": "2022-03-15T17:53:59",
+ "edited_unixtime": "1647338039",
+ "from": "Ryan Ng",
+ "from_id": "user686022302",
+ "text": "Hi I misplaced an gen 1 Apple Pencil either at UTown or FASS if found plz pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I misplaced an gen 1 Apple Pencil either at UTown or FASS if found plz pm me"
+ }
+ ]
+ },
+ {
+ "id": 7010,
+ "type": "message",
+ "date": "2022-03-15T19:59:44",
+ "date_unixtime": "1647345584",
+ "from": "Vincent Wong",
+ "from_id": "user782971066",
+ "text": "Ello I left my matric card in foodclique earlier today, please if you have it. Thanks:)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ello I left my matric card in foodclique earlier today, please if you have it. Thanks:)"
+ }
+ ]
+ },
+ {
+ "id": 7011,
+ "type": "message",
+ "date": "2022-03-15T23:46:16",
+ "date_unixtime": "1647359176",
+ "from": "Mitchel Tzk",
+ "from_id": "user331959617",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Airpods found at Opp Hong Sui Sen Memorial Library Busstop, left it on top of the vending machine pictured here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Airpods found at Opp Hong Sui Sen Memorial Library Busstop, left it on top of the vending machine pictured here"
+ }
+ ]
+ },
+ {
+ "id": 7024,
+ "type": "message",
+ "date": "2022-03-16T18:26:53",
+ "date_unixtime": "1647426413",
+ "edited": "2022-03-16T18:33:47",
+ "edited_unixtime": "1647426827",
+ "from": "Zhefeng",
+ "from_id": "user634170243",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found outside UTR",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found outside UTR"
+ }
+ ]
+ },
+ {
+ "id": 7032,
+ "type": "message",
+ "date": "2022-03-17T15:01:07",
+ "date_unixtime": "1647500467",
+ "edited": "2022-03-17T16:28:29",
+ "edited_unixtime": "1647505709",
+ "from": "Lingbo",
+ "from_id": "user1145569153",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 717,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7033,
+ "type": "message",
+ "date": "2022-03-17T15:01:58",
+ "date_unixtime": "1647500518",
+ "edited": "2022-03-17T15:02:06",
+ "edited_unixtime": "1647500526",
+ "from": "Lingbo",
+ "from_id": "user1145569153",
+ "text": "Has anyone mistaken *this square power bank* at the drink stall outside LT16 at Biz 2?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone mistaken *this square power bank* at the drink stall outside LT16 at Biz 2?"
+ }
+ ]
+ },
+ {
+ "id": 7037,
+ "type": "message",
+ "date": "2022-03-17T21:56:37",
+ "date_unixtime": "1647525397",
+ "from": "Lin Yuan",
+ "from_id": "user267153066",
+ "text": "found airpods pro in the UTSRC-GLR room today at 6pm! if you're looking for them, pm me what colour is the case :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found airpods pro in the UTSRC-GLR room today at 6pm! if you're looking for them, pm me what colour is the case :)"
+ }
+ ]
+ },
+ {
+ "id": 7038,
+ "type": "message",
+ "date": "2022-03-18T01:48:00",
+ "date_unixtime": "1647539280",
+ "from": "Meherwan Patel",
+ "from_id": "user1219067031",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found Sony headphones case at Utown outside YaleNUS cafe Agora",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found Sony headphones case at Utown outside YaleNUS cafe Agora"
+ }
+ ]
+ },
+ {
+ "id": 7042,
+ "type": "message",
+ "date": "2022-03-18T19:05:32",
+ "date_unixtime": "1647601532",
+ "from": "Jacky",
+ "from_id": "user971287747",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7043,
+ "type": "message",
+ "date": "2022-03-18T19:05:32",
+ "date_unixtime": "1647601532",
+ "from": "Jacky",
+ "from_id": "user971287747",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "rvrc card at yih",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "rvrc card at yih"
+ }
+ ]
+ },
+ {
+ "id": 7045,
+ "type": "message",
+ "date": "2022-03-18T21:45:19",
+ "date_unixtime": "1647611119",
+ "edited": "2022-03-18T23:00:46",
+ "edited_unixtime": "1647615646",
+ "from": "olivia",
+ "from_id": "user106615866",
+ "forwarded_from": "Chan Wai Lee",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 828,
+ "height": 484,
+ "text": "Hi guys, have y'all seen a black shoebag around the uhall bus stop or on science field please? There are cleats inside that look like this! PM me if you find it! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, have y'all seen a black shoebag around the uhall bus stop or on science field please? There are cleats inside that look like this! PM me if you find it! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 7047,
+ "type": "message",
+ "date": "2022-03-19T21:23:59",
+ "date_unixtime": "1647696239",
+ "edited": "2022-03-19T22:59:25",
+ "edited_unixtime": "1647701965",
+ "from": "Ridwan Setiadarma",
+ "from_id": "user1070493976",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi guys, i found a wallet belonging to Xu Qingyang in PGP R3 lounge. Feel free to contact me if this is yours. If not claimed, I will pass it to FCC.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, i found a wallet belonging to Xu Qingyang in PGP R3 lounge. Feel free to contact me if this is yours. If not claimed, I will pass it to FCC."
+ }
+ ]
+ },
+ {
+ "id": 7050,
+ "type": "message",
+ "date": "2022-03-20T15:53:50",
+ "date_unixtime": "1647762830",
+ "edited": "2022-03-20T18:17:27",
+ "edited_unixtime": "1647771447",
+ "from": "Jared",
+ "from_id": "user99293074",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Airpods found at utown gym squat rack",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Airpods found at utown gym squat rack"
+ }
+ ]
+ },
+ {
+ "id": 7057,
+ "type": "message",
+ "date": "2022-03-21T08:56:10",
+ "date_unixtime": "1647824170",
+ "from": "Jeremie Choo",
+ "from_id": "user650345538",
+ "text": "Hi are the AirPods still there or with you by any chance?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi are the AirPods still there or with you by any chance?"
+ }
+ ]
+ },
+ {
+ "id": 7059,
+ "type": "message",
+ "date": "2022-03-21T10:16:56",
+ "date_unixtime": "1647829016",
+ "from": "Jay",
+ "from_id": "user1755340931",
+ "text": "Hello has anyone happened to find a black pod?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello has anyone happened to find a black pod?"
+ }
+ ]
+ },
+ {
+ "id": 7060,
+ "type": "message",
+ "date": "2022-03-21T10:17:01",
+ "date_unixtime": "1647829021",
+ "from": "Jay",
+ "from_id": "user1755340931",
+ "text": "In lost it yesterday",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "In lost it yesterday"
+ }
+ ]
+ },
+ {
+ "id": 7061,
+ "type": "message",
+ "date": "2022-03-21T10:19:23",
+ "date_unixtime": "1647829163",
+ "from": "Jay",
+ "from_id": "user1755340931",
+ "text": "The pod has a golden casino at the side",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "The pod has a golden casino at the side"
+ }
+ ]
+ },
+ {
+ "id": 7062,
+ "type": "message",
+ "date": "2022-03-21T11:33:01",
+ "date_unixtime": "1647833581",
+ "edited": "2022-03-31T09:26:07",
+ "edited_unixtime": "1648689967",
+ "from": "Raymond Ho",
+ "from_id": "user245171801",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7063,
+ "type": "message",
+ "date": "2022-03-21T11:33:29",
+ "date_unixtime": "1647833609",
+ "from": "Raymond Ho",
+ "from_id": "user245171801",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "At here idk what’s this place called",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "At here idk what’s this place called"
+ }
+ ]
+ },
+ {
+ "id": 7064,
+ "type": "message",
+ "date": "2022-03-21T11:36:12",
+ "date_unixtime": "1647833772",
+ "from": "🍧Bing Qi",
+ "from_id": "user193909171",
+ "reply_to_message_id": 7063,
+ "text": "Between E1 to E1A?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Between E1 to E1A?"
+ }
+ ]
+ },
+ {
+ "id": 7065,
+ "type": "message",
+ "date": "2022-03-21T11:36:30",
+ "date_unixtime": "1647833790",
+ "edited": "2022-04-15T23:49:30",
+ "edited_unixtime": "1650037770",
+ "from": "Raymond Ho",
+ "from_id": "user245171801",
+ "reply_to_message_id": 7064,
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "sticker_emoji": "😎",
+ "width": 428,
+ "height": 512,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7066,
+ "type": "message",
+ "date": "2022-03-21T11:37:17",
+ "date_unixtime": "1647833837",
+ "edited": "2022-03-21T11:55:09",
+ "edited_unixtime": "1647834909",
+ "from": "Raymond Ho",
+ "from_id": "user245171801",
+ "reply_to_message_id": 7062,
+ "text": "Owner found!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Owner found!"
+ }
+ ]
+ },
+ {
+ "id": 7067,
+ "type": "message",
+ "date": "2022-03-21T11:38:42",
+ "date_unixtime": "1647833922",
+ "from": "Benjamin",
+ "from_id": "user387049805",
+ "text": "thanks bro",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thanks bro"
+ }
+ ]
+ },
+ {
+ "id": 7068,
+ "type": "message",
+ "date": "2022-03-21T11:48:52",
+ "date_unixtime": "1647834532",
+ "from": "Raymond Ho",
+ "from_id": "user245171801",
+ "reply_to_message_id": 7067,
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "sticker_emoji": "👍",
+ "width": 512,
+ "height": 507,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7071,
+ "type": "message",
+ "date": "2022-03-21T12:54:23",
+ "date_unixtime": "1647838463",
+ "edited": "2022-03-21T12:55:29",
+ "edited_unixtime": "1647838529",
+ "from": "Aileen",
+ "from_id": "user1344560536",
+ "text": "Hi guys, did anyone find a student card in/around Techno Edge today? PM me if you find it! Thanks a lot!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, did anyone find a student card in/around Techno Edge today? PM me if you find it! Thanks a lot!"
+ }
+ ]
+ },
+ {
+ "id": 7077,
+ "type": "message",
+ "date": "2022-03-22T10:18:47",
+ "date_unixtime": "1647915527",
+ "edited": "2022-03-22T10:35:57",
+ "edited_unixtime": "1647916557",
+ "from": "Nicole",
+ "from_id": "user114437139",
+ "forwarded_from": "Nicole",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "picked up a matric card at science frontier. currently sitting at starbucks, pm me for pickup if it’s yours. otherwise will be sending it to science security at 11.25am",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "picked up a matric card at science frontier. currently sitting at starbucks, pm me for pickup if it’s yours. otherwise will be sending it to science security at 11.25am"
+ }
+ ]
+ },
+ {
+ "id": 7078,
+ "type": "message",
+ "date": "2022-03-22T10:46:45",
+ "date_unixtime": "1647917205",
+ "edited": "2022-03-22T14:00:59",
+ "edited_unixtime": "1647928859",
+ "from": "😼",
+ "from_id": "user260639491",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "utown bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "utown bus stop"
+ }
+ ]
+ },
+ {
+ "id": 7080,
+ "type": "message",
+ "date": "2022-03-22T14:06:16",
+ "date_unixtime": "1647929176",
+ "edited": "2022-03-22T22:51:23",
+ "edited_unixtime": "1647960683",
+ "from": "Felisha",
+ "from_id": "user1235524486",
+ "text": "hey i lost my airpods in the utown gym, pls pm me if anyone finds it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey i lost my airpods in the utown gym, pls pm me if anyone finds it"
+ }
+ ]
+ },
+ {
+ "id": 7081,
+ "type": "message",
+ "date": "2022-03-22T15:59:37",
+ "date_unixtime": "1647935977",
+ "from": "natalia",
+ "from_id": "user527171184",
+ "text": "has anyone seen a matric card left on bus A1 on friday? at around 3pm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "has anyone seen a matric card left on bus A1 on friday? at around 3pm"
+ }
+ ]
+ },
+ {
+ "id": 7085,
+ "type": "message",
+ "date": "2022-03-22T20:08:16",
+ "date_unixtime": "1647950896",
+ "from": "derk",
+ "from_id": "user430848635",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 843,
+ "text": "hello ezlink found at clb bus stop passing to guard post at utown!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello ezlink found at clb bus stop passing to guard post at utown!"
+ }
+ ]
+ },
+ {
+ "id": 7100,
+ "type": "message",
+ "date": "2022-03-23T09:06:51",
+ "date_unixtime": "1647997611",
+ "from": "Siaw Wei 🌌",
+ "from_id": "user731365790",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Saw this in utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Saw this in utown"
+ }
+ ]
+ },
+ {
+ "id": 7102,
+ "type": "message",
+ "date": "2022-03-23T15:03:49",
+ "date_unixtime": "1648019029",
+ "from": "Weenstern",
+ "from_id": "user321054985",
+ "text": "Hello 👋🏻! \n\nHas anyone found a ring 💍 at University Hall / FASS / Bus K this morning? My friend lost her ring, so if anyone has found a ring, please let me know!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello 👋🏻! \n\nHas anyone found a ring 💍 at University Hall / FASS / Bus K this morning? My friend lost her ring, so if anyone has found a ring, please let me know!"
+ }
+ ]
+ },
+ {
+ "id": 7105,
+ "type": "message",
+ "date": "2022-03-24T10:47:25",
+ "date_unixtime": "1648090045",
+ "from": "Bryan Elmer",
+ "from_id": "user1385803924",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 860,
+ "text": "hi, i lost a parcel that was sent to me this mon/tues in pgpr. if anyone mistook it or sees it, please contact me thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, i lost a parcel that was sent to me this mon/tues in pgpr. if anyone mistook it or sees it, please contact me thanks!"
+ }
+ ]
+ },
+ {
+ "id": 7106,
+ "type": "message",
+ "date": "2022-03-24T19:06:31",
+ "date_unixtime": "1648119991",
+ "from": "Nicole",
+ "from_id": "user248126441",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "water bottle left at table outside food clique",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "water bottle left at table outside food clique"
+ }
+ ]
+ },
+ {
+ "id": 7109,
+ "type": "message",
+ "date": "2022-03-24T22:07:13",
+ "date_unixtime": "1648130833",
+ "from": "Ismail 👻",
+ "from_id": "user604372487",
+ "text": "Hello! \nDid anyone see a Fitbit Versa (grey/black) around utown? Can pm me if you found it 🙏🏼 it kinda looks like an apple watch. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! \nDid anyone see a Fitbit Versa (grey/black) around utown? Can pm me if you found it 🙏🏼 it kinda looks like an apple watch. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 7111,
+ "type": "message",
+ "date": "2022-03-24T23:57:45",
+ "date_unixtime": "1648137465",
+ "edited": "2022-03-27T08:18:56",
+ "edited_unixtime": "1648340336",
+ "from": "Kenric Tan",
+ "from_id": "user471375660",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hello, found a matric near supper stretch! Pm if it’s urs!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, found a matric near supper stretch! Pm if it’s urs!"
+ }
+ ]
+ },
+ {
+ "id": 7115,
+ "type": "message",
+ "date": "2022-03-25T16:14:54",
+ "date_unixtime": "1648196094",
+ "edited": "2022-03-25T23:07:01",
+ "edited_unixtime": "1648220821",
+ "from": "Raymond",
+ "from_id": "user444024817",
+ "text": "Hello! Has anyone seen a red water bottle in e3-06-08 or CLB level 6? Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Has anyone seen a red water bottle in e3-06-08 or CLB level 6? Thanks"
+ }
+ ]
+ },
+ {
+ "id": 7116,
+ "type": "message",
+ "date": "2022-03-25T21:23:31",
+ "date_unixtime": "1648214611",
+ "from": "Wei Lin Ang",
+ "from_id": "user249546586",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 800,
+ "height": 800,
+ "text": "Hello! Did anyone see an asus laptop charger in biz 1 03-02 or com 2 discussion room 8 today?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Did anyone see an asus laptop charger in biz 1 03-02 or com 2 discussion room 8 today?"
+ }
+ ]
+ },
+ {
+ "id": 7118,
+ "type": "message",
+ "date": "2022-03-25T23:49:42",
+ "date_unixtime": "1648223382",
+ "from": "andrea",
+ "from_id": "user1485254744",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1275,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7119,
+ "type": "message",
+ "date": "2022-03-25T23:49:42",
+ "date_unixtime": "1648223382",
+ "from": "andrea",
+ "from_id": "user1485254744",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 957,
+ "text": "wallet found at uhc walkway, between yih and uhc, left the wallet at kent ridge mrt passenger service",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "wallet found at uhc walkway, between yih and uhc, left the wallet at kent ridge mrt passenger service"
+ }
+ ]
+ },
+ {
+ "id": 7121,
+ "type": "message",
+ "date": "2022-03-26T10:20:04",
+ "date_unixtime": "1648261204",
+ "from": "Jamie Oon",
+ "from_id": "user229379415",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 530,
+ "height": 515,
+ "text": "Hi, I may have dropped a french horn mouthpiece (cased - looks like this) on bus A2 yesterday night (1020pm), if anyone sees it please text this telegram handle thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I may have dropped a french horn mouthpiece (cased - looks like this) on bus A2 yesterday night (1020pm), if anyone sees it please text this telegram handle thank you!"
+ }
+ ]
+ },
+ {
+ "id": 7125,
+ "type": "message",
+ "date": "2022-03-26T16:27:43",
+ "date_unixtime": "1648283263",
+ "from": "tracer",
+ "from_id": "user208683169",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": [
+ "Just found a bluish-grey charles and keith wallet at female toilet in town plaza (near find foods), belonging to ",
+ {
+ "type": "bold",
+ "text": "Megan Tan."
+ },
+ " Left the wallet with the Royals Bistro staff : )"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Just found a bluish-grey charles and keith wallet at female toilet in town plaza (near find foods), belonging to "
+ },
+ {
+ "type": "bold",
+ "text": "Megan Tan."
+ },
+ {
+ "type": "plain",
+ "text": " Left the wallet with the Royals Bistro staff : )"
+ }
+ ]
+ },
+ {
+ "id": 7133,
+ "type": "message",
+ "date": "2022-03-29T19:10:37",
+ "date_unixtime": "1648552237",
+ "from": "Christyyy 🍒",
+ "from_id": "user623686663",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Hi, I have found this on MD6. I have passed to the security officer counter (MD6, level 1)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I have found this on MD6. I have passed to the security officer counter (MD6, level 1)"
+ }
+ ]
+ },
+ {
+ "id": 7135,
+ "type": "message",
+ "date": "2022-03-29T19:29:04",
+ "date_unixtime": "1648553344",
+ "from": "Louis",
+ "from_id": "user1282097395",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "My friend found this at CLB... anyone knows the owner?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "My friend found this at CLB... anyone knows the owner?"
+ }
+ ]
+ },
+ {
+ "id": 7146,
+ "type": "message",
+ "date": "2022-03-30T22:07:57",
+ "date_unixtime": "1648649277",
+ "edited": "2022-03-30T22:33:34",
+ "edited_unixtime": "1648650814",
+ "from": "kenrick",
+ "from_id": "user383867196",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this on Bus D1 at 10pm (towards utown direction), passed it to the bus driver",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this on Bus D1 at 10pm (towards utown direction), passed it to the bus driver"
+ }
+ ]
+ },
+ {
+ "id": 7165,
+ "type": "message",
+ "date": "2022-03-31T10:44:16",
+ "date_unixtime": "1648694656",
+ "from": "Caiying He",
+ "from_id": "user1830450559",
+ "text": "Hello! Has anyone found a matric card near the utown bus stop this morning? The student ID ends with 1H. Please pm me if anyone finds it. Thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Has anyone found a matric card near the utown bus stop this morning? The student ID ends with 1H. Please pm me if anyone finds it. Thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 7169,
+ "type": "message",
+ "date": "2022-03-31T14:10:36",
+ "date_unixtime": "1648707036",
+ "edited": "2022-03-31T14:10:48",
+ "edited_unixtime": "1648707048",
+ "from": "Justin Wya",
+ "from_id": "user281707731",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "White samsung charger with pink type c cable found at AS1-02-05/06",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "White samsung charger with pink type c cable found at AS1-02-05/06"
+ }
+ ]
+ },
+ {
+ "id": 7171,
+ "type": "message",
+ "date": "2022-03-31T15:58:31",
+ "date_unixtime": "1648713511",
+ "edited": "2022-04-01T00:55:22",
+ "edited_unixtime": "1648745722",
+ "from": "Gabriel Seow",
+ "from_id": "user298887816",
+ "text": "Hii if anyone found a MacBook charger at the benches outside the utown gym yesterday do pm me! Thank uu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii if anyone found a MacBook charger at the benches outside the utown gym yesterday do pm me! Thank uu"
+ }
+ ]
+ },
+ {
+ "id": 7173,
+ "type": "message",
+ "date": "2022-03-31T16:42:31",
+ "date_unixtime": "1648716151",
+ "from": "Clyde Lhui",
+ "from_id": "user332471946",
+ "text": "Hi everyone! If anyone found a pinkish mechanical pencil sometime today near utown finefood/on a bus/somewhere please do PM me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone! If anyone found a pinkish mechanical pencil sometime today near utown finefood/on a bus/somewhere please do PM me!"
+ }
+ ]
+ },
+ {
+ "id": 7174,
+ "type": "message",
+ "date": "2022-03-31T16:42:44",
+ "date_unixtime": "1648716164",
+ "edited": "2022-04-02T10:16:01",
+ "edited_unixtime": "1648865761",
+ "from": "Clyde Lhui",
+ "from_id": "user332471946",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 640,
+ "height": 640,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7175,
+ "type": "message",
+ "date": "2022-03-31T16:42:48",
+ "date_unixtime": "1648716168",
+ "edited": "2022-04-01T00:17:28",
+ "edited_unixtime": "1648743448",
+ "from": "Clyde Lhui",
+ "from_id": "user332471946",
+ "text": "It looks like this",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It looks like this"
+ }
+ ]
+ },
+ {
+ "id": 7180,
+ "type": "message",
+ "date": "2022-03-31T17:17:54",
+ "date_unixtime": "1648718274",
+ "edited": "2022-03-31T17:44:59",
+ "edited_unixtime": "1648719899",
+ "from": "Xinjie",
+ "from_id": "user685457518",
+ "text": [
+ {
+ "type": "strikethrough",
+ "text": "Hii if anyone found a brown wallet with metric card (student no. A0***908B) on a bus A1 please pm me! Thanks!"
+ },
+ "\nFound with thanks"
+ ],
+ "text_entities": [
+ {
+ "type": "strikethrough",
+ "text": "Hii if anyone found a brown wallet with metric card (student no. A0***908B) on a bus A1 please pm me! Thanks!"
+ },
+ {
+ "type": "plain",
+ "text": "\nFound with thanks"
+ }
+ ]
+ },
+ {
+ "id": 7195,
+ "type": "message",
+ "date": "2022-04-01T20:04:48",
+ "date_unixtime": "1648814688",
+ "from": "Oh Vl",
+ "from_id": "user487197137",
+ "reply_to_message_id": 7194,
+ "text": "I don't think any promotions should be done in this group.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I don't think any promotions should be done in this group."
+ }
+ ]
+ },
+ {
+ "id": 7196,
+ "type": "message",
+ "date": "2022-04-01T20:05:50",
+ "date_unixtime": "1648814750",
+ "from": "Oh Vl",
+ "from_id": "user487197137",
+ "text": "This group is purely for NUS students to request help in getting back their lost items",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "This group is purely for NUS students to request help in getting back their lost items"
+ }
+ ]
+ },
+ {
+ "id": 7197,
+ "type": "message",
+ "date": "2022-04-01T20:07:07",
+ "date_unixtime": "1648814827",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "text": [
+ {
+ "type": "mention",
+ "text": "@xunuozzz"
+ },
+ " ^"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@xunuozzz"
+ },
+ {
+ "type": "plain",
+ "text": " ^"
+ }
+ ]
+ },
+ {
+ "id": 7198,
+ "type": "message",
+ "date": "2022-04-01T20:07:40",
+ "date_unixtime": "1648814860",
+ "from": "Xunuo",
+ "from_id": "user574535945",
+ "text": "Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks"
+ }
+ ]
+ },
+ {
+ "id": 7199,
+ "type": "message",
+ "date": "2022-04-01T20:08:01",
+ "date_unixtime": "1648814881",
+ "from": "Oh Vl",
+ "from_id": "user487197137",
+ "text": "👍🏽",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "👍🏽"
+ }
+ ]
+ },
+ {
+ "id": 7201,
+ "type": "message",
+ "date": "2022-04-01T20:08:48",
+ "date_unixtime": "1648814928",
+ "edited": "2022-04-01T21:49:22",
+ "edited_unixtime": "1648820962",
+ "from": "Jared",
+ "from_id": "user99293074",
+ "reply_to_message_id": 7200,
+ "text": "Gentle reminder to blank out the matric #! Thx",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Gentle reminder to blank out the matric #! Thx"
+ }
+ ]
+ },
+ {
+ "id": 7202,
+ "type": "message",
+ "date": "2022-04-01T20:10:00",
+ "date_unixtime": "1648815000",
+ "from": "Darren | >",
+ "from_id": "user150181701",
+ "reply_to_message_id": 7201,
+ "text": "+1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "+1"
+ }
+ ]
+ },
+ {
+ "id": 7203,
+ "type": "message",
+ "date": "2022-04-01T22:50:33",
+ "date_unixtime": "1648824633",
+ "from": "celestine:)",
+ "from_id": "user603602902",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "At s9 lvl2 study space",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "At s9 lvl2 study space"
+ }
+ ]
+ },
+ {
+ "id": 7205,
+ "type": "message",
+ "date": "2022-04-01T23:13:55",
+ "date_unixtime": "1648826035",
+ "from": "xp",
+ "from_id": "user1485646011",
+ "text": "Hiii if anyone found an asus laptop charger at COM1-B103 or com1 study area plz do pm me! Thx in advance!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hiii if anyone found an asus laptop charger at COM1-B103 or com1 study area plz do pm me! Thx in advance!"
+ }
+ ]
+ },
+ {
+ "id": 7214,
+ "type": "message",
+ "date": "2022-04-02T03:13:19",
+ "date_unixtime": "1648840399",
+ "edited": "2022-04-02T03:38:13",
+ "edited_unixtime": "1648841893",
+ "from": "Orphelia Huang",
+ "from_id": "user1073203731",
+ "text": "Hello! Left my iPad charger behind at Mochtar Riady level 2 lecture hall. Please let me know if you find it. Thank u very much! 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Left my iPad charger behind at Mochtar Riady level 2 lecture hall. Please let me know if you find it. Thank u very much! 🙏"
+ }
+ ]
+ },
+ {
+ "id": 7216,
+ "type": "message",
+ "date": "2022-04-02T14:16:37",
+ "date_unixtime": "1648880197",
+ "from": "Nicholas Patrick",
+ "from_id": "user1875323141",
+ "text": "Hi, I left my matric card in an NUS electric bus. If anyone finds it please lmk. Tysm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I left my matric card in an NUS electric bus. If anyone finds it please lmk. Tysm"
+ }
+ ]
+ },
+ {
+ "id": 7221,
+ "type": "message",
+ "date": "2022-04-02T19:34:07",
+ "date_unixtime": "1648899247",
+ "from": "nd",
+ "from_id": "user224570290",
+ "text": "Hi, did anyone by chance seen a green airpod around utown flavours?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anyone by chance seen a green airpod around utown flavours?"
+ }
+ ]
+ },
+ {
+ "id": 7223,
+ "type": "message",
+ "date": "2022-04-02T20:57:01",
+ "date_unixtime": "1648904221",
+ "edited": "2022-04-04T00:26:48",
+ "edited_unixtime": "1649003208",
+ "from": "Jason Ku",
+ "from_id": "user733148753",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Earpiece case at yih tunnel staircase near cfa",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Earpiece case at yih tunnel staircase near cfa"
+ }
+ ]
+ },
+ {
+ "id": 7227,
+ "type": "message",
+ "date": "2022-04-03T21:42:09",
+ "date_unixtime": "1648993329",
+ "from": "Desiree",
+ "from_id": "user398731578",
+ "text": "Hi everyone, I lost my Nus student ID at Star Vista. If anyone picked up an ID with the name Desiree Wee please PM me Tysm :\"",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone, I lost my Nus student ID at Star Vista. If anyone picked up an ID with the name Desiree Wee please PM me Tysm :\""
+ }
+ ]
+ },
+ {
+ "id": 7229,
+ "type": "message",
+ "date": "2022-04-03T23:28:50",
+ "date_unixtime": "1648999730",
+ "edited": "2022-04-04T09:55:30",
+ "edited_unixtime": "1649037330",
+ "from": "Mengqi Shi",
+ "from_id": "user1835354486",
+ "text": [
+ {
+ "type": "strikethrough",
+ "text": "Hi everyone, I lost a black wallet with my student ID shown at the front (Shi Mengqi) probably at Flavours, the female washroom next to Flavours on the stairs, or Edu Center 2nd floor outside seating area. If anyone found, please DM me, thank you!"
+ },
+ "\nBeen found already, thanks :)"
+ ],
+ "text_entities": [
+ {
+ "type": "strikethrough",
+ "text": "Hi everyone, I lost a black wallet with my student ID shown at the front (Shi Mengqi) probably at Flavours, the female washroom next to Flavours on the stairs, or Edu Center 2nd floor outside seating area. If anyone found, please DM me, thank you!"
+ },
+ {
+ "type": "plain",
+ "text": "\nBeen found already, thanks :)"
+ }
+ ]
+ },
+ {
+ "id": 7236,
+ "type": "message",
+ "date": "2022-04-04T15:45:17",
+ "date_unixtime": "1649058317",
+ "edited": "2022-04-04T16:32:43",
+ "edited_unixtime": "1649061163",
+ "from": "Zheng Ing Ching",
+ "from_id": "user487294702",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Anyone knows Zhang xinyi? She left her wallet in UTR south tower laundry room",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone knows Zhang xinyi? She left her wallet in UTR south tower laundry room"
+ }
+ ]
+ },
+ {
+ "id": 7238,
+ "type": "message",
+ "date": "2022-04-04T15:50:52",
+ "date_unixtime": "1649058652",
+ "edited": "2022-10-05T19:54:44",
+ "edited_unixtime": "1664970884",
+ "from": "Zheng Ing Ching",
+ "from_id": "user487294702",
+ "text": "Is in UTR office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Is in UTR office"
+ }
+ ]
+ },
+ {
+ "id": 7239,
+ "type": "message",
+ "date": "2022-04-04T16:00:40",
+ "date_unixtime": "1649059240",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found on PC3738E D2, passed to driver so will either be with him or at PGP office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found on PC3738E D2, passed to driver so will either be with him or at PGP office"
+ }
+ ]
+ },
+ {
+ "id": 7241,
+ "type": "message",
+ "date": "2022-04-04T18:04:53",
+ "date_unixtime": "1649066693",
+ "from": "joan",
+ "from_id": "user44784802",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "missing airpods pro found in nus science pitstop on bishibashi machine, we have moved it to the wooden shelf behind bishibashi machine, if it’s yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "missing airpods pro found in nus science pitstop on bishibashi machine, we have moved it to the wooden shelf behind bishibashi machine, if it’s yours"
+ }
+ ]
+ },
+ {
+ "id": 7246,
+ "type": "message",
+ "date": "2022-04-05T13:50:06",
+ "date_unixtime": "1649137806",
+ "from": "Keith^",
+ "from_id": "user332118575",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Blender bottle left at YIH bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Blender bottle left at YIH bus stop"
+ }
+ ]
+ },
+ {
+ "id": 7248,
+ "type": "message",
+ "date": "2022-04-05T17:48:32",
+ "date_unixtime": "1649152112",
+ "from": "Yutong Chen",
+ "from_id": "user5038357847",
+ "text": "Hi, I lost a university of Edinburgh tote bag with a small pink floral bag inside in pgp non ac or ac canteen (more likely to be non ac). Please contact me if found! Thank you so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost a university of Edinburgh tote bag with a small pink floral bag inside in pgp non ac or ac canteen (more likely to be non ac). Please contact me if found! Thank you so much!"
+ }
+ ]
+ },
+ {
+ "id": 7250,
+ "type": "message",
+ "date": "2022-04-05T21:05:20",
+ "date_unixtime": "1649163920",
+ "edited": "2022-04-06T18:37:13",
+ "edited_unixtime": "1649241433",
+ "from": "Gloria Chong",
+ "from_id": "user482533176",
+ "text": "Hey did anyone find an ipad charger in non-ac frontier a few days ago? Pls pm me if you have it! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey did anyone find an ipad charger in non-ac frontier a few days ago? Pls pm me if you have it! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 7253,
+ "type": "message",
+ "date": "2022-04-06T13:16:01",
+ "date_unixtime": "1649222161",
+ "from": "Zhi Yi",
+ "from_id": "user264323546",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "info tech bus stop, 6 april 1315",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "info tech bus stop, 6 april 1315"
+ }
+ ]
+ },
+ {
+ "id": 7259,
+ "type": "message",
+ "date": "2022-04-06T17:12:03",
+ "date_unixtime": "1649236323",
+ "from": "Natalia Knobloch",
+ "from_id": "user5064721953",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hey guys today I lost my metric card with blue NUS leash, If anyone sees it somewhere I would be glad for some info",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys today I lost my metric card with blue NUS leash, If anyone sees it somewhere I would be glad for some info"
+ }
+ ]
+ },
+ {
+ "id": 7262,
+ "type": "message",
+ "date": "2022-04-06T18:32:55",
+ "date_unixtime": "1649241175",
+ "from": "K",
+ "from_id": "user27147154",
+ "text": "Hi did anyone pick up a lanyard with 3 cards (including matric n grabpay card) in it pls pm me thank youu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone pick up a lanyard with 3 cards (including matric n grabpay card) in it pls pm me thank youu"
+ }
+ ]
+ },
+ {
+ "id": 7263,
+ "type": "message",
+ "date": "2022-04-06T22:40:08",
+ "date_unixtime": "1649256008",
+ "edited": "2022-04-07T13:17:29",
+ "edited_unixtime": "1649308649",
+ "from": "Julian",
+ "from_id": "user130163501",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": [
+ {
+ "type": "strikethrough",
+ "text": "found 10 bucks on the floor near Yale nus. Will donate to charity if no one claims it by tmr"
+ },
+ " \n\nClaimed"
+ ],
+ "text_entities": [
+ {
+ "type": "strikethrough",
+ "text": "found 10 bucks on the floor near Yale nus. Will donate to charity if no one claims it by tmr"
+ },
+ {
+ "type": "plain",
+ "text": " \n\nClaimed"
+ }
+ ]
+ },
+ {
+ "id": 7265,
+ "type": "message",
+ "date": "2022-04-06T23:37:45",
+ "date_unixtime": "1649259465",
+ "edited": "2022-04-07T23:45:53",
+ "edited_unixtime": "1649346353",
+ "from": "Syafiq",
+ "from_id": "user698129440",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "bag left on the bus, anyone?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "bag left on the bus, anyone?"
+ }
+ ]
+ },
+ {
+ "id": 7271,
+ "type": "message",
+ "date": "2022-04-07T20:28:01",
+ "date_unixtime": "1649334481",
+ "edited": "2022-04-13T22:09:45",
+ "edited_unixtime": "1649858985",
+ "from": "Ban",
+ "from_id": "user46635705",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Nalgene bottle at The Tea Party Cafe. With the staff at the counter!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Nalgene bottle at The Tea Party Cafe. With the staff at the counter!"
+ }
+ ]
+ },
+ {
+ "id": 7278,
+ "type": "message",
+ "date": "2022-04-08T12:43:57",
+ "date_unixtime": "1649393037",
+ "from": "LingjunG",
+ "from_id": "user520136713",
+ "text": "Does anyone see a wallet at utown erc",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Does anyone see a wallet at utown erc"
+ }
+ ]
+ },
+ {
+ "id": 7279,
+ "type": "message",
+ "date": "2022-04-08T13:13:32",
+ "date_unixtime": "1649394812",
+ "from": "LingjunG",
+ "from_id": "user520136713",
+ "reply_to_message_id": 7278,
+ "text": "Found it, thanks whoever sent it to security guard",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found it, thanks whoever sent it to security guard"
+ }
+ ]
+ },
+ {
+ "id": 7280,
+ "type": "message",
+ "date": "2022-04-08T17:16:01",
+ "date_unixtime": "1649409361",
+ "from": "Shou",
+ "from_id": "user412648816",
+ "text": "Hi! My friend realized he lost his black tommy hilfiger wallet after a session of badminton at KR MPSH 5 courts 1 and 2. If anyone around that area has seen it please let me know! Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! My friend realized he lost his black tommy hilfiger wallet after a session of badminton at KR MPSH 5 courts 1 and 2. If anyone around that area has seen it please let me know! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 7281,
+ "type": "message",
+ "date": "2022-04-08T18:53:51",
+ "date_unixtime": "1649415231",
+ "from": "Shou",
+ "from_id": "user412648816",
+ "reply_to_message_id": 7280,
+ "text": "found, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 7283,
+ "type": "message",
+ "date": "2022-04-09T10:14:00",
+ "date_unixtime": "1649470440",
+ "edited": "2022-04-10T17:49:39",
+ "edited_unixtime": "1649584179",
+ "from": "Vishruti",
+ "from_id": "user895412550",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 640,
+ "text": "Card found at COM1 B1 in the common study area. Kept it on the table",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Card found at COM1 B1 in the common study area. Kept it on the table"
+ }
+ ]
+ },
+ {
+ "id": 7289,
+ "type": "message",
+ "date": "2022-04-09T21:33:22",
+ "date_unixtime": "1649511202",
+ "from": "Serini",
+ "from_id": "user763775065",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Purple wireless earpiece on the piano at stephen riady utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Purple wireless earpiece on the piano at stephen riady utown"
+ }
+ ]
+ },
+ {
+ "id": 7290,
+ "type": "message",
+ "date": "2022-04-09T21:36:03",
+ "date_unixtime": "1649511363",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 7283,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@paingg"
+ },
+ " yours?"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@paingg"
+ },
+ {
+ "type": "plain",
+ "text": " yours?"
+ }
+ ]
+ },
+ {
+ "id": 7291,
+ "type": "message",
+ "date": "2022-04-10T21:06:15",
+ "date_unixtime": "1649595975",
+ "edited": "2022-04-11T16:20:40",
+ "edited_unixtime": "1649665240",
+ "from": "Alvinn Philips",
+ "from_id": "user571848739",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Hi! We found a NETS card outside E5 study benches. We returned it to the E5 security post so you can take it from the guard!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! We found a NETS card outside E5 study benches. We returned it to the E5 security post so you can take it from the guard!"
+ }
+ ]
+ },
+ {
+ "id": 7296,
+ "type": "message",
+ "date": "2022-04-11T10:04:44",
+ "date_unixtime": "1649642684",
+ "from": "HL",
+ "from_id": "user176438759",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Hi an uncle found this card at fass! He left it at the security post at AS8",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi an uncle found this card at fass! He left it at the security post at AS8"
+ }
+ ]
+ },
+ {
+ "id": 7301,
+ "type": "message",
+ "date": "2022-04-11T13:44:03",
+ "date_unixtime": "1649655843",
+ "edited": "2022-04-11T14:54:55",
+ "edited_unixtime": "1649660095",
+ "from": "Ocean Lin",
+ "from_id": "user657342542",
+ "text": "Anyone found AirPods (1st generation) near The Study (outdoor area close to Yale NUS College)?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found AirPods (1st generation) near The Study (outdoor area close to Yale NUS College)?"
+ }
+ ]
+ },
+ {
+ "id": 7303,
+ "type": "message",
+ "date": "2022-04-11T16:19:11",
+ "date_unixtime": "1649665151",
+ "from": "Adrian",
+ "from_id": "user262258192",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found: CASIO BABY-G BA-130-1A4 (Watch)\nVenue: LT27 (FoS)\nDate/Time: 11 April 2022, 4pm\nCurrently at: S16 Security Post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found: CASIO BABY-G BA-130-1A4 (Watch)\nVenue: LT27 (FoS)\nDate/Time: 11 April 2022, 4pm\nCurrently at: S16 Security Post"
+ }
+ ]
+ },
+ {
+ "id": 7308,
+ "type": "message",
+ "date": "2022-04-11T19:08:37",
+ "date_unixtime": "1649675317",
+ "edited": "2022-04-11T19:22:42",
+ "edited_unixtime": "1649676162",
+ "from": "Eleanor",
+ "from_id": "user94559874",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 638,
+ "height": 640,
+ "text": "Hi everyone, I lost my cardholder containing a grabpay card, hci EZ-Link card, blue EZ-Link card and a condo card from The Crest. If you’ve seen it and have it do pm me thanks! Around 6 April",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone, I lost my cardholder containing a grabpay card, hci EZ-Link card, blue EZ-Link card and a condo card from The Crest. If you’ve seen it and have it do pm me thanks! Around 6 April"
+ }
+ ]
+ },
+ {
+ "id": 7309,
+ "type": "message",
+ "date": "2022-04-11T21:35:07",
+ "date_unixtime": "1649684107",
+ "from": "Jerry",
+ "from_id": "user21517229",
+ "text": "hi, I found an Apple Pencil (1st gen) at Utown today, can pm me if it's yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, I found an Apple Pencil (1st gen) at Utown today, can pm me if it's yours"
+ }
+ ]
+ },
+ {
+ "id": 7311,
+ "type": "message",
+ "date": "2022-04-11T21:48:44",
+ "date_unixtime": "1649684924",
+ "edited": "2022-04-11T21:49:04",
+ "edited_unixtime": "1649684944",
+ "from": "Fairoz",
+ "from_id": "user765901083",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi everyone I think I left my laptop charger head. Last known location was utown benches level 2 facing the rock climbing wall going towards the ERC. Another possible location was PC commons, 2nd table circular near the 2nd entrance (yale-nus side). Left this between 10-11pm on Friday 8 April",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone I think I left my laptop charger head. Last known location was utown benches level 2 facing the rock climbing wall going towards the ERC. Another possible location was PC commons, 2nd table circular near the 2nd entrance (yale-nus side). Left this between 10-11pm on Friday 8 April"
+ }
+ ]
+ },
+ {
+ "id": 7322,
+ "type": "message",
+ "date": "2022-04-13T14:14:39",
+ "date_unixtime": "1649830479",
+ "from": "Joanna",
+ "from_id": "user661585632",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7323,
+ "type": "message",
+ "date": "2022-04-13T14:14:43",
+ "date_unixtime": "1649830483",
+ "from": "Joanna",
+ "from_id": "user661585632",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7324,
+ "type": "message",
+ "date": "2022-04-13T14:14:54",
+ "date_unixtime": "1649830494",
+ "edited": "2022-04-13T14:15:12",
+ "edited_unixtime": "1649830512",
+ "from": "Joanna",
+ "from_id": "user661585632",
+ "text": "Wallet found in non air con frontier. Will leave with campus security after lunch.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wallet found in non air con frontier. Will leave with campus security after lunch."
+ }
+ ]
+ },
+ {
+ "id": 7326,
+ "type": "message",
+ "date": "2022-04-13T17:40:45",
+ "date_unixtime": "1649842845",
+ "from": "Belly 🌱",
+ "from_id": "user621625654",
+ "text": "Hello! I just lost my phone (S10+) with a black phone case,,, probably in the shuttle bus A1/A2. Please let me know if you find it T_T",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I just lost my phone (S10+) with a black phone case,,, probably in the shuttle bus A1/A2. Please let me know if you find it T_T"
+ }
+ ]
+ },
+ {
+ "id": 7328,
+ "type": "message",
+ "date": "2022-04-13T20:05:38",
+ "date_unixtime": "1649851538",
+ "from": "Law",
+ "from_id": "user883715895",
+ "reply_to_message_id": 7324,
+ "text": "Hello I retrieved it back! Thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello I retrieved it back! Thank you"
+ }
+ ]
+ },
+ {
+ "id": 7331,
+ "type": "message",
+ "date": "2022-04-14T13:58:15",
+ "date_unixtime": "1649915895",
+ "from": "xiuwen",
+ "from_id": "user695980408",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this iphone at E1-06-03.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this iphone at E1-06-03."
+ }
+ ]
+ },
+ {
+ "id": 7332,
+ "type": "message",
+ "date": "2022-04-14T17:20:28",
+ "date_unixtime": "1649928028",
+ "from": "xiuwen",
+ "from_id": "user695980408",
+ "reply_to_message_id": 7331,
+ "text": "Left the phone at the Security Post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left the phone at the Security Post"
+ }
+ ]
+ },
+ {
+ "id": 7339,
+ "type": "message",
+ "date": "2022-04-15T23:49:03",
+ "date_unixtime": "1650037743",
+ "from": "Witeow",
+ "from_id": "user217644295",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 431,
+ "height": 341,
+ "text": "Hello! My friend lost her black wallet at utown flavours today at around 6-7pm-ish. Do let me know if anyone has seen/found it. Her wallet looks something like this.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! My friend lost her black wallet at utown flavours today at around 6-7pm-ish. Do let me know if anyone has seen/found it. Her wallet looks something like this."
+ }
+ ]
+ },
+ {
+ "id": 7342,
+ "type": "message",
+ "date": "2022-04-16T12:03:16",
+ "date_unixtime": "1650081796",
+ "edited": "2022-04-16T12:05:48",
+ "edited_unixtime": "1650081948",
+ "from": "Witeow",
+ "from_id": "user217644295",
+ "reply_to_message_id": 7339,
+ "text": "Its been found thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Its been found thanks!"
+ }
+ ]
+ },
+ {
+ "id": 7346,
+ "type": "message",
+ "date": "2022-04-16T21:51:06",
+ "date_unixtime": "1650117066",
+ "edited": "2022-04-16T21:51:48",
+ "edited_unixtime": "1650117108",
+ "from": "Liang Xin",
+ "from_id": "user1375113828",
+ "text": "Hi I lost my matriculation card near to YST or around Utown bridge/entrance area, anyone found msg me pls! Thank u 🙏🙏🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my matriculation card near to YST or around Utown bridge/entrance area, anyone found msg me pls! Thank u 🙏🙏🙏"
+ }
+ ]
+ },
+ {
+ "id": 7351,
+ "type": "message",
+ "date": "2022-04-18T15:45:18",
+ "date_unixtime": "1650267918",
+ "edited": "2022-04-19T16:33:00",
+ "edited_unixtime": "1650357180",
+ "from": "Natalie Yeo",
+ "from_id": "user335045765",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Matric card found at utown, table outside the gym",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card found at utown, table outside the gym"
+ }
+ ]
+ },
+ {
+ "id": 7356,
+ "type": "message",
+ "date": "2022-04-19T10:00:49",
+ "date_unixtime": "1650333649",
+ "from": "unna",
+ "from_id": "user722500118",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi i lost my lanyard (black and yellow design like the above) at YIH near 11 AM yesterday, if found pls msg me!🙏🏼",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i lost my lanyard (black and yellow design like the above) at YIH near 11 AM yesterday, if found pls msg me!🙏🏼"
+ }
+ ]
+ },
+ {
+ "id": 7360,
+ "type": "message",
+ "date": "2022-04-19T13:52:26",
+ "date_unixtime": "1650347546",
+ "edited": "2022-04-19T14:03:18",
+ "edited_unixtime": "1650348198",
+ "from": "Julia",
+ "from_id": "user315950869",
+ "text": "Hi, I lost my student card. In case somebody finds it, the name on the card is Schneider Julia Andrea Shannon",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my student card. In case somebody finds it, the name on the card is Schneider Julia Andrea Shannon"
+ }
+ ]
+ },
+ {
+ "id": 7364,
+ "type": "message",
+ "date": "2022-04-19T15:14:28",
+ "date_unixtime": "1650352468",
+ "from": "Bryan",
+ "from_id": "user261869376",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "usb drive found at com2 print station. deposited at com2 campus security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "usb drive found at com2 print station. deposited at com2 campus security"
+ }
+ ]
+ },
+ {
+ "id": 7369,
+ "type": "message",
+ "date": "2022-04-20T16:53:41",
+ "date_unixtime": "1650444821",
+ "from": "HJ",
+ "from_id": "user432944424",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Passed to security post at Science",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Passed to security post at Science"
+ }
+ ]
+ },
+ {
+ "id": 7370,
+ "type": "message",
+ "date": "2022-04-20T17:56:42",
+ "date_unixtime": "1650448602",
+ "from": "Deren",
+ "from_id": "user852635840",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found a single earpiece on the hand dryer at the basin area at Frontier",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a single earpiece on the hand dryer at the basin area at Frontier"
+ }
+ ]
+ },
+ {
+ "id": 7376,
+ "type": "message",
+ "date": "2022-04-21T23:34:37",
+ "date_unixtime": "1650555277",
+ "edited": "2022-04-22T00:46:10",
+ "edited_unixtime": "1650559570",
+ "from": "Kenric Tan",
+ "from_id": "user471375660",
+ "forwarded_from": "Darren",
+ "text": "hello if anyone left their AirPods behind @ PGP bus stop, lmkk",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello if anyone left their AirPods behind @ PGP bus stop, lmkk"
+ }
+ ]
+ },
+ {
+ "id": 7380,
+ "type": "message",
+ "date": "2022-04-22T18:54:09",
+ "date_unixtime": "1650624849",
+ "from": "Benedict Halim",
+ "from_id": "user882296226",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at bus stop at IT(opp clb)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at bus stop at IT(opp clb)"
+ }
+ ]
+ },
+ {
+ "id": 7389,
+ "type": "message",
+ "date": "2022-04-24T18:26:45",
+ "date_unixtime": "1650796005",
+ "from": "Wan Ting",
+ "from_id": "user522864553",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7390,
+ "type": "message",
+ "date": "2022-04-24T18:26:56",
+ "date_unixtime": "1650796016",
+ "from": "Wan Ting",
+ "from_id": "user522864553",
+ "text": "Found opp uhall",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found opp uhall"
+ }
+ ]
+ },
+ {
+ "id": 7400,
+ "type": "message",
+ "date": "2022-04-26T13:45:01",
+ "date_unixtime": "1650951901",
+ "edited": "2022-04-26T18:58:46",
+ "edited_unixtime": "1650970726",
+ "from": "Lee Jun Yuan Ryan",
+ "from_id": "user302082022",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1026,
+ "height": 1026,
+ "text": "Hi all, left a black thermal flask back in ENG-AUD (near seat 55) kinda looks like the one pictured here. Lmk me if anyone finds it 🙏🏼 tq!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi all, left a black thermal flask back in ENG-AUD (near seat 55) kinda looks like the one pictured here. Lmk me if anyone finds it 🙏🏼 tq!"
+ }
+ ]
+ },
+ {
+ "id": 7402,
+ "type": "message",
+ "date": "2022-04-26T18:17:48",
+ "date_unixtime": "1650968268",
+ "edited": "2022-04-26T18:20:14",
+ "edited_unixtime": "1650968414",
+ "from": "cayden",
+ "from_id": "user336629589",
+ "text": "Hi, anyone took a macbook air charger by accident at the indoor study room cluster at education resource centre (orange room, level 1 at utown)?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone took a macbook air charger by accident at the indoor study room cluster at education resource centre (orange room, level 1 at utown)?"
+ }
+ ]
+ },
+ {
+ "id": 7409,
+ "type": "message",
+ "date": "2022-04-27T15:25:56",
+ "date_unixtime": "1651044356",
+ "from": "zehan",
+ "from_id": "user951620331",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7410,
+ "type": "message",
+ "date": "2022-04-27T15:26:53",
+ "date_unixtime": "1651044413",
+ "from": "zehan",
+ "from_id": "user951620331",
+ "text": "Someone left the phone at mpsh gym, it's with the gym counter auntie!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left the phone at mpsh gym, it's with the gym counter auntie!"
+ }
+ ]
+ },
+ {
+ "id": 7413,
+ "type": "message",
+ "date": "2022-04-27T20:01:32",
+ "date_unixtime": "1651060892",
+ "from": "Elgin Fong",
+ "from_id": "user130284926",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found a phone near PGP bus stop zebra crossing, with PGP Fire Command Centre",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found a phone near PGP bus stop zebra crossing, with PGP Fire Command Centre"
+ }
+ ]
+ },
+ {
+ "id": 7416,
+ "type": "message",
+ "date": "2022-04-27T20:22:47",
+ "date_unixtime": "1651062167",
+ "edited": "2022-04-27T22:00:29",
+ "edited_unixtime": "1651068029",
+ "from": "Tb",
+ "from_id": "user32445080",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "If anyone see a silver triple braided metal ring at Science Frontier canteen, pls pm me 😢 think it slipped and fell out of my finger this afternoon",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone see a silver triple braided metal ring at Science Frontier canteen, pls pm me 😢 think it slipped and fell out of my finger this afternoon"
+ }
+ ]
+ },
+ {
+ "id": 7420,
+ "type": "message",
+ "date": "2022-04-28T00:22:23",
+ "date_unixtime": "1651076543",
+ "edited": "2022-04-28T00:36:20",
+ "edited_unixtime": "1651077380",
+ "from": "Xiong Ran",
+ "from_id": "user1132240505",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hello! Someone left a phone in the lobby of cinnamon college, please PM if its yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Someone left a phone in the lobby of cinnamon college, please PM if its yours"
+ }
+ ]
+ },
+ {
+ "id": 7424,
+ "type": "message",
+ "date": "2022-04-29T15:45:51",
+ "date_unixtime": "1651218351",
+ "edited": "2022-04-29T15:46:40",
+ "edited_unixtime": "1651218400",
+ "from": "sophia!!",
+ "from_id": "user217760680",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello someone’s matric card is at the danger sign at bedok…",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello someone’s matric card is at the danger sign at bedok…"
+ }
+ ]
+ },
+ {
+ "id": 7429,
+ "type": "message",
+ "date": "2022-04-29T18:42:44",
+ "date_unixtime": "1651228964",
+ "from": "K Boon",
+ "from_id": "user1332483061",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Someone left their student pass at pc comms printer.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left their student pass at pc comms printer."
+ }
+ ]
+ },
+ {
+ "id": 7432,
+ "type": "message",
+ "date": "2022-04-29T21:40:26",
+ "date_unixtime": "1651239626",
+ "from": "Viktor Tsoi (TY)",
+ "from_id": "user587139792",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi someone left their umbrella at PGP bus terminal",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi someone left their umbrella at PGP bus terminal"
+ }
+ ]
+ },
+ {
+ "id": 7434,
+ "type": "message",
+ "date": "2022-04-30T00:14:18",
+ "date_unixtime": "1651248858",
+ "from": "M.",
+ "from_id": "user325651613",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7435,
+ "type": "message",
+ "date": "2022-04-30T00:14:35",
+ "date_unixtime": "1651248875",
+ "edited": "2022-04-30T00:17:51",
+ "edited_unixtime": "1651249071",
+ "from": "M.",
+ "from_id": "user325651613",
+ "text": "Left it at ST parcel area… so u can go home tonight",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left it at ST parcel area… so u can go home tonight"
+ }
+ ]
+ },
+ {
+ "id": 7437,
+ "type": "message",
+ "date": "2022-04-30T12:54:18",
+ "date_unixtime": "1651294458",
+ "edited": "2022-05-07T20:18:01",
+ "edited_unixtime": "1651925881",
+ "from": "farhan 🥴",
+ "from_id": "user132370896",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7438,
+ "type": "message",
+ "date": "2022-04-30T12:54:38",
+ "date_unixtime": "1651294478",
+ "from": "farhan 🥴",
+ "from_id": "user132370896",
+ "text": "Thumb drive left behind at UTR south tower printing machine, just left it there remember to take it ☺️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thumb drive left behind at UTR south tower printing machine, just left it there remember to take it ☺️"
+ }
+ ]
+ },
+ {
+ "id": 7439,
+ "type": "message",
+ "date": "2022-05-01T00:39:37",
+ "date_unixtime": "1651336777",
+ "edited": "2022-05-01T00:40:39",
+ "edited_unixtime": "1651336839",
+ "from": "Dora the Explorer Márquez Episodes, Games, Videos on Nick Jr.",
+ "from_id": "user27072122",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Someone's unopened soy bean outside USC near the stairs of rock climbing wall",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone's unopened soy bean outside USC near the stairs of rock climbing wall"
+ }
+ ]
+ },
+ {
+ "id": 7445,
+ "type": "message",
+ "date": "2022-05-02T00:05:12",
+ "date_unixtime": "1651421112",
+ "edited": "2022-05-02T07:04:21",
+ "edited_unixtime": "1651446261",
+ "from": "Ruolin",
+ "from_id": "user257731385",
+ "text": "Found a student card (Guan Qin, AY18/19) outside Chinatown point mcdonald’s @ around 11.40pm on 1 May. I passed it to Customer service centre at Chinatown MRT (North East Line)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a student card (Guan Qin, AY18/19) outside Chinatown point mcdonald’s @ around 11.40pm on 1 May. I passed it to Customer service centre at Chinatown MRT (North East Line)"
+ }
+ ]
+ },
+ {
+ "id": 7449,
+ "type": "message",
+ "date": "2022-05-02T14:25:38",
+ "date_unixtime": "1651472738",
+ "from": "Keith 🐶",
+ "from_id": "user54743122",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7450,
+ "type": "message",
+ "date": "2022-05-02T14:26:46",
+ "date_unixtime": "1651472806",
+ "from": "Keith 🐶",
+ "from_id": "user54743122",
+ "text": "Hi, found this along with credit card ezlink card etc at YIH, near the Opp UHC bus stop! Please PM me to get it back!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, found this along with credit card ezlink card etc at YIH, near the Opp UHC bus stop! Please PM me to get it back!!"
+ }
+ ]
+ },
+ {
+ "id": 7452,
+ "type": "message",
+ "date": "2022-05-02T19:51:28",
+ "date_unixtime": "1651492288",
+ "from": "Huixin Hu",
+ "from_id": "user5013143954",
+ "text": "Hi, I lost my student card at utown, the flavor or the fine food, if someone find it, pls pm me🥲, the name on it is Hu Huixin🙏🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my student card at utown, the flavor or the fine food, if someone find it, pls pm me🥲, the name on it is Hu Huixin🙏🙏"
+ }
+ ]
+ },
+ {
+ "id": 7458,
+ "type": "message",
+ "date": "2022-05-04T22:09:27",
+ "date_unixtime": "1651673367",
+ "edited": "2022-05-04T22:19:29",
+ "edited_unixtime": "1651673969",
+ "from": "sherlyn",
+ "from_id": "user438023794",
+ "text": "hi, i lost my black rectangular wallet at NUH kopitiam / MD1 area, has my IC inside (sherlyn priscilla) pls lmk if u found it / seen it around :”) thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, i lost my black rectangular wallet at NUH kopitiam / MD1 area, has my IC inside (sherlyn priscilla) pls lmk if u found it / seen it around :”) thank u!"
+ }
+ ]
+ },
+ {
+ "id": 7459,
+ "type": "message",
+ "date": "2022-05-05T15:53:36",
+ "date_unixtime": "1651737216",
+ "edited": "2022-05-05T18:30:17",
+ "edited_unixtime": "1651746617",
+ "from": "Lucas Tianyi Ding",
+ "from_id": "user2035144910",
+ "reply_to_message_id": 7452,
+ "text": "Go to the juice stand at the flavor and you'll find it :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Go to the juice stand at the flavor and you'll find it :)"
+ }
+ ]
+ },
+ {
+ "id": 7460,
+ "type": "message",
+ "date": "2022-05-05T16:25:39",
+ "date_unixtime": "1651739139",
+ "edited": "2022-05-12T11:28:01",
+ "edited_unixtime": "1652326081",
+ "from": "Huixin Hu",
+ "from_id": "user5013143954",
+ "reply_to_message_id": 7459,
+ "text": "Wow!!! Thanks so much!!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wow!!! Thanks so much!!!!"
+ }
+ ]
+ },
+ {
+ "id": 7491,
+ "type": "message",
+ "date": "2022-05-06T23:57:20",
+ "date_unixtime": "1651852640",
+ "edited": "2022-05-06T23:59:54",
+ "edited_unixtime": "1651852794",
+ "from": "sophia!!",
+ "from_id": "user217760680",
+ "text": "hello! i think i lost my matric card at nuss :’) pls lmk if u see it ard!!! name on it is Sophia Wong",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! i think i lost my matric card at nuss :’) pls lmk if u see it ard!!! name on it is Sophia Wong"
+ }
+ ]
+ },
+ {
+ "id": 7511,
+ "type": "message",
+ "date": "2022-05-09T22:02:52",
+ "date_unixtime": "1652104972",
+ "edited": "2022-05-09T22:04:28",
+ "edited_unixtime": "1652105068",
+ "from": "Hope",
+ "from_id": "user659092481",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 290,
+ "text": "hello my friend lost his black plastic frame spectacles at the toilet outside mpsh. please lmk if you see it around!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello my friend lost his black plastic frame spectacles at the toilet outside mpsh. please lmk if you see it around!!"
+ }
+ ]
+ },
+ {
+ "id": 7516,
+ "type": "message",
+ "date": "2022-05-11T15:15:03",
+ "date_unixtime": "1652253303",
+ "edited": "2022-05-12T07:25:12",
+ "edited_unixtime": "1652311512",
+ "from": "Kengwee",
+ "from_id": "user472751598",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1280,
+ "text": "Found matric card at utown level 2 src, near rock wall. Left it with utown gym staff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found matric card at utown level 2 src, near rock wall. Left it with utown gym staff"
+ }
+ ]
+ },
+ {
+ "id": 7517,
+ "type": "message",
+ "date": "2022-05-11T15:26:04",
+ "date_unixtime": "1652253964",
+ "edited": "2022-05-11T15:33:00",
+ "edited_unixtime": "1652254380",
+ "from": "Darren | >",
+ "from_id": "user150181701",
+ "reply_to_message_id": 7516,
+ "text": "Hi keng wee",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi keng wee"
+ }
+ ]
+ },
+ {
+ "id": 7518,
+ "type": "message",
+ "date": "2022-05-11T15:29:57",
+ "date_unixtime": "1652254197",
+ "edited": "2022-05-11T15:33:03",
+ "edited_unixtime": "1652254383",
+ "from": "Kengwee",
+ "from_id": "user472751598",
+ "reply_to_message_id": 7517,
+ "text": "👋",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "👋"
+ }
+ ]
+ },
+ {
+ "id": 7520,
+ "type": "message",
+ "date": "2022-05-12T07:21:41",
+ "date_unixtime": "1652311301",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 7517,
+ "text": "gm darren",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "gm darren"
+ }
+ ]
+ },
+ {
+ "id": 7523,
+ "type": "message",
+ "date": "2022-05-13T13:05:41",
+ "date_unixtime": "1652418341",
+ "from": "Rachel Tan YW",
+ "from_id": "user1101673297",
+ "text": "Lost my wallet in the washroom, u town ...fine food...2nd toilet cubical",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost my wallet in the washroom, u town ...fine food...2nd toilet cubical"
+ }
+ ]
+ },
+ {
+ "id": 7524,
+ "type": "message",
+ "date": "2022-05-13T16:02:38",
+ "date_unixtime": "1652428958",
+ "edited": "2022-05-29T22:29:25",
+ "edited_unixtime": "1653834565",
+ "from": "Ba🐑",
+ "from_id": "user104528713",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 753,
+ "height": 826,
+ "text": "Hello! I lost my Apple airpods case on Monday around BIZ2. Please contact me if you have found it thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost my Apple airpods case on Monday around BIZ2. Please contact me if you have found it thank you!"
+ }
+ ]
+ },
+ {
+ "id": 7527,
+ "type": "message",
+ "date": "2022-05-14T10:53:11",
+ "date_unixtime": "1652496791",
+ "edited": "2022-05-14T12:48:54",
+ "edited_unixtime": "1652503734",
+ "from": "William",
+ "from_id": "user1402950930",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Owner found",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Owner found"
+ }
+ ]
+ },
+ {
+ "id": 7530,
+ "type": "message",
+ "date": "2022-05-14T12:08:40",
+ "date_unixtime": "1652501320",
+ "from": "Gordon",
+ "from_id": "user69273034",
+ "text": "Hi I lost my black shoebag containing dress shoes on bus D around 11.30am today, please lmk if you see it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my black shoebag containing dress shoes on bus D around 11.30am today, please lmk if you see it!"
+ }
+ ]
+ },
+ {
+ "id": 7531,
+ "type": "message",
+ "date": "2022-05-14T12:15:33",
+ "date_unixtime": "1652501733",
+ "edited": "2022-05-15T22:18:11",
+ "edited_unixtime": "1652624291",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "reply_to_message_id": 7530,
+ "text": "D1 or D2? If D2 can try check at PGP terminal, if D1 check at carpark behind biz",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "D1 or D2? If D2 can try check at PGP terminal, if D1 check at carpark behind biz"
+ }
+ ]
+ },
+ {
+ "id": 7532,
+ "type": "message",
+ "date": "2022-05-14T12:28:25",
+ "date_unixtime": "1652502505",
+ "from": "Gordon",
+ "from_id": "user69273034",
+ "reply_to_message_id": 7531,
+ "text": "okay thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "okay thank u!"
+ }
+ ]
+ },
+ {
+ "id": 7535,
+ "type": "message",
+ "date": "2022-05-15T10:59:49",
+ "date_unixtime": "1652583589",
+ "edited": "2022-06-30T11:01:38",
+ "edited_unixtime": "1656558098",
+ "from": "harii",
+ "from_id": "user1346905303",
+ "text": "Hi, I think I may have dropped my AirPods Pro (white) case near the Information Technology bus stop around 5:00 PM on 14 May. Please contact me if you’ve seen it around. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I think I may have dropped my AirPods Pro (white) case near the Information Technology bus stop around 5:00 PM on 14 May. Please contact me if you’ve seen it around. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 7540,
+ "type": "message",
+ "date": "2022-05-19T18:42:06",
+ "date_unixtime": "1652956926",
+ "edited": "2022-06-01T13:37:35",
+ "edited_unixtime": "1654061855",
+ "from": "Zhe Xin☃️",
+ "from_id": "user505442635",
+ "text": "Helluu I may have dropped a NUH nursing student pass/card around Kent Ridge mrt busstop/utown last night. if anyone sees it please let me know 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Helluu I may have dropped a NUH nursing student pass/card around Kent Ridge mrt busstop/utown last night. if anyone sees it please let me know 🙏"
+ }
+ ]
+ },
+ {
+ "id": 7541,
+ "type": "message",
+ "date": "2022-05-19T22:46:00",
+ "date_unixtime": "1652971560",
+ "from": "Law",
+ "from_id": "user883715895",
+ "text": "Hello I may have dropped my NUS student card, IC, ezlink, DBS debut card, and kopitiam card around admiralty station. If anyone seen it, please let me know thank you *rly urgent*",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello I may have dropped my NUS student card, IC, ezlink, DBS debut card, and kopitiam card around admiralty station. If anyone seen it, please let me know thank you *rly urgent*"
+ }
+ ]
+ },
+ {
+ "id": 7543,
+ "type": "message",
+ "date": "2022-05-20T19:30:14",
+ "date_unixtime": "1653046214",
+ "edited": "2022-05-20T20:25:28",
+ "edited_unixtime": "1653049528",
+ "from": "Lynn",
+ "from_id": "user174069572",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi did anyone lose this on a bus?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone lose this on a bus?"
+ }
+ ]
+ },
+ {
+ "id": 7547,
+ "type": "message",
+ "date": "2022-05-21T12:00:01",
+ "date_unixtime": "1653105601",
+ "edited": "2022-05-21T16:20:26",
+ "edited_unixtime": "1653121226",
+ "from": "loe 🌝",
+ "from_id": "user152008237",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 800,
+ "height": 800,
+ "text": "hi if anyone sees a lens cap in utown area please lmk!! thank you…",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone sees a lens cap in utown area please lmk!! thank you…"
+ }
+ ]
+ },
+ {
+ "id": 7554,
+ "type": "message",
+ "date": "2022-05-24T20:58:22",
+ "date_unixtime": "1653397102",
+ "edited": "2022-05-24T21:35:06",
+ "edited_unixtime": "1653399306",
+ "from": "Ridwan Setiadarma",
+ "from_id": "user1070493976",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 632,
+ "height": 395,
+ "text": "Hi guys, if anyone saw a pair of black glasses in the A1 bus, can you please pm me? ☺️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, if anyone saw a pair of black glasses in the A1 bus, can you please pm me? ☺️"
+ }
+ ]
+ },
+ {
+ "id": 7560,
+ "type": "message",
+ "date": "2022-05-27T22:15:03",
+ "date_unixtime": "1653660903",
+ "edited": "2022-05-28T15:35:29",
+ "edited_unixtime": "1653723329",
+ "from": "GK L",
+ "from_id": "user1391095552",
+ "text": "Hi guys. I had lost a Passion card with name ( LEON KOK SENG) on it in Frontier canteen/ S9 . Please let me know if you see it. Thank😞😞",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys. I had lost a Passion card with name ( LEON KOK SENG) on it in Frontier canteen/ S9 . Please let me know if you see it. Thank😞😞"
+ }
+ ]
+ },
+ {
+ "id": 7576,
+ "type": "message",
+ "date": "2022-05-31T18:07:21",
+ "date_unixtime": "1653991641",
+ "from": "ashley",
+ "from_id": "user425353347",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "@ Natalie Moh\nFound this card along the pavement outside Potong Pasir mrt. Passed it to the mrt service counter at Potong Pasir!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "@ Natalie Moh\nFound this card along the pavement outside Potong Pasir mrt. Passed it to the mrt service counter at Potong Pasir!"
+ }
+ ]
+ },
+ {
+ "id": 7606,
+ "type": "message",
+ "date": "2022-06-02T10:51:42",
+ "date_unixtime": "1654138302",
+ "from": "Teo",
+ "from_id": "user5105514004",
+ "text": [
+ "Hi guys, I lost my brown color wallet at AS4 / LT10 / The deck area. If anyone found it, please contact me @ ",
+ {
+ "type": "phone",
+ "text": "90911414"
+ },
+ " Lewis"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, I lost my brown color wallet at AS4 / LT10 / The deck area. If anyone found it, please contact me @ "
+ },
+ {
+ "type": "phone",
+ "text": "90911414"
+ },
+ {
+ "type": "plain",
+ "text": " Lewis"
+ }
+ ]
+ },
+ {
+ "id": 7618,
+ "type": "message",
+ "date": "2022-06-05T20:22:54",
+ "date_unixtime": "1654431774",
+ "edited": "2022-06-05T22:47:31",
+ "edited_unixtime": "1654440451",
+ "from": "Amogh",
+ "from_id": "user757180018",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this earring in the laundry room UTR south tower. I will pass it to the Management office during office hours.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this earring in the laundry room UTR south tower. I will pass it to the Management office during office hours."
+ }
+ ]
+ },
+ {
+ "id": 7623,
+ "type": "message",
+ "date": "2022-06-06T12:37:45",
+ "date_unixtime": "1654490265",
+ "edited": "2022-06-06T13:32:00",
+ "edited_unixtime": "1654493520",
+ "from": "Qz",
+ "from_id": "user462049862",
+ "text": [
+ "Hi guys, I left a black wallet on D2 that left Utown at 12.20. If anyone found it, please contact me @ ",
+ {
+ "type": "phone",
+ "text": "98266286"
+ },
+ " Qingzhe"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, I left a black wallet on D2 that left Utown at 12.20. If anyone found it, please contact me @ "
+ },
+ {
+ "type": "phone",
+ "text": "98266286"
+ },
+ {
+ "type": "plain",
+ "text": " Qingzhe"
+ }
+ ]
+ },
+ {
+ "id": 7625,
+ "type": "message",
+ "date": "2022-06-07T17:13:28",
+ "date_unixtime": "1654593208",
+ "edited": "2022-06-13T21:30:19",
+ "edited_unixtime": "1655127019",
+ "from": "Jason",
+ "from_id": "user40584971",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Phone lost and found at USC level 3 gent, I have given to campus security already.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Phone lost and found at USC level 3 gent, I have given to campus security already."
+ }
+ ]
+ },
+ {
+ "id": 7705,
+ "type": "message",
+ "date": "2022-06-20T15:15:13",
+ "date_unixtime": "1655709313",
+ "edited": "2022-06-20T15:16:40",
+ "edited_unixtime": "1655709400",
+ "from": "Shakti Nagpal",
+ "from_id": "user992519926",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "An umbrella is lying at S17 bus stop. In case someone forgot it there ...",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "An umbrella is lying at S17 bus stop. In case someone forgot it there ..."
+ }
+ ]
+ },
+ {
+ "id": 7710,
+ "type": "message",
+ "date": "2022-06-21T23:01:32",
+ "date_unixtime": "1655823692",
+ "edited": "2022-06-21T23:03:28",
+ "edited_unixtime": "1655823808",
+ "from": "tsing ngia",
+ "from_id": "user328216769",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": [
+ "airpods found at astro, to collect pls contact ",
+ {
+ "type": "mention",
+ "text": "@undikaze"
+ },
+ " !!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "airpods found at astro, to collect pls contact "
+ },
+ {
+ "type": "mention",
+ "text": "@undikaze"
+ },
+ {
+ "type": "plain",
+ "text": " !!"
+ }
+ ]
+ },
+ {
+ "id": 7719,
+ "type": "message",
+ "date": "2022-06-24T17:37:30",
+ "date_unixtime": "1656063450",
+ "edited": "2022-06-24T19:36:59",
+ "edited_unixtime": "1656070619",
+ "from": "TLSG",
+ "from_id": "user5328060163",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "iPhone found at orchard. Pm to claim pls",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "iPhone found at orchard. Pm to claim pls"
+ }
+ ]
+ },
+ {
+ "id": 7724,
+ "type": "message",
+ "date": "2022-06-26T08:49:09",
+ "date_unixtime": "1656204549",
+ "edited": "2022-06-26T11:10:50",
+ "edited_unixtime": "1656213050",
+ "from": "Pooja",
+ "from_id": "user163909507",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found in student lounge",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in student lounge"
+ }
+ ]
+ },
+ {
+ "id": 7726,
+ "type": "message",
+ "date": "2022-06-26T09:32:03",
+ "date_unixtime": "1656207123",
+ "from": "Kwan On",
+ "from_id": "user243022848",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "if anyone lost it near Bishan let me know! else will pass to management office on Mon",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if anyone lost it near Bishan let me know! else will pass to management office on Mon"
+ }
+ ]
+ },
+ {
+ "id": 7728,
+ "type": "message",
+ "date": "2022-06-26T19:04:47",
+ "date_unixtime": "1656241487",
+ "from": "Hemrish",
+ "from_id": "user954706409",
+ "text": "Hey everyone, I left a pink ezlink card at the UTown gym at 15 00 today. If anyone found it, please pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey everyone, I left a pink ezlink card at the UTown gym at 15 00 today. If anyone found it, please pm me"
+ }
+ ]
+ },
+ {
+ "id": 7735,
+ "type": "message",
+ "date": "2022-06-28T20:31:01",
+ "date_unixtime": "1656419461",
+ "from": "Xiaohui Liu",
+ "from_id": "user5447536558",
+ "text": "Hi everyone. I lost a student card with name “Liu Xiaohui “. If anyone found it, please pm me. Thanks ~",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone. I lost a student card with name “Liu Xiaohui “. If anyone found it, please pm me. Thanks ~"
+ }
+ ]
+ },
+ {
+ "id": 7748,
+ "type": "message",
+ "date": "2022-06-30T11:01:23",
+ "date_unixtime": "1656558083",
+ "from": "Yi Xuan",
+ "from_id": "user630988455",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hello, if anyone knows Zheng Long, please let him know that his belongings are with the staff at Octobox. Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, if anyone knows Zheng Long, please let him know that his belongings are with the staff at Octobox. Thanks"
+ }
+ ]
+ },
+ {
+ "id": 7768,
+ "type": "message",
+ "date": "2022-07-01T22:42:43",
+ "date_unixtime": "1656686563",
+ "edited": "2022-07-11T21:54:12",
+ "edited_unixtime": "1657547652",
+ "from": "Yew Got",
+ "from_id": "user5529115562",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 615,
+ "height": 1280,
+ "text": "Hi, if anyone found this card, pm me please. Thanks so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone found this card, pm me please. Thanks so much!"
+ }
+ ]
+ },
+ {
+ "id": 7778,
+ "type": "message",
+ "date": "2022-07-03T21:41:24",
+ "date_unixtime": "1656855684",
+ "from": "Simon J",
+ "from_id": "user805909818",
+ "text": "Hi Everyone, I lost a PGPR card. It is just a generic housing card with pgpr map without any detail credential unfortunately. If anyone found it, please pm me :) Thank you very much",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi Everyone, I lost a PGPR card. It is just a generic housing card with pgpr map without any detail credential unfortunately. If anyone found it, please pm me :) Thank you very much"
+ }
+ ]
+ },
+ {
+ "id": 7780,
+ "type": "message",
+ "date": "2022-07-03T23:51:21",
+ "date_unixtime": "1656863481",
+ "from": "Leonard Tan YA",
+ "from_id": "user212976362",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Anyone lost a crocheted toy? Its left at kent ridge mrt platform level seats",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone lost a crocheted toy? Its left at kent ridge mrt platform level seats"
+ }
+ ]
+ },
+ {
+ "id": 7794,
+ "type": "message",
+ "date": "2022-07-07T13:48:10",
+ "date_unixtime": "1657172890",
+ "edited": "2022-07-07T13:48:30",
+ "edited_unixtime": "1657172910",
+ "from": "Felisha",
+ "from_id": "user1235524486",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found in ID photobooth in CLB",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found in ID photobooth in CLB"
+ }
+ ]
+ },
+ {
+ "id": 7799,
+ "type": "message",
+ "date": "2022-07-08T21:49:17",
+ "date_unixtime": "1657288157",
+ "from": "Yang",
+ "from_id": "user1675310493",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 818,
+ "height": 1055,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7800,
+ "type": "message",
+ "date": "2022-07-08T21:50:44",
+ "date_unixtime": "1657288244",
+ "from": "Yang",
+ "from_id": "user1675310493",
+ "reply_to_message_id": 7799,
+ "text": "I lost one earring at UCC tonight. Who found it please contact me. Many Thanks 🥰",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost one earring at UCC tonight. Who found it please contact me. Many Thanks 🥰"
+ }
+ ]
+ },
+ {
+ "id": 7801,
+ "type": "message",
+ "date": "2022-07-08T22:12:08",
+ "date_unixtime": "1657289528",
+ "edited": "2022-07-09T21:59:03",
+ "edited_unixtime": "1657375143",
+ "from": "Yang",
+ "from_id": "user1675310493",
+ "text": "It means a lot to me 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It means a lot to me 🙏"
+ }
+ ]
+ },
+ {
+ "id": 7806,
+ "type": "message",
+ "date": "2022-07-09T17:02:54",
+ "date_unixtime": "1657357374",
+ "edited": "2022-07-22T20:51:55",
+ "edited_unixtime": "1658494315",
+ "from": "JamieY Yong",
+ "from_id": "user1171537624",
+ "text": "Hi found ur card holder at 313 Somerset taxi stand. Pls pm me directly for contact to retrieve it. Thanks.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found ur card holder at 313 Somerset taxi stand. Pls pm me directly for contact to retrieve it. Thanks."
+ }
+ ]
+ },
+ {
+ "id": 7807,
+ "type": "message",
+ "date": "2022-07-09T17:05:15",
+ "date_unixtime": "1657357515",
+ "edited": "2022-08-01T22:25:13",
+ "edited_unixtime": "1659363913",
+ "from": "JamieY Yong",
+ "from_id": "user1171537624",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 901,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7876,
+ "type": "message",
+ "date": "2022-07-10T12:08:04",
+ "date_unixtime": "1657426084",
+ "edited": "2022-07-10T22:09:44",
+ "edited_unixtime": "1657462184",
+ "from": "Vern🥥",
+ "from_id": "user226916984",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Hello, there’s an umbrella at NUS raffles hall bus stop. Left it there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, there’s an umbrella at NUS raffles hall bus stop. Left it there"
+ }
+ ]
+ },
+ {
+ "id": 7906,
+ "type": "message",
+ "date": "2022-07-11T21:34:13",
+ "date_unixtime": "1657546453",
+ "edited": "2022-07-11T21:35:00",
+ "edited_unixtime": "1657546500",
+ "from": "Mayank Panjiyara",
+ "from_id": "user1125911562",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Someone’s purse at pgp block 10 lvl 2 laundry room. Its still there.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone’s purse at pgp block 10 lvl 2 laundry room. Its still there."
+ }
+ ]
+ },
+ {
+ "id": 7938,
+ "type": "message",
+ "date": "2022-07-12T18:08:17",
+ "date_unixtime": "1657620497",
+ "edited": "2022-07-12T19:11:23",
+ "edited_unixtime": "1657624283",
+ "from": "Fong JY",
+ "from_id": "user677385329",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found a Samsung phone left on a A2 bus (PC4038K), at the last row",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a Samsung phone left on a A2 bus (PC4038K), at the last row"
+ }
+ ]
+ },
+ {
+ "id": 7939,
+ "type": "message",
+ "date": "2022-07-12T18:20:29",
+ "date_unixtime": "1657621229",
+ "from": "Aileen",
+ "from_id": "user1344560536",
+ "reply_to_message_id": 7938,
+ "text": "Where are you now?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Where are you now?"
+ }
+ ]
+ },
+ {
+ "id": 7940,
+ "type": "message",
+ "date": "2022-07-12T18:20:41",
+ "date_unixtime": "1657621241",
+ "from": "Aileen",
+ "from_id": "user1344560536",
+ "text": "The owner is at pgp bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "The owner is at pgp bus stop"
+ }
+ ]
+ },
+ {
+ "id": 7941,
+ "type": "message",
+ "date": "2022-07-12T18:20:54",
+ "date_unixtime": "1657621254",
+ "from": "Fong JY",
+ "from_id": "user677385329",
+ "text": "The bus should be going back to PGP terminal now",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "The bus should be going back to PGP terminal now"
+ }
+ ]
+ },
+ {
+ "id": 7942,
+ "type": "message",
+ "date": "2022-07-12T18:21:21",
+ "date_unixtime": "1657621281",
+ "from": "Fong JY",
+ "from_id": "user677385329",
+ "text": "Kent Ridge terminal*",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Kent Ridge terminal*"
+ }
+ ]
+ },
+ {
+ "id": 7943,
+ "type": "message",
+ "date": "2022-07-12T18:21:36",
+ "date_unixtime": "1657621296",
+ "edited": "2022-08-16T17:04:05",
+ "edited_unixtime": "1660640645",
+ "from": "Fong JY",
+ "from_id": "user677385329",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 7944,
+ "type": "message",
+ "date": "2022-07-12T18:21:45",
+ "date_unixtime": "1657621305",
+ "from": "Fong JY",
+ "from_id": "user677385329",
+ "text": "Real time location of the bus",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Real time location of the bus"
+ }
+ ]
+ },
+ {
+ "id": 7945,
+ "type": "message",
+ "date": "2022-07-12T18:24:32",
+ "date_unixtime": "1657621472",
+ "edited": "2022-07-12T20:58:48",
+ "edited_unixtime": "1657630728",
+ "from": "Aileen",
+ "from_id": "user1344560536",
+ "text": "Can you get the phone and return student service center? The owner does not have the phone to contact anyone now.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Can you get the phone and return student service center? The owner does not have the phone to contact anyone now."
+ }
+ ]
+ },
+ {
+ "id": 7948,
+ "type": "message",
+ "date": "2022-07-12T21:52:44",
+ "date_unixtime": "1657633964",
+ "from": "Wan Lin",
+ "from_id": "user839669332",
+ "text": "Hi I just left my lanyard (which has voices logo on it) at UCC, please contact me if you found it. Thanks and much appreciated 🙏🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I just left my lanyard (which has voices logo on it) at UCC, please contact me if you found it. Thanks and much appreciated 🙏🙏"
+ }
+ ]
+ },
+ {
+ "id": 7956,
+ "type": "message",
+ "date": "2022-07-13T09:08:40",
+ "date_unixtime": "1657674520",
+ "edited": "2022-07-14T09:57:22",
+ "edited_unixtime": "1657763842",
+ "from": "Clifton",
+ "from_id": "user1025420118",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hello\nI found this card at block 11 emergency stair between lv 2 and level 3",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello\nI found this card at block 11 emergency stair between lv 2 and level 3"
+ }
+ ]
+ },
+ {
+ "id": 7961,
+ "type": "message",
+ "date": "2022-07-14T07:58:55",
+ "date_unixtime": "1657756735",
+ "from": "chesley",
+ "from_id": "user91032017",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": [
+ "Found at utown bus stop pm me ",
+ {
+ "type": "mention",
+ "text": "@chesleyt"
+ },
+ " to collect"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at utown bus stop pm me "
+ },
+ {
+ "type": "mention",
+ "text": "@chesleyt"
+ },
+ {
+ "type": "plain",
+ "text": " to collect"
+ }
+ ]
+ },
+ {
+ "id": 7981,
+ "type": "message",
+ "date": "2022-07-15T11:20:35",
+ "date_unixtime": "1657855235",
+ "from": "Richard Williams",
+ "from_id": "user5411896556",
+ "text": "Anyone found a small black card wallet? 🤞🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found a small black card wallet? 🤞🏻"
+ }
+ ]
+ },
+ {
+ "id": 7982,
+ "type": "message",
+ "date": "2022-07-15T11:38:01",
+ "date_unixtime": "1657856281",
+ "edited": "2022-07-16T00:07:24",
+ "edited_unixtime": "1657901244",
+ "from": "Jie Rong Tan",
+ "from_id": "user120597422",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "found at female toilet near LT6 in engin, put it back where we found it (in toilet)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at female toilet near LT6 in engin, put it back where we found it (in toilet)"
+ }
+ ]
+ },
+ {
+ "id": 7990,
+ "type": "message",
+ "date": "2022-07-17T18:02:09",
+ "date_unixtime": "1658052129",
+ "edited": "2022-07-22T02:36:24",
+ "edited_unixtime": "1658428584",
+ "from": "NS",
+ "from_id": "user438648067",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this outside UCC",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this outside UCC"
+ }
+ ]
+ },
+ {
+ "id": 7999,
+ "type": "message",
+ "date": "2022-07-20T14:21:39",
+ "date_unixtime": "1658298099",
+ "edited": "2022-07-22T17:39:58",
+ "edited_unixtime": "1658482798",
+ "from": "Deren",
+ "from_id": "user852635840",
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "mime_type": "image/png",
+ "width": 720,
+ "height": 1280,
+ "text": "If anyone happens to find this water bottle (at handball/netball court), please pm me tqqq",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone happens to find this water bottle (at handball/netball court), please pm me tqqq"
+ }
+ ]
+ },
+ {
+ "id": 8000,
+ "type": "message",
+ "date": "2022-07-20T14:21:54",
+ "date_unixtime": "1658298114",
+ "from": "Deren",
+ "from_id": "user852635840",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8023,
+ "type": "message",
+ "date": "2022-07-22T20:29:28",
+ "date_unixtime": "1658492968",
+ "from": "Beryl",
+ "from_id": "user1036902842",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 243,
+ "height": 1280,
+ "text": "Hi! I lost 1 earring probably in i3 today. If anyone finds it pls lmk :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost 1 earring probably in i3 today. If anyone finds it pls lmk :("
+ }
+ ]
+ },
+ {
+ "id": 8029,
+ "type": "message",
+ "date": "2022-07-22T20:47:16",
+ "date_unixtime": "1658494036",
+ "from": "etienne :•)",
+ "from_id": "user469375160",
+ "text": "hello if anyone saw a black adidas bag at either tembusu / utown seminar room 53, pm thanks! 🥹",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello if anyone saw a black adidas bag at either tembusu / utown seminar room 53, pm thanks! 🥹"
+ }
+ ]
+ },
+ {
+ "id": 8051,
+ "type": "message",
+ "date": "2022-07-25T23:47:09",
+ "date_unixtime": "1658764029",
+ "from": "Jonathan Goh",
+ "from_id": "user1030389429",
+ "text": "Hey guys lost matric card either in Temasek hall or utown area, if u happen to find can pls lmk thxx 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys lost matric card either in Temasek hall or utown area, if u happen to find can pls lmk thxx 🙏"
+ }
+ ]
+ },
+ {
+ "id": 8077,
+ "type": "message",
+ "date": "2022-07-26T19:29:09",
+ "date_unixtime": "1658834949",
+ "from": "Shivang",
+ "from_id": "user898354533",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this at the Singapore science park bus station, pm me if yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at the Singapore science park bus station, pm me if yours"
+ }
+ ]
+ },
+ {
+ "id": 8084,
+ "type": "message",
+ "date": "2022-07-27T00:19:07",
+ "date_unixtime": "1658852347",
+ "from": "Eunice",
+ "from_id": "user995286643",
+ "text": "hello i lost a grey wallet at nus science a/c frontier around 12.50pm today... i might have left it under the table and I'm not sure if its still there, if any one saw it pls dm me !!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello i lost a grey wallet at nus science a/c frontier around 12.50pm today... i might have left it under the table and I'm not sure if its still there, if any one saw it pls dm me !!!"
+ }
+ ]
+ },
+ {
+ "id": 8090,
+ "type": "message",
+ "date": "2022-07-27T01:43:06",
+ "date_unixtime": "1658857386",
+ "from": "folieful",
+ "from_id": "user253228573",
+ "text": "my friend lost his airpods (not the pro ones) at utown today! no cover for case, just normal airpods with both airpods inside :,) pls help 🥹",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "my friend lost his airpods (not the pro ones) at utown today! no cover for case, just normal airpods with both airpods inside :,) pls help 🥹"
+ }
+ ]
+ },
+ {
+ "id": 8100,
+ "type": "message",
+ "date": "2022-07-29T13:20:12",
+ "date_unixtime": "1659072012",
+ "edited": "2022-07-29T13:21:40",
+ "edited_unixtime": "1659072100",
+ "from": "Shaznaya",
+ "from_id": "user1848199423",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 632,
+ "height": 782,
+ "text": "Hello I lost a green wallet (brand loewe) around UTR pick up bay today 29/7/22 at around 9.00 AM. I have my matric card there too (SHAZNAYA). If anyone see it please let me know, thank you:)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello I lost a green wallet (brand loewe) around UTR pick up bay today 29/7/22 at around 9.00 AM. I have my matric card there too (SHAZNAYA). If anyone see it please let me know, thank you:)"
+ }
+ ]
+ },
+ {
+ "id": 8106,
+ "type": "message",
+ "date": "2022-07-30T21:56:33",
+ "date_unixtime": "1659189393",
+ "from": "Mayank Panjiyara",
+ "from_id": "user1125911562",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found in pgpr laundry room (block 9 lvl 2). Its still there.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in pgpr laundry room (block 9 lvl 2). Its still there."
+ }
+ ]
+ },
+ {
+ "id": 8115,
+ "type": "message",
+ "date": "2022-07-31T22:53:50",
+ "date_unixtime": "1659279230",
+ "from": "Ryzzan",
+ "from_id": "user1079535526",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Grabpay card found on the road of RC4 drop off point.\nName on card: Kee Jia Hui Karen",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Grabpay card found on the road of RC4 drop off point.\nName on card: Kee Jia Hui Karen"
+ }
+ ]
+ },
+ {
+ "id": 8125,
+ "type": "message",
+ "date": "2022-08-01T11:08:12",
+ "date_unixtime": "1659323292",
+ "from": "Elvin Lim (Minn)",
+ "from_id": "user942168737",
+ "text": "Anybody knows what happens to things left on the bus? I left my grey green thermos on btc",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anybody knows what happens to things left on the bus? I left my grey green thermos on btc"
+ }
+ ]
+ },
+ {
+ "id": 8127,
+ "type": "message",
+ "date": "2022-08-01T11:14:57",
+ "date_unixtime": "1659323697",
+ "edited": "2022-08-01T12:16:43",
+ "edited_unixtime": "1659327403",
+ "from": "Dora the Explorer Márquez Episodes, Games, Videos on Nick Jr.",
+ "from_id": "user27072122",
+ "text": "I think sometimes the bus driver just leave in one corner at the front of the bus \ncorrect me if I'm wrong",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I think sometimes the bus driver just leave in one corner at the front of the bus \ncorrect me if I'm wrong"
+ }
+ ]
+ },
+ {
+ "id": 8128,
+ "type": "message",
+ "date": "2022-08-01T12:11:51",
+ "date_unixtime": "1659327111",
+ "edited": "2022-08-01T12:16:44",
+ "edited_unixtime": "1659327404",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "reply_to_message_id": 8127,
+ "text": "Yes, this, or they may pass it to PGP office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yes, this, or they may pass it to PGP office"
+ }
+ ]
+ },
+ {
+ "id": 8129,
+ "type": "message",
+ "date": "2022-08-01T12:17:20",
+ "date_unixtime": "1659327440",
+ "from": "Elvin Lim (Minn)",
+ "from_id": "user942168737",
+ "text": "Hen hao ty",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hen hao ty"
+ }
+ ]
+ },
+ {
+ "id": 8131,
+ "type": "message",
+ "date": "2022-08-01T13:05:57",
+ "date_unixtime": "1659330357",
+ "edited": "2022-08-01T13:06:06",
+ "edited_unixtime": "1659330366",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "reply_to_message_id": 8125,
+ "text": [
+ "FYI all, the actual procedure is the bus captains either hold on to it or pass it to their office. Next time can call ",
+ {
+ "type": "phone",
+ "text": "65161717"
+ },
+ " (campus services) they will help manage the process of checking and call you back"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "FYI all, the actual procedure is the bus captains either hold on to it or pass it to their office. Next time can call "
+ },
+ {
+ "type": "phone",
+ "text": "65161717"
+ },
+ {
+ "type": "plain",
+ "text": " (campus services) they will help manage the process of checking and call you back"
+ }
+ ]
+ },
+ {
+ "id": 8145,
+ "type": "message",
+ "date": "2022-08-02T19:01:00",
+ "date_unixtime": "1659438060",
+ "from": "Bryan",
+ "from_id": "user480192818",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi, anyone lost their card at Fine foods Utown, found at around 7:00pm on the floor",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone lost their card at Fine foods Utown, found at around 7:00pm on the floor"
+ }
+ ]
+ },
+ {
+ "id": 8151,
+ "type": "message",
+ "date": "2022-08-03T21:19:54",
+ "date_unixtime": "1659532794",
+ "from": "Mark Tan",
+ "from_id": "user550020041",
+ "text": "Hi, if anyone found a black iPhone 11 at the NUS tennis courts, please pm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone found a black iPhone 11 at the NUS tennis courts, please pm me!"
+ }
+ ]
+ },
+ {
+ "id": 8158,
+ "type": "message",
+ "date": "2022-08-04T18:51:11",
+ "date_unixtime": "1659610271",
+ "from": "Melvin",
+ "from_id": "user221329010",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 606,
+ "height": 1280,
+ "text": "At opp uhc bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "At opp uhc bus stop"
+ }
+ ]
+ },
+ {
+ "id": 8166,
+ "type": "message",
+ "date": "2022-08-05T10:09:04",
+ "date_unixtime": "1659665344",
+ "edited": "2022-08-05T16:36:22",
+ "edited_unixtime": "1659688582",
+ "from": "Yew Ming",
+ "from_id": "user208514200",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "At kr mrt, left it with the mrt counter",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "At kr mrt, left it with the mrt counter"
+ }
+ ]
+ },
+ {
+ "id": 8173,
+ "type": "message",
+ "date": "2022-08-05T16:17:26",
+ "date_unixtime": "1659687446",
+ "from": "bryan",
+ "from_id": "user157361878",
+ "text": [
+ "Hi if anyone knows a freshie Jawad Afthab, please let him know he left his wallet at the Stephen Riady Centre tables outside the gym, and it’s with the security office at the ERC. thanks!! ",
+ {
+ "type": "code",
+ "text": "◡̈"
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone knows a freshie Jawad Afthab, please let him know he left his wallet at the Stephen Riady Centre tables outside the gym, and it’s with the security office at the ERC. thanks!! "
+ },
+ {
+ "type": "code",
+ "text": "◡̈"
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 8175,
+ "type": "message",
+ "date": "2022-08-05T16:18:25",
+ "date_unixtime": "1659687505",
+ "from": "bryan",
+ "from_id": "user157361878",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 791,
+ "height": 583,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8188,
+ "type": "message",
+ "date": "2022-08-05T17:16:07",
+ "date_unixtime": "1659690967",
+ "edited": "2022-08-05T17:27:28",
+ "edited_unixtime": "1659691648",
+ "from": "Jawad",
+ "from_id": "user458026454",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8189,
+ "type": "message",
+ "date": "2022-08-05T17:16:13",
+ "date_unixtime": "1659690973",
+ "edited": "2022-08-05T17:17:40",
+ "edited_unixtime": "1659691060",
+ "from": "Jawad",
+ "from_id": "user458026454",
+ "reply_to_message_id": 8175,
+ "text": "Thanks lads",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks lads"
+ }
+ ]
+ },
+ {
+ "id": 8199,
+ "type": "message",
+ "date": "2022-08-05T19:21:22",
+ "date_unixtime": "1659698482",
+ "from": "Elvin Lim (Minn)",
+ "from_id": "user942168737",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Beside ut sports hall 2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Beside ut sports hall 2"
+ }
+ ]
+ },
+ {
+ "id": 8214,
+ "type": "message",
+ "date": "2022-08-06T17:06:02",
+ "date_unixtime": "1659776762",
+ "edited": "2022-08-06T17:09:10",
+ "edited_unixtime": "1659776950",
+ "from": "joelle",
+ "from_id": "user923506648",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi! anyone see airpods that looks like this pls pm me!! my friend lost it on 31st july not sure where but maybe utown female toilet?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! anyone see airpods that looks like this pls pm me!! my friend lost it on 31st july not sure where but maybe utown female toilet?"
+ }
+ ]
+ },
+ {
+ "id": 8221,
+ "type": "message",
+ "date": "2022-08-06T20:02:52",
+ "date_unixtime": "1659787372",
+ "from": "Sammy Qiu",
+ "from_id": "user5507121627",
+ "text": "Hiii, if anyone found a pink T-shirt at Utown fine food Canteen or pgpr auditorium, plz pm me! Thank you 😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hiii, if anyone found a pink T-shirt at Utown fine food Canteen or pgpr auditorium, plz pm me! Thank you 😭"
+ }
+ ]
+ },
+ {
+ "id": 8223,
+ "type": "message",
+ "date": "2022-08-06T20:34:02",
+ "date_unixtime": "1659789242",
+ "edited": "2022-08-07T14:09:48",
+ "edited_unixtime": "1659852588",
+ "from": "Girish",
+ "from_id": "user1016230139",
+ "text": "Hi, if anyone finds a blue zip transparent small (mini pencil case size) bag containing trace together token and ezlink card and 11B pls pm me!! It was last seen at UTown and kent ridge mrt area. Thank u",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone finds a blue zip transparent small (mini pencil case size) bag containing trace together token and ezlink card and 11B pls pm me!! It was last seen at UTown and kent ridge mrt area. Thank u"
+ }
+ ]
+ },
+ {
+ "id": 8230,
+ "type": "message",
+ "date": "2022-08-07T12:53:48",
+ "date_unixtime": "1659848028",
+ "edited": "2022-08-08T14:51:10",
+ "edited_unixtime": "1659941470",
+ "from": "bryan",
+ "from_id": "user157361878",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "heyo anyone knows a joey tan from nus college? her yale nus access card is here at the oculus\n\nwe’ll be here till 4pm, but afterwards it’ll be at the saga college office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "heyo anyone knows a joey tan from nus college? her yale nus access card is here at the oculus\n\nwe’ll be here till 4pm, but afterwards it’ll be at the saga college office"
+ }
+ ]
+ },
+ {
+ "id": 8238,
+ "type": "message",
+ "date": "2022-08-07T23:47:57",
+ "date_unixtime": "1659887277",
+ "from": "Ryzzan",
+ "from_id": "user1079535526",
+ "text": "Hi if anyone sees a matric card with the name Royden on it please pm me thank you so much",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone sees a matric card with the name Royden on it please pm me thank you so much"
+ }
+ ]
+ },
+ {
+ "id": 8245,
+ "type": "message",
+ "date": "2022-08-08T14:16:39",
+ "date_unixtime": "1659939399",
+ "edited": "2022-08-08T16:28:03",
+ "edited_unixtime": "1659947283",
+ "from": "Shreshth",
+ "from_id": "user1155383908",
+ "text": "Hi, if anyone finds a pgp block 26 room card near YIH or USC please pm me thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, if anyone finds a pgp block 26 room card near YIH or USC please pm me thank you!"
+ }
+ ]
+ },
+ {
+ "id": 8248,
+ "type": "message",
+ "date": "2022-08-08T15:43:25",
+ "date_unixtime": "1659944605",
+ "edited": "2022-08-10T17:25:08",
+ "edited_unixtime": "1660123508",
+ "from": "madeline",
+ "from_id": "user241443556",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 800,
+ "height": 800,
+ "text": "hiii if anyone saw a laptop w this casing in utown can lmk thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hiii if anyone saw a laptop w this casing in utown can lmk thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 8249,
+ "type": "message",
+ "date": "2022-08-08T16:09:40",
+ "date_unixtime": "1659946180",
+ "from": "Girish",
+ "from_id": "user1016230139",
+ "reply_to_message_id": 8223,
+ "text": "Those at Utown if anyone finds, do let me know! Thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Those at Utown if anyone finds, do let me know! Thank you"
+ }
+ ]
+ },
+ {
+ "id": 8253,
+ "type": "message",
+ "date": "2022-08-08T20:42:10",
+ "date_unixtime": "1659962530",
+ "from": "Frederick",
+ "from_id": "user267787380",
+ "reply_to_message_id": 8252,
+ "text": "Omg i think its mine, where is it now?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Omg i think its mine, where is it now?"
+ }
+ ]
+ },
+ {
+ "id": 8259,
+ "type": "message",
+ "date": "2022-08-08T21:49:17",
+ "date_unixtime": "1659966557",
+ "from": "Clifton",
+ "from_id": "user1025420118",
+ "forwarded_from": "Clifton",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this watch near the lt33 exit door",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this watch near the lt33 exit door"
+ }
+ ]
+ },
+ {
+ "id": 8262,
+ "type": "message",
+ "date": "2022-08-08T23:40:19",
+ "date_unixtime": "1659973219",
+ "edited": "2022-08-09T01:03:57",
+ "edited_unixtime": "1659978237",
+ "from": "Denise Caluza",
+ "from_id": "user1012646425",
+ "text": "Hi if anyone sees gray JBL bluetooth headsets around LT29 or YIH do pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone sees gray JBL bluetooth headsets around LT29 or YIH do pm me"
+ }
+ ]
+ },
+ {
+ "id": 8269,
+ "type": "message",
+ "date": "2022-08-09T02:13:37",
+ "date_unixtime": "1659982417",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "Hi has anyone seen a JBL clip 4? It’s pink and was last seen at the utown pool :”)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a JBL clip 4? It’s pink and was last seen at the utown pool :”)"
+ }
+ ]
+ },
+ {
+ "id": 8271,
+ "type": "message",
+ "date": "2022-08-09T02:14:19",
+ "date_unixtime": "1659982459",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1170,
+ "height": 778,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8278,
+ "type": "message",
+ "date": "2022-08-09T13:29:08",
+ "date_unixtime": "1660022948",
+ "from": "Rui Qin",
+ "from_id": "user1150089437",
+ "text": "Hi if anyone finds a blue EZ link with a blue robot on near AS3 or UHC please pm me thanks!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone finds a blue EZ link with a blue robot on near AS3 or UHC please pm me thanks!!!"
+ }
+ ]
+ },
+ {
+ "id": 8350,
+ "type": "message",
+ "date": "2022-08-10T16:58:30",
+ "date_unixtime": "1660121910",
+ "from": "Nigel",
+ "from_id": "user225678300",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hello! Found this wallet at Utown Auditorium 1. If it’s yours, do PM me thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Found this wallet at Utown Auditorium 1. If it’s yours, do PM me thank you!"
+ }
+ ]
+ },
+ {
+ "id": 8353,
+ "type": "message",
+ "date": "2022-08-10T18:41:33",
+ "date_unixtime": "1660128093",
+ "edited": "2022-08-10T20:59:55",
+ "edited_unixtime": "1660136395",
+ "from": "samantha🍞",
+ "from_id": "user749537632",
+ "text": "hi, if anyone found a purple samsung galaxy buds+ at fass / utown today pls pm me thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, if anyone found a purple samsung galaxy buds+ at fass / utown today pls pm me thank u!"
+ }
+ ]
+ },
+ {
+ "id": 8356,
+ "type": "message",
+ "date": "2022-08-10T19:01:05",
+ "date_unixtime": "1660129265",
+ "edited": "2022-08-10T21:59:12",
+ "edited_unixtime": "1660139952",
+ "from": "L",
+ "from_id": "user17991208",
+ "text": "hi if anyone sees a black nike pouch at technoedge let me know please!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone sees a black nike pouch at technoedge let me know please!"
+ }
+ ]
+ },
+ {
+ "id": 8361,
+ "type": "message",
+ "date": "2022-08-10T20:07:45",
+ "date_unixtime": "1660133265",
+ "from": "Wesley ML",
+ "from_id": "user188575884",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 594,
+ "text": "This matric card was left in AS4-0604, it's on the teacher's table!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "This matric card was left in AS4-0604, it's on the teacher's table!"
+ }
+ ]
+ },
+ {
+ "id": 8370,
+ "type": "message",
+ "date": "2022-08-11T01:50:41",
+ "date_unixtime": "1660153841",
+ "edited": "2022-08-11T01:54:40",
+ "edited_unixtime": "1660154080",
+ "from": "Deepanjali 🧿",
+ "from_id": "user1412084008",
+ "text": "Hi.. Please PM me if anyone has found my Apple Pencil Gen 2 which I lost in UTown Auditorium 1 between 12pm to 2pm CS1231 lecture on 10August . I was sitting in the 2nd row of the audi. Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi.. Please PM me if anyone has found my Apple Pencil Gen 2 which I lost in UTown Auditorium 1 between 12pm to 2pm CS1231 lecture on 10August . I was sitting in the 2nd row of the audi. Thanks"
+ }
+ ]
+ },
+ {
+ "id": 8376,
+ "type": "message",
+ "date": "2022-08-11T12:15:35",
+ "date_unixtime": "1660191335",
+ "from": "Nicoleee",
+ "from_id": "user375803637",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1114,
+ "height": 1280,
+ "text": "Hi please pm me if anyone finds this AirPodspro case without earbuds inside around engineering block, thanksss 🙏🏼🙏🏼",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi please pm me if anyone finds this AirPodspro case without earbuds inside around engineering block, thanksss 🙏🏼🙏🏼"
+ }
+ ]
+ },
+ {
+ "id": 8378,
+ "type": "message",
+ "date": "2022-08-11T13:21:42",
+ "date_unixtime": "1660195302",
+ "edited": "2022-08-12T22:56:01",
+ "edited_unixtime": "1660316161",
+ "from": "anthea 🍙",
+ "from_id": "user444916177",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello found this at frontier canteen aircon today! please pm me if this is yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello found this at frontier canteen aircon today! please pm me if this is yours"
+ }
+ ]
+ },
+ {
+ "id": 8379,
+ "type": "message",
+ "date": "2022-08-11T14:01:50",
+ "date_unixtime": "1660197710",
+ "from": "anthea 🍙",
+ "from_id": "user444916177",
+ "reply_to_message_id": 8378,
+ "text": "returned to student service centre",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "returned to student service centre"
+ }
+ ]
+ },
+ {
+ "id": 8380,
+ "type": "message",
+ "date": "2022-08-11T14:12:29",
+ "date_unixtime": "1660198349",
+ "edited": "2022-08-11T14:18:12",
+ "edited_unixtime": "1660198692",
+ "from": "Deepanjali 🧿",
+ "from_id": "user1412084008",
+ "reply_to_message_id": 8370,
+ "text": "Received it… thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Received it… thanks"
+ }
+ ]
+ },
+ {
+ "id": 8381,
+ "type": "message",
+ "date": "2022-08-11T14:28:44",
+ "date_unixtime": "1660199324",
+ "from": "farhan 🥴",
+ "from_id": "user132370896",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8383,
+ "type": "message",
+ "date": "2022-08-11T14:29:38",
+ "date_unixtime": "1660199378",
+ "from": "farhan 🥴",
+ "from_id": "user132370896",
+ "text": "Hello! Someone who visited the NUS CAC breakinus (bboy) booth at UTown foyer/Stephen Riady Centre left this here, do contact me if you need to collect it or head back to the booth!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Someone who visited the NUS CAC breakinus (bboy) booth at UTown foyer/Stephen Riady Centre left this here, do contact me if you need to collect it or head back to the booth!"
+ }
+ ]
+ },
+ {
+ "id": 8385,
+ "type": "message",
+ "date": "2022-08-11T14:49:41",
+ "date_unixtime": "1660200581",
+ "from": "Bella",
+ "from_id": "user800361028",
+ "text": "Hello! I lost my Apple AirPods Pro with the left airpod inside (light purple casing with a keychain) at AS4 block around 9.50am to 10am today, 11 August. If anyone has found it, please pm me thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost my Apple AirPods Pro with the left airpod inside (light purple casing with a keychain) at AS4 block around 9.50am to 10am today, 11 August. If anyone has found it, please pm me thank you!"
+ }
+ ]
+ },
+ {
+ "id": 8394,
+ "type": "message",
+ "date": "2022-08-11T18:16:23",
+ "date_unixtime": "1660212983",
+ "edited": "2022-08-11T18:17:56",
+ "edited_unixtime": "1660213076",
+ "from": "Dillon",
+ "from_id": "user21829759",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi, found an Apple Pencil 1! If someone lost an Apple Pencil 1 today please PM me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, found an Apple Pencil 1! If someone lost an Apple Pencil 1 today please PM me!"
+ }
+ ]
+ },
+ {
+ "id": 8395,
+ "type": "message",
+ "date": "2022-08-11T18:35:32",
+ "date_unixtime": "1660214132",
+ "from": "Jared",
+ "from_id": "user99293074",
+ "text": "Found a pink and black woven parachute cord thing w a clapse on D2, passed it to the bus driver. Ps didn't take a photo!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a pink and black woven parachute cord thing w a clapse on D2, passed it to the bus driver. Ps didn't take a photo!"
+ }
+ ]
+ },
+ {
+ "id": 8396,
+ "type": "message",
+ "date": "2022-08-11T18:38:01",
+ "date_unixtime": "1660214281",
+ "from": "Jared",
+ "from_id": "user99293074",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8397,
+ "type": "message",
+ "date": "2022-08-11T18:38:02",
+ "date_unixtime": "1660214282",
+ "from": "Jared",
+ "from_id": "user99293074",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8398,
+ "type": "message",
+ "date": "2022-08-11T18:38:21",
+ "date_unixtime": "1660214301",
+ "from": "Jared",
+ "from_id": "user99293074",
+ "text": "Also found this on the floor at utown, pls claim at security guard post in utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Also found this on the floor at utown, pls claim at security guard post in utown"
+ }
+ ]
+ },
+ {
+ "id": 8399,
+ "type": "message",
+ "date": "2022-08-11T18:51:21",
+ "date_unixtime": "1660215081",
+ "from": "Felisha",
+ "from_id": "user1235524486",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found this in utown busstop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found this in utown busstop"
+ }
+ ]
+ },
+ {
+ "id": 8401,
+ "type": "message",
+ "date": "2022-08-11T18:57:35",
+ "date_unixtime": "1660215455",
+ "edited": "2022-08-11T18:59:33",
+ "edited_unixtime": "1660215573",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 8399,
+ "text": [
+ "day 2 :( ",
+ {
+ "type": "link",
+ "text": "https://t.me/NUSlostandfound/8293"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "day 2 :( "
+ },
+ {
+ "type": "link",
+ "text": "https://t.me/NUSlostandfound/8293"
+ }
+ ]
+ },
+ {
+ "id": 8402,
+ "type": "message",
+ "date": "2022-08-11T20:20:25",
+ "date_unixtime": "1660220425",
+ "edited": "2022-08-11T20:36:19",
+ "edited_unixtime": "1660221379",
+ "from": "Anthony 🐜",
+ "from_id": "user211894177",
+ "text": "hi, if anyone saw a airpods pro with casing on btc today do pm me! left mine on the bus :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, if anyone saw a airpods pro with casing on btc today do pm me! left mine on the bus :("
+ }
+ ]
+ },
+ {
+ "id": 8406,
+ "type": "message",
+ "date": "2022-08-11T21:40:01",
+ "date_unixtime": "1660225201",
+ "edited": "2022-08-11T21:51:35",
+ "edited_unixtime": "1660225895",
+ "from": "syaz",
+ "from_id": "user48311212",
+ "text": "hi if anyone saw a brown card holder with a matric card in bus D2 about 10 minutes ago please let me know! it dropped out of my pocket…..🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone saw a brown card holder with a matric card in bus D2 about 10 minutes ago please let me know! it dropped out of my pocket…..🥲"
+ }
+ ]
+ },
+ {
+ "id": 8413,
+ "type": "message",
+ "date": "2022-08-12T10:42:25",
+ "date_unixtime": "1660272145",
+ "edited": "2022-08-12T22:03:30",
+ "edited_unixtime": "1660313010",
+ "from": "leqian",
+ "from_id": "user5026408565",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found @ SRC level 1, pm to collect",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found @ SRC level 1, pm to collect"
+ }
+ ]
+ },
+ {
+ "id": 8415,
+ "type": "message",
+ "date": "2022-08-12T13:51:27",
+ "date_unixtime": "1660283487",
+ "from": "Y O",
+ "from_id": "user1931897514",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8416,
+ "type": "message",
+ "date": "2022-08-12T13:51:46",
+ "date_unixtime": "1660283506",
+ "from": "Y O",
+ "from_id": "user1931897514",
+ "text": "Found at rvrc, pm to collect",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at rvrc, pm to collect"
+ }
+ ]
+ },
+ {
+ "id": 8418,
+ "type": "message",
+ "date": "2022-08-12T14:36:49",
+ "date_unixtime": "1660286209",
+ "edited": "2022-08-12T14:50:52",
+ "edited_unixtime": "1660287052",
+ "from": "Ruth",
+ "from_id": "user219562999",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Gen 2 apple pencil dropped at utown bus stop at 2pm, pm to collect",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Gen 2 apple pencil dropped at utown bus stop at 2pm, pm to collect"
+ }
+ ]
+ },
+ {
+ "id": 8433,
+ "type": "message",
+ "date": "2022-08-12T16:03:38",
+ "date_unixtime": "1660291418",
+ "from": "sy _(:3 」∠)_",
+ "from_id": "user1478569830",
+ "text": "hi if anyone found a black hydroflask in LT17 on wed... pls pm me 😭😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone found a black hydroflask in LT17 on wed... pls pm me 😭😭"
+ }
+ ]
+ },
+ {
+ "id": 8439,
+ "type": "message",
+ "date": "2022-08-12T16:55:08",
+ "date_unixtime": "1660294508",
+ "edited": "2022-08-12T17:19:54",
+ "edited_unixtime": "1660295994",
+ "from": "Chenxi Zhang",
+ "from_id": "user5578355017",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found in UTown green",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in UTown green"
+ }
+ ]
+ },
+ {
+ "id": 8442,
+ "type": "message",
+ "date": "2022-08-12T17:38:39",
+ "date_unixtime": "1660297119",
+ "edited": "2022-08-14T21:24:55",
+ "edited_unixtime": "1660483495",
+ "from": "Jay",
+ "from_id": "user1755340931",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this outside s16 on the carpark, if it is yours PM me :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this outside s16 on the carpark, if it is yours PM me :)"
+ }
+ ]
+ },
+ {
+ "id": 8456,
+ "type": "message",
+ "date": "2022-08-13T14:39:15",
+ "date_unixtime": "1660372755",
+ "from": "Kashish",
+ "from_id": "user1393640997",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi guys if anyone finds the other earring in utown (walk to) bus stop/ D2 please let me know- thanks!!🥰🥰",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys if anyone finds the other earring in utown (walk to) bus stop/ D2 please let me know- thanks!!🥰🥰"
+ }
+ ]
+ },
+ {
+ "id": 8477,
+ "type": "message",
+ "date": "2022-08-14T20:32:11",
+ "date_unixtime": "1660480331",
+ "edited": "2022-08-16T18:46:56",
+ "edited_unixtime": "1660646816",
+ "from": "neha",
+ "from_id": "user240590406",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 639,
+ "height": 572,
+ "text": "if anyone sees a silver ring with a pink gemstone on it (it's real 😩) and it’s looped around a chain. so it looks like a necklace! pls text me, i think it may have slipped out of my bag while it was on the floor or being transported around biz 2 and com 2. the rooms i used that day was 05-10 in biz 2 and lt17! btw i lost it on the 13th. thank u!! 😭❤️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if anyone sees a silver ring with a pink gemstone on it (it's real 😩) and it’s looped around a chain. so it looks like a necklace! pls text me, i think it may have slipped out of my bag while it was on the floor or being transported around biz 2 and com 2. the rooms i used that day was 05-10 in biz 2 and lt17! btw i lost it on the 13th. thank u!! 😭❤️"
+ }
+ ]
+ },
+ {
+ "id": 8478,
+ "type": "message",
+ "date": "2022-08-14T20:32:11",
+ "date_unixtime": "1660480331",
+ "from": "neha",
+ "from_id": "user240590406",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 214,
+ "height": 320,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8492,
+ "type": "message",
+ "date": "2022-08-15T12:01:33",
+ "date_unixtime": "1660536093",
+ "edited": "2022-08-15T17:25:22",
+ "edited_unixtime": "1660555522",
+ "from": "Estelle Orient",
+ "from_id": "user5476591964",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hey I lost this earring, it’s a gold piercing. If someone see it just text me please!❤️❤️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey I lost this earring, it’s a gold piercing. If someone see it just text me please!❤️❤️"
+ }
+ ]
+ },
+ {
+ "id": 8496,
+ "type": "message",
+ "date": "2022-08-15T16:04:27",
+ "date_unixtime": "1660550667",
+ "edited": "2022-08-15T16:05:00",
+ "edited_unixtime": "1660550700",
+ "from": "Hoi Yin 🧐",
+ "from_id": "user910398725",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Someone lost their thumbdrive in LT34. I put it next to the fire extinguisher in LT34 last 3rd back row",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone lost their thumbdrive in LT34. I put it next to the fire extinguisher in LT34 last 3rd back row"
+ }
+ ]
+ },
+ {
+ "id": 8497,
+ "type": "message",
+ "date": "2022-08-15T16:04:27",
+ "date_unixtime": "1660550667",
+ "from": "Hoi Yin 🧐",
+ "from_id": "user910398725",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8498,
+ "type": "message",
+ "date": "2022-08-15T16:04:27",
+ "date_unixtime": "1660550667",
+ "from": "Hoi Yin 🧐",
+ "from_id": "user910398725",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8507,
+ "type": "message",
+ "date": "2022-08-15T17:48:55",
+ "date_unixtime": "1660556935",
+ "edited": "2022-08-15T17:49:21",
+ "edited_unixtime": "1660556961",
+ "from": "contrebombarde",
+ "from_id": "user615042845",
+ "text": "Found a FitBit at Evolutionary Biology lecture hall (LT29) just now",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a FitBit at Evolutionary Biology lecture hall (LT29) just now"
+ }
+ ]
+ },
+ {
+ "id": 8508,
+ "type": "message",
+ "date": "2022-08-15T17:49:06",
+ "date_unixtime": "1660556946",
+ "edited": "2022-08-15T18:17:53",
+ "edited_unixtime": "1660558673",
+ "from": "contrebombarde",
+ "from_id": "user615042845",
+ "forwarded_from": "contrebombarde",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8509,
+ "type": "message",
+ "date": "2022-08-15T17:49:06",
+ "date_unixtime": "1660556946",
+ "from": "contrebombarde",
+ "from_id": "user615042845",
+ "forwarded_from": "contrebombarde",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8511,
+ "type": "message",
+ "date": "2022-08-15T17:50:15",
+ "date_unixtime": "1660557015",
+ "from": "Leech",
+ "from_id": "user770308836",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Lost lunchbox at AS5-03-09. It's still there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost lunchbox at AS5-03-09. It's still there"
+ }
+ ]
+ },
+ {
+ "id": 8513,
+ "type": "message",
+ "date": "2022-08-15T20:20:52",
+ "date_unixtime": "1660566052",
+ "from": "Jayden Tan",
+ "from_id": "user2001563740",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found in pgpr canteen lvl2, handed to foyer security guard",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in pgpr canteen lvl2, handed to foyer security guard"
+ }
+ ]
+ },
+ {
+ "id": 8516,
+ "type": "message",
+ "date": "2022-08-15T21:06:33",
+ "date_unixtime": "1660568793",
+ "edited": "2022-08-15T21:08:01",
+ "edited_unixtime": "1660568881",
+ "from": "ZeMin ️",
+ "from_id": "user690644295",
+ "forwarded_from": "Fionna June",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hello if anyone lost this bottle on BTC bus please pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello if anyone lost this bottle on BTC bus please pm me"
+ }
+ ]
+ },
+ {
+ "id": 8517,
+ "type": "message",
+ "date": "2022-08-15T21:30:57",
+ "date_unixtime": "1660570257",
+ "from": "pauuu",
+ "from_id": "user1258003463",
+ "text": "Hello! if anyone found a blue starbucks water bottle with straw at pgph plz pm me🥲🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! if anyone found a blue starbucks water bottle with straw at pgph plz pm me🥲🥲"
+ }
+ ]
+ },
+ {
+ "id": 8518,
+ "type": "message",
+ "date": "2022-08-15T22:10:45",
+ "date_unixtime": "1660572645",
+ "edited": "2022-08-18T00:16:31",
+ "edited_unixtime": "1660752991",
+ "from": "yin yin 🍒",
+ "from_id": "user1122037583",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found outside dance studio 1 at SRC with matric card at the back\n\nDropped off at ERC OSA office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found outside dance studio 1 at SRC with matric card at the back\n\nDropped off at ERC OSA office"
+ }
+ ]
+ },
+ {
+ "id": 8522,
+ "type": "message",
+ "date": "2022-08-15T23:59:10",
+ "date_unixtime": "1660579150",
+ "edited": "2022-08-16T00:10:22",
+ "edited_unixtime": "1660579822",
+ "from": "Kai Yang Chin",
+ "from_id": "user5045516708",
+ "text": [
+ "if anyone is finding just one channel for all the daily deals/promos can follow ",
+ {
+ "type": "mention",
+ "text": "@sgdivedeals"
+ },
+ " if helpful!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if anyone is finding just one channel for all the daily deals/promos can follow "
+ },
+ {
+ "type": "mention",
+ "text": "@sgdivedeals"
+ },
+ {
+ "type": "plain",
+ "text": " if helpful!"
+ }
+ ]
+ },
+ {
+ "id": 8526,
+ "type": "message",
+ "date": "2022-08-16T01:14:04",
+ "date_unixtime": "1660583644",
+ "edited": "2022-08-16T06:00:21",
+ "edited_unixtime": "1660600821",
+ "from": "Hoi Yin 🧐",
+ "from_id": "user910398725",
+ "text": "we need to have a lost of found corner in NUS",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "we need to have a lost of found corner in NUS"
+ }
+ ]
+ },
+ {
+ "id": 8534,
+ "type": "message",
+ "date": "2022-08-16T09:44:30",
+ "date_unixtime": "1660614270",
+ "edited": "2022-08-16T10:34:45",
+ "edited_unixtime": "1660617285",
+ "from": "Ebony",
+ "from_id": "user469600948",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8535,
+ "type": "message",
+ "date": "2022-08-16T10:03:34",
+ "date_unixtime": "1660615414",
+ "from": "YQ Lok",
+ "from_id": "user1803885959",
+ "text": "hi! found a driving licence with number GXXXX540U at E5-03-20. have just given it to the security post at E5, they will give to the lost & found office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! found a driving licence with number GXXXX540U at E5-03-20. have just given it to the security post at E5, they will give to the lost & found office"
+ }
+ ]
+ },
+ {
+ "id": 8537,
+ "type": "message",
+ "date": "2022-08-16T12:39:00",
+ "date_unixtime": "1660624740",
+ "edited": "2022-08-16T12:39:46",
+ "edited_unixtime": "1660624786",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "reply_to_message_id": 8534,
+ "text": "forwarded msg to owner",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "forwarded msg to owner"
+ }
+ ]
+ },
+ {
+ "id": 8541,
+ "type": "message",
+ "date": "2022-08-16T14:10:02",
+ "date_unixtime": "1660630202",
+ "from": "miyoko",
+ "from_id": "user638078337",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 1280,
+ "text": "hello i found this in clementi mall",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello i found this in clementi mall"
+ }
+ ]
+ },
+ {
+ "id": 8546,
+ "type": "message",
+ "date": "2022-08-16T15:59:57",
+ "date_unixtime": "1660636797",
+ "from": "Dongqing",
+ "from_id": "user875697747",
+ "text": "Hi has anyone seen an orange NUS ez-link card lying around techno edge or LT8? The name on it is Zhu Dongqing. Please contact me if you happen to find it. Thank you so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen an orange NUS ez-link card lying around techno edge or LT8? The name on it is Zhu Dongqing. Please contact me if you happen to find it. Thank you so much!"
+ }
+ ]
+ },
+ {
+ "id": 8550,
+ "type": "message",
+ "date": "2022-08-16T17:50:50",
+ "date_unixtime": "1660643450",
+ "from": "Homura Akemi",
+ "from_id": "user1830957490",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at I3-AUD, left it at the back near a door",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at I3-AUD, left it at the back near a door"
+ }
+ ]
+ },
+ {
+ "id": 8553,
+ "type": "message",
+ "date": "2022-08-16T18:22:48",
+ "date_unixtime": "1660645368",
+ "from": "Stanford Ong",
+ "from_id": "user1697226392",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Mr Wu Dake, you left your wallet at S9 second floor.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Mr Wu Dake, you left your wallet at S9 second floor."
+ }
+ ]
+ },
+ {
+ "id": 8556,
+ "type": "message",
+ "date": "2022-08-16T19:17:49",
+ "date_unixtime": "1660648669",
+ "edited": "2022-08-18T09:43:57",
+ "edited_unixtime": "1660787037",
+ "from": "Stanford Ong",
+ "from_id": "user1697226392",
+ "reply_to_message_id": 8553,
+ "text": "Passed to security post at S16",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Passed to security post at S16"
+ }
+ ]
+ },
+ {
+ "id": 8557,
+ "type": "message",
+ "date": "2022-08-16T19:35:03",
+ "date_unixtime": "1660649703",
+ "edited": "2022-08-16T20:14:47",
+ "edited_unixtime": "1660652087",
+ "from": "Anju",
+ "from_id": "user5099210328",
+ "text": "Please contact me of you found my NUS student card (orange) around central library or techno edge canteen. I had taken A2 bus too. First name on the card is Anju.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Please contact me of you found my NUS student card (orange) around central library or techno edge canteen. I had taken A2 bus too. First name on the card is Anju."
+ }
+ ]
+ },
+ {
+ "id": 8560,
+ "type": "message",
+ "date": "2022-08-16T20:34:24",
+ "date_unixtime": "1660653264",
+ "edited": "2022-08-16T21:04:46",
+ "edited_unixtime": "1660655086",
+ "from": "hazel",
+ "from_id": "user1490719443",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi!! someone left their earbuds case at opp uhc bus stop. pm to collect :D",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi!! someone left their earbuds case at opp uhc bus stop. pm to collect :D"
+ }
+ ]
+ },
+ {
+ "id": 8569,
+ "type": "message",
+ "date": "2022-08-17T11:11:25",
+ "date_unixtime": "1660705885",
+ "edited": "2022-08-17T21:16:24",
+ "edited_unixtime": "1660742184",
+ "from": "Nicholas",
+ "from_id": "user509621518",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found at utown bus stop!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at utown bus stop!"
+ }
+ ]
+ },
+ {
+ "id": 8576,
+ "type": "message",
+ "date": "2022-08-17T18:22:45",
+ "date_unixtime": "1660731765",
+ "from": "K",
+ "from_id": "user604479960",
+ "text": "Hi I lost my matric card just now along the road leading from UTR to RC4. The name on the card is Kyle. If anyone happens to find it please let me know! Thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my matric card just now along the road leading from UTR to RC4. The name on the card is Kyle. If anyone happens to find it please let me know! Thank you"
+ }
+ ]
+ },
+ {
+ "id": 8580,
+ "type": "message",
+ "date": "2022-08-17T19:31:10",
+ "date_unixtime": "1660735870",
+ "from": "Raymond",
+ "from_id": "user899917575",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8581,
+ "type": "message",
+ "date": "2022-08-17T19:31:29",
+ "date_unixtime": "1660735889",
+ "edited": "2022-08-17T19:31:34",
+ "edited_unixtime": "1660735894",
+ "from": "Raymond",
+ "from_id": "user899917575",
+ "text": "Contact me if you lost a matric card!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Contact me if you lost a matric card!"
+ }
+ ]
+ },
+ {
+ "id": 8583,
+ "type": "message",
+ "date": "2022-08-17T19:31:55",
+ "date_unixtime": "1660735915",
+ "from": "Raymond",
+ "from_id": "user899917575",
+ "text": "Ok!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ok!"
+ }
+ ]
+ },
+ {
+ "id": 8584,
+ "type": "message",
+ "date": "2022-08-17T19:32:08",
+ "date_unixtime": "1660735928",
+ "from": "Yearly Progress Bar",
+ "from_id": "channel1403002344",
+ "reply_to_message_id": 8580,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@teleusername001"
+ },
+ " urs"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@teleusername001"
+ },
+ {
+ "type": "plain",
+ "text": " urs"
+ }
+ ]
+ },
+ {
+ "id": 8587,
+ "type": "message",
+ "date": "2022-08-17T20:01:25",
+ "date_unixtime": "1660737685",
+ "from": "zhengjing",
+ "from_id": "user1280813167",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 688,
+ "height": 1280,
+ "text": "Hi I lost my black shoebag at Flavours @ U town around 1pm today, if anyone sees it please let me know! Inside are a pair of Tanta rock climbing shoes (green accent and grey overall)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my black shoebag at Flavours @ U town around 1pm today, if anyone sees it please let me know! Inside are a pair of Tanta rock climbing shoes (green accent and grey overall)"
+ }
+ ]
+ },
+ {
+ "id": 8590,
+ "type": "message",
+ "date": "2022-08-17T20:41:26",
+ "date_unixtime": "1660740086",
+ "from": "ngxuan",
+ "from_id": "user249246086",
+ "text": "Hi I lost my ync matric card somewhere in utown/engin. Name on card is Ng Xuan. Do let me know if you find it, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my ync matric card somewhere in utown/engin. Name on card is Ng Xuan. Do let me know if you find it, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 8593,
+ "type": "message",
+ "date": "2022-08-18T00:09:01",
+ "date_unixtime": "1660752541",
+ "from": "Lynette",
+ "from_id": "user37073653",
+ "text": "Hi I lost my wallet near the science fields today evening, it’s a brown Kate spade wallet and it contains my matric card (Lynette Teo) and other cards. Please let me know if you find it, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my wallet near the science fields today evening, it’s a brown Kate spade wallet and it contains my matric card (Lynette Teo) and other cards. Please let me know if you find it, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 8595,
+ "type": "message",
+ "date": "2022-08-18T00:15:51",
+ "date_unixtime": "1660752951",
+ "edited": "2022-08-18T12:30:21",
+ "edited_unixtime": "1660797021",
+ "from": "veronica",
+ "from_id": "user663224181",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 888,
+ "height": 1280,
+ "text": "hellos found a lost airpods at technoedge today\npm me if it’s urs!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hellos found a lost airpods at technoedge today\npm me if it’s urs!"
+ }
+ ]
+ },
+ {
+ "id": 8601,
+ "type": "message",
+ "date": "2022-08-18T11:37:48",
+ "date_unixtime": "1660793868",
+ "from": "celesse",
+ "from_id": "user774517112",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1166,
+ "text": "hihi a kate spade card wallet was found at kent ridge mrt bus stop just now! pls pm if its yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hihi a kate spade card wallet was found at kent ridge mrt bus stop just now! pls pm if its yours"
+ }
+ ]
+ },
+ {
+ "id": 8606,
+ "type": "message",
+ "date": "2022-08-18T12:18:46",
+ "date_unixtime": "1660796326",
+ "from": "Denise Caluza",
+ "from_id": "user1012646425",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "JBL headset with just the case at E3 in front of cheers",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "JBL headset with just the case at E3 in front of cheers"
+ }
+ ]
+ },
+ {
+ "id": 8607,
+ "type": "message",
+ "date": "2022-08-18T12:21:41",
+ "date_unixtime": "1660796501",
+ "from": "Yugan",
+ "from_id": "user461235616",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8608,
+ "type": "message",
+ "date": "2022-08-18T12:21:50",
+ "date_unixtime": "1660796510",
+ "from": "Yugan",
+ "from_id": "user461235616",
+ "text": "Found inside D2 bus",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found inside D2 bus"
+ }
+ ]
+ },
+ {
+ "id": 8609,
+ "type": "message",
+ "date": "2022-08-18T12:24:16",
+ "date_unixtime": "1660796656",
+ "from": "Yugan",
+ "from_id": "user461235616",
+ "reply_to_message_id": 8607,
+ "text": "Passed it to PGPR security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Passed it to PGPR security"
+ }
+ ]
+ },
+ {
+ "id": 8610,
+ "type": "message",
+ "date": "2022-08-18T12:30:32",
+ "date_unixtime": "1660797032",
+ "from": "Joel Tan",
+ "from_id": "user288559523",
+ "text": "Hi I lost my matric card on the way from clb to techno edge. Please let me know if you’ve seen it, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my matric card on the way from clb to techno edge. Please let me know if you’ve seen it, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 8615,
+ "type": "message",
+ "date": "2022-08-18T13:09:22",
+ "date_unixtime": "1660799362",
+ "edited": "2022-08-18T14:38:36",
+ "edited_unixtime": "1660804716",
+ "from": "jesseh",
+ "from_id": "user617205758",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost matric card at techno edge!! It will be on the table promoting project 40cents near noodles stall!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost matric card at techno edge!! It will be on the table promoting project 40cents near noodles stall!"
+ }
+ ]
+ },
+ {
+ "id": 8616,
+ "type": "message",
+ "date": "2022-08-18T13:10:44",
+ "date_unixtime": "1660799444",
+ "from": "Wen Qiao Soo",
+ "from_id": "user1608231948",
+ "reply_to_message_id": 8557,
+ "text": [
+ "^ ",
+ {
+ "type": "mention",
+ "text": "@jessesungg"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "^ "
+ },
+ {
+ "type": "mention",
+ "text": "@jessesungg"
+ }
+ ]
+ },
+ {
+ "id": 8617,
+ "type": "message",
+ "date": "2022-08-18T13:11:02",
+ "date_unixtime": "1660799462",
+ "from": "Wen Qiao Soo",
+ "from_id": "user1608231948",
+ "text": [
+ {
+ "type": "mention_name",
+ "text": "Anju",
+ "user_id": 5099210328
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention_name",
+ "text": "Anju",
+ "user_id": 5099210328
+ }
+ ]
+ },
+ {
+ "id": 8618,
+ "type": "message",
+ "date": "2022-08-18T13:11:18",
+ "date_unixtime": "1660799478",
+ "from": "jesseh",
+ "from_id": "user617205758",
+ "text": "oh",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "oh"
+ }
+ ]
+ },
+ {
+ "id": 8623,
+ "type": "message",
+ "date": "2022-08-18T15:35:36",
+ "date_unixtime": "1660808136",
+ "from": "vicki",
+ "from_id": "user405410573",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1169,
+ "height": 791,
+ "text": "Hi found this concession card at Bus Stop B65269 ( along punggol central ),, do pm me if it’s yours or if you know who the owner is. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found this concession card at Bus Stop B65269 ( along punggol central ),, do pm me if it’s yours or if you know who the owner is. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 8624,
+ "type": "message",
+ "date": "2022-08-18T15:39:40",
+ "date_unixtime": "1660808380",
+ "edited": "2022-08-18T20:21:44",
+ "edited_unixtime": "1660825304",
+ "from": "folieful",
+ "from_id": "user253228573",
+ "text": "Hi! Has anyone seen a wallet? It contains a matric card (Cavan Tay) and other cards. Last seen in Hwangs at Utown earlier today at 3pm\n\nedit: FOUND thank you 😅😅😅",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Has anyone seen a wallet? It contains a matric card (Cavan Tay) and other cards. Last seen in Hwangs at Utown earlier today at 3pm\n\nedit: FOUND thank you 😅😅😅"
+ }
+ ]
+ },
+ {
+ "id": 8625,
+ "type": "message",
+ "date": "2022-08-18T15:42:24",
+ "date_unixtime": "1660808544",
+ "edited": "2022-08-18T15:53:06",
+ "edited_unixtime": "1660809186",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 8620,
+ "text": "maybe a better idea to post it as text so people can ctrl+f",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "maybe a better idea to post it as text so people can ctrl+f"
+ }
+ ]
+ },
+ {
+ "id": 8629,
+ "type": "message",
+ "date": "2022-08-18T15:45:26",
+ "date_unixtime": "1660808726",
+ "edited": "2022-08-18T15:45:50",
+ "edited_unixtime": "1660808750",
+ "from": "Joel",
+ "from_id": "user934492927",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi found this ipad and macbook air at CLB guys toilet text me if yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found this ipad and macbook air at CLB guys toilet text me if yours"
+ }
+ ]
+ },
+ {
+ "id": 8630,
+ "type": "message",
+ "date": "2022-08-18T15:46:40",
+ "date_unixtime": "1660808800",
+ "from": "folieful",
+ "from_id": "user253228573",
+ "reply_to_message_id": 8624,
+ "text": "Pls pm me! Thank you so much 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pls pm me! Thank you so much 🙏"
+ }
+ ]
+ },
+ {
+ "id": 8633,
+ "type": "message",
+ "date": "2022-08-18T15:54:14",
+ "date_unixtime": "1660809254",
+ "edited": "2022-08-19T01:26:18",
+ "edited_unixtime": "1660843578",
+ "from": "kelli 👑",
+ "from_id": "user1081443916",
+ "text": [
+ "i left my macbook pro charger at S17, Level 4 Tutorial room, 34 last night at about 930pm! it’s the TYPE C cable!! \n\nlast seen: projector area where the prof or ta teachers \n\nlemme know ",
+ {
+ "type": "mention",
+ "text": "@kingkellii"
+ },
+ " if u found it/ passed it to the lost and found corner🥲🥲🥺"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "i left my macbook pro charger at S17, Level 4 Tutorial room, 34 last night at about 930pm! it’s the TYPE C cable!! \n\nlast seen: projector area where the prof or ta teachers \n\nlemme know "
+ },
+ {
+ "type": "mention",
+ "text": "@kingkellii"
+ },
+ {
+ "type": "plain",
+ "text": " if u found it/ passed it to the lost and found corner🥲🥲🥺"
+ }
+ ]
+ },
+ {
+ "id": 8637,
+ "type": "message",
+ "date": "2022-08-18T16:29:34",
+ "date_unixtime": "1660811374",
+ "from": "Anju",
+ "from_id": "user5099210328",
+ "reply_to_message_id": 8616,
+ "text": "Got it. 😀 Thank you so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Got it. 😀 Thank you so much!"
+ }
+ ]
+ },
+ {
+ "id": 8654,
+ "type": "message",
+ "date": "2022-08-18T20:21:11",
+ "date_unixtime": "1660825271",
+ "from": "watahui",
+ "from_id": "user967568514",
+ "text": [
+ "hello, if anyone is near utown, at the study, level 2 of education resource centre, through the door nearest to the lift, second row from the window, first study pod, did anyone rmb seeing an iPhone charger being left in the socket? if it’s still there / if someone saw it, pls dm me ",
+ {
+ "type": "mention",
+ "text": "@watahui"
+ },
+ " cos I rlly need the charger. thanks for ur help n sorry for troubling!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello, if anyone is near utown, at the study, level 2 of education resource centre, through the door nearest to the lift, second row from the window, first study pod, did anyone rmb seeing an iPhone charger being left in the socket? if it’s still there / if someone saw it, pls dm me "
+ },
+ {
+ "type": "mention",
+ "text": "@watahui"
+ },
+ {
+ "type": "plain",
+ "text": " cos I rlly need the charger. thanks for ur help n sorry for troubling!"
+ }
+ ]
+ },
+ {
+ "id": 8660,
+ "type": "message",
+ "date": "2022-08-18T21:41:52",
+ "date_unixtime": "1660830112",
+ "edited": "2022-08-19T20:30:41",
+ "edited_unixtime": "1660912241",
+ "from": "Kelyn",
+ "from_id": "user1751734693",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 900,
+ "height": 612,
+ "text": [
+ "hello, if anyone have seen this airpod pro charging case around u town (esp src level 2) pls pm me ",
+ {
+ "type": "mention",
+ "text": "@kelynteo"
+ },
+ " thank you!!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello, if anyone have seen this airpod pro charging case around u town (esp src level 2) pls pm me "
+ },
+ {
+ "type": "mention",
+ "text": "@kelynteo"
+ },
+ {
+ "type": "plain",
+ "text": " thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 8671,
+ "type": "message",
+ "date": "2022-08-19T11:08:28",
+ "date_unixtime": "1660878508",
+ "from": "Jon",
+ "from_id": "user454617572",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Someones brown cap at utown bus stop, i put it here cos the wind was blowing it around",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someones brown cap at utown bus stop, i put it here cos the wind was blowing it around"
+ }
+ ]
+ },
+ {
+ "id": 8672,
+ "type": "message",
+ "date": "2022-08-19T11:09:47",
+ "date_unixtime": "1660878587",
+ "edited": "2022-08-19T23:59:13",
+ "edited_unixtime": "1660924753",
+ "from": "Gloria RiverLife",
+ "from_id": "user208976954",
+ "text": "hi i lost an iphone xr in fass as4 yesterday and person who found it took it to pgp. plssss help a brother and pm me thank you!! 🫡",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost an iphone xr in fass as4 yesterday and person who found it took it to pgp. plssss help a brother and pm me thank you!! 🫡"
+ }
+ ]
+ },
+ {
+ "id": 8675,
+ "type": "message",
+ "date": "2022-08-19T12:06:54",
+ "date_unixtime": "1660882014",
+ "from": "Yasmeen",
+ "from_id": "user709211916",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 1196,
+ "text": "Anyone lost their student card it's on one of the tables outside clb",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone lost their student card it's on one of the tables outside clb"
+ }
+ ]
+ },
+ {
+ "id": 8694,
+ "type": "message",
+ "date": "2022-08-19T15:38:48",
+ "date_unixtime": "1660894728",
+ "from": "Charlene",
+ "from_id": "user302186715",
+ "text": "Hi, If anyone found an iPhone charger in the study room above Starbucks (the one opposite MD1 Tahir Building), please let contact me, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, If anyone found an iPhone charger in the study room above Starbucks (the one opposite MD1 Tahir Building), please let contact me, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 8701,
+ "type": "message",
+ "date": "2022-08-19T17:03:57",
+ "date_unixtime": "1660899837",
+ "edited": "2022-08-19T17:07:34",
+ "edited_unixtime": "1660900054",
+ "from": "sophia!!",
+ "from_id": "user217760680",
+ "reply_to_message_id": 8406,
+ "text": "bump please help if u see it anywhere else its a brown card holder w multiple cards in it 🥲🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "bump please help if u see it anywhere else its a brown card holder w multiple cards in it 🥲🥲"
+ }
+ ]
+ },
+ {
+ "id": 8704,
+ "type": "message",
+ "date": "2022-08-19T17:18:59",
+ "date_unixtime": "1660900739",
+ "edited": "2022-08-23T18:20:32",
+ "edited_unixtime": "1661250032",
+ "from": "Faith",
+ "from_id": "user613035818",
+ "text": "Hi I found some cash on the floor in FASS AS5 level 5! If you lost your money pls pm me to verify the amount!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I found some cash on the floor in FASS AS5 level 5! If you lost your money pls pm me to verify the amount!"
+ }
+ ]
+ },
+ {
+ "id": 8706,
+ "type": "message",
+ "date": "2022-08-19T17:45:44",
+ "date_unixtime": "1660902344",
+ "from": "Charlene",
+ "from_id": "user302186715",
+ "reply_to_message_id": 8694,
+ "text": "To rectify, It's an iPad charger head.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "To rectify, It's an iPad charger head."
+ }
+ ]
+ },
+ {
+ "id": 8712,
+ "type": "message",
+ "date": "2022-08-19T18:10:15",
+ "date_unixtime": "1660903815",
+ "from": "Wh",
+ "from_id": "user604275598",
+ "text": "Hi has anyone seen a brown wallet at biz1/2?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a brown wallet at biz1/2?"
+ }
+ ]
+ },
+ {
+ "id": 8717,
+ "type": "message",
+ "date": "2022-08-19T21:07:11",
+ "date_unixtime": "1660914431",
+ "from": "Jo",
+ "from_id": "user45288655",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost concession card, its on the table beside Spinelli coffee roasters at EA",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost concession card, its on the table beside Spinelli coffee roasters at EA"
+ }
+ ]
+ },
+ {
+ "id": 8718,
+ "type": "message",
+ "date": "2022-08-19T21:53:14",
+ "date_unixtime": "1660917194",
+ "from": "Abiyyu Arif Rahman",
+ "from_id": "user67468312",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost phone found on the floor near the utown climbing wall. Passed to security office at erc lvl 2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost phone found on the floor near the utown climbing wall. Passed to security office at erc lvl 2"
+ }
+ ]
+ },
+ {
+ "id": 8719,
+ "type": "message",
+ "date": "2022-08-19T21:53:14",
+ "date_unixtime": "1660917194",
+ "from": "Abiyyu Arif Rahman",
+ "from_id": "user67468312",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8725,
+ "type": "message",
+ "date": "2022-08-20T12:20:02",
+ "date_unixtime": "1660969202",
+ "edited": "2022-08-20T12:40:26",
+ "edited_unixtime": "1660970426",
+ "from": "Camellia (C.P.) 🦋",
+ "from_id": "user995651850",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Found at Student lounge 1 at S27 (left it there cos idk whr the security office is TT)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at Student lounge 1 at S27 (left it there cos idk whr the security office is TT)"
+ }
+ ]
+ },
+ {
+ "id": 8740,
+ "type": "message",
+ "date": "2022-08-21T18:35:56",
+ "date_unixtime": "1661078156",
+ "from": "Hyunsun Alice Jeong",
+ "from_id": "user5011620957",
+ "text": "hi i lost my student card in utown. pls pm me if u find. thank u :))",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost my student card in utown. pls pm me if u find. thank u :))"
+ }
+ ]
+ },
+ {
+ "id": 8747,
+ "type": "message",
+ "date": "2022-08-22T13:35:48",
+ "date_unixtime": "1661146548",
+ "edited": "2022-08-22T14:40:38",
+ "edited_unixtime": "1661150438",
+ "from": "Stephen",
+ "from_id": "user306110106",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found a wallet on bus 96 this morning around 10am. Belongs to NUS staff member, please pm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a wallet on bus 96 this morning around 10am. Belongs to NUS staff member, please pm me!"
+ }
+ ]
+ },
+ {
+ "id": 8750,
+ "type": "message",
+ "date": "2022-08-22T14:07:41",
+ "date_unixtime": "1661148461",
+ "from": "Stanley Mak",
+ "from_id": "user457937132",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Found a laptop at Frontier Canteen 1230pm, passed to security post at s16. pm if need more info",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a laptop at Frontier Canteen 1230pm, passed to security post at s16. pm if need more info"
+ }
+ ]
+ },
+ {
+ "id": 8752,
+ "type": "message",
+ "date": "2022-08-22T14:18:33",
+ "date_unixtime": "1661149113",
+ "edited": "2022-08-22T14:43:59",
+ "edited_unixtime": "1661150639",
+ "from": "zhiying",
+ "from_id": "user1263927303",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at clb lvl 5 carpet, 2:15pm today, passed to lvl 1 service desk",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at clb lvl 5 carpet, 2:15pm today, passed to lvl 1 service desk"
+ }
+ ]
+ },
+ {
+ "id": 8756,
+ "type": "message",
+ "date": "2022-08-22T20:13:00",
+ "date_unixtime": "1661170380",
+ "edited": "2022-08-27T12:58:59",
+ "edited_unixtime": "1661576339",
+ "from": "kelli 👑",
+ "from_id": "user1081443916",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found an iphone at education resource centre!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found an iphone at education resource centre!!"
+ }
+ ]
+ },
+ {
+ "id": 8758,
+ "type": "message",
+ "date": "2022-08-22T22:23:42",
+ "date_unixtime": "1661178222",
+ "from": null,
+ "from_id": "user5161786289",
+ "text": "Found a black coach cardholder with hello kitty key chain at ERC’s toilet. Passed it to security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a black coach cardholder with hello kitty key chain at ERC’s toilet. Passed it to security"
+ }
+ ]
+ },
+ {
+ "id": 8761,
+ "type": "message",
+ "date": "2022-08-23T11:34:48",
+ "date_unixtime": "1661225688",
+ "edited": "2022-08-23T12:10:59",
+ "edited_unixtime": "1661227859",
+ "from": "Nicole Chiang",
+ "from_id": "user336308942",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hii found an airpods case at CLB bus stop! If it's anyone's pls PM!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii found an airpods case at CLB bus stop! If it's anyone's pls PM!"
+ }
+ ]
+ },
+ {
+ "id": 8767,
+ "type": "message",
+ "date": "2022-08-23T13:53:05",
+ "date_unixtime": "1661233985",
+ "edited": "2022-08-23T14:10:45",
+ "edited_unixtime": "1661235045",
+ "from": "Dan",
+ "from_id": "user185038036",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8768,
+ "type": "message",
+ "date": "2022-08-23T13:53:05",
+ "date_unixtime": "1661233985",
+ "from": "Dan",
+ "from_id": "user185038036",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "If this is yours pls pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If this is yours pls pm me"
+ }
+ ]
+ },
+ {
+ "id": 8771,
+ "type": "message",
+ "date": "2022-08-23T15:38:59",
+ "date_unixtime": "1661240339",
+ "edited": "2022-08-23T17:33:43",
+ "edited_unixtime": "1661247223",
+ "from": "Sriharini",
+ "from_id": "user230684973",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found in lt20",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found in lt20"
+ }
+ ]
+ },
+ {
+ "id": 8773,
+ "type": "message",
+ "date": "2022-08-23T17:27:54",
+ "date_unixtime": "1661246874",
+ "edited": "2022-09-07T17:54:08",
+ "edited_unixtime": "1662544448",
+ "from": "Rina",
+ "from_id": "user678868740",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found an iphone in ladies toilet near LT27. left it at S16 security post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found an iphone in ladies toilet near LT27. left it at S16 security post"
+ }
+ ]
+ },
+ {
+ "id": 8774,
+ "type": "message",
+ "date": "2022-08-23T17:41:16",
+ "date_unixtime": "1661247676",
+ "edited": "2022-08-23T17:51:22",
+ "edited_unixtime": "1661248282",
+ "from": "Faith",
+ "from_id": "user613035818",
+ "reply_to_message_id": 8704,
+ "text": "Hi bump! It hasn’t been collected!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi bump! It hasn’t been collected!"
+ }
+ ]
+ },
+ {
+ "id": 8775,
+ "type": "message",
+ "date": "2022-08-23T18:27:13",
+ "date_unixtime": "1661250433",
+ "edited": "2022-08-23T18:58:18",
+ "edited_unixtime": "1661252298",
+ "from": "Joon Wah Tang",
+ "from_id": "user5534942693",
+ "text": "Guess it yours now🤣",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Guess it yours now🤣"
+ }
+ ]
+ },
+ {
+ "id": 8778,
+ "type": "message",
+ "date": "2022-08-23T18:32:24",
+ "date_unixtime": "1661250744",
+ "from": "Hoi Yin 🧐",
+ "from_id": "user910398725",
+ "text": "Same for the thumbdrive :) still in LT34",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Same for the thumbdrive :) still in LT34"
+ }
+ ]
+ },
+ {
+ "id": 8789,
+ "type": "message",
+ "date": "2022-08-23T22:57:06",
+ "date_unixtime": "1661266626",
+ "edited": "2022-08-23T22:57:56",
+ "edited_unixtime": "1661266676",
+ "from": "Koh Zhaorong",
+ "from_id": "user171392407",
+ "text": "Hi has anyone seen a mini hdmi to hdmi adapter. Last seen at Biz1 02-02 \n:(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a mini hdmi to hdmi adapter. Last seen at Biz1 02-02 \n:("
+ }
+ ]
+ },
+ {
+ "id": 8790,
+ "type": "message",
+ "date": "2022-08-23T23:38:54",
+ "date_unixtime": "1661269134",
+ "edited": "2022-08-24T12:16:10",
+ "edited_unixtime": "1661314570",
+ "from": "megan",
+ "from_id": "user776669303",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 573,
+ "text": "Hi has anyone seen a pair of Bluetooth earpieces that looks like this when opened up? I probably left it at biz2 #02-28 but I cldnt find it :/",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a pair of Bluetooth earpieces that looks like this when opened up? I probably left it at biz2 #02-28 but I cldnt find it :/"
+ }
+ ]
+ },
+ {
+ "id": 8796,
+ "type": "message",
+ "date": "2022-08-24T10:43:38",
+ "date_unixtime": "1661309018",
+ "edited": "2022-09-01T21:48:19",
+ "edited_unixtime": "1662040099",
+ "from": "Izzu Mawar",
+ "from_id": "user518938076",
+ "text": "Has anyone seen a CSC workpass with a SLF landyard? Last seen at AS6.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone seen a CSC workpass with a SLF landyard? Last seen at AS6."
+ }
+ ]
+ },
+ {
+ "id": 8804,
+ "type": "message",
+ "date": "2022-08-24T15:59:39",
+ "date_unixtime": "1661327979",
+ "edited": "2022-08-24T21:32:39",
+ "edited_unixtime": "1661347959",
+ "from": "🦋Min En🧿",
+ "from_id": "user396644355",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1076,
+ "text": "[FOUND] hi! found a matric card on the floor in utown! passed it to the security guard :-)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "[FOUND] hi! found a matric card on the floor in utown! passed it to the security guard :-)"
+ }
+ ]
+ },
+ {
+ "id": 8805,
+ "type": "message",
+ "date": "2022-08-24T16:04:50",
+ "date_unixtime": "1661328290",
+ "edited": "2022-08-25T20:22:46",
+ "edited_unixtime": "1661430166",
+ "from": "Xiaodie",
+ "from_id": "user916602090",
+ "text": "Hi anyone found a matrix card around fass with name \"CHEN XIAODIE\" pls contact me. Thanks!! 🥹 (found alr)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone found a matrix card around fass with name \"CHEN XIAODIE\" pls contact me. Thanks!! 🥹 (found alr)"
+ }
+ ]
+ },
+ {
+ "id": 8806,
+ "type": "message",
+ "date": "2022-08-24T16:51:10",
+ "date_unixtime": "1661331070",
+ "edited": "2022-08-24T20:09:26",
+ "edited_unixtime": "1661342966",
+ "from": "sam",
+ "from_id": "user289807356",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someone left their goyard shoebag in the male toilet opposite flavours @ utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left their goyard shoebag in the male toilet opposite flavours @ utown"
+ }
+ ]
+ },
+ {
+ "id": 8808,
+ "type": "message",
+ "date": "2022-08-24T17:11:11",
+ "date_unixtime": "1661332271",
+ "from": "hilary ◡̈",
+ "from_id": "user352317125",
+ "text": "hello has anyone seen a black coach wallet with debit card, nus card and ezlink? last seen lt17 biz 2 :,(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello has anyone seen a black coach wallet with debit card, nus card and ezlink? last seen lt17 biz 2 :,("
+ }
+ ]
+ },
+ {
+ "id": 8811,
+ "type": "message",
+ "date": "2022-08-24T17:19:04",
+ "date_unixtime": "1661332744",
+ "edited": "2022-08-24T17:50:55",
+ "edited_unixtime": "1661334655",
+ "from": "Aliciaa",
+ "from_id": "user603128769",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1125,
+ "height": 348,
+ "text": "Hi anyone saw lost airpods pro (without case) at frontier? Last seen 2 ish at frontier, now should have no batt :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone saw lost airpods pro (without case) at frontier? Last seen 2 ish at frontier, now should have no batt :("
+ }
+ ]
+ },
+ {
+ "id": 8817,
+ "type": "message",
+ "date": "2022-08-24T18:07:11",
+ "date_unixtime": "1661335631",
+ "edited": "2022-08-24T19:42:02",
+ "edited_unixtime": "1661341322",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "sunglasses at the com3 b1 toilets closest to com1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "sunglasses at the com3 b1 toilets closest to com1"
+ }
+ ]
+ },
+ {
+ "id": 8838,
+ "type": "message",
+ "date": "2022-08-24T19:26:07",
+ "date_unixtime": "1661340367",
+ "edited": "2022-08-24T19:42:41",
+ "edited_unixtime": "1661341361",
+ "from": "He Aurora",
+ "from_id": "user5536237458",
+ "text": "Excuse me, Does anyone see a card OF A4 SIZE IN THE CORRIDOR BETWEEN COMPUTER SCHOOL and BUSINESS SCHOOL at about 6 o 'clock THIS afternoon? Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Excuse me, Does anyone see a card OF A4 SIZE IN THE CORRIDOR BETWEEN COMPUTER SCHOOL and BUSINESS SCHOOL at about 6 o 'clock THIS afternoon? Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 8840,
+ "type": "message",
+ "date": "2022-08-24T19:26:31",
+ "date_unixtime": "1661340391",
+ "from": "He Aurora",
+ "from_id": "user5536237458",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1002,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8861,
+ "type": "message",
+ "date": "2022-08-24T21:30:34",
+ "date_unixtime": "1661347834",
+ "from": "Joel Lo",
+ "from_id": "user1739734430",
+ "reply_to_message_id": 8671,
+ "text": "Did anyone happen to see this cap again? Been looking for it since",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone happen to see this cap again? Been looking for it since"
+ }
+ ]
+ },
+ {
+ "id": 8863,
+ "type": "message",
+ "date": "2022-08-24T21:46:24",
+ "date_unixtime": "1661348784",
+ "edited": "2022-08-24T21:46:42",
+ "edited_unixtime": "1661348802",
+ "from": "Priyansh",
+ "from_id": "user1417468999",
+ "text": "Hi, my friend lost a Bracelet (with butterflies on it), in PGPR, maybe around the canteen. Please DM if any info regarding it.\n\nThanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, my friend lost a Bracelet (with butterflies on it), in PGPR, maybe around the canteen. Please DM if any info regarding it.\n\nThanks!"
+ }
+ ]
+ },
+ {
+ "id": 8869,
+ "type": "message",
+ "date": "2022-08-24T22:20:01",
+ "date_unixtime": "1661350801",
+ "from": "Akashah 🏎🏍🛠⚙️🪛",
+ "from_id": "user868557246",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Calling for Lee Yinn Yi. I found your matric card at Paris Room of YIH. Will return it to the Campus Security Post at AS8.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Calling for Lee Yinn Yi. I found your matric card at Paris Room of YIH. Will return it to the Campus Security Post at AS8."
+ }
+ ]
+ },
+ {
+ "id": 8874,
+ "type": "message",
+ "date": "2022-08-24T23:05:16",
+ "date_unixtime": "1661353516",
+ "from": "Clement",
+ "from_id": "user55395008",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Key at technoedge",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Key at technoedge"
+ }
+ ]
+ },
+ {
+ "id": 8883,
+ "type": "message",
+ "date": "2022-08-25T11:56:20",
+ "date_unixtime": "1661399780",
+ "from": "Aditi Chadha",
+ "from_id": "user1322427629",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Someone left their Apple Pencil at Com1-0209. It’s still here, please collect:)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left their Apple Pencil at Com1-0209. It’s still here, please collect:)"
+ }
+ ]
+ },
+ {
+ "id": 8884,
+ "type": "message",
+ "date": "2022-08-25T12:03:23",
+ "date_unixtime": "1661400203",
+ "edited": "2022-08-25T12:09:51",
+ "edited_unixtime": "1661400591",
+ "from": "Vin",
+ "from_id": "user251752475",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 1066,
+ "text": "Key found at LT2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Key found at LT2"
+ }
+ ]
+ },
+ {
+ "id": 8891,
+ "type": "message",
+ "date": "2022-08-25T16:07:48",
+ "date_unixtime": "1661414868",
+ "edited": "2022-08-25T20:10:49",
+ "edited_unixtime": "1661429449",
+ "from": "Caitlyn Kua",
+ "from_id": "user827552659",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Someone left their wallet in a student lounge 2 above frontier next to a beanbag, if anyone knows an emma chew let her know, thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left their wallet in a student lounge 2 above frontier next to a beanbag, if anyone knows an emma chew let her know, thanks"
+ }
+ ]
+ },
+ {
+ "id": 8892,
+ "type": "message",
+ "date": "2022-08-25T16:09:23",
+ "date_unixtime": "1661414963",
+ "from": "davian",
+ "from_id": "user685673304",
+ "text": "hi guys i left my light blue nalgene bottle at the grandstand ystd night. it has alot of stickers on it and a blue paracord handle. \n\nif anyone has seen it ystd please do pm me 😭😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi guys i left my light blue nalgene bottle at the grandstand ystd night. it has alot of stickers on it and a blue paracord handle. \n\nif anyone has seen it ystd please do pm me 😭😭"
+ }
+ ]
+ },
+ {
+ "id": 8894,
+ "type": "message",
+ "date": "2022-08-25T16:32:12",
+ "date_unixtime": "1661416332",
+ "edited": "2022-09-17T00:04:05",
+ "edited_unixtime": "1663344245",
+ "from": "mabel",
+ "from_id": "user811791357",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello, who lost this? found at level 3 biz-1, near da lift… 🥶pls pm me to collect from me at biz1 or rvrc",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello, who lost this? found at level 3 biz-1, near da lift… 🥶pls pm me to collect from me at biz1 or rvrc"
+ }
+ ]
+ },
+ {
+ "id": 8897,
+ "type": "message",
+ "date": "2022-08-25T16:42:46",
+ "date_unixtime": "1661416966",
+ "edited": "2022-08-26T11:22:33",
+ "edited_unixtime": "1661484153",
+ "from": "stella",
+ "from_id": "user1062148190",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "helloo did anyone drop this or know this person who happened to drop this along SS pm plss",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "helloo did anyone drop this or know this person who happened to drop this along SS pm plss"
+ }
+ ]
+ },
+ {
+ "id": 8900,
+ "type": "message",
+ "date": "2022-08-25T16:50:42",
+ "date_unixtime": "1661417442",
+ "from": "Nicholas",
+ "from_id": "user298609389",
+ "reply_to_message_id": 8897,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@kaile"
+ },
+ " yours^"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@kaile"
+ },
+ {
+ "type": "plain",
+ "text": " yours^"
+ }
+ ]
+ },
+ {
+ "id": 8903,
+ "type": "message",
+ "date": "2022-08-25T17:24:36",
+ "date_unixtime": "1661419476",
+ "edited": "2022-08-26T17:16:32",
+ "edited_unixtime": "1661505392",
+ "from": "🪤 max 🪤",
+ "from_id": "user127691138",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 341,
+ "height": 517,
+ "text": "hi! if anyone sees this EZ link card at FASS deck, LT8, or along CLB corridors please dm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! if anyone sees this EZ link card at FASS deck, LT8, or along CLB corridors please dm me!"
+ }
+ ]
+ },
+ {
+ "id": 8907,
+ "type": "message",
+ "date": "2022-08-25T18:04:06",
+ "date_unixtime": "1661421846",
+ "from": "kay lyn koh",
+ "from_id": "user399320524",
+ "text": "hi! anyone seen some airpods gen2 without the case around biz2? 🥺",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! anyone seen some airpods gen2 without the case around biz2? 🥺"
+ }
+ ]
+ },
+ {
+ "id": 8910,
+ "type": "message",
+ "date": "2022-08-25T18:43:06",
+ "date_unixtime": "1661424186",
+ "from": "minhthong",
+ "from_id": "user949241241",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8911,
+ "type": "message",
+ "date": "2022-08-25T18:43:09",
+ "date_unixtime": "1661424189",
+ "from": "minhthong",
+ "from_id": "user949241241",
+ "text": "Forgotted earphones found on table along Engin -> chinese library corridor",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Forgotted earphones found on table along Engin -> chinese library corridor"
+ }
+ ]
+ },
+ {
+ "id": 8912,
+ "type": "message",
+ "date": "2022-08-25T18:43:25",
+ "date_unixtime": "1661424205",
+ "from": "minhthong",
+ "from_id": "user949241241",
+ "text": "PM me if it's yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "PM me if it's yours"
+ }
+ ]
+ },
+ {
+ "id": 8918,
+ "type": "message",
+ "date": "2022-08-25T20:16:23",
+ "date_unixtime": "1661429783",
+ "from": "elaine yap",
+ "from_id": "user295429467",
+ "text": "Hey, has anyone seen a black wallet near LT12 at FASS?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey, has anyone seen a black wallet near LT12 at FASS?"
+ }
+ ]
+ },
+ {
+ "id": 8919,
+ "type": "message",
+ "date": "2022-08-25T20:16:53",
+ "date_unixtime": "1661429813",
+ "from": "jiaren",
+ "from_id": "user717826317",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this in UT Sports Hall 2 toilet! pm to get it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this in UT Sports Hall 2 toilet! pm to get it"
+ }
+ ]
+ },
+ {
+ "id": 8922,
+ "type": "message",
+ "date": "2022-08-25T21:08:51",
+ "date_unixtime": "1661432931",
+ "from": "elaine yap",
+ "from_id": "user295429467",
+ "reply_to_message_id": 8918,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 540,
+ "height": 467,
+ "text": "Has anyone seen a wallet that looks like this near FASS Lt12 or AS3? Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone seen a wallet that looks like this near FASS Lt12 or AS3? Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 8934,
+ "type": "message",
+ "date": "2022-08-26T00:57:39",
+ "date_unixtime": "1661446659",
+ "from": "S J",
+ "from_id": "user5568951366",
+ "text": "hello, has anyone found a nets traffic card? It looks like this",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello, has anyone found a nets traffic card? It looks like this"
+ }
+ ]
+ },
+ {
+ "id": 8935,
+ "type": "message",
+ "date": "2022-08-26T00:57:48",
+ "date_unixtime": "1661446668",
+ "edited": "2022-08-26T08:16:47",
+ "edited_unixtime": "1661473007",
+ "from": "S J",
+ "from_id": "user5568951366",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 810,
+ "height": 1080,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8936,
+ "type": "message",
+ "date": "2022-08-26T01:05:40",
+ "date_unixtime": "1661447140",
+ "from": "S J",
+ "from_id": "user5568951366",
+ "text": "I didn‘t take a photo, this is from the internet,but quite similar. Thanks.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I didn‘t take a photo, this is from the internet,but quite similar. Thanks."
+ }
+ ]
+ },
+ {
+ "id": 8940,
+ "type": "message",
+ "date": "2022-08-26T07:37:15",
+ "date_unixtime": "1661470635",
+ "edited": "2022-08-26T08:15:31",
+ "edited_unixtime": "1661472931",
+ "from": "Dan",
+ "from_id": "user1065937962",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 756,
+ "height": 1008,
+ "text": "Hello! I left Macbook USB-C Cable and adapter in MD6 Learning Room on Monday (25 August). Do PM me if anyone has it! Really appreciate it if you can return it to me. Thanks :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I left Macbook USB-C Cable and adapter in MD6 Learning Room on Monday (25 August). Do PM me if anyone has it! Really appreciate it if you can return it to me. Thanks :)"
+ }
+ ]
+ },
+ {
+ "id": 8943,
+ "type": "message",
+ "date": "2022-08-26T10:25:41",
+ "date_unixtime": "1661480741",
+ "from": "Ryo",
+ "from_id": "user630336800",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Dm if u dropped this",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Dm if u dropped this"
+ }
+ ]
+ },
+ {
+ "id": 8945,
+ "type": "message",
+ "date": "2022-08-26T11:16:12",
+ "date_unixtime": "1661483772",
+ "edited": "2022-08-26T11:30:00",
+ "edited_unixtime": "1661484600",
+ "from": "Wen Qiao Soo",
+ "from_id": "user1608231948",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found a blue sleeping bag / pack at LT32",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a blue sleeping bag / pack at LT32"
+ }
+ ]
+ },
+ {
+ "id": 8947,
+ "type": "message",
+ "date": "2022-08-26T13:22:55",
+ "date_unixtime": "1661491375",
+ "edited": "2022-08-26T14:15:15",
+ "edited_unixtime": "1661494515",
+ "from": "Hui Rong",
+ "from_id": "user781741869",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "10.20 am found near Tennis Court, submitted to SCC at USC",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "10.20 am found near Tennis Court, submitted to SCC at USC"
+ }
+ ]
+ },
+ {
+ "id": 8948,
+ "type": "message",
+ "date": "2022-08-26T13:52:14",
+ "date_unixtime": "1661493134",
+ "from": "Wen Qiao Soo",
+ "from_id": "user1608231948",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found Orange blue bottle on celc tr6 floor",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found Orange blue bottle on celc tr6 floor"
+ }
+ ]
+ },
+ {
+ "id": 8950,
+ "type": "message",
+ "date": "2022-08-26T16:02:57",
+ "date_unixtime": "1661500977",
+ "from": "Alicia 🦭🦭",
+ "from_id": "user413242319",
+ "text": "anyone saw a black drawstring bag at the as1 bench nearest to the toilet at fass?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone saw a black drawstring bag at the as1 bench nearest to the toilet at fass?"
+ }
+ ]
+ },
+ {
+ "id": 8951,
+ "type": "message",
+ "date": "2022-08-26T16:03:03",
+ "date_unixtime": "1661500983",
+ "edited": "2022-08-26T16:03:17",
+ "edited_unixtime": "1661500997",
+ "from": "Alicia 🦭🦭",
+ "from_id": "user413242319",
+ "text": "there's a wired earpiece inside",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "there's a wired earpiece inside"
+ }
+ ]
+ },
+ {
+ "id": 8954,
+ "type": "message",
+ "date": "2022-08-26T16:48:08",
+ "date_unixtime": "1661503688",
+ "edited": "2022-08-28T10:40:47",
+ "edited_unixtime": "1661654447",
+ "from": "nicole",
+ "from_id": "user162559112",
+ "forwarded_from": "gia",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8955,
+ "type": "message",
+ "date": "2022-08-26T16:48:08",
+ "date_unixtime": "1661503688",
+ "from": "nicole",
+ "from_id": "user162559112",
+ "forwarded_from": "gia",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 8956,
+ "type": "message",
+ "date": "2022-08-26T16:48:09",
+ "date_unixtime": "1661503689",
+ "from": "nicole",
+ "from_id": "user162559112",
+ "forwarded_from": "gia",
+ "text": "hello everyone, there was a phone left behind in lt32 from before 2pm, in the second row, in front of the whiteboard. please help to broadcast to whoever might know who the owner is!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello everyone, there was a phone left behind in lt32 from before 2pm, in the second row, in front of the whiteboard. please help to broadcast to whoever might know who the owner is!!"
+ }
+ ]
+ },
+ {
+ "id": 8958,
+ "type": "message",
+ "date": "2022-08-26T17:30:03",
+ "date_unixtime": "1661506203",
+ "edited": "2022-08-26T17:52:26",
+ "edited_unixtime": "1661507546",
+ "from": "Koh Zhaorong",
+ "from_id": "user171392407",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Blue shoebag found at Biz1 0202. Pls dm me if it's yours. It's in my possession at my office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Blue shoebag found at Biz1 0202. Pls dm me if it's yours. It's in my possession at my office"
+ }
+ ]
+ },
+ {
+ "id": 8959,
+ "type": "message",
+ "date": "2022-08-26T17:53:39",
+ "date_unixtime": "1661507619",
+ "edited": "2022-08-26T17:56:02",
+ "edited_unixtime": "1661507762",
+ "from": "ting",
+ "from_id": "user518024714",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found this bottle at TP-SR2! PM if it's yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found this bottle at TP-SR2! PM if it's yours!"
+ }
+ ]
+ },
+ {
+ "id": 8961,
+ "type": "message",
+ "date": "2022-08-26T19:01:00",
+ "date_unixtime": "1661511660",
+ "edited": "2022-08-26T19:06:22",
+ "edited_unixtime": "1661511982",
+ "from": "harii",
+ "from_id": "user1346905303",
+ "text": "Please lemme know if you’ve seen a dark-green Hydro Flask bottle at either EA-06-03 or Subway, UTown Plaza. Thank you so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Please lemme know if you’ve seen a dark-green Hydro Flask bottle at either EA-06-03 or Subway, UTown Plaza. Thank you so much!"
+ }
+ ]
+ },
+ {
+ "id": 8963,
+ "type": "message",
+ "date": "2022-08-26T20:03:05",
+ "date_unixtime": "1661515385",
+ "edited": "2022-08-26T20:49:52",
+ "edited_unixtime": "1661518192",
+ "from": "Martin",
+ "from_id": "user516656481",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Heyo, whoever this is, I found ur wallet at the utown udon place, dm me if u see this!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Heyo, whoever this is, I found ur wallet at the utown udon place, dm me if u see this!"
+ }
+ ]
+ },
+ {
+ "id": 8966,
+ "type": "message",
+ "date": "2022-08-26T20:36:17",
+ "date_unixtime": "1661517377",
+ "edited": "2022-08-26T22:06:20",
+ "edited_unixtime": "1661522780",
+ "from": "Jy",
+ "from_id": "user5548869052",
+ "text": "Anybody seen a black cardholder with a transportation card and library card ?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anybody seen a black cardholder with a transportation card and library card ?"
+ }
+ ]
+ },
+ {
+ "id": 8967,
+ "type": "message",
+ "date": "2022-08-26T20:48:54",
+ "date_unixtime": "1661518134",
+ "from": "Jy",
+ "from_id": "user5548869052",
+ "text": "Is near e5 or s16 not sure where it was lost",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Is near e5 or s16 not sure where it was lost"
+ }
+ ]
+ },
+ {
+ "id": 8973,
+ "type": "message",
+ "date": "2022-08-27T09:42:23",
+ "date_unixtime": "1661564543",
+ "from": "harii",
+ "from_id": "user1346905303",
+ "reply_to_message_id": 8961,
+ "text": "Found!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found!"
+ }
+ ]
+ },
+ {
+ "id": 8974,
+ "type": "message",
+ "date": "2022-08-27T09:45:14",
+ "date_unixtime": "1661564714",
+ "from": "harii",
+ "from_id": "user1346905303",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Blue patterned umbrella left inside EA-06-03",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Blue patterned umbrella left inside EA-06-03"
+ }
+ ]
+ },
+ {
+ "id": 8975,
+ "type": "message",
+ "date": "2022-08-27T09:45:14",
+ "date_unixtime": "1661564714",
+ "from": "harii",
+ "from_id": "user1346905303",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Blue and gray umbrellas left outside EA-06-04",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Blue and gray umbrellas left outside EA-06-04"
+ }
+ ]
+ },
+ {
+ "id": 8976,
+ "type": "message",
+ "date": "2022-08-27T09:45:32",
+ "date_unixtime": "1661564732",
+ "from": "harii",
+ "from_id": "user1346905303",
+ "text": "First photo was taken inside EA-06-03",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "First photo was taken inside EA-06-03"
+ }
+ ]
+ },
+ {
+ "id": 8977,
+ "type": "message",
+ "date": "2022-08-27T09:45:44",
+ "date_unixtime": "1661564744",
+ "from": "harii",
+ "from_id": "user1346905303",
+ "text": "Second photo was taken outside EA-06-04",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Second photo was taken outside EA-06-04"
+ }
+ ]
+ },
+ {
+ "id": 8978,
+ "type": "message",
+ "date": "2022-08-27T09:46:35",
+ "date_unixtime": "1661564795",
+ "from": "harii",
+ "from_id": "user1346905303",
+ "text": "Returning them to the security post at E5 (near Computer Centre)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Returning them to the security post at E5 (near Computer Centre)"
+ }
+ ]
+ },
+ {
+ "id": 8980,
+ "type": "message",
+ "date": "2022-08-27T14:24:58",
+ "date_unixtime": "1661581498",
+ "edited": "2022-08-27T18:31:09",
+ "edited_unixtime": "1661596269",
+ "from": "syaz",
+ "from_id": "user48311212",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "apple pencil found on 27/8 at Com The Terrace. Passed it to the security office at Com 2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "apple pencil found on 27/8 at Com The Terrace. Passed it to the security office at Com 2"
+ }
+ ]
+ },
+ {
+ "id": 8985,
+ "type": "message",
+ "date": "2022-08-27T16:07:55",
+ "date_unixtime": "1661587675",
+ "from": "angelina",
+ "from_id": "user230771724",
+ "text": "Hi if anyone saw a black wireless mouse at mac commons in utown pls lmk thanks :”)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone saw a black wireless mouse at mac commons in utown pls lmk thanks :”)"
+ }
+ ]
+ },
+ {
+ "id": 8986,
+ "type": "message",
+ "date": "2022-08-27T17:11:36",
+ "date_unixtime": "1661591496",
+ "from": "S J",
+ "from_id": "user5568951366",
+ "text": "if anyone losts some cash in pgp r2 plz pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if anyone losts some cash in pgp r2 plz pm me"
+ }
+ ]
+ },
+ {
+ "id": 8989,
+ "type": "message",
+ "date": "2022-08-27T19:55:12",
+ "date_unixtime": "1661601312",
+ "edited": "2022-08-28T23:58:40",
+ "edited_unixtime": "1661702320",
+ "from": "Shan Hashir",
+ "from_id": "user1287793020",
+ "text": "Hi did anyone see an airpods case earlier today (around 3:30pm) on D2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see an airpods case earlier today (around 3:30pm) on D2"
+ }
+ ]
+ },
+ {
+ "id": 8992,
+ "type": "message",
+ "date": "2022-08-28T12:33:30",
+ "date_unixtime": "1661661210",
+ "edited": "2022-08-28T12:54:52",
+ "edited_unixtime": "1661662492",
+ "from": "kang ding",
+ "from_id": "user779252164",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 719,
+ "height": 1280,
+ "text": "ello, this was found in an airbnb in malaysia. \n\nI will pass it to lost and found at PGP bus interchange once I get a hold of it.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ello, this was found in an airbnb in malaysia. \n\nI will pass it to lost and found at PGP bus interchange once I get a hold of it."
+ }
+ ]
+ },
+ {
+ "id": 8994,
+ "type": "message",
+ "date": "2022-08-28T12:39:02",
+ "date_unixtime": "1661661542",
+ "from": "kang ding",
+ "from_id": "user779252164",
+ "reply_to_message_id": 8993,
+ "text": "yupyup thx he texted me le",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "yupyup thx he texted me le"
+ }
+ ]
+ },
+ {
+ "id": 9002,
+ "type": "message",
+ "date": "2022-08-28T19:52:45",
+ "date_unixtime": "1661687565",
+ "edited": "2022-08-28T21:00:01",
+ "edited_unixtime": "1661691601",
+ "from": "Udit Sanghi",
+ "from_id": "user1629923339",
+ "text": "Did anyone see a red jacket in LT15?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone see a red jacket in LT15?"
+ }
+ ]
+ },
+ {
+ "id": 9005,
+ "type": "message",
+ "date": "2022-08-29T00:55:54",
+ "date_unixtime": "1661705754",
+ "from": "Ravi",
+ "from_id": "user892113934",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi found a matric card at University Hall bus stop, pm me if this is urs! Matric card of Lim Jun Ming",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found a matric card at University Hall bus stop, pm me if this is urs! Matric card of Lim Jun Ming"
+ }
+ ]
+ },
+ {
+ "id": 9008,
+ "type": "message",
+ "date": "2022-08-29T08:06:43",
+ "date_unixtime": "1661731603",
+ "edited": "2022-08-29T08:13:25",
+ "edited_unixtime": "1661732005",
+ "from": "Eleanor",
+ "from_id": "user94559874",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Find this wallet at utown outside the gym (table beside COVID test kit vending machine) with an airtag in it, card name Liu Chao I left it at the counter in the gym",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Find this wallet at utown outside the gym (table beside COVID test kit vending machine) with an airtag in it, card name Liu Chao I left it at the counter in the gym"
+ }
+ ]
+ },
+ {
+ "id": 9017,
+ "type": "message",
+ "date": "2022-08-29T13:52:40",
+ "date_unixtime": "1661752360",
+ "edited": "2022-08-29T17:35:14",
+ "edited_unixtime": "1661765714",
+ "from": "jan",
+ "from_id": "user117760066",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someone dropped their card outside clb, i’ve passed it to the security post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone dropped their card outside clb, i’ve passed it to the security post"
+ }
+ ]
+ },
+ {
+ "id": 9019,
+ "type": "message",
+ "date": "2022-08-29T13:55:47",
+ "date_unixtime": "1661752547",
+ "edited": "2022-08-29T13:55:53",
+ "edited_unixtime": "1661752553",
+ "from": "Nat",
+ "from_id": "user544515641",
+ "text": "i lost my turquoise nalgene bottle, 800ml, with stickers on it! last seen near mpsh6. do drop me a message if youve seen it :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "i lost my turquoise nalgene bottle, 800ml, with stickers on it! last seen near mpsh6. do drop me a message if youve seen it :)"
+ }
+ ]
+ },
+ {
+ "id": 9022,
+ "type": "message",
+ "date": "2022-08-29T17:31:52",
+ "date_unixtime": "1661765512",
+ "from": "Homura Akemi",
+ "from_id": "user1830957490",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "There’s a water bottle and umbrella left behind at COM1-01-14",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "There’s a water bottle and umbrella left behind at COM1-01-14"
+ }
+ ]
+ },
+ {
+ "id": 9023,
+ "type": "message",
+ "date": "2022-08-29T17:31:52",
+ "date_unixtime": "1661765512",
+ "from": "Homura Akemi",
+ "from_id": "user1830957490",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 9025,
+ "type": "message",
+ "date": "2022-08-29T17:49:31",
+ "date_unixtime": "1661766571",
+ "edited": "2022-08-29T23:07:34",
+ "edited_unixtime": "1661785654",
+ "from": "E U G E N E",
+ "from_id": "user319518267",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 993,
+ "height": 910,
+ "text": "Trying my luck, I lost a silver usb c adaptor somewhere in between central library - Starbucks at techno-edge, if anyone happen to find it pls pm me ty!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Trying my luck, I lost a silver usb c adaptor somewhere in between central library - Starbucks at techno-edge, if anyone happen to find it pls pm me ty!!"
+ }
+ ]
+ },
+ {
+ "id": 9035,
+ "type": "message",
+ "date": "2022-08-29T19:20:21",
+ "date_unixtime": "1661772021",
+ "edited": "2022-08-29T19:32:05",
+ "edited_unixtime": "1661772725",
+ "from": "Stanley Wijaya",
+ "from_id": "user5486605429",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 183,
+ "height": 276,
+ "text": "Hello, I am trying my luck here because I have lost my nets flash pay card that looks like this. If anyone saw it, please pm me. Thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, I am trying my luck here because I have lost my nets flash pay card that looks like this. If anyone saw it, please pm me. Thank you"
+ }
+ ]
+ },
+ {
+ "id": 9044,
+ "type": "message",
+ "date": "2022-08-30T11:29:54",
+ "date_unixtime": "1661830194",
+ "edited": "2022-08-31T18:55:13",
+ "edited_unixtime": "1661943313",
+ "from": "Anthony 🐜",
+ "from_id": "user211894177",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found ez-link card at Utown Residence South Tower laundry room, passed to utown management office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found ez-link card at Utown Residence South Tower laundry room, passed to utown management office"
+ }
+ ]
+ },
+ {
+ "id": 9055,
+ "type": "message",
+ "date": "2022-08-30T15:21:52",
+ "date_unixtime": "1661844112",
+ "edited": "2022-08-30T15:26:22",
+ "edited_unixtime": "1661844382",
+ "from": "Ben Chern",
+ "from_id": "user71249580",
+ "text": "Hello! If anyone sees an apple pen w a bear cover and 'xiaohu' engraving please lmk, i lost mine. 🙏🏻 bismillah\n\nThank you!! Last seen around SDE E1-06-13",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! If anyone sees an apple pen w a bear cover and 'xiaohu' engraving please lmk, i lost mine. 🙏🏻 bismillah\n\nThank you!! Last seen around SDE E1-06-13"
+ }
+ ]
+ },
+ {
+ "id": 9056,
+ "type": "message",
+ "date": "2022-08-30T15:25:17",
+ "date_unixtime": "1661844317",
+ "from": "Suraj",
+ "from_id": "user1262853706",
+ "text": "Hi! I lost a black 1 litre army bottle somewhere near mpsh 6. Please lmk if u find mine.🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost a black 1 litre army bottle somewhere near mpsh 6. Please lmk if u find mine.🙏"
+ }
+ ]
+ },
+ {
+ "id": 9058,
+ "type": "message",
+ "date": "2022-08-30T15:45:10",
+ "date_unixtime": "1661845510",
+ "edited": "2022-08-30T19:29:44",
+ "edited_unixtime": "1661858984",
+ "from": "Giacomo",
+ "from_id": "user449230270",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "airpods pro case lost on A2 3.40pm, if yours pm me! no headphones",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "airpods pro case lost on A2 3.40pm, if yours pm me! no headphones"
+ }
+ ]
+ },
+ {
+ "id": 9059,
+ "type": "message",
+ "date": "2022-08-30T16:02:51",
+ "date_unixtime": "1661846571",
+ "from": "jia hui",
+ "from_id": "user130154826",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 972,
+ "height": 972,
+ "text": "hi lost a yellow hydroflask in utown aud1 last fri on 26/8 at about 4pm. can pm me if you saw it 🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi lost a yellow hydroflask in utown aud1 last fri on 26/8 at about 4pm. can pm me if you saw it 🥲"
+ }
+ ]
+ },
+ {
+ "id": 9061,
+ "type": "message",
+ "date": "2022-08-30T17:01:23",
+ "date_unixtime": "1661850083",
+ "from": "Chan Jia Liang",
+ "from_id": "user244640204",
+ "reply_to_message_id": 9017,
+ "text": "🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "🙏"
+ }
+ ]
+ },
+ {
+ "id": 9064,
+ "type": "message",
+ "date": "2022-08-30T18:20:46",
+ "date_unixtime": "1661854846",
+ "edited": "2022-08-30T22:32:17",
+ "edited_unixtime": "1661869937",
+ "from": "Tasha",
+ "from_id": "user690255632",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 260,
+ "height": 185,
+ "text": "Hello anyone saw a airpods pro left in lt51 last week 23/8. T.T Pls pm me if you found it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello anyone saw a airpods pro left in lt51 last week 23/8. T.T Pls pm me if you found it"
+ }
+ ]
+ },
+ {
+ "id": 9068,
+ "type": "message",
+ "date": "2022-08-30T20:32:04",
+ "date_unixtime": "1661862724",
+ "edited": "2022-08-30T20:33:53",
+ "edited_unixtime": "1661862833",
+ "from": "joshuaa",
+ "from_id": "user337226614",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1099,
+ "text": "hi anyone found this wireless mouse at i3 or AS4 pls pm me thanks!! lost around 11-3pm 30 aug",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi anyone found this wireless mouse at i3 or AS4 pls pm me thanks!! lost around 11-3pm 30 aug"
+ }
+ ]
+ },
+ {
+ "id": 9071,
+ "type": "message",
+ "date": "2022-08-30T22:01:45",
+ "date_unixtime": "1661868105",
+ "from": "Kelly Zhu",
+ "from_id": "user5594451737",
+ "text": "Hiii If anyone sees an rose gold glasses at Com1 building or University Town, please contact me🙏🏻 I lost mine😖😖😖",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hiii If anyone sees an rose gold glasses at Com1 building or University Town, please contact me🙏🏻 I lost mine😖😖😖"
+ }
+ ]
+ },
+ {
+ "id": 9072,
+ "type": "message",
+ "date": "2022-08-31T09:40:12",
+ "date_unixtime": "1661910012",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "bottles left on D1, bus PC3876P",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "bottles left on D1, bus PC3876P"
+ }
+ ]
+ },
+ {
+ "id": 9073,
+ "type": "message",
+ "date": "2022-08-31T09:55:26",
+ "date_unixtime": "1661910926",
+ "edited": "2022-08-31T10:19:04",
+ "edited_unixtime": "1661912344",
+ "from": "Wilson W",
+ "from_id": "user590070053",
+ "text": "there's a black plastic water bottle left in COM3-01-25!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "there's a black plastic water bottle left in COM3-01-25!"
+ }
+ ]
+ },
+ {
+ "id": 9077,
+ "type": "message",
+ "date": "2022-08-31T10:24:00",
+ "date_unixtime": "1661912640",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 9075,
+ "text": "uuuuuuuuuuuhhhhhh",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "uuuuuuuuuuuhhhhhh"
+ }
+ ]
+ },
+ {
+ "id": 9078,
+ "type": "message",
+ "date": "2022-08-31T10:25:18",
+ "date_unixtime": "1661912718",
+ "from": "Lisa",
+ "from_id": "user229453549",
+ "reply_to_message_id": 9076,
+ "text": "Pgp office iinw",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pgp office iinw"
+ }
+ ]
+ },
+ {
+ "id": 9079,
+ "type": "message",
+ "date": "2022-08-31T10:25:35",
+ "date_unixtime": "1661912735",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "text": [
+ {
+ "type": "link",
+ "text": "https://theisbman.home.blog/2019/02/20/isb1101-lost-and-found/"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "link",
+ "text": "https://theisbman.home.blog/2019/02/20/isb1101-lost-and-found/"
+ }
+ ]
+ },
+ {
+ "id": 9082,
+ "type": "message",
+ "date": "2022-08-31T11:12:30",
+ "date_unixtime": "1661915550",
+ "edited": "2022-08-31T11:23:48",
+ "edited_unixtime": "1661916228",
+ "from": "Congzhi",
+ "from_id": "user544407399",
+ "text": "hi anyone found a mercedes car key attached to a red tag at utown between stephen riady centre and town plaza?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi anyone found a mercedes car key attached to a red tag at utown between stephen riady centre and town plaza?"
+ }
+ ]
+ },
+ {
+ "id": 9089,
+ "type": "message",
+ "date": "2022-08-31T13:11:43",
+ "date_unixtime": "1661922703",
+ "edited": "2022-08-31T15:46:44",
+ "edited_unixtime": "1661932004",
+ "from": "xueeeeeeee",
+ "from_id": "user562642297",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "tom and jerry ez link card at utown female toilet (opp subway)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "tom and jerry ez link card at utown female toilet (opp subway)"
+ }
+ ]
+ },
+ {
+ "id": 9093,
+ "type": "message",
+ "date": "2022-08-31T13:35:24",
+ "date_unixtime": "1661924124",
+ "edited": "2022-08-31T13:41:42",
+ "edited_unixtime": "1661924502",
+ "from": "See Kaixun",
+ "from_id": "user278211420",
+ "text": "Anyone saw a Gucci wallet and Saint Laurent card holder at E1A lvl 1 handicap toilet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone saw a Gucci wallet and Saint Laurent card holder at E1A lvl 1 handicap toilet"
+ }
+ ]
+ },
+ {
+ "id": 9104,
+ "type": "message",
+ "date": "2022-08-31T13:52:10",
+ "date_unixtime": "1661925130",
+ "from": "Tarcius",
+ "from_id": "user90482506",
+ "reply_to_message_id": 9100,
+ "text": "I saw 1 in utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I saw 1 in utown"
+ }
+ ]
+ },
+ {
+ "id": 9108,
+ "type": "message",
+ "date": "2022-08-31T13:55:24",
+ "date_unixtime": "1661925324",
+ "from": "Tarcius",
+ "from_id": "user90482506",
+ "text": "Pm me i try catch for u",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pm me i try catch for u"
+ }
+ ]
+ },
+ {
+ "id": 9110,
+ "type": "message",
+ "date": "2022-08-31T13:56:24",
+ "date_unixtime": "1661925384",
+ "edited": "2022-08-31T13:57:19",
+ "edited_unixtime": "1661925439",
+ "from": "Tarcius",
+ "from_id": "user90482506",
+ "text": "Ouch! it scratched me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ouch! it scratched me"
+ }
+ ]
+ },
+ {
+ "id": 9117,
+ "type": "message",
+ "date": "2022-08-31T13:58:17",
+ "date_unixtime": "1661925497",
+ "edited": "2022-08-31T15:59:55",
+ "edited_unixtime": "1661932795",
+ "from": "Joviii 🎅🏻",
+ "from_id": "user94745948",
+ "text": "Woi don’t play my cat",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Woi don’t play my cat"
+ }
+ ]
+ },
+ {
+ "id": 9119,
+ "type": "message",
+ "date": "2022-08-31T13:59:14",
+ "date_unixtime": "1661925554",
+ "from": "YQ Lok",
+ "from_id": "user1803885959",
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "sticker_emoji": "😯",
+ "width": 512,
+ "height": 512,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 9134,
+ "type": "message",
+ "date": "2022-08-31T18:02:31",
+ "date_unixtime": "1661940151",
+ "edited": "2022-08-31T18:04:18",
+ "edited_unixtime": "1661940258",
+ "from": "jon",
+ "from_id": "user476190410",
+ "text": "hi did anyone see a pair of formal pants lying arnd 😭😭 it just dropped out of my hanger around md1 / lt27 bus stop / bus d2 / utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anyone see a pair of formal pants lying arnd 😭😭 it just dropped out of my hanger around md1 / lt27 bus stop / bus d2 / utown"
+ }
+ ]
+ },
+ {
+ "id": 9136,
+ "type": "message",
+ "date": "2022-08-31T18:23:35",
+ "date_unixtime": "1661941415",
+ "from": "faith :)",
+ "from_id": "user1156951476",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Wallet found at info tech bus stop, going to pass it to station control at kent ridge mrt",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wallet found at info tech bus stop, going to pass it to station control at kent ridge mrt"
+ }
+ ]
+ },
+ {
+ "id": 9138,
+ "type": "message",
+ "date": "2022-08-31T18:26:22",
+ "date_unixtime": "1661941582",
+ "edited": "2022-08-31T18:27:46",
+ "edited_unixtime": "1661941666",
+ "from": "Han",
+ "from_id": "user1958167860",
+ "text": "Hi anyone seen a lenovo laptop charger at E3 06-14 or AS1 02-08?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone seen a lenovo laptop charger at E3 06-14 or AS1 02-08?"
+ }
+ ]
+ },
+ {
+ "id": 9141,
+ "type": "message",
+ "date": "2022-08-31T18:32:53",
+ "date_unixtime": "1661941973",
+ "from": "ellez☃️☃️",
+ "from_id": "user1028909942",
+ "reply_to_message_id": 9136,
+ "text": "hi!! my friend and i dropped it off at the university hall security post!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi!! my friend and i dropped it off at the university hall security post!!"
+ }
+ ]
+ },
+ {
+ "id": 9144,
+ "type": "message",
+ "date": "2022-08-31T18:36:04",
+ "date_unixtime": "1661942164",
+ "edited": "2022-08-31T18:41:05",
+ "edited_unixtime": "1661942465",
+ "from": "Dau",
+ "from_id": "user1986846051",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Ezlink card found at bookdrop area in central lib",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ezlink card found at bookdrop area in central lib"
+ }
+ ]
+ },
+ {
+ "id": 9145,
+ "type": "message",
+ "date": "2022-08-31T18:36:04",
+ "date_unixtime": "1661942164",
+ "from": "Dau",
+ "from_id": "user1986846051",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 9149,
+ "type": "message",
+ "date": "2022-08-31T21:04:47",
+ "date_unixtime": "1661951087",
+ "from": "Fong JY",
+ "from_id": "user677385329",
+ "reply_to_message_id": 9099,
+ "text": "Hi, is the cat found yet? Do you have any further descriptions?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, is the cat found yet? Do you have any further descriptions?"
+ }
+ ]
+ },
+ {
+ "id": 9155,
+ "type": "message",
+ "date": "2022-08-31T22:06:24",
+ "date_unixtime": "1661954784",
+ "edited": "2022-08-31T22:07:09",
+ "edited_unixtime": "1661954829",
+ "from": "Tarcius",
+ "from_id": "user90482506",
+ "reply_to_message_id": 9149,
+ "text": "We found it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "We found it!"
+ }
+ ]
+ },
+ {
+ "id": 9156,
+ "type": "message",
+ "date": "2022-08-31T22:07:00",
+ "date_unixtime": "1661954820",
+ "from": "Joviii 🎅🏻",
+ "from_id": "user94745948",
+ "reply_to_message_id": 9155,
+ "text": "Thanks everyone",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks everyone"
+ }
+ ]
+ },
+ {
+ "id": 9157,
+ "type": "message",
+ "date": "2022-08-31T22:07:25",
+ "date_unixtime": "1661954845",
+ "from": "Tarcius",
+ "from_id": "user90482506",
+ "forwarded_from": "Zheng Xuan",
+ "text": "hey meow meow?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey meow meow?"
+ }
+ ]
+ },
+ {
+ "id": 9158,
+ "type": "message",
+ "date": "2022-08-31T22:07:42",
+ "date_unixtime": "1661954862",
+ "edited": "2022-08-31T23:11:55",
+ "edited_unixtime": "1661958715",
+ "from": "Tarcius",
+ "from_id": "user90482506",
+ "text": "He said hi",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "He said hi"
+ }
+ ]
+ },
+ {
+ "id": 9159,
+ "type": "message",
+ "date": "2022-08-31T22:09:27",
+ "date_unixtime": "1661954967",
+ "edited": "2022-09-06T17:58:27",
+ "edited_unixtime": "1662458307",
+ "from": "mariah",
+ "from_id": "user744398812",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "silver bottle outside LT37",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "silver bottle outside LT37"
+ }
+ ]
+ },
+ {
+ "id": 9168,
+ "type": "message",
+ "date": "2022-08-31T23:22:52",
+ "date_unixtime": "1661959372",
+ "edited": "2022-08-31T23:23:19",
+ "edited_unixtime": "1661959399",
+ "from": "geokling",
+ "from_id": "user930891649",
+ "text": "omg did anyone see a Logitech MX master 2s mouse at AS6 lvl 4 rooms 😭😭😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "omg did anyone see a Logitech MX master 2s mouse at AS6 lvl 4 rooms 😭😭😭"
+ }
+ ]
+ },
+ {
+ "id": 9171,
+ "type": "message",
+ "date": "2022-09-01T10:59:43",
+ "date_unixtime": "1662001183",
+ "edited": "2022-09-01T11:46:14",
+ "edited_unixtime": "1662003974",
+ "from": "Tet",
+ "from_id": "user701438079",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Any Huang DanLan left their wallet at techno Liho there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Any Huang DanLan left their wallet at techno Liho there"
+ }
+ ]
+ },
+ {
+ "id": 9174,
+ "type": "message",
+ "date": "2022-09-01T11:24:40",
+ "date_unixtime": "1662002680",
+ "from": "Rui Yee",
+ "from_id": "user1126607871",
+ "text": "Hi has anyone seen a green colour Samsung s22 plus in the toliet beside LT26? \nIt has a inosuke sticker on the back of the phone",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a green colour Samsung s22 plus in the toliet beside LT26? \nIt has a inosuke sticker on the back of the phone"
+ }
+ ]
+ },
+ {
+ "id": 9176,
+ "type": "message",
+ "date": "2022-09-01T11:45:18",
+ "date_unixtime": "1662003918",
+ "from": "Nick",
+ "from_id": "user764020999",
+ "text": "hi has anyone seen airpods pro (serial #: GX7D****0C6L) including case+apple charging adaptor&cable left charging then lost at LT8 ges1002/gess1000 global ec dimensions of sg morning lecture last thurs\n\n pm me, thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anyone seen airpods pro (serial #: GX7D****0C6L) including case+apple charging adaptor&cable left charging then lost at LT8 ges1002/gess1000 global ec dimensions of sg morning lecture last thurs\n\n pm me, thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 9177,
+ "type": "message",
+ "date": "2022-09-01T11:57:14",
+ "date_unixtime": "1662004634",
+ "from": "Bryan",
+ "from_id": "user480192818",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi anyone left your ST Engineering Waterbottle come collect from LT27 . Found it just now only",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone left your ST Engineering Waterbottle come collect from LT27 . Found it just now only"
+ }
+ ]
+ },
+ {
+ "id": 9181,
+ "type": "message",
+ "date": "2022-09-01T12:38:31",
+ "date_unixtime": "1662007111",
+ "edited": "2022-09-01T12:40:12",
+ "edited_unixtime": "1662007212",
+ "from": "edric",
+ "from_id": "user1215307904",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "hi if anyone sees a mint coloured stylus for a samsung tablet around utown/D1 Bus/Com building please lmk! \n\ncolour should look sth like the tablet in the pic",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone sees a mint coloured stylus for a samsung tablet around utown/D1 Bus/Com building please lmk! \n\ncolour should look sth like the tablet in the pic"
+ }
+ ]
+ },
+ {
+ "id": 9182,
+ "type": "message",
+ "date": "2022-09-01T12:42:15",
+ "date_unixtime": "1662007335",
+ "edited": "2022-09-01T12:48:50",
+ "edited_unixtime": "1662007730",
+ "from": "Andrew Chou",
+ "from_id": "user1227547478",
+ "text": "Has anyone seen a wallet and an energizer earbuds in the first row of LT28",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone seen a wallet and an energizer earbuds in the first row of LT28"
+ }
+ ]
+ },
+ {
+ "id": 9186,
+ "type": "message",
+ "date": "2022-09-01T13:15:27",
+ "date_unixtime": "1662009327",
+ "edited": "2022-09-01T15:38:39",
+ "edited_unixtime": "1662017919",
+ "from": "Aaron",
+ "from_id": "user46541794",
+ "text": "Anyone lost an Apple Pen in Science do PM me.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone lost an Apple Pen in Science do PM me."
+ }
+ ]
+ },
+ {
+ "id": 9187,
+ "type": "message",
+ "date": "2022-09-01T13:35:11",
+ "date_unixtime": "1662010511",
+ "from": "cecil",
+ "from_id": "user1420490890",
+ "text": "has anyone seen cream coloured wired earphones in row 3 of lt28? pls pm if you do thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "has anyone seen cream coloured wired earphones in row 3 of lt28? pls pm if you do thank you!"
+ }
+ ]
+ },
+ {
+ "id": 9189,
+ "type": "message",
+ "date": "2022-09-01T13:42:08",
+ "date_unixtime": "1662010928",
+ "from": "Bryan",
+ "from_id": "user480192818",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi the ST engineering bottle has been placed here in LT27",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi the ST engineering bottle has been placed here in LT27"
+ }
+ ]
+ },
+ {
+ "id": 9193,
+ "type": "message",
+ "date": "2022-09-01T13:56:52",
+ "date_unixtime": "1662011812",
+ "from": "gil",
+ "from_id": "user1436422309",
+ "reply_to_message_id": 9174,
+ "text": "hi bumping this",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi bumping this"
+ }
+ ]
+ },
+ {
+ "id": 9198,
+ "type": "message",
+ "date": "2022-09-01T14:09:36",
+ "date_unixtime": "1662012576",
+ "edited": "2022-09-01T19:14:15",
+ "edited_unixtime": "1662030855",
+ "from": "reine 🌧",
+ "from_id": "user374965658",
+ "text": "hi has anyone seen a nus concession card at/near usc toilet ytd (name- reine sam)? pls pm me! thanks~",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anyone seen a nus concession card at/near usc toilet ytd (name- reine sam)? pls pm me! thanks~"
+ }
+ ]
+ },
+ {
+ "id": 9203,
+ "type": "message",
+ "date": "2022-09-01T15:33:26",
+ "date_unixtime": "1662017606",
+ "edited": "2022-09-01T15:47:28",
+ "edited_unixtime": "1662018448",
+ "from": "Wang Xueyin",
+ "from_id": "user5417672546",
+ "text": "Hi has anyone seen a NETS flashpay card at/near engineering frontier [techno]. The card seems like this:",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a NETS flashpay card at/near engineering frontier [techno]. The card seems like this:"
+ }
+ ]
+ },
+ {
+ "id": 9204,
+ "type": "message",
+ "date": "2022-09-01T15:33:31",
+ "date_unixtime": "1662017611",
+ "edited": "2022-09-02T15:20:24",
+ "edited_unixtime": "1662103224",
+ "from": "Wang Xueyin",
+ "from_id": "user5417672546",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 591,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 9213,
+ "type": "message",
+ "date": "2022-09-01T18:57:36",
+ "date_unixtime": "1662029856",
+ "from": "fafa",
+ "from_id": "user147542497",
+ "text": "hi has anyone seen my matric card (name: faleha) and my kopitiam card near med? 😩😩😩😩",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anyone seen my matric card (name: faleha) and my kopitiam card near med? 😩😩😩😩"
+ }
+ ]
+ },
+ {
+ "id": 9215,
+ "type": "message",
+ "date": "2022-09-01T18:59:07",
+ "date_unixtime": "1662029947",
+ "from": "val",
+ "from_id": "user283374922",
+ "text": "helloo if anyone saw a pair of airpods gen 1, no case around Biz 2 ystd pls pm me :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "helloo if anyone saw a pair of airpods gen 1, no case around Biz 2 ystd pls pm me :("
+ }
+ ]
+ },
+ {
+ "id": 9219,
+ "type": "message",
+ "date": "2022-09-01T19:25:02",
+ "date_unixtime": "1662031502",
+ "edited": "2022-09-01T21:42:58",
+ "edited_unixtime": "1662039778",
+ "from": "Guan Yee",
+ "from_id": "user905232381",
+ "text": "Hi anyone seen a black converse pencil box under the chair in third row in lt28?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone seen a black converse pencil box under the chair in third row in lt28?"
+ }
+ ]
+ },
+ {
+ "id": 9223,
+ "type": "message",
+ "date": "2022-09-01T21:58:24",
+ "date_unixtime": "1662040704",
+ "from": "Sean",
+ "from_id": "user1229454186",
+ "reply_to_message_id": 9221,
+ "text": "Who lost their bot?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Who lost their bot?"
+ }
+ ]
+ },
+ {
+ "id": 9228,
+ "type": "message",
+ "date": "2022-09-01T22:16:33",
+ "date_unixtime": "1662041793",
+ "edited": "2022-09-01T22:31:43",
+ "edited_unixtime": "1662042703",
+ "from": "letashoo",
+ "from_id": "user658819198",
+ "text": "hii anyone seen a long black wallet at frontier today pls pm me thankuu :”)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hii anyone seen a long black wallet at frontier today pls pm me thankuu :”)"
+ }
+ ]
+ },
+ {
+ "id": 9231,
+ "type": "message",
+ "date": "2022-09-01T22:30:59",
+ "date_unixtime": "1662042659",
+ "edited": "2022-09-01T22:31:36",
+ "edited_unixtime": "1662042696",
+ "from": "Jieying Ding",
+ "from_id": "user5415223043",
+ "text": "Hi, did anybody see two bank cards, one is DBS and another is Bank Of China. Please contact me, many thanks!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anybody see two bank cards, one is DBS and another is Bank Of China. Please contact me, many thanks!!"
+ }
+ ]
+ },
+ {
+ "id": 9232,
+ "type": "message",
+ "date": "2022-09-02T01:43:00",
+ "date_unixtime": "1662054180",
+ "edited": "2022-09-02T15:37:17",
+ "edited_unixtime": "1662104237",
+ "from": "sam",
+ "from_id": "user1276492040",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 827,
+ "height": 928,
+ "text": "hi did anyone see this white muji bottle at biz 2 lt17 today at 5.30pm?\n\nedit: resolved!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anyone see this white muji bottle at biz 2 lt17 today at 5.30pm?\n\nedit: resolved!"
+ }
+ ]
+ },
+ {
+ "id": 9233,
+ "type": "message",
+ "date": "2022-09-02T01:44:48",
+ "date_unixtime": "1662054288",
+ "edited": "2022-09-02T14:37:29",
+ "edited_unixtime": "1662100649",
+ "from": "folieful",
+ "from_id": "user253228573",
+ "text": "did anyone see a macbook charger last seen in med :,)) help pls xd\n\nedit: resolved!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "did anyone see a macbook charger last seen in med :,)) help pls xd\n\nedit: resolved!"
+ }
+ ]
+ },
+ {
+ "id": 9235,
+ "type": "message",
+ "date": "2022-09-02T08:47:29",
+ "date_unixtime": "1662079649",
+ "edited": "2022-09-02T11:40:01",
+ "edited_unixtime": "1662090001",
+ "from": "beth lim",
+ "from_id": "user164395338",
+ "text": "hi did anyone see a rose gold macbook at the utown bus stop? (edit: found!! yall can go utwon security office above erc for stuff lost at utown bus stop)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anyone see a rose gold macbook at the utown bus stop? (edit: found!! yall can go utwon security office above erc for stuff lost at utown bus stop)"
+ }
+ ]
+ },
+ {
+ "id": 9237,
+ "type": "message",
+ "date": "2022-09-02T11:38:44",
+ "date_unixtime": "1662089924",
+ "from": "Tian Feng Lee",
+ "from_id": "user1822130207",
+ "text": "Hi did anyone see a airpod in biz 2 level 2 near the benches",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a airpod in biz 2 level 2 near the benches"
+ }
+ ]
+ },
+ {
+ "id": 9239,
+ "type": "message",
+ "date": "2022-09-02T13:02:14",
+ "date_unixtime": "1662094934",
+ "from": "Gene",
+ "from_id": "user567398597",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi, found a phone in com 1 seminar room 2, it’s still there rn but if no one collects it by 3pm the tutor will leave it at the undergrad office in com sch",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, found a phone in com 1 seminar room 2, it’s still there rn but if no one collects it by 3pm the tutor will leave it at the undergrad office in com sch"
+ }
+ ]
+ },
+ {
+ "id": 9242,
+ "type": "message",
+ "date": "2022-09-02T13:49:06",
+ "date_unixtime": "1662097746",
+ "from": "Chiu Chen Ning",
+ "from_id": "user449034868",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi is this someone's resident card? I found in LT32",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi is this someone's resident card? I found in LT32"
+ }
+ ]
+ },
+ {
+ "id": 9244,
+ "type": "message",
+ "date": "2022-09-02T14:53:22",
+ "date_unixtime": "1662101602",
+ "from": "Le Rae",
+ "from_id": "user677627839",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Ring found in AS1 3rd storey toilet! The one along the walkway between deck and CLB",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ring found in AS1 3rd storey toilet! The one along the walkway between deck and CLB"
+ }
+ ]
+ },
+ {
+ "id": 9245,
+ "type": "message",
+ "date": "2022-09-02T15:04:44",
+ "date_unixtime": "1662102284",
+ "edited": "2022-09-13T13:16:36",
+ "edited_unixtime": "1663046196",
+ "from": "k j",
+ "from_id": "user650371026",
+ "text": "Hi did anyone see a dark grey ugreen charger at biz 1 2-5?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a dark grey ugreen charger at biz 1 2-5?"
+ }
+ ]
+ },
+ {
+ "id": 9250,
+ "type": "message",
+ "date": "2022-09-02T17:01:17",
+ "date_unixtime": "1662109277",
+ "edited": "2022-09-02T17:50:21",
+ "edited_unixtime": "1662112221",
+ "from": "Nicolette Tan",
+ "from_id": "user525059878",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Apple Pencil at lower level of deck. Found on the floor",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Apple Pencil at lower level of deck. Found on the floor"
+ }
+ ]
+ },
+ {
+ "id": 9255,
+ "type": "message",
+ "date": "2022-09-02T17:59:48",
+ "date_unixtime": "1662112788",
+ "from": "angela",
+ "from_id": "user849731921",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this at the toilet outside Engin starbucks around 6pm, left it at E5 security post.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at the toilet outside Engin starbucks around 6pm, left it at E5 security post."
+ }
+ ]
+ },
+ {
+ "id": 9260,
+ "type": "message",
+ "date": "2022-09-02T19:09:12",
+ "date_unixtime": "1662116952",
+ "from": "Hamza",
+ "from_id": "user1170705839",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Apple Pencil Gen 1 found on the ground under this table and handed to UTown security. UTown ERC level 2, at the outdoor study area adjacent to the aircon study room.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Apple Pencil Gen 1 found on the ground under this table and handed to UTown security. UTown ERC level 2, at the outdoor study area adjacent to the aircon study room."
+ }
+ ]
+ },
+ {
+ "id": 9265,
+ "type": "message",
+ "date": "2022-09-02T20:39:55",
+ "date_unixtime": "1662122395",
+ "edited": "2022-09-02T20:58:06",
+ "edited_unixtime": "1662123486",
+ "from": "nav",
+ "from_id": "user565536134",
+ "text": "Hi did anyone find an Ipad charger and cable in the seminar room in E3?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone find an Ipad charger and cable in the seminar room in E3?"
+ }
+ ]
+ },
+ {
+ "id": 9266,
+ "type": "message",
+ "date": "2022-09-02T21:31:46",
+ "date_unixtime": "1662125506",
+ "edited": "2022-09-02T21:40:13",
+ "edited_unixtime": "1662126013",
+ "from": "Mayank Panjiyara",
+ "from_id": "user1125911562",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Someone left their bag with all their belongings at AS8 level 2 commIT centre",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left their bag with all their belongings at AS8 level 2 commIT centre"
+ }
+ ]
+ },
+ {
+ "id": 9268,
+ "type": "message",
+ "date": "2022-09-02T22:13:00",
+ "date_unixtime": "1662127980",
+ "from": ".",
+ "from_id": "user858751179",
+ "text": "Newfound motivation to come to school",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Newfound motivation to come to school"
+ }
+ ]
+ },
+ {
+ "id": 9272,
+ "type": "message",
+ "date": "2022-09-02T22:55:26",
+ "date_unixtime": "1662130526",
+ "from": "ZH",
+ "from_id": "user717712295",
+ "text": "Hello I lost my wallet (dark blue) with NRIC, EZ link, and 2 Bank Debit cards (Standard Chartered and DBS) inside yesterday late afternoon/ evening. I am not exactly sure where I lost it but I've only been to MD7 lab 8 (and the toilet)from 12 to 5.30pm and MPSH2 (and the toilet) from 6 to 7pm as well as the NUS feeder bus from the Lim Seng Tjoe Bldg bus stop to opp UHC bus stop.\n\nHas anyone seen my wallet? if yes, please pm me please, thank you so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello I lost my wallet (dark blue) with NRIC, EZ link, and 2 Bank Debit cards (Standard Chartered and DBS) inside yesterday late afternoon/ evening. I am not exactly sure where I lost it but I've only been to MD7 lab 8 (and the toilet)from 12 to 5.30pm and MPSH2 (and the toilet) from 6 to 7pm as well as the NUS feeder bus from the Lim Seng Tjoe Bldg bus stop to opp UHC bus stop.\n\nHas anyone seen my wallet? if yes, please pm me please, thank you so much!"
+ }
+ ]
+ },
+ {
+ "id": 9289,
+ "type": "message",
+ "date": "2022-09-03T13:01:16",
+ "date_unixtime": "1662181276",
+ "edited": "2022-09-03T15:23:23",
+ "edited_unixtime": "1662189803",
+ "from": "Jo",
+ "from_id": "user555326423",
+ "text": [
+ "Hi everyone, 🫣 if y'all can spare 5-6mins of your time, please help me and my friend do a survey about work spaces! It’s for our semester project and we would appreciate any responses :) (ps abt posting here… I didn’t lose anything but I’m trying to find responses - if we can hit 50 responses, that would be so helpful to us)\n\n\n",
+ {
+ "type": "link",
+ "text": "https://forms.gle/6KNGngMr729CFsLj8"
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone, 🫣 if y'all can spare 5-6mins of your time, please help me and my friend do a survey about work spaces! It’s for our semester project and we would appreciate any responses :) (ps abt posting here… I didn’t lose anything but I’m trying to find responses - if we can hit 50 responses, that would be so helpful to us)\n\n\n"
+ },
+ {
+ "type": "link",
+ "text": "https://forms.gle/6KNGngMr729CFsLj8"
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 9290,
+ "type": "message",
+ "date": "2022-09-03T14:28:37",
+ "date_unixtime": "1662186517",
+ "from": "yi teng",
+ "from_id": "user819259851",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi if anyone lost this watch (with blue paint on one side) at SRC last night do pm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone lost this watch (with blue paint on one side) at SRC last night do pm me!"
+ }
+ ]
+ },
+ {
+ "id": 9291,
+ "type": "message",
+ "date": "2022-09-03T14:28:37",
+ "date_unixtime": "1662186517",
+ "from": "yi teng",
+ "from_id": "user819259851",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 9301,
+ "type": "message",
+ "date": "2022-09-03T15:23:55",
+ "date_unixtime": "1662189835",
+ "from": "Jun Jie",
+ "from_id": "user507783859",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "airpods found at bustop, dm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "airpods found at bustop, dm me"
+ }
+ ]
+ },
+ {
+ "id": 9320,
+ "type": "message",
+ "date": "2022-09-03T23:14:43",
+ "date_unixtime": "1662218083",
+ "from": "Yuexin Luo",
+ "from_id": "user1954087564",
+ "text": "Hello did anyone see a ring like this in LT16",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello did anyone see a ring like this in LT16"
+ }
+ ]
+ },
+ {
+ "id": 9321,
+ "type": "message",
+ "date": "2022-09-03T23:14:46",
+ "date_unixtime": "1662218086",
+ "from": "Yuexin Luo",
+ "from_id": "user1954087564",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 532,
+ "height": 513,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 9325,
+ "type": "message",
+ "date": "2022-09-04T15:35:23",
+ "date_unixtime": "1662276923",
+ "edited": "2022-09-04T15:53:11",
+ "edited_unixtime": "1662277991",
+ "from": "Bobby Wong",
+ "from_id": "user923760079",
+ "forwarded_from": "ari",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello someone forgot an airpod at the bus stop!! found it just after 151 left",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello someone forgot an airpod at the bus stop!! found it just after 151 left"
+ }
+ ]
+ },
+ {
+ "id": 9331,
+ "type": "message",
+ "date": "2022-09-05T09:11:56",
+ "date_unixtime": "1662340316",
+ "from": null,
+ "from_id": "user5616786049",
+ "text": "Anyone saw a necklace",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone saw a necklace"
+ }
+ ]
+ },
+ {
+ "id": 9332,
+ "type": "message",
+ "date": "2022-09-05T09:12:40",
+ "date_unixtime": "1662340360",
+ "from": null,
+ "from_id": "user5616786049",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1024,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 9335,
+ "type": "message",
+ "date": "2022-09-05T11:09:23",
+ "date_unixtime": "1662347363",
+ "from": "m",
+ "from_id": "user339209254",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 1119,
+ "text": "access card and key found at the benches outside lt14",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "access card and key found at the benches outside lt14"
+ }
+ ]
+ },
+ {
+ "id": 9339,
+ "type": "message",
+ "date": "2022-09-05T13:28:52",
+ "date_unixtime": "1662355732",
+ "edited": "2022-09-05T13:30:14",
+ "edited_unixtime": "1662355814",
+ "from": "Stacy Fernandes",
+ "from_id": "user390766886",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found ezlink belonging to Sarah tan yu ru in the ladies toilet between 4/5th floor of CLB, left it with the main clb desk beside the entrance on L1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found ezlink belonging to Sarah tan yu ru in the ladies toilet between 4/5th floor of CLB, left it with the main clb desk beside the entrance on L1"
+ }
+ ]
+ },
+ {
+ "id": 9355,
+ "type": "message",
+ "date": "2022-09-05T16:30:28",
+ "date_unixtime": "1662366628",
+ "edited": "2022-09-07T23:14:46",
+ "edited_unixtime": "1662563686",
+ "from": "Danrocks",
+ "from_id": "user494775843",
+ "reply_to_message_id": 9351,
+ "text": "So precious how you lose it feelsbadman",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "So precious how you lose it feelsbadman"
+ }
+ ]
+ },
+ {
+ "id": 9359,
+ "type": "message",
+ "date": "2022-09-05T16:32:04",
+ "date_unixtime": "1662366724",
+ "from": "Jerms",
+ "from_id": "user461132808",
+ "reply_to_message_id": 9349,
+ "text": "shag bro hope u find it soon",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "shag bro hope u find it soon"
+ }
+ ]
+ },
+ {
+ "id": 9360,
+ "type": "message",
+ "date": "2022-09-05T16:32:26",
+ "date_unixtime": "1662366746",
+ "edited": "2022-09-05T16:33:08",
+ "edited_unixtime": "1662366788",
+ "from": "Danrocks",
+ "from_id": "user494775843",
+ "text": "don't worry if she really belongs to you she will come back",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "don't worry if she really belongs to you she will come back"
+ }
+ ]
+ },
+ {
+ "id": 9364,
+ "type": "message",
+ "date": "2022-09-05T16:34:03",
+ "date_unixtime": "1662366843",
+ "edited": "2022-09-05T16:34:12",
+ "edited_unixtime": "1662366852",
+ "from": "Jerms",
+ "from_id": "user461132808",
+ "reply_to_message_id": 9361,
+ "text": "oh ok thanks for clarifying",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "oh ok thanks for clarifying"
+ }
+ ]
+ },
+ {
+ "id": 9365,
+ "type": "message",
+ "date": "2022-09-05T16:34:34",
+ "date_unixtime": "1662366874",
+ "edited": "2022-09-05T16:34:45",
+ "edited_unixtime": "1662366885",
+ "from": "Koushireo",
+ "from_id": "user287573354",
+ "text": "how dare you it's ruru-sama not ruru",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "how dare you it's ruru-sama not ruru"
+ }
+ ]
+ },
+ {
+ "id": 9369,
+ "type": "message",
+ "date": "2022-09-05T16:36:22",
+ "date_unixtime": "1662366982",
+ "from": "Koushireo",
+ "from_id": "user287573354",
+ "text": "oh oops",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "oh oops"
+ }
+ ]
+ },
+ {
+ "id": 9388,
+ "type": "message",
+ "date": "2022-09-05T17:38:57",
+ "date_unixtime": "1662370737",
+ "from": null,
+ "from_id": "user5616786049",
+ "text": "Good day from here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Good day from here"
+ }
+ ]
+ },
+ {
+ "id": 9394,
+ "type": "message",
+ "date": "2022-09-05T19:13:57",
+ "date_unixtime": "1662376437",
+ "edited": "2022-09-05T19:14:16",
+ "edited_unixtime": "1662376456",
+ "from": "Nicolette Tan",
+ "from_id": "user525059878",
+ "text": "Hello! If anyone finds a green-ish blue metal bottle in the toilet outside FASS AS6 please dm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! If anyone finds a green-ish blue metal bottle in the toilet outside FASS AS6 please dm me!"
+ }
+ ]
+ },
+ {
+ "id": 9395,
+ "type": "message",
+ "date": "2022-09-05T19:20:40",
+ "date_unixtime": "1662376840",
+ "from": "Ben Chern",
+ "from_id": "user71249580",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Found thumbdrive at level 5 Central library printer!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found thumbdrive at level 5 Central library printer!"
+ }
+ ]
+ },
+ {
+ "id": 9401,
+ "type": "message",
+ "date": "2022-09-05T20:54:40",
+ "date_unixtime": "1662382480",
+ "edited": "2022-09-05T22:41:11",
+ "edited_unixtime": "1662388871",
+ "from": "Erin Shencaka",
+ "from_id": "user1936991597",
+ "text": "Hi everyone, I lost my wallet (Black wallet, Hush Puppies) — inside is my Student Pass, my Indonesian identification number and my DBS debit card; last seen last Friday — I’m pretty sure I lost it around Saturday / Sunday. I have only been around the Utown area during then \n\nIf anyone has seen my wallet, please pm me ! :) thank you so much and sorry for the troubles !!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone, I lost my wallet (Black wallet, Hush Puppies) — inside is my Student Pass, my Indonesian identification number and my DBS debit card; last seen last Friday — I’m pretty sure I lost it around Saturday / Sunday. I have only been around the Utown area during then \n\nIf anyone has seen my wallet, please pm me ! :) thank you so much and sorry for the troubles !!"
+ }
+ ]
+ },
+ {
+ "id": 9421,
+ "type": "message",
+ "date": "2022-09-05T23:34:18",
+ "date_unixtime": "1662392058",
+ "from": "Axel Barbelanne",
+ "from_id": "user1311571781",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 933,
+ "height": 1280,
+ "text": "Actxa smartwatch, sports center outside hard courts",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Actxa smartwatch, sports center outside hard courts"
+ }
+ ]
+ },
+ {
+ "id": 9436,
+ "type": "message",
+ "date": "2022-09-06T09:48:56",
+ "date_unixtime": "1662428936",
+ "edited": "2022-09-06T09:52:19",
+ "edited_unixtime": "1662429139",
+ "from": "ting",
+ "from_id": "user518024714",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "phone left on one of the benches along AS4\nedit: claimed",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "phone left on one of the benches along AS4\nedit: claimed"
+ }
+ ]
+ },
+ {
+ "id": 9439,
+ "type": "message",
+ "date": "2022-09-06T10:03:10",
+ "date_unixtime": "1662429790",
+ "edited": "2022-09-06T10:08:39",
+ "edited_unixtime": "1662430119",
+ "from": "beatrice",
+ "from_id": "user1429170632",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "pink metal bottle @ md6-01-02 i left it at the back of the class",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "pink metal bottle @ md6-01-02 i left it at the back of the class"
+ }
+ ]
+ },
+ {
+ "id": 9440,
+ "type": "message",
+ "date": "2022-09-06T10:03:15",
+ "date_unixtime": "1662429795",
+ "edited": "2022-09-06T10:03:37",
+ "edited_unixtime": "1662429817",
+ "from": "dom",
+ "from_id": "user598785220",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi i left this mouse at I3-0338 ytd, if anyone finds it pls lmk thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i left this mouse at I3-0338 ytd, if anyone finds it pls lmk thanks"
+ }
+ ]
+ },
+ {
+ "id": 9445,
+ "type": "message",
+ "date": "2022-09-06T11:23:36",
+ "date_unixtime": "1662434616",
+ "edited": "2022-09-06T20:12:41",
+ "edited_unixtime": "1662466361",
+ "from": "zhengjing",
+ "from_id": "user1280813167",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi I lost my Jabra elite charging case it's beige colour like the earbuds here , probably left it on bus A2 🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my Jabra elite charging case it's beige colour like the earbuds here , probably left it on bus A2 🥲"
+ }
+ ]
+ },
+ {
+ "id": 9447,
+ "type": "message",
+ "date": "2022-09-06T11:32:23",
+ "date_unixtime": "1662435143",
+ "edited": "2022-09-06T13:18:24",
+ "edited_unixtime": "1662441504",
+ "from": "Sebastian",
+ "from_id": "user331185180",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 961,
+ "height": 1280,
+ "text": "Hi student card found near opp hssml bus stop belonging to Chhatwal Jasmine. Pls contact me if it is yours or if you know her. Will be passing it to SCC at around 2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi student card found near opp hssml bus stop belonging to Chhatwal Jasmine. Pls contact me if it is yours or if you know her. Will be passing it to SCC at around 2"
+ }
+ ]
+ },
+ {
+ "id": 9449,
+ "type": "message",
+ "date": "2022-09-06T11:46:47",
+ "date_unixtime": "1662436007",
+ "from": "irv",
+ "from_id": "user572741890",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi found at i3 toilet. Pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found at i3 toilet. Pm me"
+ }
+ ]
+ },
+ {
+ "id": 9451,
+ "type": "message",
+ "date": "2022-09-06T11:59:09",
+ "date_unixtime": "1662436749",
+ "edited": "2022-09-06T16:19:22",
+ "edited_unixtime": "1662452362",
+ "from": "Jasmine",
+ "from_id": "user2128453765",
+ "reply_to_message_id": 9447,
+ "text": "Omg thank you sooo muchh i was literally panicking!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Omg thank you sooo muchh i was literally panicking!"
+ }
+ ]
+ },
+ {
+ "id": 9496,
+ "type": "message",
+ "date": "2022-09-06T15:38:43",
+ "date_unixtime": "1662449923",
+ "from": "jing xuan",
+ "from_id": "user313683595",
+ "text": "hi!! has anyone seen a butterfly wing necklace? it has a black cord and a resin-coated black pointy wing with blue-green patterning on it. (if it helps it's from a blue bottle butterfly)\n\nprobably on a bus or at kent ridge mrt/bus stop area. thank you!!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi!! has anyone seen a butterfly wing necklace? it has a black cord and a resin-coated black pointy wing with blue-green patterning on it. (if it helps it's from a blue bottle butterfly)\n\nprobably on a bus or at kent ridge mrt/bus stop area. thank you!!!!"
+ }
+ ]
+ },
+ {
+ "id": 9497,
+ "type": "message",
+ "date": "2022-09-06T16:10:23",
+ "date_unixtime": "1662451823",
+ "edited": "2022-09-06T16:16:55",
+ "edited_unixtime": "1662452215",
+ "from": "Min",
+ "from_id": "user499040767",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hello someone forgot a laptop at deck infront of the noodle stall",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello someone forgot a laptop at deck infront of the noodle stall"
+ }
+ ]
+ },
+ {
+ "id": 9506,
+ "type": "message",
+ "date": "2022-09-06T18:02:19",
+ "date_unixtime": "1662458539",
+ "edited": "2022-09-07T13:50:37",
+ "edited_unixtime": "1662529837",
+ "from": "Fauzan",
+ "from_id": "user1901457799",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "someone left this furry thing in i3 0336",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left this furry thing in i3 0336"
+ }
+ ]
+ },
+ {
+ "id": 9507,
+ "type": "message",
+ "date": "2022-09-06T18:05:25",
+ "date_unixtime": "1662458725",
+ "edited": "2022-09-06T18:39:52",
+ "edited_unixtime": "1662460792",
+ "from": "Ryo",
+ "from_id": "user630336800",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Uncle pasted this matric card at the deck tray return",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Uncle pasted this matric card at the deck tray return"
+ }
+ ]
+ },
+ {
+ "id": 9555,
+ "type": "message",
+ "date": "2022-09-06T19:36:42",
+ "date_unixtime": "1662464202",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "text": "rip",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "rip"
+ }
+ ]
+ },
+ {
+ "id": 9568,
+ "type": "message",
+ "date": "2022-09-06T19:55:55",
+ "date_unixtime": "1662465355",
+ "edited": "2022-09-06T20:01:19",
+ "edited_unixtime": "1662465679",
+ "from": "darius",
+ "from_id": "user254484077",
+ "text": "anyone saw a posb debit card @ finefood nus today ><",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone saw a posb debit card @ finefood nus today ><"
+ }
+ ]
+ },
+ {
+ "id": 9644,
+ "type": "message",
+ "date": "2022-09-07T01:04:49",
+ "date_unixtime": "1662483889",
+ "edited": "2022-10-17T09:06:25",
+ "edited_unixtime": "1665968785",
+ "from": "justin",
+ "from_id": "user234769174",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi blue nalgene bottle last seen in AS1 0213 if anyone happens to find pm pls THANKS",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi blue nalgene bottle last seen in AS1 0213 if anyone happens to find pm pls THANKS"
+ }
+ ]
+ },
+ {
+ "id": 9662,
+ "type": "message",
+ "date": "2022-09-07T10:31:46",
+ "date_unixtime": "1662517906",
+ "from": "M.Furkan",
+ "from_id": "user753428591",
+ "text": "When I run from Utown south tower to the shuttle stop I drop my centre of arts flask (dark blue). If you find, could you let me know?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "When I run from Utown south tower to the shuttle stop I drop my centre of arts flask (dark blue). If you find, could you let me know?"
+ }
+ ]
+ },
+ {
+ "id": 9663,
+ "type": "message",
+ "date": "2022-09-07T10:31:51",
+ "date_unixtime": "1662517911",
+ "edited": "2022-09-07T10:38:40",
+ "edited_unixtime": "1662518320",
+ "from": "M.Furkan",
+ "from_id": "user753428591",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 774,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 9667,
+ "type": "message",
+ "date": "2022-09-07T11:54:55",
+ "date_unixtime": "1662522895",
+ "edited": "2022-09-07T11:56:10",
+ "edited_unixtime": "1662522970",
+ "from": "rachel 🐳",
+ "from_id": "user790344600",
+ "text": "hi.. has anyone seen a black apple watch around usc/src 🥲🥲🥲 its locked w my contact details please let me know <3",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi.. has anyone seen a black apple watch around usc/src 🥲🥲🥲 its locked w my contact details please let me know <3"
+ }
+ ]
+ },
+ {
+ "id": 9674,
+ "type": "message",
+ "date": "2022-09-07T12:39:00",
+ "date_unixtime": "1662525540",
+ "from": "Jerome",
+ "from_id": "user498159215",
+ "text": "Hi guys. Has anyone seen a black wallet at utown. It contains my IC in it. Please pm me if you found it. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys. Has anyone seen a black wallet at utown. It contains my IC in it. Please pm me if you found it. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 9676,
+ "type": "message",
+ "date": "2022-09-07T12:45:53",
+ "date_unixtime": "1662525953",
+ "from": "Ananthu",
+ "from_id": "user1026193210",
+ "text": "Hi .. anyone spotted a black dell laptop from somewhere near Level 2 EA?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi .. anyone spotted a black dell laptop from somewhere near Level 2 EA?"
+ }
+ ]
+ },
+ {
+ "id": 9726,
+ "type": "message",
+ "date": "2022-09-07T14:06:42",
+ "date_unixtime": "1662530802",
+ "from": "chloe",
+ "from_id": "user887042355",
+ "text": "helloo i dropped a silver necklace with a planet shaped orb this afternoon ard biz 2 area, pls drop me a text if you've seen it!! thanks <33",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "helloo i dropped a silver necklace with a planet shaped orb this afternoon ard biz 2 area, pls drop me a text if you've seen it!! thanks <33"
+ }
+ ]
+ },
+ {
+ "id": 9760,
+ "type": "message",
+ "date": "2022-09-07T14:40:17",
+ "date_unixtime": "1662532817",
+ "edited": "2022-09-07T14:40:36",
+ "edited_unixtime": "1662532836",
+ "from": "Joshua Vargas",
+ "from_id": "user485477345",
+ "text": "hey is anyone at foodclique rn? i think i dropped my earphone case there just a few mins ago on the way to the hospital rip can dm me thankuu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey is anyone at foodclique rn? i think i dropped my earphone case there just a few mins ago on the way to the hospital rip can dm me thankuu"
+ }
+ ]
+ },
+ {
+ "id": 9762,
+ "type": "message",
+ "date": "2022-09-07T14:44:55",
+ "date_unixtime": "1662533095",
+ "edited": "2022-09-07T14:45:56",
+ "edited_unixtime": "1662533156",
+ "from": "danson",
+ "from_id": "user26658208",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found this earring arnd biz2 area if its urs pm me :))",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found this earring arnd biz2 area if its urs pm me :))"
+ }
+ ]
+ },
+ {
+ "id": 9764,
+ "type": "message",
+ "date": "2022-09-07T14:46:06",
+ "date_unixtime": "1662533166",
+ "edited": "2022-09-08T13:17:55",
+ "edited_unixtime": "1662614275",
+ "from": "Joshua Vargas",
+ "from_id": "user485477345",
+ "reply_to_message_id": 9760,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 719,
+ "height": 1280,
+ "text": "looks like this but case empty because I'm wearing them rn sksk if got any leads can DM me thanks!!!\n\n(resolved, thanks!)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "looks like this but case empty because I'm wearing them rn sksk if got any leads can DM me thanks!!!\n\n(resolved, thanks!)"
+ }
+ ]
+ },
+ {
+ "id": 9765,
+ "type": "message",
+ "date": "2022-09-07T14:47:38",
+ "date_unixtime": "1662533258",
+ "edited": "2022-09-07T22:13:48",
+ "edited_unixtime": "1662560028",
+ "from": "Felisha",
+ "from_id": "user1235524486",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someone left a green bottle at maxx coffee clb",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left a green bottle at maxx coffee clb"
+ }
+ ]
+ },
+ {
+ "id": 9870,
+ "type": "message",
+ "date": "2022-09-07T17:42:32",
+ "date_unixtime": "1662543752",
+ "edited": "2022-09-07T21:27:03",
+ "edited_unixtime": "1662557223",
+ "from": "Fairoz",
+ "from_id": "user765901083",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Airpods old gen found at Engineeering Auditorium level 2 at the build-in desk area, PM me pls",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Airpods old gen found at Engineeering Auditorium level 2 at the build-in desk area, PM me pls"
+ }
+ ]
+ },
+ {
+ "id": 9872,
+ "type": "message",
+ "date": "2022-09-07T17:56:39",
+ "date_unixtime": "1662544599",
+ "from": "Bahmid",
+ "from_id": "user618799681",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Phone found at ERC level 2. Pm me pls",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Phone found at ERC level 2. Pm me pls"
+ }
+ ]
+ },
+ {
+ "id": 9875,
+ "type": "message",
+ "date": "2022-09-07T18:36:50",
+ "date_unixtime": "1662547010",
+ "edited": "2022-09-07T18:58:36",
+ "edited_unixtime": "1662548316",
+ "from": "Nat Sin",
+ "from_id": "user225032918",
+ "text": "Hi i lost my matric card, its the yalenus card at utown area!! Maybe supersnacks? Pls pm if u see it \n\nStudent number: A0237192A",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i lost my matric card, its the yalenus card at utown area!! Maybe supersnacks? Pls pm if u see it \n\nStudent number: A0237192A"
+ }
+ ]
+ },
+ {
+ "id": 9878,
+ "type": "message",
+ "date": "2022-09-07T19:52:13",
+ "date_unixtime": "1662551533",
+ "from": "Cela",
+ "from_id": "user5447900291",
+ "text": "hiii has anyone seen a white sunscreen hat in techno?Dropped it around 6pm🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hiii has anyone seen a white sunscreen hat in techno?Dropped it around 6pm🥲"
+ }
+ ]
+ },
+ {
+ "id": 9880,
+ "type": "message",
+ "date": "2022-09-07T19:57:45",
+ "date_unixtime": "1662551865",
+ "edited": "2022-09-07T21:33:58",
+ "edited_unixtime": "1662557638",
+ "from": "ZH",
+ "from_id": "user717712295",
+ "text": "Hello I lost my wallet (dark blue) with NRIC, EZ link, and 2 Bank Debit cards (Standard Chartered and DBS) inside last Thursday at late afternoon/ evening. I am not exactly sure where I lost it but I've only been to MD7 lab 8 (and the toilet)from 12 to 5.30pm and MPSH2 (and the toilet) from 6 to 7pm as well as the NUS feeder bus from the Lim Seng Tjoe Bldg bus stop to opp UHC bus stop.\n\nHas anyone seen my wallet? if yes, please pm me please, thank you so much!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello I lost my wallet (dark blue) with NRIC, EZ link, and 2 Bank Debit cards (Standard Chartered and DBS) inside last Thursday at late afternoon/ evening. I am not exactly sure where I lost it but I've only been to MD7 lab 8 (and the toilet)from 12 to 5.30pm and MPSH2 (and the toilet) from 6 to 7pm as well as the NUS feeder bus from the Lim Seng Tjoe Bldg bus stop to opp UHC bus stop.\n\nHas anyone seen my wallet? if yes, please pm me please, thank you so much!"
+ }
+ ]
+ },
+ {
+ "id": 9886,
+ "type": "message",
+ "date": "2022-09-07T21:12:41",
+ "date_unixtime": "1662556361",
+ "edited": "2022-09-07T21:16:52",
+ "edited_unixtime": "1662556612",
+ "from": "Hoi Yin 🧐",
+ "from_id": "user910398725",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost Jacket found in AS8 Level 2 computer lab. Has been here for a week.\n\nPlaced at the lost and found counter near the entrance",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost Jacket found in AS8 Level 2 computer lab. Has been here for a week.\n\nPlaced at the lost and found counter near the entrance"
+ }
+ ]
+ },
+ {
+ "id": 9887,
+ "type": "message",
+ "date": "2022-09-07T21:12:41",
+ "date_unixtime": "1662556361",
+ "from": "Hoi Yin 🧐",
+ "from_id": "user910398725",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 9889,
+ "type": "message",
+ "date": "2022-09-07T21:35:04",
+ "date_unixtime": "1662557704",
+ "edited": "2022-09-09T19:47:18",
+ "edited_unixtime": "1662724038",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 9888,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Larry",
+ "user_id": 5471115551
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Larry",
+ "user_id": 5471115551
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 9892,
+ "type": "message",
+ "date": "2022-09-07T22:39:30",
+ "date_unixtime": "1662561570",
+ "edited": "2022-09-07T23:04:01",
+ "edited_unixtime": "1662563041",
+ "from": "bibi",
+ "from_id": "user5521477952",
+ "text": "hi, i lost my bank card today (it’s green visa card) at kent ridge MRT and possibly along the walkway towards opp kent ridge bus stop. i’ve locked the account so it’s not usable but i really need the card back so pls let me know if u see it! 😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, i lost my bank card today (it’s green visa card) at kent ridge MRT and possibly along the walkway towards opp kent ridge bus stop. i’ve locked the account so it’s not usable but i really need the card back so pls let me know if u see it! 😭"
+ }
+ ]
+ },
+ {
+ "id": 9893,
+ "type": "message",
+ "date": "2022-09-07T22:41:14",
+ "date_unixtime": "1662561674",
+ "edited": "2022-10-11T11:07:33",
+ "edited_unixtime": "1665457653",
+ "from": "bibi",
+ "from_id": "user5521477952",
+ "text": "it may possibly be around pioneer house as well",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "it may possibly be around pioneer house as well"
+ }
+ ]
+ },
+ {
+ "id": 9896,
+ "type": "message",
+ "date": "2022-09-07T22:48:31",
+ "date_unixtime": "1662562111",
+ "edited": "2022-09-07T23:40:30",
+ "edited_unixtime": "1662565230",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "text": "i mean i've seen a lot of laptops today so some more specifics would be good (e.g. where)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "i mean i've seen a lot of laptops today so some more specifics would be good (e.g. where)"
+ }
+ ]
+ },
+ {
+ "id": 9904,
+ "type": "message",
+ "date": "2022-09-08T11:06:33",
+ "date_unixtime": "1662606393",
+ "from": "Seox :0",
+ "from_id": "user62862797",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "water bottle at lt27 bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "water bottle at lt27 bus stop"
+ }
+ ]
+ },
+ {
+ "id": 9905,
+ "type": "message",
+ "date": "2022-09-08T11:12:04",
+ "date_unixtime": "1662606724",
+ "edited": "2022-09-09T16:31:39",
+ "edited_unixtime": "1662712299",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "microUSB wall plug charger at COM1 L1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "microUSB wall plug charger at COM1 L1"
+ }
+ ]
+ },
+ {
+ "id": 9910,
+ "type": "message",
+ "date": "2022-09-08T12:24:09",
+ "date_unixtime": "1662611049",
+ "from": "Wolf 🐾",
+ "from_id": "user799500340",
+ "text": "Has anyone seen an ezlink card in a brown sleeve on an A2 bus? I lost mine on Tues @6pm :”)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone seen an ezlink card in a brown sleeve on an A2 bus? I lost mine on Tues @6pm :”)"
+ }
+ ]
+ },
+ {
+ "id": 9912,
+ "type": "message",
+ "date": "2022-09-08T13:15:29",
+ "date_unixtime": "1662614129",
+ "from": "Arianne",
+ "from_id": "user173688587",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "@ frontier table near grass patch",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "@ frontier table near grass patch"
+ }
+ ]
+ },
+ {
+ "id": 9914,
+ "type": "message",
+ "date": "2022-09-08T13:19:50",
+ "date_unixtime": "1662614390",
+ "edited": "2022-09-08T13:20:15",
+ "edited_unixtime": "1662614415",
+ "from": "Wh",
+ "from_id": "user604275598",
+ "text": "Anyone has seen an Apple Pencil anywhere in utown Starbucks or outside Starbucks today please pm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone has seen an Apple Pencil anywhere in utown Starbucks or outside Starbucks today please pm me!"
+ }
+ ]
+ },
+ {
+ "id": 9915,
+ "type": "message",
+ "date": "2022-09-08T13:20:05",
+ "date_unixtime": "1662614405",
+ "from": "Chin Yan Xu",
+ "from_id": "user686272441",
+ "text": "Hellu, did anyone loose a ezlink card on A1 at around 1pm today? It have a \"be happy\" sticker on it.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hellu, did anyone loose a ezlink card on A1 at around 1pm today? It have a \"be happy\" sticker on it."
+ }
+ ]
+ },
+ {
+ "id": 9917,
+ "type": "message",
+ "date": "2022-09-08T13:34:13",
+ "date_unixtime": "1662615253",
+ "from": "jerald",
+ "from_id": "user982431948",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 721,
+ "height": 1280,
+ "text": "(found) Lenovo stylus at as4-0114. Left at whiteboard on left of classroom",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "(found) Lenovo stylus at as4-0114. Left at whiteboard on left of classroom"
+ }
+ ]
+ },
+ {
+ "id": 9918,
+ "type": "message",
+ "date": "2022-09-08T13:34:13",
+ "date_unixtime": "1662615253",
+ "from": "jerald",
+ "from_id": "user982431948",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 721,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 9922,
+ "type": "message",
+ "date": "2022-09-08T14:46:21",
+ "date_unixtime": "1662619581",
+ "from": "cher🍒",
+ "from_id": "user5441730662",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi I found a hair clip at LT28, if this belongs to anyone please PM me! thank you ✌︎('ω')✌︎",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I found a hair clip at LT28, if this belongs to anyone please PM me! thank you ✌︎('ω')✌︎"
+ }
+ ]
+ },
+ {
+ "id": 9925,
+ "type": "message",
+ "date": "2022-09-08T14:48:04",
+ "date_unixtime": "1662619684",
+ "from": "J",
+ "from_id": "user651141476",
+ "text": "Hi, anyone seen a black crop top with tag still on? Maybe around the seats near OCBC frank area! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone seen a black crop top with tag still on? Maybe around the seats near OCBC frank area! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 9932,
+ "type": "message",
+ "date": "2022-09-08T18:19:50",
+ "date_unixtime": "1662632390",
+ "from": "Faet",
+ "from_id": "user867937036",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi found this empty AirPods case under the benches near the stairs at USC ! Can PM if it’s urs :D",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi found this empty AirPods case under the benches near the stairs at USC ! Can PM if it’s urs :D"
+ }
+ ]
+ },
+ {
+ "id": 9933,
+ "type": "message",
+ "date": "2022-09-08T18:29:14",
+ "date_unixtime": "1662632954",
+ "from": "J",
+ "from_id": "user651141476",
+ "reply_to_message_id": 9925,
+ "text": "Brand is from Shein",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Brand is from Shein"
+ }
+ ]
+ },
+ {
+ "id": 9934,
+ "type": "message",
+ "date": "2022-09-08T18:32:25",
+ "date_unixtime": "1662633145",
+ "from": "ye ting",
+ "from_id": "user51070538",
+ "text": "has anyone seen a blue lanyard with a capt ez link and a matric card with the name tan guo xuan, marcus on it? last seen at com3 the terrace",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "has anyone seen a blue lanyard with a capt ez link and a matric card with the name tan guo xuan, marcus on it? last seen at com3 the terrace"
+ }
+ ]
+ },
+ {
+ "id": 9935,
+ "type": "message",
+ "date": "2022-09-08T18:32:34",
+ "date_unixtime": "1662633154",
+ "from": "Xinpei Ruan",
+ "from_id": "user129989301",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found this pair of glasses at CLB L1; passed to librarians on the same floor!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found this pair of glasses at CLB L1; passed to librarians on the same floor!"
+ }
+ ]
+ },
+ {
+ "id": 9937,
+ "type": "message",
+ "date": "2022-09-08T18:42:37",
+ "date_unixtime": "1662633757",
+ "from": "Jiamin Shen",
+ "from_id": "user945299671",
+ "text": "Hi! I lost my student card (name SHEN JIAMIN) after taking A1 from TCOMS to PGP, had my dinner and taking A2 back to OppHSSML. If someone found it please PM me. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost my student card (name SHEN JIAMIN) after taking A1 from TCOMS to PGP, had my dinner and taking A2 back to OppHSSML. If someone found it please PM me. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 9938,
+ "type": "message",
+ "date": "2022-09-08T19:07:23",
+ "date_unixtime": "1662635243",
+ "edited": "2022-09-08T19:08:21",
+ "edited_unixtime": "1662635301",
+ "from": "Jiamin Shen",
+ "from_id": "user945299671",
+ "text": "Ah I found it! It's in my hoody! Thank you all the same!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ah I found it! It's in my hoody! Thank you all the same!"
+ }
+ ]
+ },
+ {
+ "id": 9940,
+ "type": "message",
+ "date": "2022-09-08T19:50:00",
+ "date_unixtime": "1662637800",
+ "edited": "2022-09-08T19:52:23",
+ "edited_unixtime": "1662637943",
+ "from": "nick",
+ "from_id": "user319184108",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Item: Single airpod pro found in the charging port of the floor of utown starbucks \nCan PM me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Item: Single airpod pro found in the charging port of the floor of utown starbucks \nCan PM me"
+ }
+ ]
+ },
+ {
+ "id": 9942,
+ "type": "message",
+ "date": "2022-09-08T20:01:21",
+ "date_unixtime": "1662638481",
+ "from": "Kwan On",
+ "from_id": "user243022848",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "water bottle @ museum bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "water bottle @ museum bus stop"
+ }
+ ]
+ },
+ {
+ "id": 9945,
+ "type": "message",
+ "date": "2022-09-08T21:02:46",
+ "date_unixtime": "1662642166",
+ "from": "Patrick Joy S",
+ "from_id": "user1172269085",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 454,
+ "height": 1280,
+ "text": "Hi! I lost my bottle around E1-06-14. Its an orange 1 L Tupperware bottle, just like the picture. If someone found it please PM me. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost my bottle around E1-06-14. Its an orange 1 L Tupperware bottle, just like the picture. If someone found it please PM me. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 9947,
+ "type": "message",
+ "date": "2022-09-08T21:55:33",
+ "date_unixtime": "1662645333",
+ "from": "Wh",
+ "from_id": "user604275598",
+ "text": "Hi has anyone seen an Apple Pencil anywhere around utown/com3 or deck today please pm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen an Apple Pencil anywhere around utown/com3 or deck today please pm me!"
+ }
+ ]
+ },
+ {
+ "id": 9950,
+ "type": "message",
+ "date": "2022-09-08T22:44:08",
+ "date_unixtime": "1662648248",
+ "edited": "2022-09-08T22:45:22",
+ "edited_unixtime": "1662648322",
+ "from": "Alicia 🦭🦭",
+ "from_id": "user413242319",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "did anyone lose their stuff toy? found it in utown near the bus stop!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "did anyone lose their stuff toy? found it in utown near the bus stop!"
+ }
+ ]
+ },
+ {
+ "id": 9954,
+ "type": "message",
+ "date": "2022-09-08T23:35:57",
+ "date_unixtime": "1662651357",
+ "edited": "2022-09-09T08:39:04",
+ "edited_unixtime": "1662683944",
+ "from": "liesha 🌻",
+ "from_id": "user1358250136",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "did anyone lose their single ear piece outside utown gym, right outside the door",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "did anyone lose their single ear piece outside utown gym, right outside the door"
+ }
+ ]
+ },
+ {
+ "id": 9958,
+ "type": "message",
+ "date": "2022-09-09T07:37:59",
+ "date_unixtime": "1662680279",
+ "edited": "2022-09-09T08:39:07",
+ "edited_unixtime": "1662683947",
+ "from": "Wolf 🐾",
+ "from_id": "user799500340",
+ "text": "Hi I lost my ezlink card, in a brown leather sleeve on an A2 bus on the way from the terminal, if anyone saw or has it, please PM me, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my ezlink card, in a brown leather sleeve on an A2 bus on the way from the terminal, if anyone saw or has it, please PM me, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 9960,
+ "type": "message",
+ "date": "2022-09-09T08:02:16",
+ "date_unixtime": "1662681736",
+ "edited": "2022-09-09T09:05:31",
+ "edited_unixtime": "1662685531",
+ "from": "kezia",
+ "from_id": "user1045505277",
+ "text": "hi i lost my matric card with a tembusu lanyard yesterday! think it’s either in utown, foodclique or MD1, please pm me thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost my matric card with a tembusu lanyard yesterday! think it’s either in utown, foodclique or MD1, please pm me thank you!"
+ }
+ ]
+ },
+ {
+ "id": 9961,
+ "type": "message",
+ "date": "2022-09-09T09:45:09",
+ "date_unixtime": "1662687909",
+ "edited": "2022-09-09T12:12:14",
+ "edited_unixtime": "1662696734",
+ "from": "emma",
+ "from_id": "user840307273",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "ezlink found outside EA lvl 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ezlink found outside EA lvl 1"
+ }
+ ]
+ },
+ {
+ "id": 9962,
+ "type": "message",
+ "date": "2022-09-09T10:33:08",
+ "date_unixtime": "1662690788",
+ "from": "Deborah Teo",
+ "from_id": "user707499321",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost waterbottle at the bus top of lt27",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost waterbottle at the bus top of lt27"
+ }
+ ]
+ },
+ {
+ "id": 9964,
+ "type": "message",
+ "date": "2022-09-09T12:06:06",
+ "date_unixtime": "1662696366",
+ "edited": "2022-09-09T12:06:38",
+ "edited_unixtime": "1662696398",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found: grass jelly (?) drink (?) outside of COM1-B102",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found: grass jelly (?) drink (?) outside of COM1-B102"
+ }
+ ]
+ },
+ {
+ "id": 9966,
+ "type": "message",
+ "date": "2022-09-09T12:08:43",
+ "date_unixtime": "1662696523",
+ "edited": "2022-09-09T12:36:26",
+ "edited_unixtime": "1662698186",
+ "from": "Elvin",
+ "from_id": "user208027066",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Yunnan garden red bus stop lost earpiece pouch",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yunnan garden red bus stop lost earpiece pouch"
+ }
+ ]
+ },
+ {
+ "id": 9967,
+ "type": "message",
+ "date": "2022-09-09T12:09:04",
+ "date_unixtime": "1662696544",
+ "from": "Michael Huang",
+ "from_id": "user1997737347",
+ "text": "I have lost a blue scientific calculator in either LT7A or LT6. Have anyone seen it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I have lost a blue scientific calculator in either LT7A or LT6. Have anyone seen it?"
+ }
+ ]
+ },
+ {
+ "id": 9972,
+ "type": "message",
+ "date": "2022-09-09T13:24:47",
+ "date_unixtime": "1662701087",
+ "from": "Ginny Rodriguez",
+ "from_id": "user5397230243",
+ "text": "I have lost my sports shorts in the changing rooms of the sports hall. They are black and have a sticker with a number on it.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I have lost my sports shorts in the changing rooms of the sports hall. They are black and have a sticker with a number on it."
+ }
+ ]
+ },
+ {
+ "id": 9973,
+ "type": "message",
+ "date": "2022-09-09T13:24:59",
+ "date_unixtime": "1662701099",
+ "edited": "2022-09-09T13:45:30",
+ "edited_unixtime": "1662702330",
+ "from": "Ginny Rodriguez",
+ "from_id": "user5397230243",
+ "text": "Has anyone seen them? (Women shorts btw)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone seen them? (Women shorts btw)"
+ }
+ ]
+ },
+ {
+ "id": 9978,
+ "type": "message",
+ "date": "2022-09-09T14:19:38",
+ "date_unixtime": "1662704378",
+ "edited": "2022-09-09T14:23:45",
+ "edited_unixtime": "1662704625",
+ "from": "em",
+ "from_id": "user650396659",
+ "text": "i left a pink water bottle in AS4-01-09, will be going to get it once the current lesson there ends",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "i left a pink water bottle in AS4-01-09, will be going to get it once the current lesson there ends"
+ }
+ ]
+ },
+ {
+ "id": 9980,
+ "type": "message",
+ "date": "2022-09-09T14:34:55",
+ "date_unixtime": "1662705295",
+ "from": "Grace",
+ "from_id": "user1133696559",
+ "text": "Hi, I lost my matric card yesterday around utown / EA, it is attached to an RC4 blue Lanyard with \"Draco\" written on it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my matric card yesterday around utown / EA, it is attached to an RC4 blue Lanyard with \"Draco\" written on it"
+ }
+ ]
+ },
+ {
+ "id": 9986,
+ "type": "message",
+ "date": "2022-09-09T17:58:03",
+ "date_unixtime": "1662717483",
+ "edited": "2022-09-09T17:59:23",
+ "edited_unixtime": "1662717563",
+ "from": "Koh Zhaorong",
+ "from_id": "user171392407",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Light teal cardigan found in biz 1 0202. Have left it at the counter at the first floor of Biz 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Light teal cardigan found in biz 1 0202. Have left it at the counter at the first floor of Biz 1"
+ }
+ ]
+ },
+ {
+ "id": 9990,
+ "type": "message",
+ "date": "2022-09-09T19:47:18",
+ "date_unixtime": "1662724038",
+ "from": "folieful",
+ "from_id": "user253228573",
+ "text": "lost ez link card yesterday, possibly dropped it in utown / cinnamon college vicinity. pls help!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lost ez link card yesterday, possibly dropped it in utown / cinnamon college vicinity. pls help!"
+ }
+ ]
+ },
+ {
+ "id": 9996,
+ "type": "message",
+ "date": "2022-09-09T21:20:25",
+ "date_unixtime": "1662729625",
+ "edited": "2022-09-09T21:33:38",
+ "edited_unixtime": "1662730418",
+ "from": "Yaw Qian Yi",
+ "from_id": "user1419819468",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Found student card at AS8 commIT center lvl 2, can come to take by 930pm. Will pass to the security guard at level 1 after that.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found student card at AS8 commIT center lvl 2, can come to take by 930pm. Will pass to the security guard at level 1 after that."
+ }
+ ]
+ },
+ {
+ "id": 10001,
+ "type": "message",
+ "date": "2022-09-10T10:03:18",
+ "date_unixtime": "1662775398",
+ "edited": "2022-09-12T17:12:03",
+ "edited_unixtime": "1662973923",
+ "from": "Amanda Lee",
+ "from_id": "user1000763052",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi! I lost my necklace yesterday at KR bus terminal/West coast park. If anyone finds pls pm me 😢",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost my necklace yesterday at KR bus terminal/West coast park. If anyone finds pls pm me 😢"
+ }
+ ]
+ },
+ {
+ "id": 10004,
+ "type": "message",
+ "date": "2022-09-10T14:16:16",
+ "date_unixtime": "1662790576",
+ "from": "Erin Shencaka",
+ "from_id": "user1936991597",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hey guys, saw this bracelet on the road in front of Udon Don Bar, near the bus stop at Utown. It’s currently with me so if this is yours, please message me :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys, saw this bracelet on the road in front of Udon Don Bar, near the bus stop at Utown. It’s currently with me so if this is yours, please message me :)"
+ }
+ ]
+ },
+ {
+ "id": 10006,
+ "type": "message",
+ "date": "2022-09-10T17:48:36",
+ "date_unixtime": "1662803316",
+ "from": "Nat",
+ "from_id": "user544515641",
+ "text": [
+ "hey guys. I loose my wallet near tennis court 1. i appreciate if somene find it. my name is Philipe (",
+ {
+ "type": "phone",
+ "text": "88558628"
+ },
+ "). tks!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey guys. I loose my wallet near tennis court 1. i appreciate if somene find it. my name is Philipe ("
+ },
+ {
+ "type": "phone",
+ "text": "88558628"
+ },
+ {
+ "type": "plain",
+ "text": "). tks!"
+ }
+ ]
+ },
+ {
+ "id": 10007,
+ "type": "message",
+ "date": "2022-09-10T17:49:48",
+ "date_unixtime": "1662803388",
+ "from": "Nat",
+ "from_id": "user544515641",
+ "text": "its made of leather, color Bronw, size small.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "its made of leather, color Bronw, size small."
+ }
+ ]
+ },
+ {
+ "id": 10011,
+ "type": "message",
+ "date": "2022-09-11T09:56:06",
+ "date_unixtime": "1662861366",
+ "edited": "2022-09-11T10:21:08",
+ "edited_unixtime": "1662862868",
+ "from": "Philipe Paschoal",
+ "from_id": "user5099546187",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 771,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10012,
+ "type": "message",
+ "date": "2022-09-11T09:57:28",
+ "date_unixtime": "1662861448",
+ "from": "Philipe Paschoal",
+ "from_id": "user5099546187",
+ "text": "Last time I saw my wallet was on this bench, when I was playing tennis arround 4PM. I kindly appreciate if anyone have any information. 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Last time I saw my wallet was on this bench, when I was playing tennis arround 4PM. I kindly appreciate if anyone have any information. 🙏"
+ }
+ ]
+ },
+ {
+ "id": 10013,
+ "type": "message",
+ "date": "2022-09-11T09:58:34",
+ "date_unixtime": "1662861514",
+ "edited": "2022-09-11T23:22:26",
+ "edited_unixtime": "1662909746",
+ "from": "Philipe Paschoal",
+ "from_id": "user5099546187",
+ "text": "From here I walk to the garage car , the wallet can slip of my pocket also, I don’t know…this is another possibility…",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "From here I walk to the garage car , the wallet can slip of my pocket also, I don’t know…this is another possibility…"
+ }
+ ]
+ },
+ {
+ "id": 10014,
+ "type": "message",
+ "date": "2022-09-11T09:58:48",
+ "date_unixtime": "1662861528",
+ "edited": "2022-09-11T09:59:18",
+ "edited_unixtime": "1662861558",
+ "from": "Philipe Paschoal",
+ "from_id": "user5099546187",
+ "text": "Thanks everyone! Morning!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks everyone! Morning!"
+ }
+ ]
+ },
+ {
+ "id": 10031,
+ "type": "message",
+ "date": "2022-09-11T17:04:13",
+ "date_unixtime": "1662887053",
+ "edited": "2022-09-20T21:55:43",
+ "edited_unixtime": "1663682143",
+ "from": "Yuehan Ma",
+ "from_id": "user5484563383",
+ "text": "Hi guys I lost my air pods pro yesterday and there is a bunny on the case. If anyone see it could u please message me 😭really appreciate",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys I lost my air pods pro yesterday and there is a bunny on the case. If anyone see it could u please message me 😭really appreciate"
+ }
+ ]
+ },
+ {
+ "id": 10032,
+ "type": "message",
+ "date": "2022-09-11T17:04:34",
+ "date_unixtime": "1662887074",
+ "from": "Yuehan Ma",
+ "from_id": "user5484563383",
+ "text": "And the case looks like",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "And the case looks like"
+ }
+ ]
+ },
+ {
+ "id": 10033,
+ "type": "message",
+ "date": "2022-09-11T17:04:43",
+ "date_unixtime": "1662887083",
+ "edited": "2022-09-12T17:12:28",
+ "edited_unixtime": "1662973948",
+ "from": "Yuehan Ma",
+ "from_id": "user5484563383",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10035,
+ "type": "message",
+ "date": "2022-09-11T17:06:13",
+ "date_unixtime": "1662887173",
+ "from": "Yuehan Ma",
+ "from_id": "user5484563383",
+ "text": "It was lost in PGP",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It was lost in PGP"
+ }
+ ]
+ },
+ {
+ "id": 10036,
+ "type": "message",
+ "date": "2022-09-11T17:06:46",
+ "date_unixtime": "1662887206",
+ "edited": "2022-09-12T01:53:18",
+ "edited_unixtime": "1662918798",
+ "from": "Yuehan Ma",
+ "from_id": "user5484563383",
+ "text": "Around the canteen and blk11 study room area",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Around the canteen and blk11 study room area"
+ }
+ ]
+ },
+ {
+ "id": 10063,
+ "type": "message",
+ "date": "2022-09-11T19:12:11",
+ "date_unixtime": "1662894731",
+ "from": "George",
+ "from_id": "user1090074700",
+ "text": "Hi by any chance if anybody saw a matric card w a black RVRC lanyard please let me know too!\n\nShould have been with coconut water in the badminton court at USC, went back the next morning but was gone:",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi by any chance if anybody saw a matric card w a black RVRC lanyard please let me know too!\n\nShould have been with coconut water in the badminton court at USC, went back the next morning but was gone:"
+ }
+ ]
+ },
+ {
+ "id": 10085,
+ "type": "message",
+ "date": "2022-09-12T00:32:46",
+ "date_unixtime": "1662913966",
+ "edited": "2022-09-12T00:33:18",
+ "edited_unixtime": "1662913998",
+ "from": "chuyue",
+ "from_id": "user148118116",
+ "reply_to_message_id": 10082,
+ "text": "hey it might not be a good idea to leave so much of the number uncensored, there is already a name on the card",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey it might not be a good idea to leave so much of the number uncensored, there is already a name on the card"
+ }
+ ]
+ },
+ {
+ "id": 10087,
+ "type": "message",
+ "date": "2022-09-12T00:38:02",
+ "date_unixtime": "1662914282",
+ "edited": "2022-09-12T01:13:57",
+ "edited_unixtime": "1662916437",
+ "from": "Russell 🦊",
+ "from_id": "user1178488221",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi, saw this at the stairs of PGP main foyer",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, saw this at the stairs of PGP main foyer"
+ }
+ ]
+ },
+ {
+ "id": 10088,
+ "type": "message",
+ "date": "2022-09-12T00:38:13",
+ "date_unixtime": "1662914293",
+ "from": "Russell 🦊",
+ "from_id": "user1178488221",
+ "text": "Have handed this to the security nearby",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Have handed this to the security nearby"
+ }
+ ]
+ },
+ {
+ "id": 10089,
+ "type": "message",
+ "date": "2022-09-12T00:48:10",
+ "date_unixtime": "1662914890",
+ "edited": "2022-09-12T00:51:00",
+ "edited_unixtime": "1662915060",
+ "from": "Wenyi",
+ "from_id": "user958276166",
+ "reply_to_message_id": 10085,
+ "text": "Sorry sorry, bank of China card (Zhan Ling) left in utown, now passed to utown security ardy.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Sorry sorry, bank of China card (Zhan Ling) left in utown, now passed to utown security ardy."
+ }
+ ]
+ },
+ {
+ "id": 10100,
+ "type": "message",
+ "date": "2022-09-12T09:57:03",
+ "date_unixtime": "1662947823",
+ "from": "Max Lim",
+ "from_id": "user58325427",
+ "text": "Hi sorry did anyone find a black wallet? I think I misplaced it last night somewhere between src and cinnamon college",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi sorry did anyone find a black wallet? I think I misplaced it last night somewhere between src and cinnamon college"
+ }
+ ]
+ },
+ {
+ "id": 10101,
+ "type": "message",
+ "date": "2022-09-12T10:24:40",
+ "date_unixtime": "1662949480",
+ "from": "Clara Thorball",
+ "from_id": "user5317672443",
+ "text": "Hi, did anyone found a brown coloured wallet at pgpr? Lost it yesterday after 21, probably by the food stalls",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anyone found a brown coloured wallet at pgpr? Lost it yesterday after 21, probably by the food stalls"
+ }
+ ]
+ },
+ {
+ "id": 10102,
+ "type": "message",
+ "date": "2022-09-12T10:24:53",
+ "date_unixtime": "1662949493",
+ "from": "Clara Thorball",
+ "from_id": "user5317672443",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 244,
+ "height": 320,
+ "text": "It looks like this",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It looks like this"
+ }
+ ]
+ },
+ {
+ "id": 10104,
+ "type": "message",
+ "date": "2022-09-12T11:10:55",
+ "date_unixtime": "1662952255",
+ "edited": "2022-09-12T11:11:15",
+ "edited_unixtime": "1662952275",
+ "from": "Stanford Ong",
+ "from_id": "user1697226392",
+ "reply_to_message_id": 10103,
+ "text": "Might want to censor the matric no.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Might want to censor the matric no."
+ }
+ ]
+ },
+ {
+ "id": 10105,
+ "type": "message",
+ "date": "2022-09-12T11:12:49",
+ "date_unixtime": "1662952369",
+ "edited": "2022-09-12T11:36:18",
+ "edited_unixtime": "1662953778",
+ "from": "Nicole Chiang",
+ "from_id": "user336308942",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hii found someone's matric card along walkway from CLB to tecno, if it's urs jus pm me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii found someone's matric card along walkway from CLB to tecno, if it's urs jus pm me!!"
+ }
+ ]
+ },
+ {
+ "id": 10106,
+ "type": "message",
+ "date": "2022-09-12T11:38:54",
+ "date_unixtime": "1662953934",
+ "from": "tiff",
+ "from_id": "user142796488",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "matric card found along clb walkway passed to librarians on L1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card found along clb walkway passed to librarians on L1"
+ }
+ ]
+ },
+ {
+ "id": 10107,
+ "type": "message",
+ "date": "2022-09-12T12:02:28",
+ "date_unixtime": "1662955348",
+ "from": "Philipe Paschoal",
+ "from_id": "user5099546187",
+ "reply_to_message_id": 10006,
+ "text": "My wallet is similar to this",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "My wallet is similar to this"
+ }
+ ]
+ },
+ {
+ "id": 10108,
+ "type": "message",
+ "date": "2022-09-12T12:02:39",
+ "date_unixtime": "1662955359",
+ "from": "Philipe Paschoal",
+ "from_id": "user5099546187",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 816,
+ "height": 803,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10109,
+ "type": "message",
+ "date": "2022-09-12T12:02:52",
+ "date_unixtime": "1662955372",
+ "from": "Philipe Paschoal",
+ "from_id": "user5099546187",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1159,
+ "height": 610,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10115,
+ "type": "message",
+ "date": "2022-09-12T13:06:30",
+ "date_unixtime": "1662959190",
+ "edited": "2022-09-12T14:13:41",
+ "edited_unixtime": "1662963221",
+ "from": "Giovanni Wijaya",
+ "from_id": "user942997498",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Matric card at techno edge project40 table",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card at techno edge project40 table"
+ }
+ ]
+ },
+ {
+ "id": 10118,
+ "type": "message",
+ "date": "2022-09-12T13:52:37",
+ "date_unixtime": "1662961957",
+ "from": "Wh",
+ "from_id": "user604275598",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Anyone lost their condo card at com3?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone lost their condo card at com3?"
+ }
+ ]
+ },
+ {
+ "id": 10130,
+ "type": "message",
+ "date": "2022-09-12T15:17:48",
+ "date_unixtime": "1662967068",
+ "from": "yb",
+ "from_id": "user187413708",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10131,
+ "type": "message",
+ "date": "2022-09-12T15:17:48",
+ "date_unixtime": "1662967068",
+ "from": "yb",
+ "from_id": "user187413708",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10132,
+ "type": "message",
+ "date": "2022-09-12T15:34:03",
+ "date_unixtime": "1662968043",
+ "edited": "2022-09-12T19:54:48",
+ "edited_unixtime": "1662983688",
+ "from": "jackson",
+ "from_id": "user550348802",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "stylus found in LT9. please dm me if yours!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "stylus found in LT9. please dm me if yours!!"
+ }
+ ]
+ },
+ {
+ "id": 10134,
+ "type": "message",
+ "date": "2022-09-12T15:59:29",
+ "date_unixtime": "1662969569",
+ "edited": "2022-09-12T16:32:47",
+ "edited_unixtime": "1662971567",
+ "from": "sherlin",
+ "from_id": "user726006488",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "hi i lost my airpods gen 3 both side buds somewhere in nus (prob on the bus) pls return if you have it :’))",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost my airpods gen 3 both side buds somewhere in nus (prob on the bus) pls return if you have it :’))"
+ }
+ ]
+ },
+ {
+ "id": 10141,
+ "type": "message",
+ "date": "2022-09-12T18:33:05",
+ "date_unixtime": "1662978785",
+ "from": "Sichin",
+ "from_id": "user5387526952",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10142,
+ "type": "message",
+ "date": "2022-09-12T18:33:27",
+ "date_unixtime": "1662978807",
+ "from": "Sichin",
+ "from_id": "user5387526952",
+ "text": "A blue water bottle in AS8-0401",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "A blue water bottle in AS8-0401"
+ }
+ ]
+ },
+ {
+ "id": 10146,
+ "type": "message",
+ "date": "2022-09-12T19:28:32",
+ "date_unixtime": "1662982112",
+ "edited": "2022-09-12T19:36:35",
+ "edited_unixtime": "1662982595",
+ "from": "emma 🐙",
+ "from_id": "user1214780973",
+ "text": "anyone seen my matric card arnd i3 in the past week? i think i lost it on 8 sep at arnd 11-12am?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone seen my matric card arnd i3 in the past week? i think i lost it on 8 sep at arnd 11-12am?"
+ }
+ ]
+ },
+ {
+ "id": 10147,
+ "type": "message",
+ "date": "2022-09-12T19:34:56",
+ "date_unixtime": "1662982496",
+ "edited": "2022-09-12T19:51:24",
+ "edited_unixtime": "1662983484",
+ "from": "Ted",
+ "from_id": "user556795113",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Anyone lost earbuds at Udondon bar? Left it with the staff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone lost earbuds at Udondon bar? Left it with the staff"
+ }
+ ]
+ },
+ {
+ "id": 10163,
+ "type": "message",
+ "date": "2022-09-13T10:04:02",
+ "date_unixtime": "1663034642",
+ "edited": "2022-09-13T10:25:03",
+ "edited_unixtime": "1663035903",
+ "from": "gina.",
+ "from_id": "user239185709",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi, found a wallet at LT12.\n(Passed to CLB level service desk)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, found a wallet at LT12.\n(Passed to CLB level service desk)"
+ }
+ ]
+ },
+ {
+ "id": 10165,
+ "type": "message",
+ "date": "2022-09-13T10:22:09",
+ "date_unixtime": "1663035729",
+ "from": "Matthew Eng",
+ "from_id": "user345124908",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 605,
+ "text": "Galaxy Pro Buds 2 lost at USC pool tables ystd if found pls pm me🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Galaxy Pro Buds 2 lost at USC pool tables ystd if found pls pm me🙏"
+ }
+ ]
+ },
+ {
+ "id": 10168,
+ "type": "message",
+ "date": "2022-09-13T12:20:51",
+ "date_unixtime": "1663042851",
+ "edited": "2022-09-13T12:43:52",
+ "edited_unixtime": "1663044232",
+ "from": "Bacon",
+ "from_id": "user473363765",
+ "text": "Hi, I lost my black charger (has 3 plugs, 2 type c and 1 USB A) and 2m long type c to type c cable in Tech Hangout, COM1 somewhere ard last week. Did anyone happen to see?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my black charger (has 3 plugs, 2 type c and 1 USB A) and 2m long type c to type c cable in Tech Hangout, COM1 somewhere ard last week. Did anyone happen to see?"
+ }
+ ]
+ },
+ {
+ "id": 10174,
+ "type": "message",
+ "date": "2022-09-13T15:53:49",
+ "date_unixtime": "1663055629",
+ "from": "Homura Akemi",
+ "from_id": "user1830957490",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Airpods(?) at I3, at the seats on the right side",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Airpods(?) at I3, at the seats on the right side"
+ }
+ ]
+ },
+ {
+ "id": 10185,
+ "type": "message",
+ "date": "2022-09-13T17:30:05",
+ "date_unixtime": "1663061405",
+ "edited": "2022-09-13T17:30:36",
+ "edited_unixtime": "1663061436",
+ "from": "Ke Xin",
+ "from_id": "user98191755",
+ "text": "hi if anyone has seen an ipad with a gray cover recently (in the past 2-3 weeks) do let me know!! 🥲🥲🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone has seen an ipad with a gray cover recently (in the past 2-3 weeks) do let me know!! 🥲🥲🥲"
+ }
+ ]
+ },
+ {
+ "id": 10188,
+ "type": "service",
+ "date": "2022-09-13T17:39:06",
+ "date_unixtime": "1663061946",
+ "actor": "yelani :)",
+ "actor_id": "user73688960",
+ "action": "invite_members",
+ "members": [
+ "yelani :)"
+ ],
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10190,
+ "type": "message",
+ "date": "2022-09-13T17:49:03",
+ "date_unixtime": "1663062543",
+ "from": "Adel✨",
+ "from_id": "user1098734070",
+ "text": "Hi did anyone see a dark gray cheers umbrella hanging on one of the seats in the tutorial classroom AS1-0209 tdy🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a dark gray cheers umbrella hanging on one of the seats in the tutorial classroom AS1-0209 tdy🥲"
+ }
+ ]
+ },
+ {
+ "id": 10191,
+ "type": "message",
+ "date": "2022-09-13T18:06:35",
+ "date_unixtime": "1663063595",
+ "from": "Ezzafatin",
+ "from_id": "user493566949",
+ "text": "Hi i lost my pink iphone at as8 if you've found it please lmk!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i lost my pink iphone at as8 if you've found it please lmk!"
+ }
+ ]
+ },
+ {
+ "id": 10192,
+ "type": "message",
+ "date": "2022-09-13T18:06:50",
+ "date_unixtime": "1663063610",
+ "edited": "2022-09-13T18:06:56",
+ "edited_unixtime": "1663063616",
+ "from": "Ezzafatin",
+ "from_id": "user493566949",
+ "text": "there's an ezlink card with my name",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "there's an ezlink card with my name"
+ }
+ ]
+ },
+ {
+ "id": 10194,
+ "type": "message",
+ "date": "2022-09-13T18:28:51",
+ "date_unixtime": "1663064931",
+ "from": "tecson",
+ "from_id": "user159723418",
+ "text": "by any chance anyone dropped their invisalign braces on the NUS bus?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "by any chance anyone dropped their invisalign braces on the NUS bus?"
+ }
+ ]
+ },
+ {
+ "id": 10195,
+ "type": "message",
+ "date": "2022-09-13T18:29:05",
+ "date_unixtime": "1663064945",
+ "edited": "2022-09-14T15:59:13",
+ "edited_unixtime": "1663142353",
+ "from": "tecson",
+ "from_id": "user159723418",
+ "reply_to_message_id": 10194,
+ "text": "lower teeth",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lower teeth"
+ }
+ ]
+ },
+ {
+ "id": 10197,
+ "type": "message",
+ "date": "2022-09-13T18:42:38",
+ "date_unixtime": "1663065758",
+ "edited": "2022-09-14T18:47:40",
+ "edited_unixtime": "1663152460",
+ "from": "ky",
+ "from_id": "user867043195",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Sephora Lip Gloss found at Com 3 Terrace!!!! Pm me :D",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Sephora Lip Gloss found at Com 3 Terrace!!!! Pm me :D"
+ }
+ ]
+ },
+ {
+ "id": 10199,
+ "type": "message",
+ "date": "2022-09-13T18:53:39",
+ "date_unixtime": "1663066419",
+ "edited": "2022-09-13T18:59:29",
+ "edited_unixtime": "1663066769",
+ "from": "Wh",
+ "from_id": "user604275598",
+ "text": "Anyone seen a black sweater anywhere near clb either in maxx coffee or coffee roasters?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone seen a black sweater anywhere near clb either in maxx coffee or coffee roasters?"
+ }
+ ]
+ },
+ {
+ "id": 10203,
+ "type": "message",
+ "date": "2022-09-13T19:40:52",
+ "date_unixtime": "1663069252",
+ "from": "hoof",
+ "from_id": "user515914946",
+ "text": "Hi! Lost my black wallet at around 6pm today at Opp University hall bus stop. Pls lmk if you’ve found it thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Lost my black wallet at around 6pm today at Opp University hall bus stop. Pls lmk if you’ve found it thank you!"
+ }
+ ]
+ },
+ {
+ "id": 10209,
+ "type": "message",
+ "date": "2022-09-13T22:03:54",
+ "date_unixtime": "1663077834",
+ "edited": "2022-09-13T23:11:14",
+ "edited_unixtime": "1663081874",
+ "from": "nessa",
+ "from_id": "user81580994",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "water bottle left in E5-03-19, I've placed it on the table next to the projector screen at the front",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "water bottle left in E5-03-19, I've placed it on the table next to the projector screen at the front"
+ }
+ ]
+ },
+ {
+ "id": 10210,
+ "type": "message",
+ "date": "2022-09-13T22:05:46",
+ "date_unixtime": "1663077946",
+ "edited": "2022-09-13T22:08:22",
+ "edited_unixtime": "1663078102",
+ "from": "Lisa Josefsson",
+ "from_id": "user5536610202",
+ "text": "Hi! I have lost:\n-A hp charger\n-A samsung charger \n-A adopter \n- One black shoe \n... had a bad day 😅 plz let me know if you find something",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I have lost:\n-A hp charger\n-A samsung charger \n-A adopter \n- One black shoe \n... had a bad day 😅 plz let me know if you find something"
+ }
+ ]
+ },
+ {
+ "id": 10212,
+ "type": "message",
+ "date": "2022-09-13T23:12:51",
+ "date_unixtime": "1663081971",
+ "from": "Wh",
+ "from_id": "user604275598",
+ "reply_to_message_id": 10199,
+ "text": "Anyone^^last seen today at 530pm when maxx closed",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone^^last seen today at 530pm when maxx closed"
+ }
+ ]
+ },
+ {
+ "id": 10214,
+ "type": "message",
+ "date": "2022-09-13T23:30:12",
+ "date_unixtime": "1663083012",
+ "from": "Keith^",
+ "from_id": "user332118575",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Spectacles at tennis court, nearest to stadium field",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Spectacles at tennis court, nearest to stadium field"
+ }
+ ]
+ },
+ {
+ "id": 10221,
+ "type": "message",
+ "date": "2022-09-14T09:03:50",
+ "date_unixtime": "1663117430",
+ "from": "kok hai",
+ "from_id": "user345254466",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "airpods case at utown on the bench near sapore",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "airpods case at utown on the bench near sapore"
+ }
+ ]
+ },
+ {
+ "id": 10222,
+ "type": "message",
+ "date": "2022-09-14T10:16:32",
+ "date_unixtime": "1663121792",
+ "edited": "2022-09-14T10:20:04",
+ "edited_unixtime": "1663122004",
+ "from": "Yong En",
+ "from_id": "user30115370",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "smol duck pin(?) found at frontier",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "smol duck pin(?) found at frontier"
+ }
+ ]
+ },
+ {
+ "id": 10225,
+ "type": "message",
+ "date": "2022-09-14T10:36:29",
+ "date_unixtime": "1663122989",
+ "from": "Suraj",
+ "from_id": "user1262853706",
+ "text": "I left a pencil case in S17 lvl 6 room 11. It has a lot of pencils in it. Pls contact me if found.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I left a pencil case in S17 lvl 6 room 11. It has a lot of pencils in it. Pls contact me if found."
+ }
+ ]
+ },
+ {
+ "id": 10229,
+ "type": "message",
+ "date": "2022-09-14T11:41:11",
+ "date_unixtime": "1663126871",
+ "from": "Anthony 🐜",
+ "from_id": "user211894177",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found an ezlink card at utown south tower laundry room, passed to management office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found an ezlink card at utown south tower laundry room, passed to management office"
+ }
+ ]
+ },
+ {
+ "id": 10230,
+ "type": "message",
+ "date": "2022-09-14T11:47:36",
+ "date_unixtime": "1663127256",
+ "from": "Wh",
+ "from_id": "user604275598",
+ "text": "Anyone seen a black sweater anywhere near clb either in maxx coffee or coffee roasters? It was lost since ystd 5.30pm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone seen a black sweater anywhere near clb either in maxx coffee or coffee roasters? It was lost since ystd 5.30pm"
+ }
+ ]
+ },
+ {
+ "id": 10231,
+ "type": "message",
+ "date": "2022-09-14T11:56:16",
+ "date_unixtime": "1663127776",
+ "edited": "2022-09-14T11:57:20",
+ "edited_unixtime": "1663127840",
+ "from": "Jason",
+ "from_id": "user40584971",
+ "reply_to_message_id": 10229,
+ "text": "Thanks a lot! This belongs to my friend !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks a lot! This belongs to my friend !"
+ }
+ ]
+ },
+ {
+ "id": 10237,
+ "type": "message",
+ "date": "2022-09-14T13:31:54",
+ "date_unixtime": "1663133514",
+ "edited": "2022-09-14T13:58:04",
+ "edited_unixtime": "1663135084",
+ "from": "Amanduhh 🖤",
+ "from_id": "user666407963",
+ "text": "Hi! I lost a black ASUS charger in AS5 0202- if anyone saw it please let me know!! :’) it’s not there alr",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost a black ASUS charger in AS5 0202- if anyone saw it please let me know!! :’) it’s not there alr"
+ }
+ ]
+ },
+ {
+ "id": 10238,
+ "type": "message",
+ "date": "2022-09-14T13:33:18",
+ "date_unixtime": "1663133598",
+ "edited": "2022-09-14T13:34:06",
+ "edited_unixtime": "1663133646",
+ "from": "auyu",
+ "from_id": "user897317183",
+ "text": "Hi! I lost an EZ-link card at I think around AS8 or The Deck, if anyone found it pls do let me know!! Thanks :')",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost an EZ-link card at I think around AS8 or The Deck, if anyone found it pls do let me know!! Thanks :')"
+ }
+ ]
+ },
+ {
+ "id": 10239,
+ "type": "message",
+ "date": "2022-09-14T13:35:48",
+ "date_unixtime": "1663133748",
+ "from": "Peter Goh",
+ "from_id": "user328957070",
+ "text": "Hi please let me know if anyone saw a black soccer cleat with rather long laces near vending machines at the astro! :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi please let me know if anyone saw a black soccer cleat with rather long laces near vending machines at the astro! :)"
+ }
+ ]
+ },
+ {
+ "id": 10241,
+ "type": "message",
+ "date": "2022-09-14T13:44:28",
+ "date_unixtime": "1663134268",
+ "from": "Koh Jin Yuen",
+ "from_id": "user562429502",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi anyone saw a bag that looks like this near AS6 or Com3?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone saw a bag that looks like this near AS6 or Com3?"
+ }
+ ]
+ },
+ {
+ "id": 10243,
+ "type": "message",
+ "date": "2022-09-14T14:01:40",
+ "date_unixtime": "1663135300",
+ "from": "isaac",
+ "from_id": "user646990333",
+ "text": "Hi anyone saw a matric card around fine foods at utown - the matric no. ends with 804L",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone saw a matric card around fine foods at utown - the matric no. ends with 804L"
+ }
+ ]
+ },
+ {
+ "id": 10244,
+ "type": "message",
+ "date": "2022-09-14T14:04:13",
+ "date_unixtime": "1663135453",
+ "edited": "2022-09-14T14:08:26",
+ "edited_unixtime": "1663135706",
+ "from": "OJJA",
+ "from_id": "user274211265",
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "video_file",
+ "mime_type": "video/mp4",
+ "duration_seconds": 4,
+ "width": 1280,
+ "height": 606,
+ "text": "Dropped my white draw string bag containing my white shoes along Yale NUS Road about 11:44 today (as seen in video). Found my cargo net but not the shoes....",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Dropped my white draw string bag containing my white shoes along Yale NUS Road about 11:44 today (as seen in video). Found my cargo net but not the shoes...."
+ }
+ ]
+ },
+ {
+ "id": 10247,
+ "type": "message",
+ "date": "2022-09-14T14:45:25",
+ "date_unixtime": "1663137925",
+ "edited": "2022-09-14T15:14:52",
+ "edited_unixtime": "1663139692",
+ "from": "Tuvynh",
+ "from_id": "user998706151",
+ "text": "Hi has anyone at AS1-0210 seen a small silicone/rubber button near the seats right in front of the teachers’ desk? Should be on the floor. My keyboard can’t work without it…",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone at AS1-0210 seen a small silicone/rubber button near the seats right in front of the teachers’ desk? Should be on the floor. My keyboard can’t work without it…"
+ }
+ ]
+ },
+ {
+ "id": 10250,
+ "type": "message",
+ "date": "2022-09-14T16:14:09",
+ "date_unixtime": "1663143249",
+ "from": "ethan",
+ "from_id": "user530285738",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Student card found in meeting room 8 at Mac Commons",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Student card found in meeting room 8 at Mac Commons"
+ }
+ ]
+ },
+ {
+ "id": 10251,
+ "type": "message",
+ "date": "2022-09-14T16:24:45",
+ "date_unixtime": "1663143885",
+ "edited": "2022-09-14T16:28:10",
+ "edited_unixtime": "1663144090",
+ "from": "Tanya",
+ "from_id": "user5054989423",
+ "text": "Hi anyone saw a blue nalgene bottle on the floor at AS4 0603 pls lmk thnq😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone saw a blue nalgene bottle on the floor at AS4 0603 pls lmk thnq😭"
+ }
+ ]
+ },
+ {
+ "id": 10253,
+ "type": "message",
+ "date": "2022-09-14T17:18:01",
+ "date_unixtime": "1663147081",
+ "edited": "2022-09-14T17:25:47",
+ "edited_unixtime": "1663147547",
+ "from": "Joon Wah Tang",
+ "from_id": "user5534942693",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someone dropped their eg1311 wheel cutout in bus A2 (pc4071m)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone dropped their eg1311 wheel cutout in bus A2 (pc4071m)"
+ }
+ ]
+ },
+ {
+ "id": 10255,
+ "type": "message",
+ "date": "2022-09-14T18:10:18",
+ "date_unixtime": "1663150218",
+ "from": "m",
+ "from_id": "user339209254",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1013,
+ "height": 1280,
+ "text": "usb-c to usb-c cable at ventus bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "usb-c to usb-c cable at ventus bus stop"
+ }
+ ]
+ },
+ {
+ "id": 10257,
+ "type": "message",
+ "date": "2022-09-14T18:34:55",
+ "date_unixtime": "1663151695",
+ "edited": "2022-09-14T18:59:24",
+ "edited_unixtime": "1663153164",
+ "from": "Qing Ning (Shin) シン",
+ "from_id": "user852694527",
+ "text": "I lost a old Seiko metal watch possibly at FASS (AS8/ AS1-0204 classroom)/ at Science frontier canteen/Utown. Hope someone finds it 🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost a old Seiko metal watch possibly at FASS (AS8/ AS1-0204 classroom)/ at Science frontier canteen/Utown. Hope someone finds it 🥲"
+ }
+ ]
+ },
+ {
+ "id": 10267,
+ "type": "message",
+ "date": "2022-09-14T20:00:33",
+ "date_unixtime": "1663156833",
+ "from": "xh",
+ "from_id": "user938109287",
+ "text": "hi has anyone seen a concession card at LT28 or frontier? ard 7pm today 🥲 please contact me thankss",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anyone seen a concession card at LT28 or frontier? ard 7pm today 🥲 please contact me thankss"
+ }
+ ]
+ },
+ {
+ "id": 10268,
+ "type": "message",
+ "date": "2022-09-14T20:26:42",
+ "date_unixtime": "1663158402",
+ "from": "Morse Fu MJ",
+ "from_id": "user516834593",
+ "text": "Hi if anyone sees a wallet in AS3 level 3 please contact me thanks. There is my IC and driving licence inside so should be easy to identify.😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone sees a wallet in AS3 level 3 please contact me thanks. There is my IC and driving licence inside so should be easy to identify.😭"
+ }
+ ]
+ },
+ {
+ "id": 10271,
+ "type": "message",
+ "date": "2022-09-14T21:23:50",
+ "date_unixtime": "1663161830",
+ "edited": "2022-09-15T06:35:10",
+ "edited_unixtime": "1663194910",
+ "from": "Stephanie Aw",
+ "from_id": "user1273495439",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1099,
+ "text": "Hello! I lost my pink-frame translucent glasses (similar to pic) outside MPSH2 :( Pls lemme know if you’ve seen it thank you 🙏🙇♀️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost my pink-frame translucent glasses (similar to pic) outside MPSH2 :( Pls lemme know if you’ve seen it thank you 🙏🙇♀️"
+ }
+ ]
+ },
+ {
+ "id": 10273,
+ "type": "message",
+ "date": "2022-09-14T23:14:31",
+ "date_unixtime": "1663168471",
+ "edited": "2022-09-15T00:05:34",
+ "edited_unixtime": "1663171534",
+ "from": "Jovin Goh",
+ "from_id": "user845911132",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 722,
+ "height": 1280,
+ "text": "Found this at kr mrt, left it w kr mrt's passenger service.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at kr mrt, left it w kr mrt's passenger service."
+ }
+ ]
+ },
+ {
+ "id": 10280,
+ "type": "message",
+ "date": "2022-09-15T06:01:25",
+ "date_unixtime": "1663192885",
+ "edited": "2022-09-15T08:36:00",
+ "edited_unixtime": "1663202160",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10279,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Philip Morales",
+ "user_id": 5544840237
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Philip Morales",
+ "user_id": 5544840237
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 10281,
+ "type": "message",
+ "date": "2022-09-15T10:02:01",
+ "date_unixtime": "1663207321",
+ "from": "eunice",
+ "from_id": "user267113596",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1242,
+ "height": 1037,
+ "text": "hi yall i lost this wallet^ not sure where but maybe clb (?) lmk if you see it thenk u",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi yall i lost this wallet^ not sure where but maybe clb (?) lmk if you see it thenk u"
+ }
+ ]
+ },
+ {
+ "id": 10285,
+ "type": "message",
+ "date": "2022-09-15T12:59:08",
+ "date_unixtime": "1663217948",
+ "edited": "2022-09-15T13:04:32",
+ "edited_unixtime": "1663218272",
+ "from": "Matthew",
+ "from_id": "user212563159",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi someone left a hairband and a left airpod at the bench outside AS4 01-11",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi someone left a hairband and a left airpod at the bench outside AS4 01-11"
+ }
+ ]
+ },
+ {
+ "id": 10286,
+ "type": "message",
+ "date": "2022-09-15T13:00:31",
+ "date_unixtime": "1663218031",
+ "edited": "2022-09-15T17:41:25",
+ "edited_unixtime": "1663234885",
+ "from": "Bryan",
+ "from_id": "user327198736",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello someone left their sbux tumbler in the front row of e3-06-09",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello someone left their sbux tumbler in the front row of e3-06-09"
+ }
+ ]
+ },
+ {
+ "id": 10288,
+ "type": "message",
+ "date": "2022-09-15T13:31:10",
+ "date_unixtime": "1663219870",
+ "from": "tecson",
+ "from_id": "user159723418",
+ "reply_to_message_id": 10286,
+ "text": "Settled",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Settled"
+ }
+ ]
+ },
+ {
+ "id": 10289,
+ "type": "message",
+ "date": "2022-09-15T13:31:21",
+ "date_unixtime": "1663219881",
+ "edited": "2022-09-15T13:32:33",
+ "edited_unixtime": "1663219953",
+ "from": "tecson",
+ "from_id": "user159723418",
+ "text": "Thank you ❤️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thank you ❤️"
+ }
+ ]
+ },
+ {
+ "id": 10290,
+ "type": "message",
+ "date": "2022-09-15T13:35:59",
+ "date_unixtime": "1663220159",
+ "from": "tecson",
+ "from_id": "user159723418",
+ "reply_to_message_id": 10286,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "🙊",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "🙊"
+ }
+ ]
+ },
+ {
+ "id": 10292,
+ "type": "message",
+ "date": "2022-09-15T14:01:51",
+ "date_unixtime": "1663221711",
+ "edited": "2022-09-15T16:53:46",
+ "edited_unixtime": "1663232026",
+ "from": "Jeslyn",
+ "from_id": "user718577543",
+ "text": "Hi did anyone see a black laptop bag in utown gym? I lost it on Monday :”) pls rch out to me if u know any details thanks so much!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a black laptop bag in utown gym? I lost it on Monday :”) pls rch out to me if u know any details thanks so much!!"
+ }
+ ]
+ },
+ {
+ "id": 10297,
+ "type": "message",
+ "date": "2022-09-15T16:42:40",
+ "date_unixtime": "1663231360",
+ "from": "Dan",
+ "from_id": "user185038036",
+ "text": "Did anyone see a student card “Lee Zheng Yao Daniel” ?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone see a student card “Lee Zheng Yao Daniel” ?"
+ }
+ ]
+ },
+ {
+ "id": 10301,
+ "type": "message",
+ "date": "2022-09-15T17:27:17",
+ "date_unixtime": "1663234037",
+ "edited": "2022-09-15T17:35:51",
+ "edited_unixtime": "1663234551",
+ "from": "Koh Zhaorong",
+ "from_id": "user171392407",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Ipad and water bottle found in TP SR3",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ipad and water bottle found in TP SR3"
+ }
+ ]
+ },
+ {
+ "id": 10302,
+ "type": "message",
+ "date": "2022-09-15T17:39:19",
+ "date_unixtime": "1663234759",
+ "from": "Marcus Ng",
+ "from_id": "user159595405",
+ "text": "Hi did anyone see a green JBL reflect flow set?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a green JBL reflect flow set?"
+ }
+ ]
+ },
+ {
+ "id": 10303,
+ "type": "message",
+ "date": "2022-09-15T17:48:27",
+ "date_unixtime": "1663235307",
+ "edited": "2022-09-15T17:49:20",
+ "edited_unixtime": "1663235360",
+ "from": "Friedrich",
+ "from_id": "user191630088",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "On the sidewalk ca. 100m south of CLB",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "On the sidewalk ca. 100m south of CLB"
+ }
+ ]
+ },
+ {
+ "id": 10306,
+ "type": "message",
+ "date": "2022-09-15T17:52:32",
+ "date_unixtime": "1663235552",
+ "from": "Wynnes 😎",
+ "from_id": "user218669762",
+ "text": "Found at sde 1 outside",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at sde 1 outside"
+ }
+ ]
+ },
+ {
+ "id": 10307,
+ "type": "message",
+ "date": "2022-09-15T17:53:22",
+ "date_unixtime": "1663235602",
+ "edited": "2022-09-15T17:53:28",
+ "edited_unixtime": "1663235608",
+ "from": "Wynnes 😎",
+ "from_id": "user218669762",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "I left it here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I left it here"
+ }
+ ]
+ },
+ {
+ "id": 10308,
+ "type": "message",
+ "date": "2022-09-15T17:54:18",
+ "date_unixtime": "1663235658",
+ "edited": "2022-09-15T17:54:42",
+ "edited_unixtime": "1663235682",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 10305,
+ "text": "wait, it's expired",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "wait, it's expired"
+ }
+ ]
+ },
+ {
+ "id": 10309,
+ "type": "message",
+ "date": "2022-09-15T17:55:53",
+ "date_unixtime": "1663235753",
+ "from": "Jason",
+ "from_id": "user40584971",
+ "reply_to_message_id": 10308,
+ "text": "The person maybe also dw",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "The person maybe also dw"
+ }
+ ]
+ },
+ {
+ "id": 10310,
+ "type": "message",
+ "date": "2022-09-15T17:55:58",
+ "date_unixtime": "1663235758",
+ "edited": "2022-09-15T17:58:13",
+ "edited_unixtime": "1663235893",
+ "from": "(* ̄▽ ̄)",
+ "from_id": "user856647672",
+ "reply_to_message_id": 10308,
+ "text": "Can use first 4 digits to claim online discounts 🥰",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Can use first 4 digits to claim online discounts 🥰"
+ }
+ ]
+ },
+ {
+ "id": 10311,
+ "type": "message",
+ "date": "2022-09-15T17:56:39",
+ "date_unixtime": "1663235799",
+ "edited": "2022-09-15T17:56:53",
+ "edited_unixtime": "1663235813",
+ "from": "Jaya",
+ "from_id": "user165559569",
+ "reply_to_message_id": 10305,
+ "text": "fyi the barcode is the person's nric so you probably shouldn't be showing it like that",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "fyi the barcode is the person's nric so you probably shouldn't be showing it like that"
+ }
+ ]
+ },
+ {
+ "id": 10312,
+ "type": "message",
+ "date": "2022-09-15T18:00:05",
+ "date_unixtime": "1663236005",
+ "edited": "2022-09-15T18:00:30",
+ "edited_unixtime": "1663236030",
+ "from": "Wynnes 😎",
+ "from_id": "user218669762",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 540,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10313,
+ "type": "message",
+ "date": "2022-09-15T18:11:05",
+ "date_unixtime": "1663236665",
+ "edited": "2022-09-15T18:12:23",
+ "edited_unixtime": "1663236743",
+ "from": "George",
+ "from_id": "user1090074700",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "If the kind soul who returned my card happened to be here, just wanted to say thanks a lot!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If the kind soul who returned my card happened to be here, just wanted to say thanks a lot!!"
+ }
+ ]
+ },
+ {
+ "id": 10314,
+ "type": "message",
+ "date": "2022-09-15T19:22:33",
+ "date_unixtime": "1663240953",
+ "from": "max",
+ "from_id": "user250293796",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10315,
+ "type": "message",
+ "date": "2022-09-15T19:22:33",
+ "date_unixtime": "1663240953",
+ "from": "max",
+ "from_id": "user250293796",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "glasses found on the windowsill outside law sr 4-1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "glasses found on the windowsill outside law sr 4-1"
+ }
+ ]
+ },
+ {
+ "id": 10319,
+ "type": "message",
+ "date": "2022-09-15T20:30:59",
+ "date_unixtime": "1663245059",
+ "edited": "2022-09-15T22:37:23",
+ "edited_unixtime": "1663252643",
+ "from": "gavin",
+ "from_id": "user1843931081",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "Hey! Thanks so much for returning my card if y’all are here been looking for it for a while :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey! Thanks so much for returning my card if y’all are here been looking for it for a while :)"
+ }
+ ]
+ },
+ {
+ "id": 10320,
+ "type": "message",
+ "date": "2022-09-15T21:02:43",
+ "date_unixtime": "1663246963",
+ "from": "Tammie",
+ "from_id": "user330856930",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found at grandstand. Collect it from IFG photobooth table",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at grandstand. Collect it from IFG photobooth table"
+ }
+ ]
+ },
+ {
+ "id": 10322,
+ "type": "message",
+ "date": "2022-09-15T22:35:05",
+ "date_unixtime": "1663252505",
+ "edited": "2022-09-16T01:04:13",
+ "edited_unixtime": "1663261453",
+ "from": "caleb",
+ "from_id": "user96406077",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at kr mpsh",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at kr mpsh"
+ }
+ ]
+ },
+ {
+ "id": 10346,
+ "type": "message",
+ "date": "2022-09-16T11:03:05",
+ "date_unixtime": "1663297385",
+ "from": "conrad",
+ "from_id": "user229325521",
+ "text": "found a matric card of ZHANG TIANJING at S17 L3 near the link bridge",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found a matric card of ZHANG TIANJING at S17 L3 near the link bridge"
+ }
+ ]
+ },
+ {
+ "id": 10347,
+ "type": "message",
+ "date": "2022-09-16T11:04:12",
+ "date_unixtime": "1663297452",
+ "from": "conrad",
+ "from_id": "user229325521",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 958,
+ "height": 915,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10348,
+ "type": "message",
+ "date": "2022-09-16T11:04:12",
+ "date_unixtime": "1663297452",
+ "from": "conrad",
+ "from_id": "user229325521",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10351,
+ "type": "message",
+ "date": "2022-09-16T11:44:20",
+ "date_unixtime": "1663299860",
+ "edited": "2022-09-16T11:46:05",
+ "edited_unixtime": "1663299965",
+ "from": "CL",
+ "from_id": "user195999623",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found empty samsung bud case at COM1 vending machine area, returned to security post at COM2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found empty samsung bud case at COM1 vending machine area, returned to security post at COM2"
+ }
+ ]
+ },
+ {
+ "id": 10352,
+ "type": "message",
+ "date": "2022-09-16T11:44:20",
+ "date_unixtime": "1663299860",
+ "from": "CL",
+ "from_id": "user195999623",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10353,
+ "type": "message",
+ "date": "2022-09-16T12:06:32",
+ "date_unixtime": "1663301192",
+ "from": "Fairoz",
+ "from_id": "user765901083",
+ "text": "Anyone see a green empty square earbuds case along FASS? I think I dropped mine while going to class :/",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone see a green empty square earbuds case along FASS? I think I dropped mine while going to class :/"
+ }
+ ]
+ },
+ {
+ "id": 10356,
+ "type": "message",
+ "date": "2022-09-16T13:15:18",
+ "date_unixtime": "1663305318",
+ "from": "lynn",
+ "from_id": "user307372204",
+ "text": "hello! anyone found an apple pencil at com3? i might hv accidentally dropped it thr:(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! anyone found an apple pencil at com3? i might hv accidentally dropped it thr:("
+ }
+ ]
+ },
+ {
+ "id": 10364,
+ "type": "message",
+ "date": "2022-09-16T15:53:01",
+ "date_unixtime": "1663314781",
+ "from": "Vavinan",
+ "from_id": "user1054163660",
+ "text": "Anyone see Starbucks hot flask at technoedge",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone see Starbucks hot flask at technoedge"
+ }
+ ]
+ },
+ {
+ "id": 10371,
+ "type": "message",
+ "date": "2022-09-16T17:21:27",
+ "date_unixtime": "1663320087",
+ "from": "tecson",
+ "from_id": "user159723418",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "bag tag found at the PGP Bus Terminal",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "bag tag found at the PGP Bus Terminal"
+ }
+ ]
+ },
+ {
+ "id": 10372,
+ "type": "message",
+ "date": "2022-09-16T17:26:40",
+ "date_unixtime": "1663320400",
+ "edited": "2022-09-18T11:23:29",
+ "edited_unixtime": "1663471409",
+ "from": "tecson",
+ "from_id": "user159723418",
+ "reply_to_message_id": 10371,
+ "text": "placed it on the extra ledge directly in front of the office at the bus terminal",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "placed it on the extra ledge directly in front of the office at the bus terminal"
+ }
+ ]
+ },
+ {
+ "id": 10374,
+ "type": "message",
+ "date": "2022-09-16T18:24:28",
+ "date_unixtime": "1663323868",
+ "edited": "2022-09-16T22:19:26",
+ "edited_unixtime": "1663337966",
+ "from": "Chee Chean",
+ "from_id": "user803526239",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at UTOWN fine food, japanese store. \nPassed the phone to the store cashier",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at UTOWN fine food, japanese store. \nPassed the phone to the store cashier"
+ }
+ ]
+ },
+ {
+ "id": 10377,
+ "type": "message",
+ "date": "2022-09-16T18:33:06",
+ "date_unixtime": "1663324386",
+ "edited": "2022-09-16T18:33:50",
+ "edited_unixtime": "1663324430",
+ "from": "Chen Tong",
+ "from_id": "user1890296679",
+ "text": "Hi, anyone see a pgp room card in utown dance studio yesterday night or today",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone see a pgp room card in utown dance studio yesterday night or today"
+ }
+ ]
+ },
+ {
+ "id": 10386,
+ "type": "message",
+ "date": "2022-09-16T22:06:56",
+ "date_unixtime": "1663337216",
+ "edited": "2022-09-16T22:07:00",
+ "edited_unixtime": "1663337220",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "DVI to DisplayPort adapter (wut) at bridge between UTown SRC and Town Plaza",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "DVI to DisplayPort adapter (wut) at bridge between UTown SRC and Town Plaza"
+ }
+ ]
+ },
+ {
+ "id": 10397,
+ "type": "message",
+ "date": "2022-09-17T14:49:16",
+ "date_unixtime": "1663397356",
+ "edited": "2022-09-17T14:49:30",
+ "edited_unixtime": "1663397370",
+ "from": "isaac",
+ "from_id": "user221737147",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Phone left at stand a bottle carnival game at com3 pls collect from the carnival aunty",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Phone left at stand a bottle carnival game at com3 pls collect from the carnival aunty"
+ }
+ ]
+ },
+ {
+ "id": 10399,
+ "type": "message",
+ "date": "2022-09-17T17:13:37",
+ "date_unixtime": "1663406017",
+ "edited": "2022-09-17T17:17:43",
+ "edited_unixtime": "1663406263",
+ "from": "Oh Vl",
+ "from_id": "user487197137",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Photo been at MPSH2 for at least a month already...",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Photo been at MPSH2 for at least a month already..."
+ }
+ ]
+ },
+ {
+ "id": 10404,
+ "type": "message",
+ "date": "2022-09-19T08:23:53",
+ "date_unixtime": "1663547033",
+ "edited": "2022-09-19T11:57:28",
+ "edited_unixtime": "1663559848",
+ "from": "Jan Eichhorn",
+ "from_id": "user5560682155",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 750,
+ "height": 750,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10405,
+ "type": "message",
+ "date": "2022-09-19T08:24:30",
+ "date_unixtime": "1663547070",
+ "from": "Jan Eichhorn",
+ "from_id": "user5560682155",
+ "text": "Hey guys, I left my charger (see photo above) outside at one of the tables at the Utown Starbucks. Has anyone found it/seen it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys, I left my charger (see photo above) outside at one of the tables at the Utown Starbucks. Has anyone found it/seen it?"
+ }
+ ]
+ },
+ {
+ "id": 10406,
+ "type": "message",
+ "date": "2022-09-19T08:25:01",
+ "date_unixtime": "1663547101",
+ "edited": "2022-09-19T09:14:55",
+ "edited_unixtime": "1663550095",
+ "from": "Jan Eichhorn",
+ "from_id": "user5560682155",
+ "text": "Has an EU plug on it. I kinda need it 😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has an EU plug on it. I kinda need it 😭"
+ }
+ ]
+ },
+ {
+ "id": 10407,
+ "type": "message",
+ "date": "2022-09-19T08:27:51",
+ "date_unixtime": "1663547271",
+ "edited": "2022-09-19T09:14:46",
+ "edited_unixtime": "1663550086",
+ "from": "Fang W",
+ "from_id": "user5338632662",
+ "reply_to_message_id": 10406,
+ "text": "well if u urgently need a travel adapter I have spares to lend",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "well if u urgently need a travel adapter I have spares to lend"
+ }
+ ]
+ },
+ {
+ "id": 10408,
+ "type": "message",
+ "date": "2022-09-19T08:42:43",
+ "date_unixtime": "1663548163",
+ "edited": "2022-09-19T09:14:48",
+ "edited_unixtime": "1663550088",
+ "from": "Jan Eichhorn",
+ "from_id": "user5560682155",
+ "text": "I found someone that could lend theirs. Thank you so much for you offer though, Fang!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I found someone that could lend theirs. Thank you so much for you offer though, Fang!"
+ }
+ ]
+ },
+ {
+ "id": 10409,
+ "type": "message",
+ "date": "2022-09-19T13:42:01",
+ "date_unixtime": "1663566121",
+ "from": "Juan Rafael",
+ "from_id": "user855593519",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Shirt found outside MPSH1 on Fri. Initials YQ on front",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Shirt found outside MPSH1 on Fri. Initials YQ on front"
+ }
+ ]
+ },
+ {
+ "id": 10411,
+ "type": "message",
+ "date": "2022-09-19T15:38:33",
+ "date_unixtime": "1663573113",
+ "edited": "2022-09-19T17:43:56",
+ "edited_unixtime": "1663580636",
+ "from": "Ben Chern",
+ "from_id": "user71249580",
+ "text": "Hi i lost my matriculation card :(\n\nLast seen - sports field\nName - Benedict Chern Jie Wen\nLanyard - CAPT \n\nLemme know if someone finds it please thank you !\n\nEdit: Found! Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i lost my matriculation card :(\n\nLast seen - sports field\nName - Benedict Chern Jie Wen\nLanyard - CAPT \n\nLemme know if someone finds it please thank you !\n\nEdit: Found! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 10412,
+ "type": "message",
+ "date": "2022-09-19T15:43:59",
+ "date_unixtime": "1663573439",
+ "edited": "2022-09-19T15:45:16",
+ "edited_unixtime": "1663573516",
+ "from": "Jared",
+ "from_id": "user99293074",
+ "reply_to_message_id": 5519,
+ "text": "thanks for sharing your matric number man\n\nyou might want to hide it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thanks for sharing your matric number man\n\nyou might want to hide it"
+ }
+ ]
+ },
+ {
+ "id": 10413,
+ "type": "message",
+ "date": "2022-09-19T16:12:53",
+ "date_unixtime": "1663575173",
+ "from": "Ben Chern",
+ "from_id": "user71249580",
+ "reply_to_message_id": 10412,
+ "text": "Mb",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Mb"
+ }
+ ]
+ },
+ {
+ "id": 10416,
+ "type": "message",
+ "date": "2022-09-19T16:56:50",
+ "date_unixtime": "1663577810",
+ "from": "Mulan Qin",
+ "from_id": "user5361536982",
+ "text": "Hi did anyone see an AirPods Pro charging case somewhere around LT27 bus stop? Please reach out to me tysm!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see an AirPods Pro charging case somewhere around LT27 bus stop? Please reach out to me tysm!"
+ }
+ ]
+ },
+ {
+ "id": 10420,
+ "type": "message",
+ "date": "2022-09-19T19:29:10",
+ "date_unixtime": "1663586950",
+ "edited": "2022-09-20T22:52:52",
+ "edited_unixtime": "1663685572",
+ "from": "joshua tan",
+ "from_id": "user744201954",
+ "text": "Hi guys, anyone happened to see a student matriculation card, lost mine this evening \n\nLast seen: sde/ eng side\nPotential areas: E2A IDP building or\nTechnoedge toilets\nName: Joshua Tan Jianhao\n\nPlease pm me if you find it thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys, anyone happened to see a student matriculation card, lost mine this evening \n\nLast seen: sde/ eng side\nPotential areas: E2A IDP building or\nTechnoedge toilets\nName: Joshua Tan Jianhao\n\nPlease pm me if you find it thank you"
+ }
+ ]
+ },
+ {
+ "id": 10424,
+ "type": "message",
+ "date": "2022-09-19T20:20:39",
+ "date_unixtime": "1663590039",
+ "edited": "2022-09-19T22:20:52",
+ "edited_unixtime": "1663597252",
+ "from": "matthew🙈",
+ "from_id": "user211250802",
+ "text": "hi did anyone see a white stylus pen?\nlast seen: com3 canteen/lt17\n\npls pm me if u have it/seen it\ncheers",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anyone see a white stylus pen?\nlast seen: com3 canteen/lt17\n\npls pm me if u have it/seen it\ncheers"
+ }
+ ]
+ },
+ {
+ "id": 10426,
+ "type": "message",
+ "date": "2022-09-19T23:50:14",
+ "date_unixtime": "1663602614",
+ "edited": "2022-09-20T08:15:28",
+ "edited_unixtime": "1663632928",
+ "from": "Darius Ng",
+ "from_id": "user613976046",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10427,
+ "type": "message",
+ "date": "2022-09-19T23:50:23",
+ "date_unixtime": "1663602623",
+ "from": "Darius Ng",
+ "from_id": "user613976046",
+ "text": [
+ {
+ "type": "mention",
+ "text": "@Joshtanjianhao"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@Joshtanjianhao"
+ }
+ ]
+ },
+ {
+ "id": 10428,
+ "type": "message",
+ "date": "2022-09-19T23:50:49",
+ "date_unixtime": "1663602649",
+ "from": "Darius Ng",
+ "from_id": "user613976046",
+ "text": "On the highway otw to supper stretch",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "On the highway otw to supper stretch"
+ }
+ ]
+ },
+ {
+ "id": 10429,
+ "type": "message",
+ "date": "2022-09-19T23:51:10",
+ "date_unixtime": "1663602670",
+ "from": "Darius Ng",
+ "from_id": "user613976046",
+ "text": "I'll bring back to cinnamon college after supper ☠️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I'll bring back to cinnamon college after supper ☠️"
+ }
+ ]
+ },
+ {
+ "id": 10430,
+ "type": "message",
+ "date": "2022-09-19T23:52:01",
+ "date_unixtime": "1663602721",
+ "from": "joshua tan",
+ "from_id": "user744201954",
+ "text": "Oh thanks so much",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Oh thanks so much"
+ }
+ ]
+ },
+ {
+ "id": 10436,
+ "type": "message",
+ "date": "2022-09-20T10:43:02",
+ "date_unixtime": "1663641782",
+ "edited": "2022-09-20T11:20:00",
+ "edited_unixtime": "1663644000",
+ "from": "Josh Khaw",
+ "from_id": "user251895608",
+ "reply_to_message_id": 10435,
+ "text": "censor matric number",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "censor matric number"
+ }
+ ]
+ },
+ {
+ "id": 10439,
+ "type": "message",
+ "date": "2022-09-20T14:15:45",
+ "date_unixtime": "1663654545",
+ "edited": "2022-09-20T14:46:16",
+ "edited_unixtime": "1663656376",
+ "from": "Jaedeok Kim",
+ "from_id": "user242406268",
+ "reply_to_message_id": 10435,
+ "text": "Thank you so much! It must have dropped out of my card holder",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thank you so much! It must have dropped out of my card holder"
+ }
+ ]
+ },
+ {
+ "id": 10442,
+ "type": "message",
+ "date": "2022-09-20T14:49:33",
+ "date_unixtime": "1663656573",
+ "edited": "2022-09-20T14:53:41",
+ "edited_unixtime": "1663656821",
+ "from": "Watermelon Jo",
+ "from_id": "user397791051",
+ "text": "Hi i lost my matriculation card :((\n\nLast seen - honestly I don’t know. Been 2 weeks. Could be FASS, deck, biz2,com3, ss \nName - Joanne Pang Shi Qi\n\n\nLet me know if y’all seen it. Thank uu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i lost my matriculation card :((\n\nLast seen - honestly I don’t know. Been 2 weeks. Could be FASS, deck, biz2,com3, ss \nName - Joanne Pang Shi Qi\n\n\nLet me know if y’all seen it. Thank uu"
+ }
+ ]
+ },
+ {
+ "id": 10460,
+ "type": "message",
+ "date": "2022-09-20T18:01:49",
+ "date_unixtime": "1663668109",
+ "from": "megan 🦕",
+ "from_id": "user475982850",
+ "text": "hello i lost my glasses \n\nlast seen: behind the basketball pole at the outdoor basketball courts, court 3\ndescription: metal and round frames with dark green sides (some of the green has been scratched off)\n\nif anyone has seen it pls lmk, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello i lost my glasses \n\nlast seen: behind the basketball pole at the outdoor basketball courts, court 3\ndescription: metal and round frames with dark green sides (some of the green has been scratched off)\n\nif anyone has seen it pls lmk, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 10469,
+ "type": "message",
+ "date": "2022-09-20T21:49:25",
+ "date_unixtime": "1663681765",
+ "edited": "2022-09-20T21:53:18",
+ "edited_unixtime": "1663681998",
+ "from": "Jason",
+ "from_id": "user40584971",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 571,
+ "height": 571,
+ "text": "Hi I lost my black thermal flask at UTown foodclique around 730-8pm. It is around the round cushion seat beside the drink stall. If seen pls PM, thanks 😅",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my black thermal flask at UTown foodclique around 730-8pm. It is around the round cushion seat beside the drink stall. If seen pls PM, thanks 😅"
+ }
+ ]
+ },
+ {
+ "id": 10473,
+ "type": "message",
+ "date": "2022-09-20T22:05:20",
+ "date_unixtime": "1663682720",
+ "edited": "2022-09-20T22:08:40",
+ "edited_unixtime": "1663682920",
+ "from": "Weiting Z",
+ "from_id": "user1409666296",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 760,
+ "height": 760,
+ "text": "Hello, I lost my AirPods at stairs out side upper lounge of Raffles hall at around 1:15pm. If see pls PM me, thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, I lost my AirPods at stairs out side upper lounge of Raffles hall at around 1:15pm. If see pls PM me, thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 10478,
+ "type": "message",
+ "date": "2022-09-20T22:50:23",
+ "date_unixtime": "1663685423",
+ "edited": "2022-09-20T23:00:02",
+ "edited_unixtime": "1663686002",
+ "from": "Christy Chen",
+ "from_id": "user1041537386",
+ "text": "hi i lost my sport spectacles (glasses), should be in a case\n\nlast seen: 16/9 Fri. at PGP basketball courts\ndescription: A glasses case with a sport spectacle \n\nif anyone has seen it pls lmk, thank you so much:)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost my sport spectacles (glasses), should be in a case\n\nlast seen: 16/9 Fri. at PGP basketball courts\ndescription: A glasses case with a sport spectacle \n\nif anyone has seen it pls lmk, thank you so much:)"
+ }
+ ]
+ },
+ {
+ "id": 10479,
+ "type": "message",
+ "date": "2022-09-20T23:08:55",
+ "date_unixtime": "1663686535",
+ "edited": "2022-09-20T23:13:46",
+ "edited_unixtime": "1663686826",
+ "from": "amelia tan",
+ "from_id": "user870232959",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "hi i’ve lost my nus card it’s in a bread pouch like that without the airpod case has anyone seen it?:’) pls lmk if it has been found thank you sm🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i’ve lost my nus card it’s in a bread pouch like that without the airpod case has anyone seen it?:’) pls lmk if it has been found thank you sm🙏"
+ }
+ ]
+ },
+ {
+ "id": 10480,
+ "type": "message",
+ "date": "2022-09-20T23:12:03",
+ "date_unixtime": "1663686723",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "Has anyone seen a room/floor card on the utown piano?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone seen a room/floor card on the utown piano?"
+ }
+ ]
+ },
+ {
+ "id": 10482,
+ "type": "message",
+ "date": "2022-09-20T23:28:25",
+ "date_unixtime": "1663687705",
+ "edited": "2022-09-20T23:39:09",
+ "edited_unixtime": "1663688349",
+ "from": "amelia tan",
+ "from_id": "user870232959",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "i’ve lost my airpods they’re in a plush platypus case if anyone has seen it pls lmk thank you sm😔🙏🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "i’ve lost my airpods they’re in a plush platypus case if anyone has seen it pls lmk thank you sm😔🙏🙏"
+ }
+ ]
+ },
+ {
+ "id": 10486,
+ "type": "message",
+ "date": "2022-09-21T14:15:05",
+ "date_unixtime": "1663740905",
+ "edited": "2022-10-19T14:02:33",
+ "edited_unixtime": "1666159353",
+ "from": "Lois Naomi Ang",
+ "from_id": "user5595080421",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hii i left a type b philippine travel adaptor in one of the outlets under the outdoor circle benches in clb 😭 the holes should look like the one in the picture. pls lmk if you've seen it, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hii i left a type b philippine travel adaptor in one of the outlets under the outdoor circle benches in clb 😭 the holes should look like the one in the picture. pls lmk if you've seen it, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 10488,
+ "type": "message",
+ "date": "2022-09-21T15:47:39",
+ "date_unixtime": "1663746459",
+ "from": "huiiyng",
+ "from_id": "user222630104",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi someone left their camera lens on 96 (plate no. SMB3524X) i gave it to the uncle",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi someone left their camera lens on 96 (plate no. SMB3524X) i gave it to the uncle"
+ }
+ ]
+ },
+ {
+ "id": 10489,
+ "type": "message",
+ "date": "2022-09-21T15:57:24",
+ "date_unixtime": "1663747044",
+ "edited": "2022-09-21T15:57:54",
+ "edited_unixtime": "1663747074",
+ "from": "hoai",
+ "from_id": "user1233209437",
+ "reply_to_message_id": 10488,
+ "text": "OMG ME",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "OMG ME"
+ }
+ ]
+ },
+ {
+ "id": 10490,
+ "type": "message",
+ "date": "2022-09-21T19:15:10",
+ "date_unixtime": "1663758910",
+ "edited": "2022-09-21T19:57:50",
+ "edited_unixtime": "1663761470",
+ "from": "OJJA",
+ "from_id": "user274211265",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found at NUS Law level 4. Black Burberry box. Glasses as seen in picture. Left it there.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at NUS Law level 4. Black Burberry box. Glasses as seen in picture. Left it there."
+ }
+ ]
+ },
+ {
+ "id": 10493,
+ "type": "message",
+ "date": "2022-09-21T21:48:22",
+ "date_unixtime": "1663768102",
+ "from": "Tian Xiao Snoíde",
+ "from_id": "user1330063394",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Hi! Found this card at Information Technology bus stop. Does anyone happen to know this person? I will keep it for a while and pass to security office when I come to school again since it’s too late 😅",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Found this card at Information Technology bus stop. Does anyone happen to know this person? I will keep it for a while and pass to security office when I come to school again since it’s too late 😅"
+ }
+ ]
+ },
+ {
+ "id": 10499,
+ "type": "message",
+ "date": "2022-09-22T06:38:30",
+ "date_unixtime": "1663799910",
+ "edited": "2022-09-26T14:48:40",
+ "edited_unixtime": "1664174920",
+ "from": "minh-phong",
+ "from_id": "user5455861181",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10500,
+ "type": "message",
+ "date": "2022-09-22T06:39:39",
+ "date_unixtime": "1663799979",
+ "from": "minh-phong",
+ "from_id": "user5455861181",
+ "text": "Hi found this usb at education resource centre utown. I’ll leave it on the big pillar in erc (next to starbucks)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found this usb at education resource centre utown. I’ll leave it on the big pillar in erc (next to starbucks)"
+ }
+ ]
+ },
+ {
+ "id": 10504,
+ "type": "message",
+ "date": "2022-09-22T10:48:59",
+ "date_unixtime": "1663814939",
+ "from": "Zhang Wensi",
+ "from_id": "user5461067368",
+ "text": "Hi, I left a ezlink card around the E4,E3, the last two digits of that is 91😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I left a ezlink card around the E4,E3, the last two digits of that is 91😭"
+ }
+ ]
+ },
+ {
+ "id": 10513,
+ "type": "message",
+ "date": "2022-09-22T12:17:04",
+ "date_unixtime": "1663820224",
+ "from": "vasu",
+ "from_id": "user343769785",
+ "text": "hi anyone seen a small blue pouch with little white deer on them? it has some basic makeup inside. Last seen at fine foods yesterday at 6pm, the table near the window 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi anyone seen a small blue pouch with little white deer on them? it has some basic makeup inside. Last seen at fine foods yesterday at 6pm, the table near the window 🙏"
+ }
+ ]
+ },
+ {
+ "id": 10514,
+ "type": "message",
+ "date": "2022-09-22T12:17:16",
+ "date_unixtime": "1663820236",
+ "edited": "2022-09-22T12:28:58",
+ "edited_unixtime": "1663820938",
+ "from": "Homura Akemi",
+ "from_id": "user1830957490",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found a charger left near the tables in front of technical services at COM1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a charger left near the tables in front of technical services at COM1"
+ }
+ ]
+ },
+ {
+ "id": 10520,
+ "type": "message",
+ "date": "2022-09-22T14:32:38",
+ "date_unixtime": "1663828358",
+ "edited": "2022-09-22T14:33:17",
+ "edited_unixtime": "1663828397",
+ "from": "zül 🧃",
+ "from_id": "user230497004",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi hi lost phone found at cherrys yesterday, pm if it’s yours. There’s a message from Sheares badminton girls so can help me ask if it’s any of ur friends one!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi hi lost phone found at cherrys yesterday, pm if it’s yours. There’s a message from Sheares badminton girls so can help me ask if it’s any of ur friends one!!"
+ }
+ ]
+ },
+ {
+ "id": 10521,
+ "type": "message",
+ "date": "2022-09-22T14:32:38",
+ "date_unixtime": "1663828358",
+ "from": "zül 🧃",
+ "from_id": "user230497004",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10535,
+ "type": "message",
+ "date": "2022-09-22T17:30:04",
+ "date_unixtime": "1663839004",
+ "from": "Alicia 🦭🦭",
+ "from_id": "user413242319",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found one black earbud in paris-tokyo room at 2pm! saw this guy studying but he left",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found one black earbud in paris-tokyo room at 2pm! saw this guy studying but he left"
+ }
+ ]
+ },
+ {
+ "id": 10545,
+ "type": "message",
+ "date": "2022-09-23T14:34:35",
+ "date_unixtime": "1663914875",
+ "edited": "2022-09-23T16:47:59",
+ "edited_unixtime": "1663922879",
+ "from": "Chin Yan Xu",
+ "from_id": "user686272441",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hello, I found a black umbrella at opp university hall bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, I found a black umbrella at opp university hall bus stop"
+ }
+ ]
+ },
+ {
+ "id": 10547,
+ "type": "message",
+ "date": "2022-09-23T15:52:08",
+ "date_unixtime": "1663919528",
+ "from": "henry o",
+ "from_id": "user5589032247",
+ "text": "Has anybody seen a black card holder with three cards including a master card, a student ID card and a net card? Maybe in Chinese library or LT4 or the way between these places",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anybody seen a black card holder with three cards including a master card, a student ID card and a net card? Maybe in Chinese library or LT4 or the way between these places"
+ }
+ ]
+ },
+ {
+ "id": 10548,
+ "type": "message",
+ "date": "2022-09-23T16:18:09",
+ "date_unixtime": "1663921089",
+ "edited": "2022-09-24T19:28:30",
+ "edited_unixtime": "1664018910",
+ "from": "Louie Chen",
+ "from_id": "user197428283",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lenovo mouse USB found at CLB lv 5, library catalogue sofa",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lenovo mouse USB found at CLB lv 5, library catalogue sofa"
+ }
+ ]
+ },
+ {
+ "id": 10549,
+ "type": "message",
+ "date": "2022-09-23T16:18:09",
+ "date_unixtime": "1663921089",
+ "from": "Louie Chen",
+ "from_id": "user197428283",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10555,
+ "type": "message",
+ "date": "2022-09-23T21:43:45",
+ "date_unixtime": "1663940625",
+ "from": "Si Hui",
+ "from_id": "user574610360",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found in Utown female toilet near Triplets. Pass to security.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in Utown female toilet near Triplets. Pass to security."
+ }
+ ]
+ },
+ {
+ "id": 10558,
+ "type": "message",
+ "date": "2022-09-23T22:41:57",
+ "date_unixtime": "1663944117",
+ "edited": "2022-09-23T22:42:08",
+ "edited_unixtime": "1663944128",
+ "from": "Marcus",
+ "from_id": "user672205604",
+ "text": "someone dropped a wallet outside pgp supersnacks, passed it to the counter staff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone dropped a wallet outside pgp supersnacks, passed it to the counter staff"
+ }
+ ]
+ },
+ {
+ "id": 10559,
+ "type": "message",
+ "date": "2022-09-23T22:41:57",
+ "date_unixtime": "1663944117",
+ "from": "Marcus",
+ "from_id": "user672205604",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10561,
+ "type": "message",
+ "date": "2022-09-23T22:42:41",
+ "date_unixtime": "1663944161",
+ "edited": "2022-09-25T23:45:47",
+ "edited_unixtime": "1664120747",
+ "from": "Marcus",
+ "from_id": "user672205604",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10563,
+ "type": "message",
+ "date": "2022-09-24T09:41:03",
+ "date_unixtime": "1663983663",
+ "edited": "2022-09-28T10:08:16",
+ "edited_unixtime": "1664330896",
+ "from": "alefiya",
+ "from_id": "user1044247469",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 922,
+ "height": 850,
+ "text": "found at utown bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at utown bus stop"
+ }
+ ]
+ },
+ {
+ "id": 10565,
+ "type": "message",
+ "date": "2022-09-24T10:09:12",
+ "date_unixtime": "1663985352",
+ "from": "Andre",
+ "from_id": "user531673911",
+ "text": "hello anyone picked up a black coach wallet 🙏🙏🙏, it has a lot of cards inside. 😭😭 Please lmk thank youu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello anyone picked up a black coach wallet 🙏🙏🙏, it has a lot of cards inside. 😭😭 Please lmk thank youu"
+ }
+ ]
+ },
+ {
+ "id": 10567,
+ "type": "message",
+ "date": "2022-09-24T13:17:59",
+ "date_unixtime": "1663996679",
+ "from": "matthew c.",
+ "from_id": "user5461700847",
+ "reply_to_message_id": 10563,
+ "text": "Thanks, card has been picked up",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks, card has been picked up"
+ }
+ ]
+ },
+ {
+ "id": 10570,
+ "type": "message",
+ "date": "2022-09-24T14:23:53",
+ "date_unixtime": "1664000633",
+ "edited": "2022-09-24T14:25:37",
+ "edited_unixtime": "1664000737",
+ "from": "Kevin",
+ "from_id": "user26574752",
+ "forwarded_from": "Kevin",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1173,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10571,
+ "type": "message",
+ "date": "2022-09-24T14:23:53",
+ "date_unixtime": "1664000633",
+ "edited": "2022-09-24T19:20:49",
+ "edited_unixtime": "1664018449",
+ "from": "Kevin",
+ "from_id": "user26574752",
+ "forwarded_from": "Kevin",
+ "text": "found at lakeside mrt top up station",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at lakeside mrt top up station"
+ }
+ ]
+ },
+ {
+ "id": 10572,
+ "type": "message",
+ "date": "2022-09-24T14:24:12",
+ "date_unixtime": "1664000652",
+ "from": "Kevin",
+ "from_id": "user26574752",
+ "text": "have passed to passenger service",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "have passed to passenger service"
+ }
+ ]
+ },
+ {
+ "id": 10575,
+ "type": "message",
+ "date": "2022-09-24T18:51:33",
+ "date_unixtime": "1664016693",
+ "edited": "2022-09-24T23:01:55",
+ "edited_unixtime": "1664031715",
+ "from": "Tong Xin",
+ "from_id": "user1170441890",
+ "text": "Hi if anyone has found a black leather Charles&Keith cardholder with Tong Xin's NUS student & concession cards please contact me 🥹 likely on bus D1 but I'm not too sure...",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone has found a black leather Charles&Keith cardholder with Tong Xin's NUS student & concession cards please contact me 🥹 likely on bus D1 but I'm not too sure..."
+ }
+ ]
+ },
+ {
+ "id": 10576,
+ "type": "message",
+ "date": "2022-09-24T22:56:27",
+ "date_unixtime": "1664031387",
+ "edited": "2022-09-24T23:01:29",
+ "edited_unixtime": "1664031689",
+ "from": "henry o",
+ "from_id": "user5589032247",
+ "text": "Has anybody seen a black card holder with three cards including a master card, a student ID card with name of Yangyuhang and a net card? Maybe in Chinese library or LT4 or Infor tech MRT or the way between these places😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anybody seen a black card holder with three cards including a master card, a student ID card with name of Yangyuhang and a net card? Maybe in Chinese library or LT4 or Infor tech MRT or the way between these places😭"
+ }
+ ]
+ },
+ {
+ "id": 10583,
+ "type": "message",
+ "date": "2022-09-25T17:29:18",
+ "date_unixtime": "1664098158",
+ "from": "Tri Dam",
+ "from_id": "user5448643339",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at the laundry block 21 pgpr",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at the laundry block 21 pgpr"
+ }
+ ]
+ },
+ {
+ "id": 10584,
+ "type": "message",
+ "date": "2022-09-25T17:29:18",
+ "date_unixtime": "1664098158",
+ "from": "Tri Dam",
+ "from_id": "user5448643339",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10588,
+ "type": "message",
+ "date": "2022-09-25T17:46:39",
+ "date_unixtime": "1664099199",
+ "edited": "2022-09-25T17:46:47",
+ "edited_unixtime": "1664099207",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 10583,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@li_aiyujelly"
+ },
+ " is this yours?"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@li_aiyujelly"
+ },
+ {
+ "type": "plain",
+ "text": " is this yours?"
+ }
+ ]
+ },
+ {
+ "id": 10589,
+ "type": "message",
+ "date": "2022-09-25T18:12:08",
+ "date_unixtime": "1664100728",
+ "edited": "2022-09-25T18:12:13",
+ "edited_unixtime": "1664100733",
+ "from": "Aiyu",
+ "from_id": "user1820879472",
+ "text": "Yep it’s mine! Thanks a lot!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yep it’s mine! Thanks a lot!"
+ }
+ ]
+ },
+ {
+ "id": 10592,
+ "type": "message",
+ "date": "2022-09-25T23:30:09",
+ "date_unixtime": "1664119809",
+ "from": "Vishruti",
+ "from_id": "user895412550",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found ez-link inside pick n go at pgp. Kept it on the table outside.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found ez-link inside pick n go at pgp. Kept it on the table outside."
+ }
+ ]
+ },
+ {
+ "id": 10594,
+ "type": "message",
+ "date": "2022-09-26T07:47:28",
+ "date_unixtime": "1664149648",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10593,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Rosie W",
+ "user_id": 5477711160
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Rosie W",
+ "user_id": 5477711160
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 10597,
+ "type": "message",
+ "date": "2022-09-26T09:52:55",
+ "date_unixtime": "1664157175",
+ "from": "Joel Low",
+ "from_id": "user480768871",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at RH staircase going up to engin. Passed to E3A campus security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at RH staircase going up to engin. Passed to E3A campus security"
+ }
+ ]
+ },
+ {
+ "id": 10603,
+ "type": "message",
+ "date": "2022-09-26T14:40:00",
+ "date_unixtime": "1664174400",
+ "edited": "2022-09-27T16:33:21",
+ "edited_unixtime": "1664267601",
+ "from": "Ha Duong",
+ "from_id": "user1809244694",
+ "reply_to_message_id": 10499,
+ "text": "Hi did anyone took this by accident 🥲 it’s mine but it’s not at the pillar anymore i can’t find it 😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone took this by accident 🥲 it’s mine but it’s not at the pillar anymore i can’t find it 😭"
+ }
+ ]
+ },
+ {
+ "id": 10605,
+ "type": "message",
+ "date": "2022-09-26T17:50:11",
+ "date_unixtime": "1664185811",
+ "from": "aida :-)",
+ "from_id": "user655566777",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at as3!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at as3!"
+ }
+ ]
+ },
+ {
+ "id": 10609,
+ "type": "message",
+ "date": "2022-09-26T18:41:38",
+ "date_unixtime": "1664188898",
+ "from": "Gwyneth",
+ "from_id": "user458672244",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Wallet found inside level 2 female toilet at town plaza",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wallet found inside level 2 female toilet at town plaza"
+ }
+ ]
+ },
+ {
+ "id": 10610,
+ "type": "message",
+ "date": "2022-09-26T18:43:41",
+ "date_unixtime": "1664189021",
+ "edited": "2022-09-26T18:47:42",
+ "edited_unixtime": "1664189262",
+ "from": "Allen Liu",
+ "from_id": "user170443682",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 573,
+ "height": 1280,
+ "text": "Hihi, i left this bottle in AS5-0202. if any kind soul is nearby could you help me pick it up and safekeep 🙏 though i think there's a class going on rn..",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hihi, i left this bottle in AS5-0202. if any kind soul is nearby could you help me pick it up and safekeep 🙏 though i think there's a class going on rn.."
+ }
+ ]
+ },
+ {
+ "id": 10612,
+ "type": "message",
+ "date": "2022-09-26T20:35:10",
+ "date_unixtime": "1664195710",
+ "edited": "2022-09-26T20:53:28",
+ "edited_unixtime": "1664196808",
+ "from": "Minseung Sagong",
+ "from_id": "user5438540873",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 216,
+ "height": 1024,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10613,
+ "type": "message",
+ "date": "2022-09-26T20:35:23",
+ "date_unixtime": "1664195723",
+ "edited": "2022-09-26T20:36:34",
+ "edited_unixtime": "1664195794",
+ "from": "Minseung Sagong",
+ "from_id": "user5438540873",
+ "text": "Hii i lost my apple pencil 2nd generation today in biz2 (0229).. if anyone finds one around biz buildings please let me know😭😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii i lost my apple pencil 2nd generation today in biz2 (0229).. if anyone finds one around biz buildings please let me know😭😭"
+ }
+ ]
+ },
+ {
+ "id": 10615,
+ "type": "message",
+ "date": "2022-09-26T21:20:52",
+ "date_unixtime": "1664198452",
+ "from": "Anna Mathew",
+ "from_id": "user1136673996",
+ "text": "Hi I lost a PGPR keycard on a D2 bus. If anyone has seen it please let me know :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost a PGPR keycard on a D2 bus. If anyone has seen it please let me know :("
+ }
+ ]
+ },
+ {
+ "id": 10618,
+ "type": "message",
+ "date": "2022-09-26T22:17:58",
+ "date_unixtime": "1664201878",
+ "from": "Yeo Zi Yi",
+ "from_id": "user5499881536",
+ "reply_to_message_id": 10592,
+ "text": "This is my card but I couldn't find it in pgp pick n go. Anyone saw it or get it pls let me know :c",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "This is my card but I couldn't find it in pgp pick n go. Anyone saw it or get it pls let me know :c"
+ }
+ ]
+ },
+ {
+ "id": 10621,
+ "type": "message",
+ "date": "2022-09-27T09:50:30",
+ "date_unixtime": "1664243430",
+ "from": "cher🍒",
+ "from_id": "user5441730662",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi! I found a four points card at LT28 pls pm me if it’s yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! I found a four points card at LT28 pls pm me if it’s yours"
+ }
+ ]
+ },
+ {
+ "id": 10634,
+ "type": "message",
+ "date": "2022-09-27T10:50:59",
+ "date_unixtime": "1664247059",
+ "from": "HaKyeong Jeong",
+ "from_id": "user5489099724",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10635,
+ "type": "message",
+ "date": "2022-09-27T10:51:25",
+ "date_unixtime": "1664247085",
+ "from": "HaKyeong Jeong",
+ "from_id": "user5489099724",
+ "text": "Hii if anybody found this card holder, plz pm me 🙏🏻🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii if anybody found this card holder, plz pm me 🙏🏻🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 10638,
+ "type": "message",
+ "date": "2022-09-27T12:00:45",
+ "date_unixtime": "1664251245",
+ "edited": "2022-09-27T12:00:59",
+ "edited_unixtime": "1664251259",
+ "from": "Andre",
+ "from_id": "user531673911",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1169,
+ "height": 896,
+ "text": "Looking for a black coach wallet with cards inside please let me know if you find it. 😞😞🫶🏻🫶🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Looking for a black coach wallet with cards inside please let me know if you find it. 😞😞🫶🏻🫶🏻"
+ }
+ ]
+ },
+ {
+ "id": 10640,
+ "type": "message",
+ "date": "2022-09-27T12:04:08",
+ "date_unixtime": "1664251448",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10639,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Jarina",
+ "user_id": 5687153434
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Jarina",
+ "user_id": 5687153434
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 10642,
+ "type": "message",
+ "date": "2022-09-27T12:09:17",
+ "date_unixtime": "1664251757",
+ "edited": "2022-09-27T12:10:10",
+ "edited_unixtime": "1664251810",
+ "from": "clara",
+ "from_id": "user240773583",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi! black iphone xr found at btc block b, level 2 female toilet at the left corner of the sinks. left it there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! black iphone xr found at btc block b, level 2 female toilet at the left corner of the sinks. left it there"
+ }
+ ]
+ },
+ {
+ "id": 10643,
+ "type": "message",
+ "date": "2022-09-27T12:13:06",
+ "date_unixtime": "1664251986",
+ "from": "Josh Khaw",
+ "from_id": "user251895608",
+ "reply_to_message_id": 10636,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ]
+ },
+ {
+ "id": 10644,
+ "type": "message",
+ "date": "2022-09-27T12:13:07",
+ "date_unixtime": "1664251987",
+ "edited": "2022-09-27T12:19:39",
+ "edited_unixtime": "1664252379",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10643,
+ "text": [
+ "Reported ",
+ {
+ "type": "mention_name",
+ "text": "Zalilah Noor",
+ "user_id": 5631268742
+ },
+ " [",
+ {
+ "type": "code",
+ "text": "5631268742"
+ },
+ "] to admins.",
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Reported "
+ },
+ {
+ "type": "mention_name",
+ "text": "Zalilah Noor",
+ "user_id": 5631268742
+ },
+ {
+ "type": "plain",
+ "text": " ["
+ },
+ {
+ "type": "code",
+ "text": "5631268742"
+ },
+ {
+ "type": "plain",
+ "text": "] to admins."
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 10646,
+ "type": "message",
+ "date": "2022-09-27T12:26:16",
+ "date_unixtime": "1664252776",
+ "edited": "2022-09-27T12:48:47",
+ "edited_unixtime": "1664254127",
+ "from": "Sean Eugene Tan",
+ "from_id": "user335684386",
+ "reply_to_message_id": 10645,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ]
+ },
+ {
+ "id": 10647,
+ "type": "message",
+ "date": "2022-09-27T12:26:16",
+ "date_unixtime": "1664252776",
+ "edited": "2022-09-27T13:42:19",
+ "edited_unixtime": "1664257339",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10646,
+ "text": [
+ "Reported ",
+ {
+ "type": "mention_name",
+ "text": "Porsha Sales",
+ "user_id": 5711448078
+ },
+ " [",
+ {
+ "type": "code",
+ "text": "5711448078"
+ },
+ "] to admins.",
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Reported "
+ },
+ {
+ "type": "mention_name",
+ "text": "Porsha Sales",
+ "user_id": 5711448078
+ },
+ {
+ "type": "plain",
+ "text": " ["
+ },
+ {
+ "type": "code",
+ "text": "5711448078"
+ },
+ {
+ "type": "plain",
+ "text": "] to admins."
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 10651,
+ "type": "message",
+ "date": "2022-09-27T13:08:33",
+ "date_unixtime": "1664255313",
+ "edited": "2022-09-27T13:17:19",
+ "edited_unixtime": "1664255839",
+ "from": "Andre",
+ "from_id": "user531673911",
+ "reply_to_message_id": 10638,
+ "text": "i found it at pgp bus terminal.. do give pgp bus termnial a call if yall lost anyt on a bus",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "i found it at pgp bus terminal.. do give pgp bus termnial a call if yall lost anyt on a bus"
+ }
+ ]
+ },
+ {
+ "id": 10654,
+ "type": "message",
+ "date": "2022-09-27T14:27:22",
+ "date_unixtime": "1664260042",
+ "from": "ray",
+ "from_id": "user161850651",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found at utown gym, passed to gym counter staff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at utown gym, passed to gym counter staff"
+ }
+ ]
+ },
+ {
+ "id": 10655,
+ "type": "message",
+ "date": "2022-09-27T15:02:39",
+ "date_unixtime": "1664262159",
+ "edited": "2022-09-27T16:32:37",
+ "edited_unixtime": "1664267557",
+ "from": "bibi",
+ "from_id": "user5521477952",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at utown across the udon don restaurant. i’ll keep it with me for now pm me if it’s urs!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at utown across the udon don restaurant. i’ll keep it with me for now pm me if it’s urs!!"
+ }
+ ]
+ },
+ {
+ "id": 10665,
+ "type": "message",
+ "date": "2022-09-27T16:49:38",
+ "date_unixtime": "1664268578",
+ "edited": "2022-09-27T16:52:51",
+ "edited_unixtime": "1664268771",
+ "from": "char ฅ^•ﻌ•^ฅ",
+ "from_id": "user245408456",
+ "text": "hello! someone shifted my motorbike in the covered carpark under MD11 today and also took my raincoat which was secured to my bike with a bungee cord. would appreciate if you could return the raincoat to me, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! someone shifted my motorbike in the covered carpark under MD11 today and also took my raincoat which was secured to my bike with a bungee cord. would appreciate if you could return the raincoat to me, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 10670,
+ "type": "message",
+ "date": "2022-09-27T18:09:38",
+ "date_unixtime": "1664273378",
+ "from": "joey ◡̈",
+ "from_id": "user742454851",
+ "text": "hi! if anyone found a concession card with the name of Joey Peh at the business school bus stop, would appreciate if you could pm me thank you!! 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! if anyone found a concession card with the name of Joey Peh at the business school bus stop, would appreciate if you could pm me thank you!! 🙏"
+ }
+ ]
+ },
+ {
+ "id": 10671,
+ "type": "message",
+ "date": "2022-09-27T18:12:42",
+ "date_unixtime": "1664273562",
+ "from": "Kaiwen",
+ "from_id": "user820540111",
+ "text": "Lost a light brown lanyard pouch w matric card along EA lvl 1, if anyone found it would appreciate if u pm me thank you v much!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost a light brown lanyard pouch w matric card along EA lvl 1, if anyone found it would appreciate if u pm me thank you v much!!"
+ }
+ ]
+ },
+ {
+ "id": 10672,
+ "type": "message",
+ "date": "2022-09-27T18:15:00",
+ "date_unixtime": "1664273700",
+ "from": "Ayesha Chua",
+ "from_id": "user1071988040",
+ "text": "hi, is anyone at lt11? is it possible to help me check whether there is a pink waterbottle with a straw near row E? pls pm me, thank you 🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, is anyone at lt11? is it possible to help me check whether there is a pink waterbottle with a straw near row E? pls pm me, thank you 🥲"
+ }
+ ]
+ },
+ {
+ "id": 10677,
+ "type": "message",
+ "date": "2022-09-27T20:42:17",
+ "date_unixtime": "1664282537",
+ "from": "Michael G",
+ "from_id": "user5331908159",
+ "text": "Hi, found a CCB bank card at the steps in front of the study area at level two in utown. The name on card is YU NING.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, found a CCB bank card at the steps in front of the study area at level two in utown. The name on card is YU NING."
+ }
+ ]
+ },
+ {
+ "id": 10678,
+ "type": "message",
+ "date": "2022-09-27T20:47:44",
+ "date_unixtime": "1664282864",
+ "from": "Michael G",
+ "from_id": "user5331908159",
+ "reply_to_message_id": 10677,
+ "text": "Already handed it to the security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Already handed it to the security"
+ }
+ ]
+ },
+ {
+ "id": 10679,
+ "type": "message",
+ "date": "2022-09-27T21:02:19",
+ "date_unixtime": "1664283739",
+ "from": "Carrie Li",
+ "from_id": "user1677129658",
+ "text": "Hi sorry for disturbing, did anyone found a 2nd gen AirPod charging case at i3? I probably lost it at the seating area",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi sorry for disturbing, did anyone found a 2nd gen AirPod charging case at i3? I probably lost it at the seating area"
+ }
+ ]
+ },
+ {
+ "id": 10681,
+ "type": "message",
+ "date": "2022-09-27T21:02:52",
+ "date_unixtime": "1664283772",
+ "from": "Carrie Li",
+ "from_id": "user1677129658",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 460,
+ "height": 421,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10682,
+ "type": "message",
+ "date": "2022-09-27T21:03:13",
+ "date_unixtime": "1664283793",
+ "from": "Carrie Li",
+ "from_id": "user1677129658",
+ "text": "Looks like this, plz pm me if you found it, thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Looks like this, plz pm me if you found it, thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 10684,
+ "type": "message",
+ "date": "2022-09-27T21:26:28",
+ "date_unixtime": "1664285188",
+ "edited": "2022-09-27T21:26:37",
+ "edited_unixtime": "1664285197",
+ "from": "Wen Yin",
+ "from_id": "user941275289",
+ "text": "hello pls pm if you seen a matric card in mpsh4! thank youu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello pls pm if you seen a matric card in mpsh4! thank youu"
+ }
+ ]
+ },
+ {
+ "id": 10688,
+ "type": "message",
+ "date": "2022-09-27T23:59:54",
+ "date_unixtime": "1664294394",
+ "edited": "2022-09-28T00:01:13",
+ "edited_unixtime": "1664294473",
+ "from": "clara",
+ "from_id": "user960105139",
+ "text": "hello! did anyone find a grey wallet with a potato on it? at CLB/d1/utown fine foods? pm me if u did thank you 😭😭😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! did anyone find a grey wallet with a potato on it? at CLB/d1/utown fine foods? pm me if u did thank you 😭😭😭"
+ }
+ ]
+ },
+ {
+ "id": 10689,
+ "type": "message",
+ "date": "2022-09-28T01:30:10",
+ "date_unixtime": "1664299810",
+ "edited": "2022-09-28T01:30:41",
+ "edited_unixtime": "1664299841",
+ "from": "chuanyi 🌸✨",
+ "from_id": "user646792040",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "hello! if anyone saw a nalgene bottle (sea foam) on the bench/on the floor at the usc entrance area, please pm me 😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! if anyone saw a nalgene bottle (sea foam) on the bench/on the floor at the usc entrance area, please pm me 😭"
+ }
+ ]
+ },
+ {
+ "id": 10690,
+ "type": "message",
+ "date": "2022-09-28T01:31:30",
+ "date_unixtime": "1664299890",
+ "edited": "2022-09-28T01:31:40",
+ "edited_unixtime": "1664299900",
+ "from": "Raynard",
+ "from_id": "user379471690",
+ "reply_to_message_id": 10689,
+ "text": "hope u find it soon!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hope u find it soon!"
+ }
+ ]
+ },
+ {
+ "id": 10691,
+ "type": "message",
+ "date": "2022-09-28T09:08:36",
+ "date_unixtime": "1664327316",
+ "edited": "2022-09-28T20:40:29",
+ "edited_unixtime": "1664368829",
+ "from": "folieful",
+ "from_id": "user253228573",
+ "text": "Hello! If anyone saw a black hoodie with the words \"break through\" pls pm me :-( ☹️ Last seen in Med / UTown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! If anyone saw a black hoodie with the words \"break through\" pls pm me :-( ☹️ Last seen in Med / UTown"
+ }
+ ]
+ },
+ {
+ "id": 10693,
+ "type": "message",
+ "date": "2022-09-28T09:19:23",
+ "date_unixtime": "1664327963",
+ "edited": "2022-09-28T09:47:53",
+ "edited_unixtime": "1664329673",
+ "from": "folieful",
+ "from_id": "user253228573",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 915,
+ "height": 475,
+ "text": "Looks like this hahaha Any help is greatly appreciated!!! The hoodie means a lot to me :\"",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Looks like this hahaha Any help is greatly appreciated!!! The hoodie means a lot to me :\""
+ }
+ ]
+ },
+ {
+ "id": 10695,
+ "type": "message",
+ "date": "2022-09-28T10:58:28",
+ "date_unixtime": "1664333908",
+ "edited": "2022-09-30T00:22:01",
+ "edited_unixtime": "1664468521",
+ "from": "Viktor Tsoi (TY)",
+ "from_id": "user587139792",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Notebook found in Com1-0113. Contains Computer Science Notes written in Vietnamese",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Notebook found in Com1-0113. Contains Computer Science Notes written in Vietnamese"
+ }
+ ]
+ },
+ {
+ "id": 10702,
+ "type": "message",
+ "date": "2022-09-28T13:53:48",
+ "date_unixtime": "1664344428",
+ "edited": "2022-09-28T14:01:37",
+ "edited_unixtime": "1664344897",
+ "from": "JellyBoi",
+ "from_id": "user638190480",
+ "text": "Hi everyone, if someone finds a water bottle in MPSH6A, please pm me, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone, if someone finds a water bottle in MPSH6A, please pm me, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 10703,
+ "type": "message",
+ "date": "2022-09-28T14:00:29",
+ "date_unixtime": "1664344829",
+ "edited": "2022-09-28T14:01:54",
+ "edited_unixtime": "1664344914",
+ "from": "char ฅ^•ﻌ•^ฅ",
+ "from_id": "user245408456",
+ "reply_to_message_id": 10665,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 828,
+ "height": 419,
+ "text": "last chance for whoever who shifted my bike and took my raincoat to return it to me before i pursue further action. you can reach me via telegram :) thank you 🙏🏼",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "last chance for whoever who shifted my bike and took my raincoat to return it to me before i pursue further action. you can reach me via telegram :) thank you 🙏🏼"
+ }
+ ]
+ },
+ {
+ "id": 10706,
+ "type": "message",
+ "date": "2022-09-28T14:11:00",
+ "date_unixtime": "1664345460",
+ "from": "Max Yang",
+ "from_id": "user5409579395",
+ "text": "Hi if anyone finds student ID A0266117E in MPSH 6B please message me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone finds student ID A0266117E in MPSH 6B please message me"
+ }
+ ]
+ },
+ {
+ "id": 10708,
+ "type": "message",
+ "date": "2022-09-28T14:11:01",
+ "date_unixtime": "1664345461",
+ "edited": "2022-09-28T14:15:26",
+ "edited_unixtime": "1664345726",
+ "from": "Max Yang",
+ "from_id": "user5409579395",
+ "text": "Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks"
+ }
+ ]
+ },
+ {
+ "id": 10711,
+ "type": "message",
+ "date": "2022-09-28T14:17:46",
+ "date_unixtime": "1664345866",
+ "from": "minrui",
+ "from_id": "user323310341",
+ "text": "hi, if anyone saw a grey wireless ear buds charging case (Jaybird Vista), pls pm me! thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, if anyone saw a grey wireless ear buds charging case (Jaybird Vista), pls pm me! thank u!"
+ }
+ ]
+ },
+ {
+ "id": 10714,
+ "type": "message",
+ "date": "2022-09-28T14:59:49",
+ "date_unixtime": "1664348389",
+ "edited": "2022-09-28T15:46:55",
+ "edited_unixtime": "1664351215",
+ "from": "Amanda Wong",
+ "from_id": "user552900377",
+ "text": "hi if anyone finds matric card (A0258762R), most likely in bus D2, please let me know! thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone finds matric card (A0258762R), most likely in bus D2, please let me know! thank you"
+ }
+ ]
+ },
+ {
+ "id": 10717,
+ "type": "message",
+ "date": "2022-09-28T15:36:12",
+ "date_unixtime": "1664350572",
+ "edited": "2022-09-28T15:37:09",
+ "edited_unixtime": "1664350629",
+ "from": "Hao Yang Kwang",
+ "from_id": "user410284625",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Utown bus stop, i left it where i found it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Utown bus stop, i left it where i found it"
+ }
+ ]
+ },
+ {
+ "id": 10719,
+ "type": "message",
+ "date": "2022-09-28T15:38:01",
+ "date_unixtime": "1664350681",
+ "from": "Anthony Tamzil",
+ "from_id": "user500880663",
+ "text": "Thanks!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks!!!"
+ }
+ ]
+ },
+ {
+ "id": 10724,
+ "type": "message",
+ "date": "2022-09-28T19:30:12",
+ "date_unixtime": "1664364612",
+ "edited": "2022-09-28T19:32:41",
+ "edited_unixtime": "1664364761",
+ "from": "MapoTofuuuu",
+ "from_id": "user257527011",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 576,
+ "height": 1280,
+ "text": "hi i've left my water bottle at my table (295) after the MA2311 midterms earlier today at MPSH 2B, please lmk if anyone has seen it ty",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i've left my water bottle at my table (295) after the MA2311 midterms earlier today at MPSH 2B, please lmk if anyone has seen it ty"
+ }
+ ]
+ },
+ {
+ "id": 10725,
+ "type": "message",
+ "date": "2022-09-28T20:29:45",
+ "date_unixtime": "1664368185",
+ "edited": "2022-09-28T20:32:15",
+ "edited_unixtime": "1664368335",
+ "from": "Tarcius",
+ "from_id": "user90482506",
+ "forwarded_from": "Zheng Xuan",
+ "text": [
+ "Hi lost my apple pencil engraved “Lim Zheng Xuan” pls pm ",
+ {
+ "type": "mention",
+ "text": "@ablahblahblah"
+ },
+ " if found"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi lost my apple pencil engraved “Lim Zheng Xuan” pls pm "
+ },
+ {
+ "type": "mention",
+ "text": "@ablahblahblah"
+ },
+ {
+ "type": "plain",
+ "text": " if found"
+ }
+ ]
+ },
+ {
+ "id": 10727,
+ "type": "message",
+ "date": "2022-09-28T21:14:05",
+ "date_unixtime": "1664370845",
+ "from": "James",
+ "from_id": "user68866354",
+ "text": "Hi, anyone seen a white airpods case with @jam.hong engraved in COM1 1-201 this morning pls pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone seen a white airpods case with @jam.hong engraved in COM1 1-201 this morning pls pm me"
+ }
+ ]
+ },
+ {
+ "id": 10731,
+ "type": "message",
+ "date": "2022-09-29T09:51:35",
+ "date_unixtime": "1664416295",
+ "edited": "2022-09-29T11:36:28",
+ "edited_unixtime": "1664422588",
+ "from": "j i n g",
+ "from_id": "user813375756",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello! someone’s ipad with a light blue cover by the name of Jing Yi is with me! It was left in E3-06-12, im holding it w me so do pm me if ure the owner!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! someone’s ipad with a light blue cover by the name of Jing Yi is with me! It was left in E3-06-12, im holding it w me so do pm me if ure the owner!"
+ }
+ ]
+ },
+ {
+ "id": 10733,
+ "type": "message",
+ "date": "2022-09-29T09:55:22",
+ "date_unixtime": "1664416522",
+ "from": "Marcus",
+ "from_id": "user672205604",
+ "reply_to_message_id": 10731,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@jingxyii"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@jingxyii"
+ }
+ ]
+ },
+ {
+ "id": 10739,
+ "type": "message",
+ "date": "2022-09-29T13:39:00",
+ "date_unixtime": "1664429940",
+ "edited": "2022-09-29T13:54:39",
+ "edited_unixtime": "1664430879",
+ "from": "Poe",
+ "from_id": "user1728140171",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Iphone x and bbt found at flavours, gave to campus security for safekeeping",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Iphone x and bbt found at flavours, gave to campus security for safekeeping"
+ }
+ ]
+ },
+ {
+ "id": 10747,
+ "type": "message",
+ "date": "2022-09-29T15:49:32",
+ "date_unixtime": "1664437772",
+ "edited": "2022-09-29T15:50:17",
+ "edited_unixtime": "1664437817",
+ "from": "Chen Siyong",
+ "from_id": "user5488953085",
+ "text": "Hi, anyone seen a student card in MPSH 2A after HSI1010 midterm test pls pm me🥲🥲🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, anyone seen a student card in MPSH 2A after HSI1010 midterm test pls pm me🥲🥲🥲"
+ }
+ ]
+ },
+ {
+ "id": 10748,
+ "type": "message",
+ "date": "2022-09-29T15:49:52",
+ "date_unixtime": "1664437792",
+ "from": "Chen Siyong",
+ "from_id": "user5488953085",
+ "text": "HSI1000",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "HSI1000"
+ }
+ ]
+ },
+ {
+ "id": 10751,
+ "type": "message",
+ "date": "2022-09-29T16:17:12",
+ "date_unixtime": "1664439432",
+ "edited": "2022-09-29T17:19:47",
+ "edited_unixtime": "1664443187",
+ "from": "raeanne",
+ "from_id": "user852456868",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found this card near lt27 bus stop! left it on the ledge:)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found this card near lt27 bus stop! left it on the ledge:)"
+ }
+ ]
+ },
+ {
+ "id": 10753,
+ "type": "message",
+ "date": "2022-09-29T17:16:40",
+ "date_unixtime": "1664443000",
+ "edited": "2022-09-29T17:27:01",
+ "edited_unixtime": "1664443621",
+ "from": "Jia En",
+ "from_id": "user640153053",
+ "text": "Hi. Did anyone find a black square charles n Keith wallet at MD7-Lab8 at around 330pm?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi. Did anyone find a black square charles n Keith wallet at MD7-Lab8 at around 330pm?"
+ }
+ ]
+ },
+ {
+ "id": 10755,
+ "type": "message",
+ "date": "2022-09-29T17:40:45",
+ "date_unixtime": "1664444445",
+ "edited": "2022-09-29T20:31:47",
+ "edited_unixtime": "1664454707",
+ "from": "Jia En",
+ "from_id": "user640153053",
+ "text": "Found it back at the security post 😊",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found it back at the security post 😊"
+ }
+ ]
+ },
+ {
+ "id": 10759,
+ "type": "message",
+ "date": "2022-09-29T18:40:16",
+ "date_unixtime": "1664448016",
+ "from": "Rachel ➵",
+ "from_id": "user852039163",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi if anyone seen this bag w clothes pls pm me 🥹 thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone seen this bag w clothes pls pm me 🥹 thanks!"
+ }
+ ]
+ },
+ {
+ "id": 10760,
+ "type": "message",
+ "date": "2022-09-29T21:00:49",
+ "date_unixtime": "1664456449",
+ "edited": "2022-09-30T11:30:59",
+ "edited_unixtime": "1664508659",
+ "from": "Danlan",
+ "from_id": "user5554076311",
+ "forwarded_from": "tianyi",
+ "text": "Hi",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi"
+ }
+ ]
+ },
+ {
+ "id": 10761,
+ "type": "message",
+ "date": "2022-09-29T21:00:49",
+ "date_unixtime": "1664456449",
+ "edited": "2022-09-29T21:07:47",
+ "edited_unixtime": "1664456867",
+ "from": "Danlan",
+ "from_id": "user5554076311",
+ "forwarded_from": "tianyi",
+ "text": "Did anyone lose their xiaomi watch on level 3 of Education Resource Centre in Utown?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone lose their xiaomi watch on level 3 of Education Resource Centre in Utown?"
+ }
+ ]
+ },
+ {
+ "id": 10762,
+ "type": "message",
+ "date": "2022-09-29T21:00:49",
+ "date_unixtime": "1664456449",
+ "edited": "2022-09-29T21:23:12",
+ "edited_unixtime": "1664457792",
+ "from": "Danlan",
+ "from_id": "user5554076311",
+ "forwarded_from": "tianyi",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10763,
+ "type": "message",
+ "date": "2022-09-29T21:00:49",
+ "date_unixtime": "1664456449",
+ "from": "Danlan",
+ "from_id": "user5554076311",
+ "forwarded_from": "tianyi",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10764,
+ "type": "message",
+ "date": "2022-09-29T21:00:49",
+ "date_unixtime": "1664456449",
+ "edited": "2022-09-29T21:07:45",
+ "edited_unixtime": "1664456865",
+ "from": "Danlan",
+ "from_id": "user5554076311",
+ "forwarded_from": "tianyi",
+ "text": "At this location:",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "At this location:"
+ }
+ ]
+ },
+ {
+ "id": 10765,
+ "type": "message",
+ "date": "2022-09-29T21:00:49",
+ "date_unixtime": "1664456449",
+ "edited": "2022-09-29T21:35:26",
+ "edited_unixtime": "1664458526",
+ "from": "Danlan",
+ "from_id": "user5554076311",
+ "forwarded_from": "tianyi",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 719,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10767,
+ "type": "message",
+ "date": "2022-09-29T21:43:17",
+ "date_unixtime": "1664458997",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10766,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "MR",
+ "user_id": 5723711520
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "MR",
+ "user_id": 5723711520
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 10782,
+ "type": "message",
+ "date": "2022-09-30T05:11:27",
+ "date_unixtime": "1664485887",
+ "from": "No",
+ "from_id": "user485905956",
+ "forwarded_from": "No",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Someone left their apple charger underneath the table so if it’s yours pls come take",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left their apple charger underneath the table so if it’s yours pls come take"
+ }
+ ]
+ },
+ {
+ "id": 10787,
+ "type": "message",
+ "date": "2022-09-30T09:31:33",
+ "date_unixtime": "1664501493",
+ "edited": "2022-09-30T09:55:43",
+ "edited_unixtime": "1664502943",
+ "from": "Varen",
+ "from_id": "user946228659",
+ "text": [
+ "hi, if anyone knows a",
+ {
+ "type": "bold",
+ "text": " Angelina Grace Pandiman,"
+ },
+ " PM me\n\nThey left their Matric Card on bus A2 on 30th September morning, the card is with me"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, if anyone knows a"
+ },
+ {
+ "type": "bold",
+ "text": " Angelina Grace Pandiman,"
+ },
+ {
+ "type": "plain",
+ "text": " PM me\n\nThey left their Matric Card on bus A2 on 30th September morning, the card is with me"
+ }
+ ]
+ },
+ {
+ "id": 10788,
+ "type": "message",
+ "date": "2022-09-30T09:34:03",
+ "date_unixtime": "1664501643",
+ "edited": "2022-09-30T09:34:16",
+ "edited_unixtime": "1664501656",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 10787,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@angelinagrace"
+ },
+ "?"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@angelinagrace"
+ },
+ {
+ "type": "plain",
+ "text": "?"
+ }
+ ]
+ },
+ {
+ "id": 10792,
+ "type": "message",
+ "date": "2022-09-30T09:46:09",
+ "date_unixtime": "1664502369",
+ "edited": "2022-09-30T09:49:26",
+ "edited_unixtime": "1664502566",
+ "from": "angelina",
+ "from_id": "user230771724",
+ "text": "omg yes thanku HAHAH",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "omg yes thanku HAHAH"
+ }
+ ]
+ },
+ {
+ "id": 10797,
+ "type": "service",
+ "date": "2022-09-30T10:24:18",
+ "date_unixtime": "1664504658",
+ "actor": "Jie Feng Ho",
+ "actor_id": "user234715156",
+ "action": "invite_members",
+ "members": [
+ "Jie Feng Ho"
+ ],
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10801,
+ "type": "message",
+ "date": "2022-09-30T11:39:13",
+ "date_unixtime": "1664509153",
+ "from": "yuchen",
+ "from_id": "user5535509027",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this water bottle in E1-06-09, placed it on the desk in the room",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this water bottle in E1-06-09, placed it on the desk in the room"
+ }
+ ]
+ },
+ {
+ "id": 10816,
+ "type": "message",
+ "date": "2022-09-30T16:22:05",
+ "date_unixtime": "1664526125",
+ "edited": "2022-09-30T16:26:34",
+ "edited_unixtime": "1664526394",
+ "from": "ZH",
+ "from_id": "user717712295",
+ "text": "Hello, I lost my student matric card (Zhi Heng) & translucent dark blue water bottle last Monday in the science study cluster room/ UHC.\n\nI also lost my dark blue wallet containing my NRIC, EZ-link card, and several other cards like kopitiam, koi, ntuc, nlb cards 3weeks prior>< pls pm me if u have seen/found them thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, I lost my student matric card (Zhi Heng) & translucent dark blue water bottle last Monday in the science study cluster room/ UHC.\n\nI also lost my dark blue wallet containing my NRIC, EZ-link card, and several other cards like kopitiam, koi, ntuc, nlb cards 3weeks prior>< pls pm me if u have seen/found them thanks!"
+ }
+ ]
+ },
+ {
+ "id": 10822,
+ "type": "message",
+ "date": "2022-09-30T17:36:44",
+ "date_unixtime": "1664530604",
+ "edited": "2022-09-30T20:43:52",
+ "edited_unixtime": "1664541832",
+ "from": "Ron Tan",
+ "from_id": "user595772105",
+ "text": "Hello, did anyone see a black card holder containing IC( Tan De Xuan Ron ) , driving license, debit card and a condo access card ? Probably lost it at erc on the level above starbucks . If anyone finds it pls pm me thank you :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, did anyone see a black card holder containing IC( Tan De Xuan Ron ) , driving license, debit card and a condo access card ? Probably lost it at erc on the level above starbucks . If anyone finds it pls pm me thank you :)"
+ }
+ ]
+ },
+ {
+ "id": 10826,
+ "type": "message",
+ "date": "2022-09-30T18:44:05",
+ "date_unixtime": "1664534645",
+ "edited": "2022-09-30T19:11:25",
+ "edited_unixtime": "1664536285",
+ "from": "jAy",
+ "from_id": "user53033508",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 679,
+ "height": 642,
+ "text": "Hello, did anyone see a rogue macbook power brick in com3 or clb? please pm me if you you seen it…",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, did anyone see a rogue macbook power brick in com3 or clb? please pm me if you you seen it…"
+ }
+ ]
+ },
+ {
+ "id": 10827,
+ "type": "message",
+ "date": "2022-09-30T19:13:05",
+ "date_unixtime": "1664536385",
+ "from": "Jun Yang",
+ "from_id": "user1831877518",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1048,
+ "height": 1280,
+ "text": "Did anyone lost their xiami band (Model xmsh15hm) outside utown starbucks yesterday?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone lost their xiami band (Model xmsh15hm) outside utown starbucks yesterday?"
+ }
+ ]
+ },
+ {
+ "id": 10828,
+ "type": "message",
+ "date": "2022-09-30T19:21:43",
+ "date_unixtime": "1664536903",
+ "edited": "2022-09-30T20:56:35",
+ "edited_unixtime": "1664542595",
+ "from": "Yeo Zi Yi",
+ "from_id": "user5499881536",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found a water bottle on BTC bus",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found a water bottle on BTC bus"
+ }
+ ]
+ },
+ {
+ "id": 10830,
+ "type": "message",
+ "date": "2022-09-30T20:10:35",
+ "date_unixtime": "1664539835",
+ "edited": "2022-10-01T13:50:37",
+ "edited_unixtime": "1664603437",
+ "from": "Samuel",
+ "from_id": "user492967993",
+ "text": "Has anyone found an apple macbook charger and cable at LT34 a few days ago?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone found an apple macbook charger and cable at LT34 a few days ago?"
+ }
+ ]
+ },
+ {
+ "id": 10831,
+ "type": "message",
+ "date": "2022-09-30T20:25:12",
+ "date_unixtime": "1664540712",
+ "from": "Nicholas Sim",
+ "from_id": "user200215017",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": [
+ "Found a student card at utown bus stop. You can collect it at ",
+ {
+ "type": "bold",
+ "text": "Kent Ridge Mrt Passenger service"
+ },
+ " (right beside the gantry)"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a student card at utown bus stop. You can collect it at "
+ },
+ {
+ "type": "bold",
+ "text": "Kent Ridge Mrt Passenger service"
+ },
+ {
+ "type": "plain",
+ "text": " (right beside the gantry)"
+ }
+ ]
+ },
+ {
+ "id": 10837,
+ "type": "message",
+ "date": "2022-09-30T21:13:31",
+ "date_unixtime": "1664543611",
+ "edited": "2022-09-30T21:18:21",
+ "edited_unixtime": "1664543901",
+ "from": "Luo Li",
+ "from_id": "user5486334304",
+ "text": "Thank you very much🥹🥹!!I am looking for it.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thank you very much🥹🥹!!I am looking for it."
+ }
+ ]
+ },
+ {
+ "id": 10838,
+ "type": "message",
+ "date": "2022-09-30T21:22:17",
+ "date_unixtime": "1664544137",
+ "edited": "2022-09-30T21:25:36",
+ "edited_unixtime": "1664544336",
+ "from": "kw",
+ "from_id": "user24541480",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": [
+ "Found a student card on one of the study benches near engin LT6. Can collect it from ",
+ {
+ "type": "bold",
+ "text": "E5 Security Post"
+ },
+ "."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a student card on one of the study benches near engin LT6. Can collect it from "
+ },
+ {
+ "type": "bold",
+ "text": "E5 Security Post"
+ },
+ {
+ "type": "plain",
+ "text": "."
+ }
+ ]
+ },
+ {
+ "id": 10840,
+ "type": "message",
+ "date": "2022-09-30T21:27:32",
+ "date_unixtime": "1664544452",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 10838,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@Drowsybean"
+ },
+ " yours?"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@Drowsybean"
+ },
+ {
+ "type": "plain",
+ "text": " yours?"
+ }
+ ]
+ },
+ {
+ "id": 10843,
+ "type": "message",
+ "date": "2022-09-30T21:41:42",
+ "date_unixtime": "1664545302",
+ "from": "Nyang Vi Bin",
+ "from_id": "user488228288",
+ "reply_to_message_id": 10840,
+ "text": "Yes thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yes thanks"
+ }
+ ]
+ },
+ {
+ "id": 10845,
+ "type": "message",
+ "date": "2022-09-30T21:50:29",
+ "date_unixtime": "1664545829",
+ "from": "W w",
+ "from_id": "user5561104264",
+ "text": "Did anyone see an ezlink?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone see an ezlink?"
+ }
+ ]
+ },
+ {
+ "id": 10847,
+ "type": "message",
+ "date": "2022-09-30T21:56:33",
+ "date_unixtime": "1664546193",
+ "from": "Zihan Wang",
+ "from_id": "user5514648136",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10848,
+ "type": "message",
+ "date": "2022-09-30T21:56:52",
+ "date_unixtime": "1664546212",
+ "edited": "2022-10-01T15:13:37",
+ "edited_unixtime": "1664608417",
+ "from": "Zihan Wang",
+ "from_id": "user5514648136",
+ "text": "found apple lighting wire in COM1 basement\nI’ll leave it there. Just come and collect it if it’s yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found apple lighting wire in COM1 basement\nI’ll leave it there. Just come and collect it if it’s yours"
+ }
+ ]
+ },
+ {
+ "id": 10849,
+ "type": "message",
+ "date": "2022-09-30T21:56:58",
+ "date_unixtime": "1664546218",
+ "from": "tsu",
+ "from_id": "user239058730",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "utown bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "utown bus stop"
+ }
+ ]
+ },
+ {
+ "id": 10850,
+ "type": "message",
+ "date": "2022-09-30T22:03:06",
+ "date_unixtime": "1664546586",
+ "edited": "2022-09-30T22:18:14",
+ "edited_unixtime": "1664547494",
+ "from": "minh-phong",
+ "from_id": "user5455861181",
+ "text": "Hi I lost my student matric card (Le Minh Phong) with blue starbucks lanyard around utown today, please pm me if u’ve found them thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my student matric card (Le Minh Phong) with blue starbucks lanyard around utown today, please pm me if u’ve found them thanks"
+ }
+ ]
+ },
+ {
+ "id": 10851,
+ "type": "message",
+ "date": "2022-09-30T22:16:36",
+ "date_unixtime": "1664547396",
+ "from": "minh-phong",
+ "from_id": "user5455861181",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 685,
+ "height": 1173,
+ "text": "It looks like this, thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It looks like this, thank you"
+ }
+ ]
+ },
+ {
+ "id": 10852,
+ "type": "message",
+ "date": "2022-09-30T22:36:58",
+ "date_unixtime": "1664548618",
+ "edited": "2022-09-30T22:51:09",
+ "edited_unixtime": "1664549469",
+ "from": "minh-phong",
+ "from_id": "user5455861181",
+ "text": "Could have lost it on bus d1 also. Thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Could have lost it on bus d1 also. Thank you"
+ }
+ ]
+ },
+ {
+ "id": 10856,
+ "type": "message",
+ "date": "2022-09-30T23:53:47",
+ "date_unixtime": "1664553227",
+ "from": "Phoebe",
+ "from_id": "user535347935",
+ "text": "hello if anyone found a silver necklace with a key pendant attached, and another rose gold necklace, pls pm me thank you!! i lost it at fass :\")",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello if anyone found a silver necklace with a key pendant attached, and another rose gold necklace, pls pm me thank you!! i lost it at fass :\")"
+ }
+ ]
+ },
+ {
+ "id": 10857,
+ "type": "message",
+ "date": "2022-09-30T23:55:25",
+ "date_unixtime": "1664553325",
+ "from": "chee hong",
+ "from_id": "user297056870",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 1278,
+ "text": "student card belonging to Toft Emil Kragh found on the tables of COM1-120 this afternoon",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "student card belonging to Toft Emil Kragh found on the tables of COM1-120 this afternoon"
+ }
+ ]
+ },
+ {
+ "id": 10859,
+ "type": "message",
+ "date": "2022-10-01T11:40:45",
+ "date_unixtime": "1664595645",
+ "from": "Jawad",
+ "from_id": "user458026454",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Student card found near the s17 bus stop, handed it over to the security post at science block",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Student card found near the s17 bus stop, handed it over to the security post at science block"
+ }
+ ]
+ },
+ {
+ "id": 10862,
+ "type": "message",
+ "date": "2022-10-01T12:29:49",
+ "date_unixtime": "1664598589",
+ "edited": "2022-10-01T13:11:59",
+ "edited_unixtime": "1664601119",
+ "from": "Gerald",
+ "from_id": "user688631384",
+ "text": "Hi everyone, I think I lost my white puma shoes near to the NUS field on Thursday. \n \nThey are white and blue and in US 10.5. \n\nIf anyone has seen them please PM. Thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone, I think I lost my white puma shoes near to the NUS field on Thursday. \n \nThey are white and blue and in US 10.5. \n\nIf anyone has seen them please PM. Thank you"
+ }
+ ]
+ },
+ {
+ "id": 10863,
+ "type": "message",
+ "date": "2022-10-01T12:37:26",
+ "date_unixtime": "1664599046",
+ "edited": "2022-10-01T12:41:43",
+ "edited_unixtime": "1664599303",
+ "from": "Rachel ➵",
+ "from_id": "user852039163",
+ "forwarded_from": "Rachel ➵",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi if anyone seen this bag w clothes pls pm me 🥹 thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone seen this bag w clothes pls pm me 🥹 thanks!"
+ }
+ ]
+ },
+ {
+ "id": 10865,
+ "type": "message",
+ "date": "2022-10-01T12:53:21",
+ "date_unixtime": "1664600001",
+ "edited": "2022-10-01T15:19:19",
+ "edited_unixtime": "1664608759",
+ "from": "Kai Sheng",
+ "from_id": "user123406675",
+ "text": "Hello anyone found a lost matric card belonging to Ngoi Kai Sheng in USC lv2 male cubicle toilet?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello anyone found a lost matric card belonging to Ngoi Kai Sheng in USC lv2 male cubicle toilet?"
+ }
+ ]
+ },
+ {
+ "id": 10866,
+ "type": "message",
+ "date": "2022-10-01T13:54:48",
+ "date_unixtime": "1664603688",
+ "from": "Amogh",
+ "from_id": "user757180018",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this laptop with cover at utown bus stop. Will give to security.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this laptop with cover at utown bus stop. Will give to security."
+ }
+ ]
+ },
+ {
+ "id": 10867,
+ "type": "message",
+ "date": "2022-10-01T13:55:15",
+ "date_unixtime": "1664603715",
+ "from": "Richeton",
+ "from_id": "user320501989",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Student card found at UHC bus stop.. will just leave it on the seat",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Student card found at UHC bus stop.. will just leave it on the seat"
+ }
+ ]
+ },
+ {
+ "id": 10868,
+ "type": "message",
+ "date": "2022-10-01T13:59:51",
+ "date_unixtime": "1664603991",
+ "edited": "2022-10-01T14:46:55",
+ "edited_unixtime": "1664606815",
+ "from": "minh-phong",
+ "from_id": "user5455861181",
+ "reply_to_message_id": 10866,
+ "text": "Omg its mine thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Omg its mine thank you"
+ }
+ ]
+ },
+ {
+ "id": 10870,
+ "type": "message",
+ "date": "2022-10-01T14:55:37",
+ "date_unixtime": "1664607337",
+ "from": "xu wen",
+ "from_id": "user2014574178",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found at path from mpsh, next to swimming pool",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at path from mpsh, next to swimming pool"
+ }
+ ]
+ },
+ {
+ "id": 10876,
+ "type": "message",
+ "date": "2022-10-01T15:17:23",
+ "date_unixtime": "1664608643",
+ "edited": "2022-10-01T15:19:29",
+ "edited_unixtime": "1664608769",
+ "from": "Chaitanya",
+ "from_id": "user508618609",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this wallet at Grandstand just now! If you know a Chai Jia Xin, please tell her!!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this wallet at Grandstand just now! If you know a Chai Jia Xin, please tell her!!!"
+ }
+ ]
+ },
+ {
+ "id": 10877,
+ "type": "message",
+ "date": "2022-10-01T15:22:23",
+ "date_unixtime": "1664608943",
+ "edited": "2022-10-02T12:18:31",
+ "edited_unixtime": "1664684311",
+ "from": "Tan Yi Jing",
+ "from_id": "user5095705235",
+ "reply_to_message_id": 10867,
+ "text": "Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks"
+ }
+ ]
+ },
+ {
+ "id": 10884,
+ "type": "message",
+ "date": "2022-10-01T15:38:44",
+ "date_unixtime": "1664609924",
+ "from": "Jash_Do_It",
+ "from_id": "user586282382",
+ "text": "Hi did anyone find an ezlink card with the name jashant surendran?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone find an ezlink card with the name jashant surendran?"
+ }
+ ]
+ },
+ {
+ "id": 10886,
+ "type": "message",
+ "date": "2022-10-01T15:42:04",
+ "date_unixtime": "1664610124",
+ "edited": "2022-10-01T15:53:34",
+ "edited_unixtime": "1664610814",
+ "from": "Tuvynh",
+ "from_id": "user998706151",
+ "text": "hello if anyone found a matric card with the name AMY Z… at uhc bus stop near the front end pls dm. Just a standalone card, no holders",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello if anyone found a matric card with the name AMY Z… at uhc bus stop near the front end pls dm. Just a standalone card, no holders"
+ }
+ ]
+ },
+ {
+ "id": 10887,
+ "type": "message",
+ "date": "2022-10-01T15:50:43",
+ "date_unixtime": "1664610643",
+ "from": "Zhao Wei Liew",
+ "from_id": "user206043909",
+ "text": "hi, if anyone finds a matric card with the name \"Liew Zhao Wei\", please lmk! it's a standalone card",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, if anyone finds a matric card with the name \"Liew Zhao Wei\", please lmk! it's a standalone card"
+ }
+ ]
+ },
+ {
+ "id": 10892,
+ "type": "message",
+ "date": "2022-10-01T17:38:39",
+ "date_unixtime": "1664617119",
+ "from": "k a e 🤍",
+ "from_id": "user208928966",
+ "text": "hi there, if anyone saw a navy polka-dotted kate spade tumbler in lt32 pls pm me thanku!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi there, if anyone saw a navy polka-dotted kate spade tumbler in lt32 pls pm me thanku!"
+ }
+ ]
+ },
+ {
+ "id": 10895,
+ "type": "message",
+ "date": "2022-10-01T19:54:37",
+ "date_unixtime": "1664625277",
+ "edited": "2022-10-01T20:01:45",
+ "edited_unixtime": "1664625705",
+ "from": "Lisa",
+ "from_id": "user229453549",
+ "text": "Hi if anybody found a matric card Lisa Ng Jing Lin please lmk… thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anybody found a matric card Lisa Ng Jing Lin please lmk… thank you!"
+ }
+ ]
+ },
+ {
+ "id": 10904,
+ "type": "message",
+ "date": "2022-10-01T22:00:03",
+ "date_unixtime": "1664632803",
+ "from": "Homura Akemi",
+ "from_id": "user1830957490",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Found by my friend at CS3230 midterms today. If he doesn't msg me, where should I drop the card off?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found by my friend at CS3230 midterms today. If he doesn't msg me, where should I drop the card off?"
+ }
+ ]
+ },
+ {
+ "id": 10905,
+ "type": "message",
+ "date": "2022-10-01T22:14:58",
+ "date_unixtime": "1664633698",
+ "edited": "2022-10-01T22:19:07",
+ "edited_unixtime": "1664633947",
+ "from": "Petrina Tan",
+ "from_id": "user637989198",
+ "reply_to_message_id": 10904,
+ "text": "Student Services at YIH. They will email him telling him someone dropped it off and to collect it from them. Happened to me, thankful for the Good Samaritan",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Student Services at YIH. They will email him telling him someone dropped it off and to collect it from them. Happened to me, thankful for the Good Samaritan"
+ }
+ ]
+ },
+ {
+ "id": 10909,
+ "type": "message",
+ "date": "2022-10-02T00:19:23",
+ "date_unixtime": "1664641163",
+ "edited": "2022-10-02T00:19:48",
+ "edited_unixtime": "1664641188",
+ "from": "syaz",
+ "from_id": "user48311212",
+ "reply_to_message_id": 10895,
+ "text": "check your phone cover!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "check your phone cover!"
+ }
+ ]
+ },
+ {
+ "id": 10918,
+ "type": "message",
+ "date": "2022-10-02T07:55:40",
+ "date_unixtime": "1664668540",
+ "edited": "2022-10-02T12:47:19",
+ "edited_unixtime": "1664686039",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10917,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Doneisha",
+ "user_id": 5743518298
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Doneisha",
+ "user_id": 5743518298
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 10919,
+ "type": "message",
+ "date": "2022-10-02T08:02:57",
+ "date_unixtime": "1664668977",
+ "edited": "2022-10-02T08:07:03",
+ "edited_unixtime": "1664669223",
+ "from": "Richard Dominick",
+ "from_id": "user793964547",
+ "reply_to_message_id": 10916,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ]
+ },
+ {
+ "id": 10920,
+ "type": "message",
+ "date": "2022-10-02T08:02:58",
+ "date_unixtime": "1664668978",
+ "edited": "2022-10-02T12:16:23",
+ "edited_unixtime": "1664684183",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10919,
+ "text": [
+ "Reported ",
+ {
+ "type": "mention_name",
+ "text": "Lolo_curvy",
+ "user_id": 5626925211
+ },
+ " [",
+ {
+ "type": "code",
+ "text": "5626925211"
+ },
+ "] to admins.",
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Reported "
+ },
+ {
+ "type": "mention_name",
+ "text": "Lolo_curvy",
+ "user_id": 5626925211
+ },
+ {
+ "type": "plain",
+ "text": " ["
+ },
+ {
+ "type": "code",
+ "text": "5626925211"
+ },
+ {
+ "type": "plain",
+ "text": "] to admins."
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 10922,
+ "type": "message",
+ "date": "2022-10-02T08:10:38",
+ "date_unixtime": "1664669438",
+ "from": "Richard Dominick",
+ "from_id": "user793964547",
+ "reply_to_message_id": 10921,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ]
+ },
+ {
+ "id": 10923,
+ "type": "message",
+ "date": "2022-10-02T08:10:38",
+ "date_unixtime": "1664669438",
+ "edited": "2022-10-02T12:56:03",
+ "edited_unixtime": "1664686563",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10922,
+ "text": [
+ "Reported ",
+ {
+ "type": "mention_name",
+ "text": "Vio Fiana",
+ "user_id": 5711983899
+ },
+ " [",
+ {
+ "type": "code",
+ "text": "5711983899"
+ },
+ "] to admins.",
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Reported "
+ },
+ {
+ "type": "mention_name",
+ "text": "Vio Fiana",
+ "user_id": 5711983899
+ },
+ {
+ "type": "plain",
+ "text": " ["
+ },
+ {
+ "type": "code",
+ "text": "5711983899"
+ },
+ {
+ "type": "plain",
+ "text": "] to admins."
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 10924,
+ "type": "message",
+ "date": "2022-10-02T08:10:39",
+ "date_unixtime": "1664669439",
+ "edited": "2022-10-02T08:14:34",
+ "edited_unixtime": "1664669674",
+ "from": "Homura Akemi",
+ "from_id": "user1830957490",
+ "reply_to_message_id": 10921,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ },
+ " Sorry I sent the msg at about the same time"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ },
+ {
+ "type": "plain",
+ "text": " Sorry I sent the msg at about the same time"
+ }
+ ]
+ },
+ {
+ "id": 10925,
+ "type": "message",
+ "date": "2022-10-02T08:10:40",
+ "date_unixtime": "1664669440",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10924,
+ "text": [
+ "Reported ",
+ {
+ "type": "mention_name",
+ "text": "Vio Fiana",
+ "user_id": 5711983899
+ },
+ " [",
+ {
+ "type": "code",
+ "text": "5711983899"
+ },
+ "] to admins.",
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Reported "
+ },
+ {
+ "type": "mention_name",
+ "text": "Vio Fiana",
+ "user_id": 5711983899
+ },
+ {
+ "type": "plain",
+ "text": " ["
+ },
+ {
+ "type": "code",
+ "text": "5711983899"
+ },
+ {
+ "type": "plain",
+ "text": "] to admins."
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 10926,
+ "type": "message",
+ "date": "2022-10-02T08:10:47",
+ "date_unixtime": "1664669447",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 10921,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ]
+ },
+ {
+ "id": 10927,
+ "type": "message",
+ "date": "2022-10-02T08:10:48",
+ "date_unixtime": "1664669448",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10926,
+ "text": [
+ "Reported ",
+ {
+ "type": "mention_name",
+ "text": "Vio Fiana",
+ "user_id": 5711983899
+ },
+ " [",
+ {
+ "type": "code",
+ "text": "5711983899"
+ },
+ "] to admins.",
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Reported "
+ },
+ {
+ "type": "mention_name",
+ "text": "Vio Fiana",
+ "user_id": 5711983899
+ },
+ {
+ "type": "plain",
+ "text": " ["
+ },
+ {
+ "type": "code",
+ "text": "5711983899"
+ },
+ {
+ "type": "plain",
+ "text": "] to admins."
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 10928,
+ "type": "message",
+ "date": "2022-10-02T08:11:30",
+ "date_unixtime": "1664669490",
+ "edited": "2022-10-02T08:27:29",
+ "edited_unixtime": "1664670449",
+ "from": "JT",
+ "from_id": "channel1143581438",
+ "reply_to_message_id": 10921,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ]
+ },
+ {
+ "id": 10929,
+ "type": "message",
+ "date": "2022-10-02T08:11:31",
+ "date_unixtime": "1664669491",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10928,
+ "text": [
+ "Reported ",
+ {
+ "type": "mention_name",
+ "text": "Vio Fiana",
+ "user_id": 5711983899
+ },
+ " [",
+ {
+ "type": "code",
+ "text": "5711983899"
+ },
+ "] to admins.",
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Reported "
+ },
+ {
+ "type": "mention_name",
+ "text": "Vio Fiana",
+ "user_id": 5711983899
+ },
+ {
+ "type": "plain",
+ "text": " ["
+ },
+ {
+ "type": "code",
+ "text": "5711983899"
+ },
+ {
+ "type": "plain",
+ "text": "] to admins."
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 10931,
+ "type": "message",
+ "date": "2022-10-02T08:23:27",
+ "date_unixtime": "1664670207",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10930,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "🦅",
+ "user_id": 5718140958
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "🦅",
+ "user_id": 5718140958
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 10933,
+ "type": "message",
+ "date": "2022-10-02T09:00:22",
+ "date_unixtime": "1664672422",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10932,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Penny",
+ "user_id": 5738109577
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Penny",
+ "user_id": 5738109577
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 10936,
+ "type": "message",
+ "date": "2022-10-02T11:35:28",
+ "date_unixtime": "1664681728",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 10935,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "rey",
+ "user_id": 5636591699
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "rey",
+ "user_id": 5636591699
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 10941,
+ "type": "message",
+ "date": "2022-10-02T16:13:40",
+ "date_unixtime": "1664698420",
+ "from": "🌀",
+ "from_id": "user47403575",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10942,
+ "type": "message",
+ "date": "2022-10-02T16:14:28",
+ "date_unixtime": "1664698468",
+ "from": "🌀",
+ "from_id": "user47403575",
+ "text": "found near the Yale-NUS bus stop, if this is yours pls PM me + lmk the 4 digit number printed on the other side of the card lol",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found near the Yale-NUS bus stop, if this is yours pls PM me + lmk the 4 digit number printed on the other side of the card lol"
+ }
+ ]
+ },
+ {
+ "id": 10943,
+ "type": "message",
+ "date": "2022-10-02T16:17:26",
+ "date_unixtime": "1664698646",
+ "from": "🌀",
+ "from_id": "user47403575",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "(sorry the prev image was not clear)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "(sorry the prev image was not clear)"
+ }
+ ]
+ },
+ {
+ "id": 10945,
+ "type": "message",
+ "date": "2022-10-02T16:45:02",
+ "date_unixtime": "1664700302",
+ "edited": "2022-10-02T17:14:40",
+ "edited_unixtime": "1664702080",
+ "from": "Wang Yueming",
+ "from_id": "user5279408556",
+ "text": "Hi there if any one found an air pods pro at the bus station of pgp pls pm me thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi there if any one found an air pods pro at the bus station of pgp pls pm me thank you!"
+ }
+ ]
+ },
+ {
+ "id": 10946,
+ "type": "message",
+ "date": "2022-10-02T17:04:50",
+ "date_unixtime": "1664701490",
+ "from": "Watermelon Jo",
+ "from_id": "user397791051",
+ "reply_to_message_id": 10442,
+ "text": "bump 👉🏻👈🏻 second replacement is $80… 🤡🤡🤡🤡 help a sis out.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "bump 👉🏻👈🏻 second replacement is $80… 🤡🤡🤡🤡 help a sis out."
+ }
+ ]
+ },
+ {
+ "id": 10947,
+ "type": "message",
+ "date": "2022-10-02T17:21:12",
+ "date_unixtime": "1664702472",
+ "edited": "2022-10-02T19:19:26",
+ "edited_unixtime": "1664709566",
+ "from": "k a e 🤍",
+ "from_id": "user208928966",
+ "reply_to_message_id": 10892,
+ "text": "hello j bumping this pls help ty!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello j bumping this pls help ty!"
+ }
+ ]
+ },
+ {
+ "id": 10950,
+ "type": "message",
+ "date": "2022-10-03T03:45:45",
+ "date_unixtime": "1664739945",
+ "from": "Tuvynh",
+ "from_id": "user998706151",
+ "reply_to_message_id": 10886,
+ "text": "bumping this too! looking for a matric card",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "bumping this too! looking for a matric card"
+ }
+ ]
+ },
+ {
+ "id": 10952,
+ "type": "message",
+ "date": "2022-10-03T10:11:30",
+ "date_unixtime": "1664763090",
+ "edited": "2022-10-03T10:25:20",
+ "edited_unixtime": "1664763920",
+ "from": "j i n g",
+ "from_id": "user813375756",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi sb left their card at clb level 5 printing area",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi sb left their card at clb level 5 printing area"
+ }
+ ]
+ },
+ {
+ "id": 10954,
+ "type": "message",
+ "date": "2022-10-03T10:35:52",
+ "date_unixtime": "1664764552",
+ "from": "Thais Ayuso",
+ "from_id": "user5441692077",
+ "text": "Hi I lost my airpords in RC4 - if anyone found two loose AirPods gen 1 let me know please :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my airpords in RC4 - if anyone found two loose AirPods gen 1 let me know please :)"
+ }
+ ]
+ },
+ {
+ "id": 10958,
+ "type": "message",
+ "date": "2022-10-03T11:10:58",
+ "date_unixtime": "1664766658",
+ "from": "wenxuan",
+ "from_id": "user95739451",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10959,
+ "type": "message",
+ "date": "2022-10-03T11:10:58",
+ "date_unixtime": "1664766658",
+ "from": "wenxuan",
+ "from_id": "user95739451",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 10960,
+ "type": "message",
+ "date": "2022-10-03T11:10:58",
+ "date_unixtime": "1664766658",
+ "from": "wenxuan",
+ "from_id": "user95739451",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Zhao Shilai’s Passion card found outside AS3, at the spot marked in the second photo at 10.40am.\nPassed to NUS Press Bookshop and Office.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Zhao Shilai’s Passion card found outside AS3, at the spot marked in the second photo at 10.40am.\nPassed to NUS Press Bookshop and Office."
+ }
+ ]
+ },
+ {
+ "id": 10962,
+ "type": "message",
+ "date": "2022-10-03T11:51:25",
+ "date_unixtime": "1664769085",
+ "edited": "2022-10-03T12:25:16",
+ "edited_unixtime": "1664771116",
+ "from": "joshua tan",
+ "from_id": "user744201954",
+ "text": "Guys anyone lost an aigo thumb drive in sde1 com lab 2 can pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Guys anyone lost an aigo thumb drive in sde1 com lab 2 can pm me"
+ }
+ ]
+ },
+ {
+ "id": 10963,
+ "type": "message",
+ "date": "2022-10-03T11:53:43",
+ "date_unixtime": "1664769223",
+ "from": "Phoebe",
+ "from_id": "user535347935",
+ "reply_to_message_id": 10856,
+ "text": "hi bump!! if you see a silver necklace with a key pendant and a rose gold necklace lying anywhere pls pm me thank you :\"(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi bump!! if you see a silver necklace with a key pendant and a rose gold necklace lying anywhere pls pm me thank you :\"("
+ }
+ ]
+ },
+ {
+ "id": 10964,
+ "type": "message",
+ "date": "2022-10-03T11:59:09",
+ "date_unixtime": "1664769549",
+ "from": "Yizhen",
+ "from_id": "user26945616",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found this at SFAH, been seeing it for the past few weeks. Will pass this to the reception!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at SFAH, been seeing it for the past few weeks. Will pass this to the reception!"
+ }
+ ]
+ },
+ {
+ "id": 10966,
+ "type": "message",
+ "date": "2022-10-03T12:48:12",
+ "date_unixtime": "1664772492",
+ "from": "Siang",
+ "from_id": "user826059686",
+ "text": "Lost Staff and other access passes (3 NUS cards in a clear card-size holder), anywhere between Utown and NUH (Bus D2): much grateful if found!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost Staff and other access passes (3 NUS cards in a clear card-size holder), anywhere between Utown and NUH (Bus D2): much grateful if found!"
+ }
+ ]
+ },
+ {
+ "id": 10968,
+ "type": "message",
+ "date": "2022-10-03T14:20:36",
+ "date_unixtime": "1664778036",
+ "from": "Xin Chun",
+ "from_id": "user484243632",
+ "text": "Hiii I lost my brown leather wallet in lt9, I have my matric card in it, if you find it please let me know thank you😭🫶",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hiii I lost my brown leather wallet in lt9, I have my matric card in it, if you find it please let me know thank you😭🫶"
+ }
+ ]
+ },
+ {
+ "id": 10969,
+ "type": "message",
+ "date": "2022-10-03T14:57:31",
+ "date_unixtime": "1664780251",
+ "edited": "2022-10-03T14:58:08",
+ "edited_unixtime": "1664780288",
+ "from": "Joon Wah Tang",
+ "from_id": "user5534942693",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "It seems someone left their bottle on bus d2 pc4019r",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It seems someone left their bottle on bus d2 pc4019r"
+ }
+ ]
+ },
+ {
+ "id": 10970,
+ "type": "message",
+ "date": "2022-10-03T15:06:57",
+ "date_unixtime": "1664780817",
+ "edited": "2022-10-03T15:28:27",
+ "edited_unixtime": "1664782107",
+ "from": "Motoki K.",
+ "from_id": "user651067879",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Phone left on sofa seat @ Com1 level 2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Phone left on sofa seat @ Com1 level 2"
+ }
+ ]
+ },
+ {
+ "id": 10972,
+ "type": "message",
+ "date": "2022-10-03T15:27:53",
+ "date_unixtime": "1664782073",
+ "edited": "2022-10-03T16:00:22",
+ "edited_unixtime": "1664784022",
+ "from": "JellyBoi",
+ "from_id": "user638190480",
+ "reply_to_message_id": 10970,
+ "text": "Thanks a lot, it was mine",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks a lot, it was mine"
+ }
+ ]
+ },
+ {
+ "id": 10976,
+ "type": "message",
+ "date": "2022-10-03T17:24:22",
+ "date_unixtime": "1664789062",
+ "from": "Jon",
+ "from_id": "user454617572",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Glasses left at AS7-0107! Previous class was Bahasa Indonesia",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Glasses left at AS7-0107! Previous class was Bahasa Indonesia"
+ }
+ ]
+ },
+ {
+ "id": 10977,
+ "type": "message",
+ "date": "2022-10-03T18:27:14",
+ "date_unixtime": "1664792834",
+ "from": "Cheryl",
+ "from_id": "user1701570987",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Claw clip left in technoedge girl's toilet (1st stall)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Claw clip left in technoedge girl's toilet (1st stall)"
+ }
+ ]
+ },
+ {
+ "id": 10981,
+ "type": "message",
+ "date": "2022-10-03T19:32:29",
+ "date_unixtime": "1664796749",
+ "from": "Phoebe",
+ "from_id": "user726576210",
+ "text": "Friend lost a kopitiam orange card, winnie the pooh ezlink card and one more card (cant rmbr) \nEither frontier or utown, pls lmk if found thank youu :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Friend lost a kopitiam orange card, winnie the pooh ezlink card and one more card (cant rmbr) \nEither frontier or utown, pls lmk if found thank youu :)"
+ }
+ ]
+ },
+ {
+ "id": 10983,
+ "type": "message",
+ "date": "2022-10-03T19:34:10",
+ "date_unixtime": "1664796850",
+ "edited": "2022-10-04T16:18:33",
+ "edited_unixtime": "1664871513",
+ "from": "andre",
+ "from_id": "user223796304",
+ "text": "lost my matric card at EA, water cooler above spinelli coffee or at the benches outside where fred the cat is at or on the way to utown 😢😢\n\npls lmk if anyone finds it!\n\nupdate: found! thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lost my matric card at EA, water cooler above spinelli coffee or at the benches outside where fred the cat is at or on the way to utown 😢😢\n\npls lmk if anyone finds it!\n\nupdate: found! thanks"
+ }
+ ]
+ },
+ {
+ "id": 10986,
+ "type": "message",
+ "date": "2022-10-03T20:20:52",
+ "date_unixtime": "1664799652",
+ "edited": "2022-10-03T20:22:12",
+ "edited_unixtime": "1664799732",
+ "from": "Stevan G.G.",
+ "from_id": "user1536093060",
+ "text": "Lost my water bottle in mpsh 2b just now, it's black with blue cap. Please lmk me if anyone found it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost my water bottle in mpsh 2b just now, it's black with blue cap. Please lmk me if anyone found it"
+ }
+ ]
+ },
+ {
+ "id": 10987,
+ "type": "message",
+ "date": "2022-10-03T22:04:44",
+ "date_unixtime": "1664805884",
+ "from": "wenfeng",
+ "from_id": "user490659858",
+ "text": "Lost my macbook charger at Chinese Library today, if anyone happen to see it, please let me know. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost my macbook charger at Chinese Library today, if anyone happen to see it, please let me know. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 10991,
+ "type": "message",
+ "date": "2022-10-04T09:16:35",
+ "date_unixtime": "1664846195",
+ "edited": "2022-10-04T10:33:41",
+ "edited_unixtime": "1664850821",
+ "from": "Thao",
+ "from_id": "user1139128373",
+ "text": "Lost my concession card along the route from kr mrt to pgpr. If anyone spotted a concession card please lmk 🥲🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost my concession card along the route from kr mrt to pgpr. If anyone spotted a concession card please lmk 🥲🥲"
+ }
+ ]
+ },
+ {
+ "id": 10992,
+ "type": "message",
+ "date": "2022-10-04T10:06:04",
+ "date_unixtime": "1664849164",
+ "from": "hottie99",
+ "from_id": "user543405140",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Empty AirPods case found at Utown bus stop. Pm me if it’s urs",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Empty AirPods case found at Utown bus stop. Pm me if it’s urs"
+ }
+ ]
+ },
+ {
+ "id": 10994,
+ "type": "message",
+ "date": "2022-10-04T11:27:43",
+ "date_unixtime": "1664854063",
+ "edited": "2022-10-04T11:31:00",
+ "edited_unixtime": "1664854260",
+ "from": "Wesley ML",
+ "from_id": "user188575884",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Lost child in S1A, on top of the water cooler in the LT32 foyer 🥺",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost child in S1A, on top of the water cooler in the LT32 foyer 🥺"
+ }
+ ]
+ },
+ {
+ "id": 11001,
+ "type": "message",
+ "date": "2022-10-04T13:54:29",
+ "date_unixtime": "1664862869",
+ "edited": "2022-10-04T13:54:46",
+ "edited_unixtime": "1664862886",
+ "from": "Jared",
+ "from_id": "user99293074",
+ "text": "Gentle reminder to redact the matric number/barcode/nric before sending it to the group! Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Gentle reminder to redact the matric number/barcode/nric before sending it to the group! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 11003,
+ "type": "message",
+ "date": "2022-10-04T13:56:10",
+ "date_unixtime": "1664862970",
+ "edited": "2022-10-04T13:58:45",
+ "edited_unixtime": "1664863125",
+ "from": "khoo hx",
+ "from_id": "user475453476",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Matric card found at frontier, passed to the Ayam penyet stall at aircon frontier :D",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card found at frontier, passed to the Ayam penyet stall at aircon frontier :D"
+ }
+ ]
+ },
+ {
+ "id": 11004,
+ "type": "message",
+ "date": "2022-10-04T13:56:11",
+ "date_unixtime": "1664862971",
+ "from": "khoo hx",
+ "from_id": "user475453476",
+ "text": "Ok",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ok"
+ }
+ ]
+ },
+ {
+ "id": 11006,
+ "type": "message",
+ "date": "2022-10-04T14:08:08",
+ "date_unixtime": "1664863688",
+ "from": "kezia",
+ "from_id": "user1045505277",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "notebook at good clique aircon part",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "notebook at good clique aircon part"
+ }
+ ]
+ },
+ {
+ "id": 11009,
+ "type": "message",
+ "date": "2022-10-04T14:54:19",
+ "date_unixtime": "1664866459",
+ "edited": "2022-10-04T15:09:47",
+ "edited_unixtime": "1664867387",
+ "from": "Russell",
+ "from_id": "user868192486",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Disney ez link card found in biz1, pm me if it is yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Disney ez link card found in biz1, pm me if it is yours!"
+ }
+ ]
+ },
+ {
+ "id": 11011,
+ "type": "message",
+ "date": "2022-10-04T15:59:04",
+ "date_unixtime": "1664870344",
+ "from": "Kamili Arsyad",
+ "from_id": "user835314272",
+ "text": "Hi if anyone found a wireless logitech mouse at i3 around 2pm pls dm me thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone found a wireless logitech mouse at i3 around 2pm pls dm me thanks"
+ }
+ ]
+ },
+ {
+ "id": 11014,
+ "type": "message",
+ "date": "2022-10-04T17:33:08",
+ "date_unixtime": "1664875988",
+ "edited": "2022-10-05T09:38:20",
+ "edited_unixtime": "1664933900",
+ "from": "Zi Xuan",
+ "from_id": "user982897944",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found a water bottle at AS8 computer centre",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a water bottle at AS8 computer centre"
+ }
+ ]
+ },
+ {
+ "id": 11017,
+ "type": "message",
+ "date": "2022-10-04T17:50:14",
+ "date_unixtime": "1664877014",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 11016,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Daffin",
+ "user_id": 1228144912
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Daffin",
+ "user_id": 1228144912
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 11020,
+ "type": "message",
+ "date": "2022-10-04T17:52:19",
+ "date_unixtime": "1664877139",
+ "edited": "2022-10-05T11:18:35",
+ "edited_unixtime": "1664939915",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 11019,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Daffin",
+ "user_id": 1228144912
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Daffin",
+ "user_id": 1228144912
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 11026,
+ "type": "message",
+ "date": "2022-10-04T20:03:13",
+ "date_unixtime": "1664884993",
+ "edited": "2022-10-04T20:04:03",
+ "edited_unixtime": "1664885043",
+ "from": "Daffin",
+ "from_id": "user1228144912",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 524,
+ "height": 1280,
+ "text": "Lost bag on 3/10 around 7pm -7.30pm at AMK blk 107 Food loft",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost bag on 3/10 around 7pm -7.30pm at AMK blk 107 Food loft"
+ }
+ ]
+ },
+ {
+ "id": 11036,
+ "type": "message",
+ "date": "2022-10-05T08:26:37",
+ "date_unixtime": "1664929597",
+ "edited": "2022-10-05T10:05:02",
+ "edited_unixtime": "1664935502",
+ "from": "Robin Ma",
+ "from_id": "user5440237747",
+ "text": "Lost my black card wallet around University Town, most possibly in Mac Common. If someone finds it, plz help and contact me 😭😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost my black card wallet around University Town, most possibly in Mac Common. If someone finds it, plz help and contact me 😭😭"
+ }
+ ]
+ },
+ {
+ "id": 11037,
+ "type": "message",
+ "date": "2022-10-05T09:54:33",
+ "date_unixtime": "1664934873",
+ "from": "Genesis",
+ "from_id": "user1642171415",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "did anyone leave this umbrella in LT21",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "did anyone leave this umbrella in LT21"
+ }
+ ]
+ },
+ {
+ "id": 11040,
+ "type": "message",
+ "date": "2022-10-05T11:14:17",
+ "date_unixtime": "1664939657",
+ "edited": "2022-10-05T12:07:22",
+ "edited_unixtime": "1664942842",
+ "from": "Kashish",
+ "from_id": "user1393640997",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi guys! Has anyone seen a rolling chair like this in DA2/Stephen Riady Center/Utown? Last seen in DA2 on the evening of October 2nd- its more important than it seems so please lmk if you think you've seen it anywhere in the past few days, thanks!!❤️\n\n--found thanks!!--",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys! Has anyone seen a rolling chair like this in DA2/Stephen Riady Center/Utown? Last seen in DA2 on the evening of October 2nd- its more important than it seems so please lmk if you think you've seen it anywhere in the past few days, thanks!!❤️\n\n--found thanks!!--"
+ }
+ ]
+ },
+ {
+ "id": 11041,
+ "type": "message",
+ "date": "2022-10-05T11:26:57",
+ "date_unixtime": "1664940417",
+ "edited": "2022-10-05T12:03:32",
+ "edited_unixtime": "1664942612",
+ "from": "Sruthi",
+ "from_id": "user406696900",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Matriculation card found at E3-06-14 on teachers desk",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matriculation card found at E3-06-14 on teachers desk"
+ }
+ ]
+ },
+ {
+ "id": 11044,
+ "type": "message",
+ "date": "2022-10-05T12:04:45",
+ "date_unixtime": "1664942685",
+ "from": "Le Rae",
+ "from_id": "user677627839",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Bottle found in AS6 level 2 female toilet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Bottle found in AS6 level 2 female toilet"
+ }
+ ]
+ },
+ {
+ "id": 11047,
+ "type": "message",
+ "date": "2022-10-05T12:17:24",
+ "date_unixtime": "1664943444",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 11046,
+ "text": "it'd be a good idea to censor the nric and the barcode completely i think",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "it'd be a good idea to censor the nric and the barcode completely i think"
+ }
+ ]
+ },
+ {
+ "id": 11049,
+ "type": "message",
+ "date": "2022-10-05T12:19:44",
+ "date_unixtime": "1664943584",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 11041,
+ "text": [
+ {
+ "type": "mention_name",
+ "text": "ZHOU",
+ "user_id": 5448213684
+ },
+ " is this yours?"
+ ],
+ "text_entities": [
+ {
+ "type": "mention_name",
+ "text": "ZHOU",
+ "user_id": 5448213684
+ },
+ {
+ "type": "plain",
+ "text": " is this yours?"
+ }
+ ]
+ },
+ {
+ "id": 11052,
+ "type": "message",
+ "date": "2022-10-05T12:49:34",
+ "date_unixtime": "1664945374",
+ "from": "maslinda",
+ "from_id": "user892986514",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "hello found this cardholder at FASS Deck! I'll be returning it to CLB Lost and Found",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello found this cardholder at FASS Deck! I'll be returning it to CLB Lost and Found"
+ }
+ ]
+ },
+ {
+ "id": 11055,
+ "type": "message",
+ "date": "2022-10-05T13:13:22",
+ "date_unixtime": "1664946802",
+ "from": "maslinda",
+ "from_id": "user892986514",
+ "reply_to_message_id": 11052,
+ "text": "ok the cardholder has been returned to the owner :D",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ok the cardholder has been returned to the owner :D"
+ }
+ ]
+ },
+ {
+ "id": 11057,
+ "type": "message",
+ "date": "2022-10-05T13:19:23",
+ "date_unixtime": "1664947163",
+ "from": "Dora the Explorer Márquez Episodes, Games, Videos on Nick Jr.",
+ "from_id": "user27072122",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Utown bus stop bench\nJulian Lim Ju hui nuhs pass",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Utown bus stop bench\nJulian Lim Ju hui nuhs pass"
+ }
+ ]
+ },
+ {
+ "id": 11059,
+ "type": "message",
+ "date": "2022-10-05T14:35:31",
+ "date_unixtime": "1664951731",
+ "from": "Jieyi Gan",
+ "from_id": "user902457913",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 921,
+ "text": "found a matriculation card on bus A2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found a matriculation card on bus A2"
+ }
+ ]
+ },
+ {
+ "id": 11060,
+ "type": "message",
+ "date": "2022-10-05T14:36:13",
+ "date_unixtime": "1664951773",
+ "from": "WANG YUSHUO",
+ "from_id": "user843164493",
+ "reply_to_message_id": 11059,
+ "text": "Hi this belong to my friend",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi this belong to my friend"
+ }
+ ]
+ },
+ {
+ "id": 11061,
+ "type": "message",
+ "date": "2022-10-05T14:36:32",
+ "date_unixtime": "1664951792",
+ "from": "WANG YUSHUO",
+ "from_id": "user843164493",
+ "text": "may i come look for you sometime today to take it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "may i come look for you sometime today to take it?"
+ }
+ ]
+ },
+ {
+ "id": 11062,
+ "type": "message",
+ "date": "2022-10-05T14:54:47",
+ "date_unixtime": "1664952887",
+ "from": "ariel au",
+ "from_id": "user1548240077",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "anyone lost a plug at science study cluster?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone lost a plug at science study cluster?"
+ }
+ ]
+ },
+ {
+ "id": 11064,
+ "type": "message",
+ "date": "2022-10-05T14:58:26",
+ "date_unixtime": "1664953106",
+ "from": ".",
+ "from_id": "user858751179",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1280,
+ "text": "Hello bois and girls. Yoinked this wallet from AS7 today.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello bois and girls. Yoinked this wallet from AS7 today."
+ }
+ ]
+ },
+ {
+ "id": 11065,
+ "type": "message",
+ "date": "2022-10-05T15:09:50",
+ "date_unixtime": "1664953790",
+ "from": "duy anh nguyen",
+ "from_id": "user5486595443",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "this water bottle at male restroom near finefood",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "this water bottle at male restroom near finefood"
+ }
+ ]
+ },
+ {
+ "id": 11067,
+ "type": "message",
+ "date": "2022-10-05T15:41:07",
+ "date_unixtime": "1664955667",
+ "from": "ariel au",
+ "from_id": "user1548240077",
+ "reply_to_message_id": 11066,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 1280,
+ "text": "i placed it here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "i placed it here"
+ }
+ ]
+ },
+ {
+ "id": 11071,
+ "type": "message",
+ "date": "2022-10-05T15:51:23",
+ "date_unixtime": "1664956283",
+ "from": "Sym",
+ "from_id": "user148239321",
+ "reply_to_message_id": 11057,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@blurpig_43515"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@blurpig_43515"
+ }
+ ]
+ },
+ {
+ "id": 11078,
+ "type": "message",
+ "date": "2022-10-05T19:19:23",
+ "date_unixtime": "1664968763",
+ "edited": "2022-10-05T19:19:46",
+ "edited_unixtime": "1664968786",
+ "from": "hannah 🤠",
+ "from_id": "user353907692",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someone left their earpieces next to the fountain outside hwangs at utown. it’s still there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left their earpieces next to the fountain outside hwangs at utown. it’s still there"
+ }
+ ]
+ },
+ {
+ "id": 11080,
+ "type": "message",
+ "date": "2022-10-05T21:49:40",
+ "date_unixtime": "1664977780",
+ "from": "Nishtha Birla",
+ "from_id": "user5521091653",
+ "text": "Hi if anyone is on the a2 bus which just left pgpr few mins ago I lost the back of my apple pencil the part which covers the charging part",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone is on the a2 bus which just left pgpr few mins ago I lost the back of my apple pencil the part which covers the charging part"
+ }
+ ]
+ },
+ {
+ "id": 11081,
+ "type": "message",
+ "date": "2022-10-05T21:50:13",
+ "date_unixtime": "1664977813",
+ "from": "Nishtha Birla",
+ "from_id": "user5521091653",
+ "text": "It's white in color and should be near the seat near the exit doors",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It's white in color and should be near the seat near the exit doors"
+ }
+ ]
+ },
+ {
+ "id": 11082,
+ "type": "message",
+ "date": "2022-10-05T21:56:44",
+ "date_unixtime": "1664978204",
+ "from": "Tania",
+ "from_id": "user5024567056",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Matric card left in girls toilet near mpsh5, it's still there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card left in girls toilet near mpsh5, it's still there"
+ }
+ ]
+ },
+ {
+ "id": 11085,
+ "type": "message",
+ "date": "2022-10-05T22:23:33",
+ "date_unixtime": "1664979813",
+ "from": "Hong Jun",
+ "from_id": "user768865542",
+ "text": "Hi I lost my matrix card nearby supper stretch and kr bus terminal but unsure exactly where",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my matrix card nearby supper stretch and kr bus terminal but unsure exactly where"
+ }
+ ]
+ },
+ {
+ "id": 11086,
+ "type": "message",
+ "date": "2022-10-05T22:24:43",
+ "date_unixtime": "1664979883",
+ "from": "Hong Jun",
+ "from_id": "user768865542",
+ "text": "My name is Tan Hong Jun",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "My name is Tan Hong Jun"
+ }
+ ]
+ },
+ {
+ "id": 11090,
+ "type": "message",
+ "date": "2022-10-05T23:06:31",
+ "date_unixtime": "1664982391",
+ "from": "Sheng Yang",
+ "from_id": "user96383551",
+ "text": "Yoo if anyone came across a black wallet in LT16 tdy pls lmk 😩😩",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yoo if anyone came across a black wallet in LT16 tdy pls lmk 😩😩"
+ }
+ ]
+ },
+ {
+ "id": 11092,
+ "type": "message",
+ "date": "2022-10-06T00:48:22",
+ "date_unixtime": "1664988502",
+ "edited": "2022-10-06T01:06:55",
+ "edited_unixtime": "1664989615",
+ "from": "Carina",
+ "from_id": "user5521258203",
+ "text": "Hi! Same as Hong Jun haha - i lost my matric card in or near to rc4, if someone finds it or knows where it is pls lmk! My name’s Schroeder Carina [middle names]",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Same as Hong Jun haha - i lost my matric card in or near to rc4, if someone finds it or knows where it is pls lmk! My name’s Schroeder Carina [middle names]"
+ }
+ ]
+ },
+ {
+ "id": 11093,
+ "type": "message",
+ "date": "2022-10-06T00:57:20",
+ "date_unixtime": "1664989040",
+ "from": "Carina",
+ "from_id": "user5521258203",
+ "text": "*plus Ursa Lanyard",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "*plus Ursa Lanyard"
+ }
+ ]
+ },
+ {
+ "id": 11098,
+ "type": "message",
+ "date": "2022-10-06T10:17:13",
+ "date_unixtime": "1665022633",
+ "from": "Ming Ann",
+ "from_id": "user873376894",
+ "reply_to_message_id": 11097,
+ "text": "messaged owner, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "messaged owner, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 11100,
+ "type": "message",
+ "date": "2022-10-06T10:30:21",
+ "date_unixtime": "1665023421",
+ "from": "Wolf 🐾",
+ "from_id": "user799500340",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found a pen at Biz 2, the tables at the very end, leaving it on the table for the owner to claim :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a pen at Biz 2, the tables at the very end, leaving it on the table for the owner to claim :)"
+ }
+ ]
+ },
+ {
+ "id": 11105,
+ "type": "message",
+ "date": "2022-10-06T10:39:37",
+ "date_unixtime": "1665023977",
+ "from": "Peihan Guo",
+ "from_id": "user5221116799",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1280,
+ "text": "dm me if you lost your Disney EZ-Link card near AS2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "dm me if you lost your Disney EZ-Link card near AS2"
+ }
+ ]
+ },
+ {
+ "id": 11106,
+ "type": "message",
+ "date": "2022-10-06T10:39:38",
+ "date_unixtime": "1665023978",
+ "from": "Allen liu",
+ "from_id": "user1987052708",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11107,
+ "type": "message",
+ "date": "2022-10-06T10:39:56",
+ "date_unixtime": "1665023996",
+ "from": "Allen liu",
+ "from_id": "user1987052708",
+ "text": "Msg me if any one know.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Msg me if any one know."
+ }
+ ]
+ },
+ {
+ "id": 11112,
+ "type": "message",
+ "date": "2022-10-06T12:05:12",
+ "date_unixtime": "1665029112",
+ "edited": "2022-10-06T12:13:45",
+ "edited_unixtime": "1665029625",
+ "from": "hy",
+ "from_id": "user933949738",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "airpods found on opp hssml bus stop seat, left it on the wall behind the display board",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "airpods found on opp hssml bus stop seat, left it on the wall behind the display board"
+ }
+ ]
+ },
+ {
+ "id": 11113,
+ "type": "message",
+ "date": "2022-10-06T12:18:31",
+ "date_unixtime": "1665029911",
+ "from": "j",
+ "from_id": "user1741520112",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "umbrella at biz 1 study pod outside 2-5",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "umbrella at biz 1 study pod outside 2-5"
+ }
+ ]
+ },
+ {
+ "id": 11115,
+ "type": "message",
+ "date": "2022-10-06T13:04:45",
+ "date_unixtime": "1665032685",
+ "from": "Yi Ting",
+ "from_id": "user698087093",
+ "text": "dm if u lost ur wallet at the bus stop opp heng Mui keng terr",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "dm if u lost ur wallet at the bus stop opp heng Mui keng terr"
+ }
+ ]
+ },
+ {
+ "id": 11116,
+ "type": "message",
+ "date": "2022-10-06T13:13:30",
+ "date_unixtime": "1665033210",
+ "edited": "2022-10-11T11:48:50",
+ "edited_unixtime": "1665460130",
+ "from": "Kendrick Chan",
+ "from_id": "user797192490",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 958,
+ "height": 1280,
+ "text": "Found this umbrella at Information Technology bus stop at around 12pm. Please collect it at NUS CLB Service Desk at Lvl 1!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this umbrella at Information Technology bus stop at around 12pm. Please collect it at NUS CLB Service Desk at Lvl 1!"
+ }
+ ]
+ },
+ {
+ "id": 11128,
+ "type": "message",
+ "date": "2022-10-06T13:44:43",
+ "date_unixtime": "1665035083",
+ "from": "Sean Eugene Tan",
+ "from_id": "user335684386",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Macbook charger left at CLB Chinese library lvl 6. Left it where I found it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Macbook charger left at CLB Chinese library lvl 6. Left it where I found it"
+ }
+ ]
+ },
+ {
+ "id": 11129,
+ "type": "message",
+ "date": "2022-10-06T13:57:07",
+ "date_unixtime": "1665035827",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "bottle, com1-0213",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "bottle, com1-0213"
+ }
+ ]
+ },
+ {
+ "id": 11130,
+ "type": "message",
+ "date": "2022-10-06T14:00:38",
+ "date_unixtime": "1665036038",
+ "edited": "2022-10-06T16:52:46",
+ "edited_unixtime": "1665046366",
+ "from": "Fong Wei Jun",
+ "from_id": "user567272976",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at technoedge",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at technoedge"
+ }
+ ]
+ },
+ {
+ "id": 11131,
+ "type": "message",
+ "date": "2022-10-06T14:00:50",
+ "date_unixtime": "1665036050",
+ "from": "Fong Wei Jun",
+ "from_id": "user567272976",
+ "text": "will pass to taiwanese store auntie to keep",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "will pass to taiwanese store auntie to keep"
+ }
+ ]
+ },
+ {
+ "id": 11134,
+ "type": "message",
+ "date": "2022-10-06T16:32:59",
+ "date_unixtime": "1665045179",
+ "edited": "2022-10-06T16:46:13",
+ "edited_unixtime": "1665045973",
+ "from": "kelvin",
+ "from_id": "user258959864",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 829,
+ "text": "DBS Debit Card found @ Engin Cheers Store, passed to E5 Security Post for safekeeping",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "DBS Debit Card found @ Engin Cheers Store, passed to E5 Security Post for safekeeping"
+ }
+ ]
+ },
+ {
+ "id": 11148,
+ "type": "message",
+ "date": "2022-10-06T20:58:45",
+ "date_unixtime": "1665061125",
+ "from": "Zhuoxuan / Sally Diao",
+ "from_id": "user791220585",
+ "text": "Anyone found an iPad with two cats on the iPad case",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found an iPad with two cats on the iPad case"
+ }
+ ]
+ },
+ {
+ "id": 11149,
+ "type": "message",
+ "date": "2022-10-06T20:59:03",
+ "date_unixtime": "1665061143",
+ "from": "Zhuoxuan / Sally Diao",
+ "from_id": "user791220585",
+ "text": "At UTown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "At UTown"
+ }
+ ]
+ },
+ {
+ "id": 11161,
+ "type": "message",
+ "date": "2022-10-07T01:42:14",
+ "date_unixtime": "1665078134",
+ "edited": "2022-10-07T12:26:24",
+ "edited_unixtime": "1665116784",
+ "from": "Wilson W",
+ "from_id": "user590070053",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Laptop sleeve at ERC level 2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Laptop sleeve at ERC level 2"
+ }
+ ]
+ },
+ {
+ "id": 11163,
+ "type": "message",
+ "date": "2022-10-07T02:40:29",
+ "date_unixtime": "1665081629",
+ "from": "Poornima Vijayan",
+ "from_id": "user1928491910",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 828,
+ "height": 651,
+ "text": "I lost my seinheisser earbuds today near university health center. In case if you find it anywhere, kindly drop in a message 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost my seinheisser earbuds today near university health center. In case if you find it anywhere, kindly drop in a message 🙏"
+ }
+ ]
+ },
+ {
+ "id": 11170,
+ "type": "message",
+ "date": "2022-10-07T13:07:05",
+ "date_unixtime": "1665119225",
+ "from": "Rina",
+ "from_id": "user1286682357",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Nus concession card found at techno edge table near the chicken rice stall",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Nus concession card found at techno edge table near the chicken rice stall"
+ }
+ ]
+ },
+ {
+ "id": 11171,
+ "type": "message",
+ "date": "2022-10-07T13:12:10",
+ "date_unixtime": "1665119530",
+ "edited": "2022-10-07T13:12:22",
+ "edited_unixtime": "1665119542",
+ "from": "zhaoxuan",
+ "from_id": "user514721619",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "water bottle found in male toilet at as6",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "water bottle found in male toilet at as6"
+ }
+ ]
+ },
+ {
+ "id": 11172,
+ "type": "message",
+ "date": "2022-10-07T13:21:04",
+ "date_unixtime": "1665120064",
+ "from": "Rina",
+ "from_id": "user1286682357",
+ "reply_to_message_id": 11170,
+ "text": "The cleaner aunty moved it to the tray return area",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "The cleaner aunty moved it to the tray return area"
+ }
+ ]
+ },
+ {
+ "id": 11176,
+ "type": "message",
+ "date": "2022-10-07T13:53:39",
+ "date_unixtime": "1665122019",
+ "from": "ning",
+ "from_id": "user482231626",
+ "text": "anyone saw a black hydroflask since last fri,, smwhr at AS3 or idk i cant even rmbr wher i last saw it 🤡",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone saw a black hydroflask since last fri,, smwhr at AS3 or idk i cant even rmbr wher i last saw it 🤡"
+ }
+ ]
+ },
+ {
+ "id": 11180,
+ "type": "message",
+ "date": "2022-10-07T15:11:31",
+ "date_unixtime": "1665126691",
+ "from": "Ziyi",
+ "from_id": "user5214406508",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 707,
+ "text": "Found this at the bus stop opp KR mrt, pm if its yours.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at the bus stop opp KR mrt, pm if its yours."
+ }
+ ]
+ },
+ {
+ "id": 11181,
+ "type": "message",
+ "date": "2022-10-07T15:54:31",
+ "date_unixtime": "1665129271",
+ "edited": "2022-10-07T15:56:03",
+ "edited_unixtime": "1665129363",
+ "from": "ranitra",
+ "from_id": "user94064579",
+ "text": "hi did anyone see an airpods case with airpods inside, at LT9 😭 it's either at the front near the lecturer's table or near the left aisle :\")\n\nit's engraved w my name on it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anyone see an airpods case with airpods inside, at LT9 😭 it's either at the front near the lecturer's table or near the left aisle :\")\n\nit's engraved w my name on it"
+ }
+ ]
+ },
+ {
+ "id": 11183,
+ "type": "message",
+ "date": "2022-10-07T16:13:00",
+ "date_unixtime": "1665130380",
+ "from": "zhaoxuan",
+ "from_id": "user514721619",
+ "reply_to_message_id": 11181,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 576,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11184,
+ "type": "message",
+ "date": "2022-10-07T16:18:45",
+ "date_unixtime": "1665130725",
+ "from": "ranitra",
+ "from_id": "user94064579",
+ "text": "omg THANK U :\")",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "omg THANK U :\")"
+ }
+ ]
+ },
+ {
+ "id": 11185,
+ "type": "message",
+ "date": "2022-10-07T16:57:42",
+ "date_unixtime": "1665133062",
+ "edited": "2022-10-07T17:33:48",
+ "edited_unixtime": "1665135228",
+ "from": "Sean 🦦",
+ "from_id": "user488410590",
+ "text": "hello did anyone see a blue umbrella on a bus A1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello did anyone see a blue umbrella on a bus A1"
+ }
+ ]
+ },
+ {
+ "id": 11192,
+ "type": "message",
+ "date": "2022-10-07T18:07:11",
+ "date_unixtime": "1665137231",
+ "from": "Wei Cheng",
+ "from_id": "user1106352391",
+ "text": "Hi did anyone see a matric card in SDE1 Computer Lab 2 or in the toilet beside it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a matric card in SDE1 Computer Lab 2 or in the toilet beside it?"
+ }
+ ]
+ },
+ {
+ "id": 11194,
+ "type": "message",
+ "date": "2022-10-07T18:15:16",
+ "date_unixtime": "1665137716",
+ "from": "madhu",
+ "from_id": "user146586056",
+ "text": "hi did anyone see a nus concession card on A2 or anywhere else actually… the name on it is Raghavan Madhumitha!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anyone see a nus concession card on A2 or anywhere else actually… the name on it is Raghavan Madhumitha!"
+ }
+ ]
+ },
+ {
+ "id": 11195,
+ "type": "message",
+ "date": "2022-10-07T18:16:59",
+ "date_unixtime": "1665137819",
+ "from": "Grace",
+ "from_id": "user1133696559",
+ "text": "does anyone know where to look for lost matric cards that may be lost in engineering building / bus",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "does anyone know where to look for lost matric cards that may be lost in engineering building / bus"
+ }
+ ]
+ },
+ {
+ "id": 11196,
+ "type": "message",
+ "date": "2022-10-07T18:18:05",
+ "date_unixtime": "1665137885",
+ "edited": "2022-10-08T18:58:56",
+ "edited_unixtime": "1665226736",
+ "from": "Grace",
+ "from_id": "user1133696559",
+ "text": "like is there a location where ppl generally return it to",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "like is there a location where ppl generally return it to"
+ }
+ ]
+ },
+ {
+ "id": 11201,
+ "type": "message",
+ "date": "2022-10-07T20:07:59",
+ "date_unixtime": "1665144479",
+ "edited": "2022-10-08T00:38:30",
+ "edited_unixtime": "1665160710",
+ "from": "Timothy",
+ "from_id": "user115655032",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Did anyone lose this, I left it with the tray return Aunty",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone lose this, I left it with the tray return Aunty"
+ }
+ ]
+ },
+ {
+ "id": 11202,
+ "type": "message",
+ "date": "2022-10-07T20:08:14",
+ "date_unixtime": "1665144494",
+ "edited": "2022-10-07T22:59:19",
+ "edited_unixtime": "1665154759",
+ "from": "k a e 🤍",
+ "from_id": "user208928966",
+ "text": "hi has anyone been in LT32 lately/going to be in LT32 anytime soon? if yes pls pm me! thanku!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anyone been in LT32 lately/going to be in LT32 anytime soon? if yes pls pm me! thanku!"
+ }
+ ]
+ },
+ {
+ "id": 11203,
+ "type": "message",
+ "date": "2022-10-07T21:42:43",
+ "date_unixtime": "1665150163",
+ "edited": "2022-10-07T21:42:45",
+ "edited_unixtime": "1665150165",
+ "from": "Ryan Ch’ng",
+ "from_id": "user249838608",
+ "reply_to_message_id": 11195,
+ "text": [
+ "bus write in to ",
+ {
+ "type": "email",
+ "text": "csenquiry@nus.edu.sg"
+ },
+ ", engin I guess can ask CES post (campus emergency and security)"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "bus write in to "
+ },
+ {
+ "type": "email",
+ "text": "csenquiry@nus.edu.sg"
+ },
+ {
+ "type": "plain",
+ "text": ", engin I guess can ask CES post (campus emergency and security)"
+ }
+ ]
+ },
+ {
+ "id": 11205,
+ "type": "message",
+ "date": "2022-10-07T21:58:27",
+ "date_unixtime": "1665151107",
+ "from": "Grace",
+ "from_id": "user1133696559",
+ "reply_to_message_id": 11203,
+ "text": "ooo okey thank u soso much !!! :>",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ooo okey thank u soso much !!! :>"
+ }
+ ]
+ },
+ {
+ "id": 11219,
+ "type": "message",
+ "date": "2022-10-09T00:02:28",
+ "date_unixtime": "1665244948",
+ "from": "Cheryl",
+ "from_id": "user1701570987",
+ "text": "Hiii if anyone saw a thin navy blue pencil case after the MA1513 exam at MPSH2A (Near table 75) please lmk!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hiii if anyone saw a thin navy blue pencil case after the MA1513 exam at MPSH2A (Near table 75) please lmk!"
+ }
+ ]
+ },
+ {
+ "id": 11222,
+ "type": "message",
+ "date": "2022-10-09T08:09:01",
+ "date_unixtime": "1665274141",
+ "from": "Rex ☁️🦖",
+ "from_id": "user30548533",
+ "forwarded_from": "sky🦋",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1103,
+ "text": "hi i lost a black wallet containing NRIC, grabpay card, ocbc and dbs debit cards at Tampines interchange (between macdonalds kiosk and in the bus interchange and liho at the mrt) on 8 Oct around 8:45-9:15pm\n\nLong shot but if any one has seen it, please contact me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost a black wallet containing NRIC, grabpay card, ocbc and dbs debit cards at Tampines interchange (between macdonalds kiosk and in the bus interchange and liho at the mrt) on 8 Oct around 8:45-9:15pm\n\nLong shot but if any one has seen it, please contact me!"
+ }
+ ]
+ },
+ {
+ "id": 11223,
+ "type": "message",
+ "date": "2022-10-09T08:09:01",
+ "date_unixtime": "1665274141",
+ "from": "Rex ☁️🦖",
+ "from_id": "user30548533",
+ "forwarded_from": "sky🦋",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 945,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11225,
+ "type": "message",
+ "date": "2022-10-09T11:16:10",
+ "date_unixtime": "1665285370",
+ "edited": "2022-10-09T14:44:46",
+ "edited_unixtime": "1665297886",
+ "from": "calista",
+ "from_id": "user392113946",
+ "text": "hi!! i lost my white hydroflask in fass, if any of you happen to see it please pm me 😭 tysm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi!! i lost my white hydroflask in fass, if any of you happen to see it please pm me 😭 tysm"
+ }
+ ]
+ },
+ {
+ "id": 11227,
+ "type": "message",
+ "date": "2022-10-09T14:16:25",
+ "date_unixtime": "1665296185",
+ "edited": "2022-10-10T08:56:13",
+ "edited_unixtime": "1665363373",
+ "from": "Zhao Sie",
+ "from_id": "user5603951417",
+ "text": "Hi i lost my matriculation card :(\n\nLast seen - U town education resource center\nName - Zhao Sie\n\nLemme know if someone finds it please thank you !\n\nEdit: Found! Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i lost my matriculation card :(\n\nLast seen - U town education resource center\nName - Zhao Sie\n\nLemme know if someone finds it please thank you !\n\nEdit: Found! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 11228,
+ "type": "message",
+ "date": "2022-10-09T19:28:34",
+ "date_unixtime": "1665314914",
+ "edited": "2022-10-09T21:06:43",
+ "edited_unixtime": "1665320803",
+ "from": "clarissa",
+ "from_id": "user1026707057",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi if u r zhang longhao your parcel has been delivered to rc4 instead!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if u r zhang longhao your parcel has been delivered to rc4 instead!"
+ }
+ ]
+ },
+ {
+ "id": 11233,
+ "type": "message",
+ "date": "2022-10-09T22:06:21",
+ "date_unixtime": "1665324381",
+ "from": "Y O",
+ "from_id": "user1931897514",
+ "text": "hi I lost my phone around @ PGP MPH/ MPH bathroom if anyone found it pls contact me thanks. It’s an iPhone with a wooden case.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi I lost my phone around @ PGP MPH/ MPH bathroom if anyone found it pls contact me thanks. It’s an iPhone with a wooden case."
+ }
+ ]
+ },
+ {
+ "id": 11235,
+ "type": "message",
+ "date": "2022-10-10T09:51:27",
+ "date_unixtime": "1665366687",
+ "from": "mo0n",
+ "from_id": "user93885678",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost blue oneplus phone on D1 bus, passed to bus uncle",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost blue oneplus phone on D1 bus, passed to bus uncle"
+ }
+ ]
+ },
+ {
+ "id": 11236,
+ "type": "message",
+ "date": "2022-10-10T09:51:27",
+ "date_unixtime": "1665366687",
+ "from": "mo0n",
+ "from_id": "user93885678",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11237,
+ "type": "message",
+ "date": "2022-10-10T09:55:36",
+ "date_unixtime": "1665366936",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 957,
+ "height": 1034,
+ "text": "bottle on bus D1, PC3972u",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "bottle on bus D1, PC3972u"
+ }
+ ]
+ },
+ {
+ "id": 11242,
+ "type": "message",
+ "date": "2022-10-10T13:36:19",
+ "date_unixtime": "1665380179",
+ "from": "Tet",
+ "from_id": "user701438079",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11243,
+ "type": "message",
+ "date": "2022-10-10T13:36:48",
+ "date_unixtime": "1665380208",
+ "edited": "2022-10-10T18:25:10",
+ "edited_unixtime": "1665397510",
+ "from": "Tet",
+ "from_id": "user701438079",
+ "reply_to_message_id": 11242,
+ "text": "Paging for guy with tool box who left his MacBook at liho technoedge around the 1.20\nCome Liho take by 8pm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Paging for guy with tool box who left his MacBook at liho technoedge around the 1.20\nCome Liho take by 8pm"
+ }
+ ]
+ },
+ {
+ "id": 11246,
+ "type": "message",
+ "date": "2022-10-10T14:13:14",
+ "date_unixtime": "1665382394",
+ "edited": "2022-10-10T18:23:03",
+ "edited_unixtime": "1665397383",
+ "from": "eryn",
+ "from_id": "user258738165",
+ "text": "Hi!! i lost my matriculation card, probably last seen near utown create/cinnamon college \nname: eryn lim\n\nplease pm me if you find it!! thank you\n\nedit: it’s found yas thank you everyone",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi!! i lost my matriculation card, probably last seen near utown create/cinnamon college \nname: eryn lim\n\nplease pm me if you find it!! thank you\n\nedit: it’s found yas thank you everyone"
+ }
+ ]
+ },
+ {
+ "id": 11249,
+ "type": "message",
+ "date": "2022-10-10T16:02:01",
+ "date_unixtime": "1665388921",
+ "edited": "2022-10-10T16:09:11",
+ "edited_unixtime": "1665389351",
+ "from": "jing xuan",
+ "from_id": "user242204479",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "lost left side of airpod :-( earbud is slightly pinkish as seen in pic above, last used at science!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lost left side of airpod :-( earbud is slightly pinkish as seen in pic above, last used at science!"
+ }
+ ]
+ },
+ {
+ "id": 11251,
+ "type": "message",
+ "date": "2022-10-10T16:55:18",
+ "date_unixtime": "1665392118",
+ "from": "Jeremy Toh",
+ "from_id": "user241712917",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi found an apple watch last seen at MD1-08-01E lecture room, Tahir Foundation Building\n\nIt was found underneath a seat at the end of Sph2002 lecture",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found an apple watch last seen at MD1-08-01E lecture room, Tahir Foundation Building\n\nIt was found underneath a seat at the end of Sph2002 lecture"
+ }
+ ]
+ },
+ {
+ "id": 11256,
+ "type": "message",
+ "date": "2022-10-10T21:31:10",
+ "date_unixtime": "1665408670",
+ "edited": "2022-10-11T11:41:53",
+ "edited_unixtime": "1665459713",
+ "from": "Bakhita",
+ "from_id": "user1492508286",
+ "text": [
+ "hey all, I lost a pair of k-swiss sneakers in a blue drawstring bag (either in multipurpose courts 17 or in USC girls’ bathroom on the 3rd floor) - last seen ",
+ {
+ "type": "mention",
+ "text": "@around"
+ },
+ " 6:30pm today (10/10) please let me know if you’ve seen it!!"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey all, I lost a pair of k-swiss sneakers in a blue drawstring bag (either in multipurpose courts 17 or in USC girls’ bathroom on the 3rd floor) - last seen "
+ },
+ {
+ "type": "mention",
+ "text": "@around"
+ },
+ {
+ "type": "plain",
+ "text": " 6:30pm today (10/10) please let me know if you’ve seen it!!"
+ }
+ ]
+ },
+ {
+ "id": 11258,
+ "type": "message",
+ "date": "2022-10-11T08:50:59",
+ "date_unixtime": "1665449459",
+ "from": "Ivan Lee",
+ "from_id": "user151981625",
+ "text": "Hi did anyone find a black jbl flip 5 outside utown dance studio (the one near waa cow) yesterday night after about 830pm. Pls contact me if you have it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone find a black jbl flip 5 outside utown dance studio (the one near waa cow) yesterday night after about 830pm. Pls contact me if you have it"
+ }
+ ]
+ },
+ {
+ "id": 11259,
+ "type": "message",
+ "date": "2022-10-11T10:42:57",
+ "date_unixtime": "1665456177",
+ "from": "nigel tan",
+ "from_id": "user769862052",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found someone's grabpay card pls pm me if its urs",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found someone's grabpay card pls pm me if its urs"
+ }
+ ]
+ },
+ {
+ "id": 11260,
+ "type": "message",
+ "date": "2022-10-11T11:05:01",
+ "date_unixtime": "1665457501",
+ "edited": "2022-10-11T11:22:31",
+ "edited_unixtime": "1665458551",
+ "from": "cecil",
+ "from_id": "user1420490890",
+ "text": "hi has anyone seen a klean kanteen water bottle with a tom holland sticker on it? i think i left it in as1. pls pm me if you do thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anyone seen a klean kanteen water bottle with a tom holland sticker on it? i think i left it in as1. pls pm me if you do thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 11261,
+ "type": "message",
+ "date": "2022-10-11T12:43:06",
+ "date_unixtime": "1665463386",
+ "edited": "2022-10-11T12:47:48",
+ "edited_unixtime": "1665463668",
+ "from": "Mulan Qin",
+ "from_id": "user5361536982",
+ "text": "I lost a pair of sunglasses in LT11 or somewhere around it. Please pm me if you’ve seen it! Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost a pair of sunglasses in LT11 or somewhere around it. Please pm me if you’ve seen it! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 11263,
+ "type": "message",
+ "date": "2022-10-11T13:10:01",
+ "date_unixtime": "1665465001",
+ "from": "Nancy F",
+ "from_id": "user5476748528",
+ "text": "I lost my Student ID at Utown Finefood🥲 please pm me if you found it! Thanks a lot 🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost my Student ID at Utown Finefood🥲 please pm me if you found it! Thanks a lot 🙏"
+ }
+ ]
+ },
+ {
+ "id": 11267,
+ "type": "message",
+ "date": "2022-10-11T15:19:04",
+ "date_unixtime": "1665472744",
+ "from": "Donovan Yong",
+ "from_id": "user584114222",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1278,
+ "height": 1159,
+ "text": "Anyone lost this at techno? Pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone lost this at techno? Pm me"
+ }
+ ]
+ },
+ {
+ "id": 11269,
+ "type": "message",
+ "date": "2022-10-11T15:24:03",
+ "date_unixtime": "1665473043",
+ "edited": "2022-10-11T17:48:04",
+ "edited_unixtime": "1665481684",
+ "from": "hc",
+ "from_id": "user1056655924",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 640,
+ "height": 640,
+ "text": "Hi has anyone seen a bottle like this in/around FASS AS3-0215 ! I lost this yst, went back to check today and couldn’t find it :c",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a bottle like this in/around FASS AS3-0215 ! I lost this yst, went back to check today and couldn’t find it :c"
+ }
+ ]
+ },
+ {
+ "id": 11276,
+ "type": "message",
+ "date": "2022-10-11T19:07:58",
+ "date_unixtime": "1665486478",
+ "from": "Alicia 🦭🦭",
+ "from_id": "user413242319",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "earpiece found in finefood toilet lv 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "earpiece found in finefood toilet lv 1"
+ }
+ ]
+ },
+ {
+ "id": 11277,
+ "type": "message",
+ "date": "2022-10-11T19:08:08",
+ "date_unixtime": "1665486488",
+ "from": "Alicia 🦭🦭",
+ "from_id": "user413242319",
+ "text": "whoever who dropped it can go back n collect",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "whoever who dropped it can go back n collect"
+ }
+ ]
+ },
+ {
+ "id": 11284,
+ "type": "message",
+ "date": "2022-10-12T02:34:15",
+ "date_unixtime": "1665513255",
+ "from": null,
+ "from_id": "user5729144132",
+ "text": "Hello",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello"
+ }
+ ]
+ },
+ {
+ "id": 11287,
+ "type": "message",
+ "date": "2022-10-12T06:33:09",
+ "date_unixtime": "1665527589",
+ "edited": "2022-10-12T07:11:00",
+ "edited_unixtime": "1665529860",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 11286,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Morgan",
+ "user_id": 5029700090
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Morgan",
+ "user_id": 5029700090
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 11288,
+ "type": "message",
+ "date": "2022-10-12T07:18:50",
+ "date_unixtime": "1665530330",
+ "edited": "2022-10-12T22:48:10",
+ "edited_unixtime": "1665586090",
+ "from": "Elly Chao",
+ "from_id": "user1876926385",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi everyone, I lost my bracelet yesterday. Probably at lt32/ com3(terrace)/ pgp, please tell me if you have found it, thanks🙏🙏",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi everyone, I lost my bracelet yesterday. Probably at lt32/ com3(terrace)/ pgp, please tell me if you have found it, thanks🙏🙏"
+ }
+ ]
+ },
+ {
+ "id": 11296,
+ "type": "message",
+ "date": "2022-10-12T12:34:03",
+ "date_unixtime": "1665549243",
+ "from": "Ginny Rodriguez",
+ "from_id": "user5397230243",
+ "text": "Hi! I have lost one earpod (right ear). It's black and not apple",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I have lost one earpod (right ear). It's black and not apple"
+ }
+ ]
+ },
+ {
+ "id": 11297,
+ "type": "message",
+ "date": "2022-10-12T12:34:12",
+ "date_unixtime": "1665549252",
+ "from": "Ginny Rodriguez",
+ "from_id": "user5397230243",
+ "text": "Please do let me know if anyone sees it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Please do let me know if anyone sees it"
+ }
+ ]
+ },
+ {
+ "id": 11299,
+ "type": "message",
+ "date": "2022-10-12T12:34:40",
+ "date_unixtime": "1665549280",
+ "edited": "2022-10-13T22:51:00",
+ "edited_unixtime": "1665672660",
+ "from": "Ginny Rodriguez",
+ "from_id": "user5397230243",
+ "reply_to_message_id": 11298,
+ "text": "Around com2 / biz2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Around com2 / biz2"
+ }
+ ]
+ },
+ {
+ "id": 11305,
+ "type": "message",
+ "date": "2022-10-12T14:03:07",
+ "date_unixtime": "1665554587",
+ "from": "leo feng",
+ "from_id": "user5431660249",
+ "text": "Hi! I think I left my umbrella at lt31 right wing in row around 4-6 there, anyone nearby can help me check?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I think I left my umbrella at lt31 right wing in row around 4-6 there, anyone nearby can help me check?"
+ }
+ ]
+ },
+ {
+ "id": 11306,
+ "type": "message",
+ "date": "2022-10-12T14:03:12",
+ "date_unixtime": "1665554592",
+ "from": "leo feng",
+ "from_id": "user5431660249",
+ "text": "Sorry it was lt31",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Sorry it was lt31"
+ }
+ ]
+ },
+ {
+ "id": 11311,
+ "type": "message",
+ "date": "2022-10-12T15:20:26",
+ "date_unixtime": "1665559226",
+ "from": "Willow Wang",
+ "from_id": "user5100194833",
+ "text": "Hi! I have lost my AirPods pro with yellow case around clb yesterday😢, please let me know if u found it. Thanks a lot!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I have lost my AirPods pro with yellow case around clb yesterday😢, please let me know if u found it. Thanks a lot!"
+ }
+ ]
+ },
+ {
+ "id": 11312,
+ "type": "message",
+ "date": "2022-10-12T15:50:22",
+ "date_unixtime": "1665561022",
+ "from": "pam",
+ "from_id": "user127916344",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "waterbottle found in as3-0213, back of classroom on the right",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "waterbottle found in as3-0213, back of classroom on the right"
+ }
+ ]
+ },
+ {
+ "id": 11313,
+ "type": "message",
+ "date": "2022-10-12T16:10:21",
+ "date_unixtime": "1665562221",
+ "from": "letashoo",
+ "from_id": "user658819198",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "water bottle found in S16 Level 3 women’s toilet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "water bottle found in S16 Level 3 women’s toilet"
+ }
+ ]
+ },
+ {
+ "id": 11319,
+ "type": "message",
+ "date": "2022-10-12T17:54:12",
+ "date_unixtime": "1665568452",
+ "from": "Yantong Yang",
+ "from_id": "user1329943745",
+ "text": "I left a lululemon jacket on the seat outside of Starbucks. Table was at the corner. Is it possible if someone take it and pass it to me tomorrow? Thank you.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I left a lululemon jacket on the seat outside of Starbucks. Table was at the corner. Is it possible if someone take it and pass it to me tomorrow? Thank you."
+ }
+ ]
+ },
+ {
+ "id": 11320,
+ "type": "message",
+ "date": "2022-10-12T17:59:26",
+ "date_unixtime": "1665568766",
+ "from": "tecson",
+ "from_id": "user159723418",
+ "reply_to_message_id": 11319,
+ "text": "Which starbucks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Which starbucks"
+ }
+ ]
+ },
+ {
+ "id": 11321,
+ "type": "message",
+ "date": "2022-10-12T17:59:39",
+ "date_unixtime": "1665568779",
+ "from": "Yantong Yang",
+ "from_id": "user1329943745",
+ "text": "Utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Utown"
+ }
+ ]
+ },
+ {
+ "id": 11322,
+ "type": "message",
+ "date": "2022-10-12T18:00:32",
+ "date_unixtime": "1665568832",
+ "edited": "2022-10-12T20:21:00",
+ "edited_unixtime": "1665577260",
+ "from": "Yantong Yang",
+ "from_id": "user1329943745",
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "sticker_emoji": "😭",
+ "width": 512,
+ "height": 512,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11323,
+ "type": "message",
+ "date": "2022-10-12T19:15:57",
+ "date_unixtime": "1665573357",
+ "from": "Jay",
+ "from_id": "user1755340931",
+ "text": "Guys anyone found a wallet in lt 29?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Guys anyone found a wallet in lt 29?"
+ }
+ ]
+ },
+ {
+ "id": 11324,
+ "type": "message",
+ "date": "2022-10-12T19:16:38",
+ "date_unixtime": "1665573398",
+ "from": "Jay",
+ "from_id": "user1755340931",
+ "text": "Black colour NRIC inside",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Black colour NRIC inside"
+ }
+ ]
+ },
+ {
+ "id": 11330,
+ "type": "message",
+ "date": "2022-10-12T22:02:06",
+ "date_unixtime": "1665583326",
+ "from": "Abi",
+ "from_id": "user892701110",
+ "text": "Hi lost my right AirPod in LT33/ UTown 🥲 please let me know if found",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi lost my right AirPod in LT33/ UTown 🥲 please let me know if found"
+ }
+ ]
+ },
+ {
+ "id": 11335,
+ "type": "message",
+ "date": "2022-10-13T01:08:09",
+ "date_unixtime": "1665594489",
+ "from": "CL",
+ "from_id": "user195999623",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "black dbs card found outside pick n go in pgp, placed at the bread tray near tuan rice",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "black dbs card found outside pick n go in pgp, placed at the bread tray near tuan rice"
+ }
+ ]
+ },
+ {
+ "id": 11336,
+ "type": "message",
+ "date": "2022-10-13T01:08:09",
+ "date_unixtime": "1665594489",
+ "from": "CL",
+ "from_id": "user195999623",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11337,
+ "type": "message",
+ "date": "2022-10-13T01:14:49",
+ "date_unixtime": "1665594889",
+ "from": "CL",
+ "from_id": "user195999623",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "printer card found at pgp printer beside fet machine",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "printer card found at pgp printer beside fet machine"
+ }
+ ]
+ },
+ {
+ "id": 11339,
+ "type": "message",
+ "date": "2022-10-13T01:27:31",
+ "date_unixtime": "1665595651",
+ "from": "Joon Wah Tang",
+ "from_id": "user5534942693",
+ "reply_to_message_id": 11335,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@iverson916zz"
+ },
+ " is this yours?"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@iverson916zz"
+ },
+ {
+ "type": "plain",
+ "text": " is this yours?"
+ }
+ ]
+ },
+ {
+ "id": 11340,
+ "type": "message",
+ "date": "2022-10-13T01:41:44",
+ "date_unixtime": "1665596504",
+ "edited": "2022-10-13T01:46:03",
+ "edited_unixtime": "1665596763",
+ "from": "natasha",
+ "from_id": "user606733818",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 780,
+ "text": "hi I found these AirPods in utown, the case had quite a bit of dirt in it! I tried connecting to it and it showed the name Clara. PM me if it is yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi I found these AirPods in utown, the case had quite a bit of dirt in it! I tried connecting to it and it showed the name Clara. PM me if it is yours!"
+ }
+ ]
+ },
+ {
+ "id": 11341,
+ "type": "message",
+ "date": "2022-10-13T01:41:44",
+ "date_unixtime": "1665596504",
+ "from": "natasha",
+ "from_id": "user606733818",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11343,
+ "type": "message",
+ "date": "2022-10-13T01:45:34",
+ "date_unixtime": "1665596734",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 11342,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Sinan Ayhan",
+ "user_id": 5532691169
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Sinan Ayhan",
+ "user_id": 5532691169
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 11344,
+ "type": "service",
+ "date": "2022-10-13T09:25:23",
+ "date_unixtime": "1665624323",
+ "actor": "Zi Tian",
+ "actor_id": "user1183308290",
+ "action": "invite_members",
+ "members": [
+ "Zi Tian"
+ ],
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11345,
+ "type": "message",
+ "date": "2022-10-13T10:36:48",
+ "date_unixtime": "1665628608",
+ "edited": "2022-10-13T11:46:03",
+ "edited_unixtime": "1665632763",
+ "from": "ray",
+ "from_id": "user161850651",
+ "text": "hi lost my white earpiece case on bus A2 at around 1030! pls let me know if u see it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi lost my white earpiece case on bus A2 at around 1030! pls let me know if u see it!"
+ }
+ ]
+ },
+ {
+ "id": 11346,
+ "type": "service",
+ "date": "2022-10-13T11:40:38",
+ "date_unixtime": "1665632438",
+ "actor": "xiaorui",
+ "actor_id": "user815278279",
+ "action": "invite_members",
+ "members": [
+ "xiaorui"
+ ],
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11347,
+ "type": "message",
+ "date": "2022-10-13T11:43:48",
+ "date_unixtime": "1665632628",
+ "from": "xiaorui",
+ "from_id": "user815278279",
+ "text": "Hi I lost a cardboard box at the table outside AS1 02-11 yesterday evening but it's not there anymore, do let me know if you know where it is!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost a cardboard box at the table outside AS1 02-11 yesterday evening but it's not there anymore, do let me know if you know where it is!"
+ }
+ ]
+ },
+ {
+ "id": 11348,
+ "type": "message",
+ "date": "2022-10-13T11:51:07",
+ "date_unixtime": "1665633067",
+ "from": "Joel Wong",
+ "from_id": "user264082826",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "LT26 after Thursday LSM2105 lecture someone left this here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "LT26 after Thursday LSM2105 lecture someone left this here"
+ }
+ ]
+ },
+ {
+ "id": 11349,
+ "type": "message",
+ "date": "2022-10-13T12:30:54",
+ "date_unixtime": "1665635454",
+ "from": "CJH",
+ "from_id": "user38991869",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1230,
+ "text": "matric card found, my friend gave it to campus security at the security office located near CLB",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card found, my friend gave it to campus security at the security office located near CLB"
+ }
+ ]
+ },
+ {
+ "id": 11350,
+ "type": "message",
+ "date": "2022-10-13T13:00:10",
+ "date_unixtime": "1665637210",
+ "from": "daryl",
+ "from_id": "user1083989993",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi found this key bunch along the pavement at YIH. I'll leave at the YIH bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found this key bunch along the pavement at YIH. I'll leave at the YIH bus stop"
+ }
+ ]
+ },
+ {
+ "id": 11352,
+ "type": "service",
+ "date": "2022-10-13T13:11:33",
+ "date_unixtime": "1665637893",
+ "actor": "Wong Xue",
+ "actor_id": "user731344578",
+ "action": "invite_members",
+ "members": [
+ "Wong Xue"
+ ],
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11353,
+ "type": "message",
+ "date": "2022-10-13T16:23:07",
+ "date_unixtime": "1665649387",
+ "edited": "2022-10-13T16:48:58",
+ "edited_unixtime": "1665650938",
+ "from": "jon",
+ "from_id": "user476190410",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "someones cue cards at lt27 bus stop, put it on the bench",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someones cue cards at lt27 bus stop, put it on the bench"
+ }
+ ]
+ },
+ {
+ "id": 11355,
+ "type": "message",
+ "date": "2022-10-13T18:00:36",
+ "date_unixtime": "1665655236",
+ "edited": "2022-10-13T18:03:55",
+ "edited_unixtime": "1665655435",
+ "from": "iverson lz",
+ "from_id": "user5527972216",
+ "text": "whr to collect the lost item",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "whr to collect the lost item"
+ }
+ ]
+ },
+ {
+ "id": 11356,
+ "type": "message",
+ "date": "2022-10-13T18:08:57",
+ "date_unixtime": "1665655737",
+ "from": "j",
+ "from_id": "user1741520112",
+ "reply_to_message_id": 11335,
+ "text": "^",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "^"
+ }
+ ]
+ },
+ {
+ "id": 11357,
+ "type": "message",
+ "date": "2022-10-13T18:25:06",
+ "date_unixtime": "1665656706",
+ "edited": "2022-10-13T19:24:58",
+ "edited_unixtime": "1665660298",
+ "from": "adinda fitri falinka",
+ "from_id": "user1547441468",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found near raffles hall, pgp resident",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found near raffles hall, pgp resident"
+ }
+ ]
+ },
+ {
+ "id": 11358,
+ "type": "message",
+ "date": "2022-10-13T18:37:04",
+ "date_unixtime": "1665657424",
+ "from": "Dora the Explorer Márquez Episodes, Games, Videos on Nick Jr.",
+ "from_id": "user27072122",
+ "text": "Anyone see a small transparent crystal cat keychain thing at utown or kr MRT \nSorry I don't have a picture :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone see a small transparent crystal cat keychain thing at utown or kr MRT \nSorry I don't have a picture :("
+ }
+ ]
+ },
+ {
+ "id": 11360,
+ "type": "message",
+ "date": "2022-10-13T19:45:13",
+ "date_unixtime": "1665661513",
+ "edited": "2022-10-13T23:37:03",
+ "edited_unixtime": "1665675423",
+ "from": "Thirandi",
+ "from_id": "user1240212331",
+ "text": "Hi, did anyone pick up a phone (purple Samsung Galaxy A50S) at the female toilet near E4 Arise & Shine? It has my nus email on the lock screen. Please PM if you saw it!! Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, did anyone pick up a phone (purple Samsung Galaxy A50S) at the female toilet near E4 Arise & Shine? It has my nus email on the lock screen. Please PM if you saw it!! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 11370,
+ "type": "message",
+ "date": "2022-10-13T22:44:44",
+ "date_unixtime": "1665672284",
+ "edited": "2022-10-14T14:21:55",
+ "edited_unixtime": "1665728515",
+ "from": "chi",
+ "from_id": "user617232741",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hii saw this notebook at as6 2nd storey (the bench right in front of glass door, along the pathway to clb). it shld still be there!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hii saw this notebook at as6 2nd storey (the bench right in front of glass door, along the pathway to clb). it shld still be there!"
+ }
+ ]
+ },
+ {
+ "id": 11373,
+ "type": "message",
+ "date": "2022-10-13T23:04:57",
+ "date_unixtime": "1665673497",
+ "edited": "2022-10-13T23:30:46",
+ "edited_unixtime": "1665675046",
+ "from": "Ganga",
+ "from_id": "user1658097975",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found a wallet at oktobox checkout area in a basket, may have just left it! going to leave with utown security now, please pm if it's yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found a wallet at oktobox checkout area in a basket, may have just left it! going to leave with utown security now, please pm if it's yours"
+ }
+ ]
+ },
+ {
+ "id": 11374,
+ "type": "message",
+ "date": "2022-10-14T09:51:14",
+ "date_unixtime": "1665712274",
+ "from": "John (not jonathan) Koh",
+ "from_id": "user402372289",
+ "text": "Hi did anyone see a cross on a chain near utown?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a cross on a chain near utown?"
+ }
+ ]
+ },
+ {
+ "id": 11375,
+ "type": "message",
+ "date": "2022-10-14T09:55:15",
+ "date_unixtime": "1665712515",
+ "from": "Nancy F",
+ "from_id": "user5476748528",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found a package left at PGP bus stop. Just leave there. If it’s yours, you can directly go back to take it😀",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a package left at PGP bus stop. Just leave there. If it’s yours, you can directly go back to take it😀"
+ }
+ ]
+ },
+ {
+ "id": 11376,
+ "type": "message",
+ "date": "2022-10-14T09:59:03",
+ "date_unixtime": "1665712743",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 11375,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@darderrdur"
+ },
+ " is this yours?"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@darderrdur"
+ },
+ {
+ "type": "plain",
+ "text": " is this yours?"
+ }
+ ]
+ },
+ {
+ "id": 11377,
+ "type": "message",
+ "date": "2022-10-14T10:00:31",
+ "date_unixtime": "1665712831",
+ "edited": "2022-10-14T10:01:11",
+ "edited_unixtime": "1665712871",
+ "from": "Derren Winata",
+ "from_id": "user1158270592",
+ "reply_to_message_id": 11376,
+ "text": "yup that’s mine thank you!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "yup that’s mine thank you!!"
+ }
+ ]
+ },
+ {
+ "id": 11378,
+ "type": "message",
+ "date": "2022-10-14T10:15:39",
+ "date_unixtime": "1665713739",
+ "from": "kh",
+ "from_id": "user286570083",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1099,
+ "text": "Anyone found a Logitech crayon at BIZ1-0203 yesterday? I had class there from 12 to 3pm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found a Logitech crayon at BIZ1-0203 yesterday? I had class there from 12 to 3pm"
+ }
+ ]
+ },
+ {
+ "id": 11385,
+ "type": "message",
+ "date": "2022-10-14T13:42:07",
+ "date_unixtime": "1665726127",
+ "from": "shae-anne",
+ "from_id": "user226696881",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someone left their airpods (just the case lol) on D1 (PC3989Y)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left their airpods (just the case lol) on D1 (PC3989Y)"
+ }
+ ]
+ },
+ {
+ "id": 11388,
+ "type": "message",
+ "date": "2022-10-14T14:12:38",
+ "date_unixtime": "1665727958",
+ "edited": "2022-10-14T14:12:50",
+ "edited_unixtime": "1665727970",
+ "from": "hannah 🤠",
+ "from_id": "user353907692",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someone left their bluetooth earpiece case at opposite kr mrt bus stop. Left on the bench",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left their bluetooth earpiece case at opposite kr mrt bus stop. Left on the bench"
+ }
+ ]
+ },
+ {
+ "id": 11389,
+ "type": "message",
+ "date": "2022-10-14T15:10:37",
+ "date_unixtime": "1665731437",
+ "from": "shamus",
+ "from_id": "user178469979",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "jbl bluetooth earpiece left behind at COM1-0114, leaving it here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "jbl bluetooth earpiece left behind at COM1-0114, leaving it here"
+ }
+ ]
+ },
+ {
+ "id": 11393,
+ "type": "message",
+ "date": "2022-10-14T17:48:19",
+ "date_unixtime": "1665740899",
+ "from": "russell",
+ "from_id": "user130902663",
+ "text": "Hi is anyone at Biz 2 by chance? I think I left my laptop charger at 03-05 2nd row but I want to double check if its still there!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi is anyone at Biz 2 by chance? I think I left my laptop charger at 03-05 2nd row but I want to double check if its still there!"
+ }
+ ]
+ },
+ {
+ "id": 11394,
+ "type": "message",
+ "date": "2022-10-14T18:02:43",
+ "date_unixtime": "1665741763",
+ "edited": "2022-10-14T18:03:27",
+ "edited_unixtime": "1665741807",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "Hiii did anyone see a pink landyard with an nus utown residences card? :”)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hiii did anyone see a pink landyard with an nus utown residences card? :”)"
+ }
+ ]
+ },
+ {
+ "id": 11395,
+ "type": "message",
+ "date": "2022-10-14T18:27:28",
+ "date_unixtime": "1665743248",
+ "edited": "2022-10-14T18:43:13",
+ "edited_unixtime": "1665744193",
+ "from": "Kaylee Wong",
+ "from_id": "user239487078",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "utown toilett",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "utown toilett"
+ }
+ ]
+ },
+ {
+ "id": 11399,
+ "type": "message",
+ "date": "2022-10-14T19:43:48",
+ "date_unixtime": "1665747828",
+ "from": "Hui Rong",
+ "from_id": "user781741869",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Travel adaptor beneath table (triangular cubicle) facing bookshelf 4, Chinese Library (Lvl 6)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Travel adaptor beneath table (triangular cubicle) facing bookshelf 4, Chinese Library (Lvl 6)"
+ }
+ ]
+ },
+ {
+ "id": 11400,
+ "type": "message",
+ "date": "2022-10-14T19:44:01",
+ "date_unixtime": "1665747841",
+ "edited": "2022-10-18T15:27:42",
+ "edited_unixtime": "1666078062",
+ "from": "russell",
+ "from_id": "user130902663",
+ "reply_to_message_id": 11393,
+ "text": "found! thanks :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found! thanks :)"
+ }
+ ]
+ },
+ {
+ "id": 11401,
+ "type": "message",
+ "date": "2022-10-14T21:23:40",
+ "date_unixtime": "1665753820",
+ "edited": "2022-10-16T00:43:40",
+ "edited_unixtime": "1665852220",
+ "from": "farhan 🥴",
+ "from_id": "user132370896",
+ "text": "Anyone saw a nalgene turquoise bottle near food clique/toilet near food clique at 7.45pm today?\n\nUpdate : found, thanks to whoever that placed it at the caifan shop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone saw a nalgene turquoise bottle near food clique/toilet near food clique at 7.45pm today?\n\nUpdate : found, thanks to whoever that placed it at the caifan shop"
+ }
+ ]
+ },
+ {
+ "id": 11403,
+ "type": "message",
+ "date": "2022-10-14T21:35:59",
+ "date_unixtime": "1665754559",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "file found at COM1 B1; appears to belong to MUHAMMAD ASSYARUL ARIFFIN BIN OMAR",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "file found at COM1 B1; appears to belong to MUHAMMAD ASSYARUL ARIFFIN BIN OMAR"
+ }
+ ]
+ },
+ {
+ "id": 11404,
+ "type": "message",
+ "date": "2022-10-14T21:38:45",
+ "date_unixtime": "1665754725",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "and umbrellas",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "and umbrellas"
+ }
+ ]
+ },
+ {
+ "id": 11405,
+ "type": "message",
+ "date": "2022-10-14T21:38:45",
+ "date_unixtime": "1665754725",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11406,
+ "type": "message",
+ "date": "2022-10-14T21:41:45",
+ "date_unixtime": "1665754905",
+ "from": "Nic",
+ "from_id": "user882797365",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Kendo glove at Opp UHC bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Kendo glove at Opp UHC bus stop"
+ }
+ ]
+ },
+ {
+ "id": 11410,
+ "type": "message",
+ "date": "2022-10-14T23:35:40",
+ "date_unixtime": "1665761740",
+ "from": "Apana",
+ "from_id": "user633289794",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Bottle found at MPSH6",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Bottle found at MPSH6"
+ }
+ ]
+ },
+ {
+ "id": 11418,
+ "type": "message",
+ "date": "2022-10-15T20:27:37",
+ "date_unixtime": "1665836857",
+ "from": "sangeetha",
+ "from_id": "user910192357",
+ "text": "hello! if anyone sees an AirPods Pro with black silicone case in Utown pls lmk! lost it today evening, maybe at bismillah restaurant ??",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! if anyone sees an AirPods Pro with black silicone case in Utown pls lmk! lost it today evening, maybe at bismillah restaurant ??"
+ }
+ ]
+ },
+ {
+ "id": 11419,
+ "type": "message",
+ "date": "2022-10-15T21:04:25",
+ "date_unixtime": "1665839065",
+ "edited": "2022-10-15T21:04:35",
+ "edited_unixtime": "1665839075",
+ "from": "Cheng Wang",
+ "from_id": "user5546751526",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11420,
+ "type": "message",
+ "date": "2022-10-15T21:04:43",
+ "date_unixtime": "1665839083",
+ "from": "Cheng Wang",
+ "from_id": "user5546751526",
+ "text": "AirPods case com2 bus station",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "AirPods case com2 bus station"
+ }
+ ]
+ },
+ {
+ "id": 11424,
+ "type": "message",
+ "date": "2022-10-15T22:48:41",
+ "date_unixtime": "1665845321",
+ "edited": "2022-10-16T08:19:01",
+ "edited_unixtime": "1665879541",
+ "from": "Jamie",
+ "from_id": "user239329489",
+ "text": "hello! did anyone pick up samsung phone with a pink case? probably lost around utown level 1 outside octobox or in foodclique today evening!\n\nedit: found alr at the security, tq to whoever found it! ^^",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! did anyone pick up samsung phone with a pink case? probably lost around utown level 1 outside octobox or in foodclique today evening!\n\nedit: found alr at the security, tq to whoever found it! ^^"
+ }
+ ]
+ },
+ {
+ "id": 11433,
+ "type": "message",
+ "date": "2022-10-16T17:08:52",
+ "date_unixtime": "1665911332",
+ "edited": "2022-10-19T17:37:45",
+ "edited_unixtime": "1666172265",
+ "from": "Hoi Yin 🧐",
+ "from_id": "user910398725",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost water bottle at Museum Bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost water bottle at Museum Bus stop"
+ }
+ ]
+ },
+ {
+ "id": 11437,
+ "type": "message",
+ "date": "2022-10-17T00:17:47",
+ "date_unixtime": "1665937067",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 11436,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Jeffrey Jensen",
+ "user_id": 5628054020
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Jeffrey Jensen",
+ "user_id": 5628054020
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 11438,
+ "type": "message",
+ "date": "2022-10-17T00:44:06",
+ "date_unixtime": "1665938646",
+ "edited": "2022-10-17T09:06:08",
+ "edited_unixtime": "1665968768",
+ "from": "Yen Theng",
+ "from_id": "user1085289665",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 621,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11439,
+ "type": "message",
+ "date": "2022-10-17T00:44:06",
+ "date_unixtime": "1665938646",
+ "from": "Yen Theng",
+ "from_id": "user1085289665",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 135,
+ "height": 240,
+ "text": "Hi, I found your matric card. It is placed on top of the Singpost mailbox outside CLB",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I found your matric card. It is placed on top of the Singpost mailbox outside CLB"
+ }
+ ]
+ },
+ {
+ "id": 11442,
+ "type": "message",
+ "date": "2022-10-17T01:05:57",
+ "date_unixtime": "1665939957",
+ "edited": "2022-10-17T01:37:37",
+ "edited_unixtime": "1665941857",
+ "from": "YJ",
+ "from_id": "user668357059",
+ "text": "hi thank u i found it 😭😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi thank u i found it 😭😭"
+ }
+ ]
+ },
+ {
+ "id": 11443,
+ "type": "message",
+ "date": "2022-10-17T10:27:37",
+ "date_unixtime": "1665973657",
+ "edited": "2022-10-17T10:31:31",
+ "edited_unixtime": "1665973891",
+ "from": "Jaren",
+ "from_id": "user431989968",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi, pm me if this belongs to u! found at science.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, pm me if this belongs to u! found at science."
+ }
+ ]
+ },
+ {
+ "id": 11445,
+ "type": "message",
+ "date": "2022-10-17T13:04:00",
+ "date_unixtime": "1665983040",
+ "from": "Janice Lim",
+ "from_id": "user312989947",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 1110,
+ "text": "Umbrella found at CLB project room 7!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Umbrella found at CLB project room 7!"
+ }
+ ]
+ },
+ {
+ "id": 11447,
+ "type": "message",
+ "date": "2022-10-17T13:34:26",
+ "date_unixtime": "1665984866",
+ "edited": "2022-10-17T14:34:17",
+ "edited_unixtime": "1665988457",
+ "from": "andre",
+ "from_id": "user488884918",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "matric card found outside clb",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card found outside clb"
+ }
+ ]
+ },
+ {
+ "id": 11448,
+ "type": "message",
+ "date": "2022-10-17T13:43:17",
+ "date_unixtime": "1665985397",
+ "edited": "2022-10-17T13:43:24",
+ "edited_unixtime": "1665985404",
+ "from": "nicholas",
+ "from_id": "user968849371",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "🥿 who's the Cinderella?\n Location: the bridge at Stephen Riady Centre.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "🥿 who's the Cinderella?\n Location: the bridge at Stephen Riady Centre."
+ }
+ ]
+ },
+ {
+ "id": 11450,
+ "type": "message",
+ "date": "2022-10-17T14:20:36",
+ "date_unixtime": "1665987636",
+ "edited": "2022-10-25T18:33:40",
+ "edited_unixtime": "1666694020",
+ "from": "Pranavi",
+ "from_id": "user1000264992",
+ "text": "Hi has anyone seen a black spectacles from com 3 to IT building route (might be on the floor?) Lost it today and might be in com 3-01-22 (couldn't find it there tho..)\nEdit: resolved 🥹",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a black spectacles from com 3 to IT building route (might be on the floor?) Lost it today and might be in com 3-01-22 (couldn't find it there tho..)\nEdit: resolved 🥹"
+ }
+ ]
+ },
+ {
+ "id": 11453,
+ "type": "message",
+ "date": "2022-10-17T17:03:55",
+ "date_unixtime": "1665997435",
+ "edited": "2022-11-10T18:41:37",
+ "edited_unixtime": "1668076897",
+ "from": "Durwin",
+ "from_id": "user856479331",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 589,
+ "text": "Lost matric card found in LT27 last row",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost matric card found in LT27 last row"
+ }
+ ]
+ },
+ {
+ "id": 11468,
+ "type": "message",
+ "date": "2022-10-18T11:46:14",
+ "date_unixtime": "1666064774",
+ "edited": "2022-10-18T22:49:58",
+ "edited_unixtime": "1666104598",
+ "from": "jing",
+ "from_id": "user766021142",
+ "text": "oops sorry",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "oops sorry"
+ }
+ ]
+ },
+ {
+ "id": 11469,
+ "type": "message",
+ "date": "2022-10-18T11:47:43",
+ "date_unixtime": "1666064863",
+ "edited": "2022-10-18T12:52:59",
+ "edited_unixtime": "1666068779",
+ "from": "jing",
+ "from_id": "user766021142",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "hi found a card for su yanfang at erc",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi found a card for su yanfang at erc"
+ }
+ ]
+ },
+ {
+ "id": 11475,
+ "type": "message",
+ "date": "2022-10-18T14:27:30",
+ "date_unixtime": "1666074450",
+ "from": "Zhicheng Yang",
+ "from_id": "user5527228788",
+ "text": "Does any one find a student card in utown?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Does any one find a student card in utown?"
+ }
+ ]
+ },
+ {
+ "id": 11476,
+ "type": "message",
+ "date": "2022-10-18T14:27:35",
+ "date_unixtime": "1666074455",
+ "from": "Zhicheng Yang",
+ "from_id": "user5527228788",
+ "text": "Waco’s",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Waco’s"
+ }
+ ]
+ },
+ {
+ "id": 11477,
+ "type": "message",
+ "date": "2022-10-18T14:27:43",
+ "date_unixtime": "1666074463",
+ "from": "Zhicheng Yang",
+ "from_id": "user5527228788",
+ "text": "Wacow",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wacow"
+ }
+ ]
+ },
+ {
+ "id": 11480,
+ "type": "message",
+ "date": "2022-10-18T14:32:33",
+ "date_unixtime": "1666074753",
+ "from": "Zhicheng Yang",
+ "from_id": "user5527228788",
+ "text": "wowothanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "wowothanks"
+ }
+ ]
+ },
+ {
+ "id": 11482,
+ "type": "message",
+ "date": "2022-10-18T15:01:59",
+ "date_unixtime": "1666076519",
+ "edited": "2022-10-18T15:06:10",
+ "edited_unixtime": "1666076770",
+ "from": "amy 🐛",
+ "from_id": "user729444383",
+ "text": "hello has anyone seen an empty white nike airpods case near fass/ clb …… 😢😢",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello has anyone seen an empty white nike airpods case near fass/ clb …… 😢😢"
+ }
+ ]
+ },
+ {
+ "id": 11487,
+ "type": "message",
+ "date": "2022-10-18T15:42:58",
+ "date_unixtime": "1666078978",
+ "from": "YP",
+ "from_id": "user1697818957",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 486,
+ "height": 402,
+ "text": "Has anyone seen this silver thumb drive? I lost last week. \nI had lectures in LT26 , LT27, LT14.\nAS1-0304, AS3-0213, AS7-0119. Level 6, CLB",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone seen this silver thumb drive? I lost last week. \nI had lectures in LT26 , LT27, LT14.\nAS1-0304, AS3-0213, AS7-0119. Level 6, CLB"
+ }
+ ]
+ },
+ {
+ "id": 11490,
+ "type": "message",
+ "date": "2022-10-18T15:51:00",
+ "date_unixtime": "1666079460",
+ "from": "zhan hui",
+ "from_id": "user454997785",
+ "text": "anyone saw a black wallet in lt27?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone saw a black wallet in lt27?"
+ }
+ ]
+ },
+ {
+ "id": 11492,
+ "type": "message",
+ "date": "2022-10-18T16:33:42",
+ "date_unixtime": "1666082022",
+ "from": "zj",
+ "from_id": "user256415101",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "hello has anyone seen this pendant+necklace at UT sports hall 2 ystdy/tdy?\nIf seen pls dm me thanks a lot!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello has anyone seen this pendant+necklace at UT sports hall 2 ystdy/tdy?\nIf seen pls dm me thanks a lot!!"
+ }
+ ]
+ },
+ {
+ "id": 11493,
+ "type": "message",
+ "date": "2022-10-18T16:33:42",
+ "date_unixtime": "1666082022",
+ "from": "zj",
+ "from_id": "user256415101",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1242,
+ "height": 1211,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11495,
+ "type": "message",
+ "date": "2022-10-18T20:50:37",
+ "date_unixtime": "1666097437",
+ "from": "OJJA",
+ "from_id": "user274211265",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Black umbrella found at COM3 Terrace canteen",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Black umbrella found at COM3 Terrace canteen"
+ }
+ ]
+ },
+ {
+ "id": 11496,
+ "type": "message",
+ "date": "2022-10-18T20:52:23",
+ "date_unixtime": "1666097543",
+ "from": "OJJA",
+ "from_id": "user274211265",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Apple power adapter found at COM3 Terrace Canteen",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Apple power adapter found at COM3 Terrace Canteen"
+ }
+ ]
+ },
+ {
+ "id": 11497,
+ "type": "message",
+ "date": "2022-10-18T20:53:03",
+ "date_unixtime": "1666097583",
+ "from": "OJJA",
+ "from_id": "user274211265",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Black Keychain found at COM3 Terrace canteen",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Black Keychain found at COM3 Terrace canteen"
+ }
+ ]
+ },
+ {
+ "id": 11498,
+ "type": "message",
+ "date": "2022-10-18T20:55:12",
+ "date_unixtime": "1666097712",
+ "edited": "2022-10-18T20:55:45",
+ "edited_unixtime": "1666097745",
+ "from": "Denniszedead 😁",
+ "from_id": "user485417753",
+ "reply_to_message_id": 11496,
+ "text": "Thats mine!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thats mine!"
+ }
+ ]
+ },
+ {
+ "id": 11499,
+ "type": "message",
+ "date": "2022-10-18T20:56:20",
+ "date_unixtime": "1666097780",
+ "from": "OJJA",
+ "from_id": "user274211265",
+ "reply_to_message_id": 11498,
+ "text": "Pm me I help u secure",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Pm me I help u secure"
+ }
+ ]
+ },
+ {
+ "id": 11503,
+ "type": "message",
+ "date": "2022-10-18T22:14:56",
+ "date_unixtime": "1666102496",
+ "edited": "2022-10-18T22:16:19",
+ "edited_unixtime": "1666102579",
+ "from": "ZH",
+ "from_id": "user717712295",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 800,
+ "height": 600,
+ "text": "Hello, I lost my white headphone adapter attached to a black earpiece at utown plaza (Finefood/TP-SR7) today late afternoon - evening. The adapter looks something like this. pls pm me if u have found it, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, I lost my white headphone adapter attached to a black earpiece at utown plaza (Finefood/TP-SR7) today late afternoon - evening. The adapter looks something like this. pls pm me if u have found it, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 11504,
+ "type": "message",
+ "date": "2022-10-18T22:24:37",
+ "date_unixtime": "1666103077",
+ "edited": "2022-10-19T00:07:11",
+ "edited_unixtime": "1666109231",
+ "from": "nessa",
+ "from_id": "user81580994",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "someone left their blue hydroflask at yih bus stop!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left their blue hydroflask at yih bus stop!"
+ }
+ ]
+ },
+ {
+ "id": 11507,
+ "type": "message",
+ "date": "2022-10-19T11:30:15",
+ "date_unixtime": "1666150215",
+ "edited": "2022-10-19T13:42:55",
+ "edited_unixtime": "1666158175",
+ "from": "russell",
+ "from_id": "user130902663",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someones airpods max was in sr2-02, holding on to it ill be in biz sch till 9pm!\n\nowner found!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someones airpods max was in sr2-02, holding on to it ill be in biz sch till 9pm!\n\nowner found!"
+ }
+ ]
+ },
+ {
+ "id": 11509,
+ "type": "message",
+ "date": "2022-10-19T13:13:58",
+ "date_unixtime": "1666156438",
+ "edited": "2022-10-19T13:19:56",
+ "edited_unixtime": "1666156796",
+ "from": "Viktor Tsoi (TY)",
+ "from_id": "user587139792",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Hi someone dropped this beside Mixed Greens @ Fine Food!\n\nUpdate: Card handed to UTR Management Office (below North Tower)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi someone dropped this beside Mixed Greens @ Fine Food!\n\nUpdate: Card handed to UTR Management Office (below North Tower)"
+ }
+ ]
+ },
+ {
+ "id": 11510,
+ "type": "message",
+ "date": "2022-10-19T14:13:12",
+ "date_unixtime": "1666159992",
+ "from": "si ying",
+ "from_id": "user692245039",
+ "text": "hi did anyb use AS1-0211 and see a big pink portable charger at the charging point at the back of the class?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi did anyb use AS1-0211 and see a big pink portable charger at the charging point at the back of the class?"
+ }
+ ]
+ },
+ {
+ "id": 11514,
+ "type": "message",
+ "date": "2022-10-19T15:34:26",
+ "date_unixtime": "1666164866",
+ "from": "Claire",
+ "from_id": "user40714454",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1170,
+ "height": 786,
+ "text": "lost wallet found on A2 bus, pls pm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lost wallet found on A2 bus, pls pm me!"
+ }
+ ]
+ },
+ {
+ "id": 11515,
+ "type": "message",
+ "date": "2022-10-19T16:02:45",
+ "date_unixtime": "1666166565",
+ "edited": "2022-10-19T16:09:28",
+ "edited_unixtime": "1666166968",
+ "from": "lex",
+ "from_id": "user1619618275",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "lost toast found at utown bus stop, leaving it here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lost toast found at utown bus stop, leaving it here"
+ }
+ ]
+ },
+ {
+ "id": 11520,
+ "type": "message",
+ "date": "2022-10-19T16:49:25",
+ "date_unixtime": "1666169365",
+ "from": "Subin",
+ "from_id": "user5532971959",
+ "text": "Hi I lost my wallet at the TechnoEdge or SDE somewhere not sure yesterday night. It's black and pink inside. Pls let me know if u see it.!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my wallet at the TechnoEdge or SDE somewhere not sure yesterday night. It's black and pink inside. Pls let me know if u see it.!"
+ }
+ ]
+ },
+ {
+ "id": 11522,
+ "type": "message",
+ "date": "2022-10-19T17:32:45",
+ "date_unixtime": "1666171965",
+ "from": "Ryan Ng",
+ "from_id": "user444922873",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this at one of the s16 benches. Pm me pls!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this at one of the s16 benches. Pm me pls!"
+ }
+ ]
+ },
+ {
+ "id": 11523,
+ "type": "message",
+ "date": "2022-10-19T17:58:35",
+ "date_unixtime": "1666173515",
+ "edited": "2022-10-19T20:59:22",
+ "edited_unixtime": "1666184362",
+ "from": "nicholas",
+ "from_id": "user968849371",
+ "reply_to_message_id": 11515,
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "width": 534,
+ "height": 534,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11524,
+ "type": "message",
+ "date": "2022-10-19T18:12:19",
+ "date_unixtime": "1666174339",
+ "edited": "2022-10-19T18:56:05",
+ "edited_unixtime": "1666176965",
+ "from": "Ian F H",
+ "from_id": "user708116308",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 623,
+ "height": 468,
+ "text": "Hi, I lost a keychain today around com1 or engine. It should look something like this but of a different character. Please let me know if you saw it, thank you :D",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost a keychain today around com1 or engine. It should look something like this but of a different character. Please let me know if you saw it, thank you :D"
+ }
+ ]
+ },
+ {
+ "id": 11526,
+ "type": "message",
+ "date": "2022-10-19T18:16:32",
+ "date_unixtime": "1666174592",
+ "edited": "2022-10-19T18:29:45",
+ "edited_unixtime": "1666175385",
+ "from": "James Lim",
+ "from_id": "user650459292",
+ "text": "Lost a black bracelet that says \"Sheares and Proud\" on it at Sports Complex Swimming pool last Wednesday. Please PM if any of you saw it. Thank you.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost a black bracelet that says \"Sheares and Proud\" on it at Sports Complex Swimming pool last Wednesday. Please PM if any of you saw it. Thank you."
+ }
+ ]
+ },
+ {
+ "id": 11529,
+ "type": "message",
+ "date": "2022-10-19T18:44:12",
+ "date_unixtime": "1666176252",
+ "from": "Saumya Shah",
+ "from_id": "user5543262073",
+ "text": "Hey guys\nMay have accidentally left behind a NUSC jacket at S16 (03-09, its a tutorial room).",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys\nMay have accidentally left behind a NUSC jacket at S16 (03-09, its a tutorial room)."
+ }
+ ]
+ },
+ {
+ "id": 11530,
+ "type": "message",
+ "date": "2022-10-19T18:44:28",
+ "date_unixtime": "1666176268",
+ "from": "Saumya Shah",
+ "from_id": "user5543262073",
+ "text": "Grey and dark blue",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Grey and dark blue"
+ }
+ ]
+ },
+ {
+ "id": 11531,
+ "type": "message",
+ "date": "2022-10-19T18:44:35",
+ "date_unixtime": "1666176275",
+ "from": "Saumya Shah",
+ "from_id": "user5543262073",
+ "text": "Please PM if you see it, thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Please PM if you see it, thanks"
+ }
+ ]
+ },
+ {
+ "id": 11534,
+ "type": "message",
+ "date": "2022-10-19T19:04:06",
+ "date_unixtime": "1666177446",
+ "edited": "2022-10-19T19:26:35",
+ "edited_unixtime": "1666178795",
+ "from": "Saad Haider",
+ "from_id": "user194314335",
+ "text": "My friend lost his student card (name on card is Syakir) and AirPods (they’re attached together on a lanyard) at frontier canteen. I think he left it on the table. If anyone sees it let me know please thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "My friend lost his student card (name on card is Syakir) and AirPods (they’re attached together on a lanyard) at frontier canteen. I think he left it on the table. If anyone sees it let me know please thanks!"
+ }
+ ]
+ },
+ {
+ "id": 11535,
+ "type": "message",
+ "date": "2022-10-19T19:53:06",
+ "date_unixtime": "1666180386",
+ "from": "aqilah",
+ "from_id": "user788151382",
+ "text": "Hello, I lost my cardholder containing my NUS matric card and a few other cards last fri 14/10. Name on matric card is Nurul Aqilah. Last seen at Utown. If anyone found it please lmk thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, I lost my cardholder containing my NUS matric card and a few other cards last fri 14/10. Name on matric card is Nurul Aqilah. Last seen at Utown. If anyone found it please lmk thank you!"
+ }
+ ]
+ },
+ {
+ "id": 11536,
+ "type": "message",
+ "date": "2022-10-19T21:01:01",
+ "date_unixtime": "1666184461",
+ "edited": "2022-10-19T21:01:26",
+ "edited_unixtime": "1666184486",
+ "from": "seth",
+ "from_id": "user391781019",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "one side air pod abandoned at pgp bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "one side air pod abandoned at pgp bus stop"
+ }
+ ]
+ },
+ {
+ "id": 11539,
+ "type": "message",
+ "date": "2022-10-19T22:58:10",
+ "date_unixtime": "1666191490",
+ "edited": "2022-10-19T23:17:16",
+ "edited_unixtime": "1666192636",
+ "from": "Andrea Abraham",
+ "from_id": "user1297065815",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 913,
+ "text": "hello! has anyone seen this greyish brown wallet around Engin yesterday/today. Please dm if u have, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! has anyone seen this greyish brown wallet around Engin yesterday/today. Please dm if u have, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 11542,
+ "type": "message",
+ "date": "2022-10-20T00:10:41",
+ "date_unixtime": "1666195841",
+ "edited": "2022-10-20T01:40:58",
+ "edited_unixtime": "1666201258",
+ "from": "Federica",
+ "from_id": "user1259280912",
+ "text": "Hello, I have lost a white power adapter, I think it could be around the terrace, biz1 or utown. Please let me know if someone has found it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, I have lost a white power adapter, I think it could be around the terrace, biz1 or utown. Please let me know if someone has found it!"
+ }
+ ]
+ },
+ {
+ "id": 11549,
+ "type": "message",
+ "date": "2022-10-20T09:29:37",
+ "date_unixtime": "1666229377",
+ "edited": "2022-10-20T10:49:48",
+ "edited_unixtime": "1666234188",
+ "from": "Darice Wong",
+ "from_id": "user375744780",
+ "text": "Hello, I have lost a National Junior College black jacket. I think it could be around University Sports Centre Mezzanine or at Tea Party. Please let me know if someone has found it 🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, I have lost a National Junior College black jacket. I think it could be around University Sports Centre Mezzanine or at Tea Party. Please let me know if someone has found it 🥲"
+ }
+ ]
+ },
+ {
+ "id": 11553,
+ "type": "message",
+ "date": "2022-10-20T10:07:37",
+ "date_unixtime": "1666231657",
+ "edited": "2022-10-20T10:21:21",
+ "edited_unixtime": "1666232481",
+ "from": "Joshua Vargas",
+ "from_id": "user485477345",
+ "text": "Found in the walkway between Elm (YNC) and CAPT, bringing over to UTown Security now! (EDIT: Owner found, picture removed)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in the walkway between Elm (YNC) and CAPT, bringing over to UTown Security now! (EDIT: Owner found, picture removed)"
+ }
+ ]
+ },
+ {
+ "id": 11554,
+ "type": "message",
+ "date": "2022-10-20T10:59:24",
+ "date_unixtime": "1666234764",
+ "edited": "2022-10-20T12:22:55",
+ "edited_unixtime": "1666239775",
+ "from": "Ming Ann",
+ "from_id": "user873376894",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found in i3 audi, left side",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found in i3 audi, left side"
+ }
+ ]
+ },
+ {
+ "id": 11555,
+ "type": "message",
+ "date": "2022-10-20T11:59:48",
+ "date_unixtime": "1666238388",
+ "from": "Ginny Rodriguez",
+ "from_id": "user5397230243",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Found this case in LT18",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this case in LT18"
+ }
+ ]
+ },
+ {
+ "id": 11558,
+ "type": "message",
+ "date": "2022-10-20T13:09:33",
+ "date_unixtime": "1666242573",
+ "from": "Jeremy Teo",
+ "from_id": "user172221854",
+ "text": "hello! lost a galaxy buds pro earpiece w a grey cover that has a panda on it! it was lost as AS4-0119 if anyone saw it can lmk! thank you :))",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! lost a galaxy buds pro earpiece w a grey cover that has a panda on it! it was lost as AS4-0119 if anyone saw it can lmk! thank you :))"
+ }
+ ]
+ },
+ {
+ "id": 11562,
+ "type": "message",
+ "date": "2022-10-20T13:58:47",
+ "date_unixtime": "1666245527",
+ "from": "eun",
+ "from_id": "user168568930",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found in MPSH 2 by the windows in the centre on the left of the indoor table tennis!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found in MPSH 2 by the windows in the centre on the left of the indoor table tennis!"
+ }
+ ]
+ },
+ {
+ "id": 11566,
+ "type": "message",
+ "date": "2022-10-20T17:23:19",
+ "date_unixtime": "1666257799",
+ "edited": "2022-10-20T17:33:00",
+ "edited_unixtime": "1666258380",
+ "from": "jiahan",
+ "from_id": "user580111887",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 628,
+ "text": "hello found this card at com3, passed it to the security post at com2 drop off point",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello found this card at com3, passed it to the security post at com2 drop off point"
+ }
+ ]
+ },
+ {
+ "id": 11569,
+ "type": "message",
+ "date": "2022-10-21T13:57:37",
+ "date_unixtime": "1666331857",
+ "from": "Winnie",
+ "from_id": "user689682152",
+ "text": "Hey I accidentally left my pink water bottle at the bus top opposite kent ridge mrt. If anyone happen to see it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey I accidentally left my pink water bottle at the bus top opposite kent ridge mrt. If anyone happen to see it?"
+ }
+ ]
+ },
+ {
+ "id": 11571,
+ "type": "message",
+ "date": "2022-10-21T14:55:29",
+ "date_unixtime": "1666335329",
+ "edited": "2022-10-22T09:02:29",
+ "edited_unixtime": "1666400549",
+ "from": "~",
+ "from_id": "user1948739816",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11572,
+ "type": "message",
+ "date": "2022-10-21T14:56:52",
+ "date_unixtime": "1666335412",
+ "from": "~",
+ "from_id": "user1948739816",
+ "reply_to_message_id": 11571,
+ "text": "Found on A1 bus today at 2.45 pm along KR MRT to LT27",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found on A1 bus today at 2.45 pm along KR MRT to LT27"
+ }
+ ]
+ },
+ {
+ "id": 11574,
+ "type": "message",
+ "date": "2022-10-21T17:01:41",
+ "date_unixtime": "1666342901",
+ "edited": "2022-10-21T17:02:03",
+ "edited_unixtime": "1666342923",
+ "from": "Tet",
+ "from_id": "user701438079",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11575,
+ "type": "message",
+ "date": "2022-10-21T17:01:52",
+ "date_unixtime": "1666342912",
+ "from": "Tet",
+ "from_id": "user701438079",
+ "reply_to_message_id": 11574,
+ "text": "Someone left CD at liho on Thursday",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left CD at liho on Thursday"
+ }
+ ]
+ },
+ {
+ "id": 11581,
+ "type": "message",
+ "date": "2022-10-21T18:31:55",
+ "date_unixtime": "1666348315",
+ "edited": "2022-10-21T18:32:03",
+ "edited_unixtime": "1666348323",
+ "from": "音",
+ "from_id": "user1413814858",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 852,
+ "text": "lost this today near src, pls pm me if found ty",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lost this today near src, pls pm me if found ty"
+ }
+ ]
+ },
+ {
+ "id": 11592,
+ "type": "message",
+ "date": "2022-10-22T12:25:08",
+ "date_unixtime": "1666412708",
+ "edited": "2022-10-22T13:01:08",
+ "edited_unixtime": "1666414868",
+ "from": "Jennifer",
+ "from_id": "user614022581",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found usb at clb lvl 6, pm me if it’s yours! otherwise will pass to the staff when i leave :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found usb at clb lvl 6, pm me if it’s yours! otherwise will pass to the staff when i leave :)"
+ }
+ ]
+ },
+ {
+ "id": 11593,
+ "type": "message",
+ "date": "2022-10-22T12:34:01",
+ "date_unixtime": "1666413241",
+ "edited": "2022-10-22T12:38:03",
+ "edited_unixtime": "1666413483",
+ "from": "OJJA",
+ "from_id": "user274211265",
+ "reply_to_message_id": 11498,
+ "text": "Hello sir, pls reply my PM :( Your stuff still with me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello sir, pls reply my PM :( Your stuff still with me"
+ }
+ ]
+ },
+ {
+ "id": 11594,
+ "type": "message",
+ "date": "2022-10-22T12:48:02",
+ "date_unixtime": "1666414082",
+ "edited": "2022-10-22T20:15:43",
+ "edited_unixtime": "1666440943",
+ "from": "Srinivasa Ramanujan",
+ "from_id": "user5559460927",
+ "reply_to_message_id": 11487,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@YP2021"
+ },
+ " someone has posted abt a silver thumb drive above."
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@YP2021"
+ },
+ {
+ "type": "plain",
+ "text": " someone has posted abt a silver thumb drive above."
+ }
+ ]
+ },
+ {
+ "id": 11595,
+ "type": "message",
+ "date": "2022-10-22T12:51:59",
+ "date_unixtime": "1666414319",
+ "from": "Jennifer",
+ "from_id": "user614022581",
+ "text": "okie thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "okie thanks!"
+ }
+ ]
+ },
+ {
+ "id": 11601,
+ "type": "message",
+ "date": "2022-10-22T16:45:59",
+ "date_unixtime": "1666428359",
+ "from": "YP",
+ "from_id": "user1697818957",
+ "reply_to_message_id": 11594,
+ "text": "Thanks😭😭😭❤️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks😭😭😭❤️"
+ }
+ ]
+ },
+ {
+ "id": 11602,
+ "type": "message",
+ "date": "2022-10-22T16:46:09",
+ "date_unixtime": "1666428369",
+ "from": "YP",
+ "from_id": "user1697818957",
+ "reply_to_message_id": 11592,
+ "text": "Thank you!!😭😭😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thank you!!😭😭😭"
+ }
+ ]
+ },
+ {
+ "id": 11606,
+ "type": "message",
+ "date": "2022-10-23T10:51:41",
+ "date_unixtime": "1666493501",
+ "edited": "2022-10-23T11:19:09",
+ "edited_unixtime": "1666495149",
+ "from": "Kevin Jonathan",
+ "from_id": "user1939144618",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1280,
+ "text": "Hello! I lost a navy blue cardholder near the kent ridge bus terminal that looks like this with the name \"Kejo\" written at the bottom right.\n\nThere's a matrix card and 2 debit cards inside as well.\n\nAnyone has seen it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost a navy blue cardholder near the kent ridge bus terminal that looks like this with the name \"Kejo\" written at the bottom right.\n\nThere's a matrix card and 2 debit cards inside as well.\n\nAnyone has seen it?"
+ }
+ ]
+ },
+ {
+ "id": 11607,
+ "type": "message",
+ "date": "2022-10-23T11:33:20",
+ "date_unixtime": "1666496000",
+ "from": "Lim Jun Ming",
+ "from_id": "user963095528",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Airpods found on route to u town from usc",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Airpods found on route to u town from usc"
+ }
+ ]
+ },
+ {
+ "id": 11608,
+ "type": "message",
+ "date": "2022-10-23T12:13:42",
+ "date_unixtime": "1666498422",
+ "from": "Zhi Ling",
+ "from_id": "user1802293287",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Samsung buds found at pgp entrance",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Samsung buds found at pgp entrance"
+ }
+ ]
+ },
+ {
+ "id": 11609,
+ "type": "message",
+ "date": "2022-10-23T12:42:37",
+ "date_unixtime": "1666500157",
+ "edited": "2022-10-23T13:25:38",
+ "edited_unixtime": "1666502738",
+ "from": "Friedrich",
+ "from_id": "user191630088",
+ "reply_to_message_id": 11592,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 577,
+ "height": 433,
+ "text": [
+ {
+ "type": "link",
+ "text": "https://t.me/NUSlostandfound/11487"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "link",
+ "text": "https://t.me/NUSlostandfound/11487"
+ }
+ ]
+ },
+ {
+ "id": 11611,
+ "type": "message",
+ "date": "2022-10-23T19:43:30",
+ "date_unixtime": "1666525410",
+ "edited": "2022-10-23T20:39:54",
+ "edited_unixtime": "1666528794",
+ "from": "Ethan Heng",
+ "from_id": "user216364976",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "to whoever is jethro sim, your airpods are in utsh2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "to whoever is jethro sim, your airpods are in utsh2"
+ }
+ ]
+ },
+ {
+ "id": 11618,
+ "type": "message",
+ "date": "2022-10-24T15:51:48",
+ "date_unixtime": "1666597908",
+ "from": "Andrew Lam",
+ "from_id": "user825908583",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Yo someone left their earphones at LT6 at engin",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yo someone left their earphones at LT6 at engin"
+ }
+ ]
+ },
+ {
+ "id": 11621,
+ "type": "message",
+ "date": "2022-10-24T19:46:40",
+ "date_unixtime": "1666612000",
+ "from": "joel",
+ "from_id": "user825765621",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11622,
+ "type": "message",
+ "date": "2022-10-24T19:46:47",
+ "date_unixtime": "1666612007",
+ "edited": "2022-10-24T19:47:29",
+ "edited_unixtime": "1666612049",
+ "from": "joel",
+ "from_id": "user825765621",
+ "text": "Found at NUS Field",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at NUS Field"
+ }
+ ]
+ },
+ {
+ "id": 11624,
+ "type": "message",
+ "date": "2022-10-24T19:51:27",
+ "date_unixtime": "1666612287",
+ "edited": "2022-10-24T20:01:36",
+ "edited_unixtime": "1666612896",
+ "from": "Sarah Dejardin",
+ "from_id": "user5785333854",
+ "text": "Hello \nI lost an airpods pro case at utown this afternoon, it is empty. \nIf anyone has seen it please tell me 🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello \nI lost an airpods pro case at utown this afternoon, it is empty. \nIf anyone has seen it please tell me 🥲"
+ }
+ ]
+ },
+ {
+ "id": 11625,
+ "type": "message",
+ "date": "2022-10-24T20:11:56",
+ "date_unixtime": "1666613516",
+ "edited": "2022-10-24T20:23:37",
+ "edited_unixtime": "1666614217",
+ "from": "Jet",
+ "from_id": "user243792576",
+ "reply_to_message_id": 11611,
+ "text": "Hello did anyone take this, its not there anymore…",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello did anyone take this, its not there anymore…"
+ }
+ ]
+ },
+ {
+ "id": 11633,
+ "type": "message",
+ "date": "2022-10-25T09:26:42",
+ "date_unixtime": "1666661202",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 11632,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Mae Carla",
+ "user_id": 1677767080
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Mae Carla",
+ "user_id": 1677767080
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 11634,
+ "type": "message",
+ "date": "2022-10-25T11:27:29",
+ "date_unixtime": "1666668449",
+ "edited": "2022-10-25T11:28:29",
+ "edited_unixtime": "1666668509",
+ "from": "Si En",
+ "from_id": "user1482124919",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someone lost their fingernail…LT11..",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone lost their fingernail…LT11.."
+ }
+ ]
+ },
+ {
+ "id": 11636,
+ "type": "message",
+ "date": "2022-10-25T11:30:17",
+ "date_unixtime": "1666668617",
+ "from": "tsu",
+ "from_id": "user239058730",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "lt11",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lt11"
+ }
+ ]
+ },
+ {
+ "id": 11639,
+ "type": "message",
+ "date": "2022-10-25T12:11:16",
+ "date_unixtime": "1666671076",
+ "edited": "2022-10-25T13:18:44",
+ "edited_unixtime": "1666675124",
+ "from": "Keith^",
+ "from_id": "user332118575",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 1073,
+ "text": "Bracelet found, at Utown entrance, beside the map",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Bracelet found, at Utown entrance, beside the map"
+ }
+ ]
+ },
+ {
+ "id": 11642,
+ "type": "message",
+ "date": "2022-10-25T12:48:27",
+ "date_unixtime": "1666673307",
+ "edited": "2022-10-25T12:48:56",
+ "edited_unixtime": "1666673336",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "found: one (1) white JBL earbud with grind marks and earwax, in COM1-B103",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found: one (1) white JBL earbud with grind marks and earwax, in COM1-B103"
+ }
+ ]
+ },
+ {
+ "id": 11644,
+ "type": "message",
+ "date": "2022-10-25T13:55:30",
+ "date_unixtime": "1666677330",
+ "edited": "2022-10-25T18:29:27",
+ "edited_unixtime": "1666693767",
+ "from": "Jee Ken Ong",
+ "from_id": "user511165768",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "lost my left AirPod somewhere here ;-; \nedit: found!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lost my left AirPod somewhere here ;-; \nedit: found!"
+ }
+ ]
+ },
+ {
+ "id": 11649,
+ "type": "message",
+ "date": "2022-10-25T15:54:13",
+ "date_unixtime": "1666684453",
+ "from": "Mahek Arora",
+ "from_id": "user1663927066",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Student card found near pathway between tembusu and Mac commons. Returned to campus security near Mac commons",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Student card found near pathway between tembusu and Mac commons. Returned to campus security near Mac commons"
+ }
+ ]
+ },
+ {
+ "id": 11651,
+ "type": "message",
+ "date": "2022-10-25T18:27:27",
+ "date_unixtime": "1666693647",
+ "from": "Owen",
+ "from_id": "user503378949",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi, this card was found at AC Frontier Uncle Penyet Fusion store, pls come and claim it if its yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, this card was found at AC Frontier Uncle Penyet Fusion store, pls come and claim it if its yours!"
+ }
+ ]
+ },
+ {
+ "id": 11652,
+ "type": "message",
+ "date": "2022-10-25T18:29:17",
+ "date_unixtime": "1666693757",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 11649,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@unfazing"
+ },
+ " yours?"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@unfazing"
+ },
+ {
+ "type": "plain",
+ "text": " yours?"
+ }
+ ]
+ },
+ {
+ "id": 11654,
+ "type": "message",
+ "date": "2022-10-25T18:34:11",
+ "date_unixtime": "1666694051",
+ "edited": "2022-10-25T18:39:26",
+ "edited_unixtime": "1666694366",
+ "from": "kok hai",
+ "from_id": "user345254466",
+ "reply_to_message_id": 11652,
+ "text": "yep picked up thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "yep picked up thank you!"
+ }
+ ]
+ },
+ {
+ "id": 11659,
+ "type": "message",
+ "date": "2022-10-25T19:29:02",
+ "date_unixtime": "1666697342",
+ "edited": "2022-10-25T19:33:32",
+ "edited_unixtime": "1666697612",
+ "from": "Dora the Explorer Márquez Episodes, Games, Videos on Nick Jr.",
+ "from_id": "user27072122",
+ "forwarded_from": "Dora the Explorer Márquez Episodes, Games, Videos on Nick Jr.",
+ "text": "Lost a Samsung s20 black with a rectangle keychain thing. It has two green lines on the screen when you turn it on. Last seen at koi :(( please contact me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost a Samsung s20 black with a rectangle keychain thing. It has two green lines on the screen when you turn it on. Last seen at koi :(( please contact me"
+ }
+ ]
+ },
+ {
+ "id": 11660,
+ "type": "message",
+ "date": "2022-10-25T19:34:54",
+ "date_unixtime": "1666697694",
+ "edited": "2022-10-25T19:37:54",
+ "edited_unixtime": "1666697874",
+ "from": "Dora the Explorer Márquez Episodes, Games, Videos on Nick Jr.",
+ "from_id": "user27072122",
+ "text": "Why U thumbs down :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Why U thumbs down :("
+ }
+ ]
+ },
+ {
+ "id": 11661,
+ "type": "message",
+ "date": "2022-10-25T20:37:50",
+ "date_unixtime": "1666701470",
+ "from": "s 🥺💛💚💙",
+ "from_id": "user261001107",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found this staff card at the steps outside CLB, passed to security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this staff card at the steps outside CLB, passed to security"
+ }
+ ]
+ },
+ {
+ "id": 11664,
+ "type": "message",
+ "date": "2022-10-26T00:38:34",
+ "date_unixtime": "1666715914",
+ "edited": "2022-10-26T00:49:01",
+ "edited_unixtime": "1666716541",
+ "from": "Tricia",
+ "from_id": "user1070865289",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "black airpods found at usc 😃 pm me if its yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "black airpods found at usc 😃 pm me if its yours"
+ }
+ ]
+ },
+ {
+ "id": 11666,
+ "type": "message",
+ "date": "2022-10-26T09:25:42",
+ "date_unixtime": "1666747542",
+ "edited": "2022-10-26T09:54:40",
+ "edited_unixtime": "1666749280",
+ "from": "Siaw Wei 🌌",
+ "from_id": "user731365790",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi Guanlong u left ur card at Utown outside Flavours. Text me to claim.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi Guanlong u left ur card at Utown outside Flavours. Text me to claim."
+ }
+ ]
+ },
+ {
+ "id": 11668,
+ "type": "message",
+ "date": "2022-10-26T10:23:27",
+ "date_unixtime": "1666751007",
+ "edited": "2022-10-26T11:51:43",
+ "edited_unixtime": "1666756303",
+ "from": "🐱",
+ "from_id": "user1192280605",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1000,
+ "height": 1000,
+ "text": "hi anyone saw a wallet like this yst ? near MD6 to Carpark 10 road. Dropped it between 5-530pm. Pls pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi anyone saw a wallet like this yst ? near MD6 to Carpark 10 road. Dropped it between 5-530pm. Pls pm me"
+ }
+ ]
+ },
+ {
+ "id": 11670,
+ "type": "message",
+ "date": "2022-10-26T10:47:19",
+ "date_unixtime": "1666752439",
+ "from": "David Tanaka",
+ "from_id": "user289921618",
+ "text": "Omg",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Omg"
+ }
+ ]
+ },
+ {
+ "id": 11671,
+ "type": "message",
+ "date": "2022-10-26T10:47:28",
+ "date_unixtime": "1666752448",
+ "edited": "2022-10-27T09:56:19",
+ "edited_unixtime": "1666835779",
+ "from": "David Tanaka",
+ "from_id": "user289921618",
+ "text": "Sry wrong chat grp",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Sry wrong chat grp"
+ }
+ ]
+ },
+ {
+ "id": 11672,
+ "type": "message",
+ "date": "2022-10-26T10:48:43",
+ "date_unixtime": "1666752523",
+ "from": "zahrah",
+ "from_id": "user1094914688",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1119,
+ "height": 1280,
+ "text": [
+ "Shoe bag ",
+ {
+ "type": "mention",
+ "text": "@biz1"
+ },
+ " 3-2 classroom"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Shoe bag "
+ },
+ {
+ "type": "mention",
+ "text": "@biz1"
+ },
+ {
+ "type": "plain",
+ "text": " 3-2 classroom"
+ }
+ ]
+ },
+ {
+ "id": 11677,
+ "type": "message",
+ "date": "2022-10-26T11:49:32",
+ "date_unixtime": "1666756172",
+ "edited": "2022-10-26T11:50:25",
+ "edited_unixtime": "1666756225",
+ "from": "Brian Liew",
+ "from_id": "user928484049",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at COM1-0212 left it under the same table (Apple Pencil Gen1)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at COM1-0212 left it under the same table (Apple Pencil Gen1)"
+ }
+ ]
+ },
+ {
+ "id": 11688,
+ "type": "message",
+ "date": "2022-10-26T18:29:57",
+ "date_unixtime": "1666780197",
+ "edited": "2022-10-26T18:31:43",
+ "edited_unixtime": "1666780303",
+ "from": "Chow",
+ "from_id": "user272513946",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1124,
+ "height": 1244,
+ "text": "lost a pair of airpods somewhere in biz2 (either at LT18, coolspot, biz2 03-01) yesterday evening, but can’t be found. pls dm me if you’ve visited those places & picked it up, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lost a pair of airpods somewhere in biz2 (either at LT18, coolspot, biz2 03-01) yesterday evening, but can’t be found. pls dm me if you’ve visited those places & picked it up, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 11689,
+ "type": "message",
+ "date": "2022-10-26T18:38:18",
+ "date_unixtime": "1666780698",
+ "from": "yen",
+ "from_id": "user1061433149",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Outside Utown Gym, 3rd table from gym, 2nd table from food court",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Outside Utown Gym, 3rd table from gym, 2nd table from food court"
+ }
+ ]
+ },
+ {
+ "id": 11694,
+ "type": "message",
+ "date": "2022-10-26T22:32:23",
+ "date_unixtime": "1666794743",
+ "edited": "2022-10-26T22:36:20",
+ "edited_unixtime": "1666794980",
+ "from": "Joy",
+ "from_id": "user497303090",
+ "text": "Hello anyone see a yellow pooh lanyard at src? It has my matric card and a few other cards thanksss",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello anyone see a yellow pooh lanyard at src? It has my matric card and a few other cards thanksss"
+ }
+ ]
+ },
+ {
+ "id": 11699,
+ "type": "message",
+ "date": "2022-10-27T13:10:16",
+ "date_unixtime": "1666847416",
+ "edited": "2022-10-27T13:14:44",
+ "edited_unixtime": "1666847684",
+ "from": "Zach",
+ "from_id": "user1520505096",
+ "reply_to_message_id": 11693,
+ "text": "Thanks George! I’ve notified the owner",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks George! I’ve notified the owner"
+ }
+ ]
+ },
+ {
+ "id": 11703,
+ "type": "message",
+ "date": "2022-10-27T14:38:13",
+ "date_unixtime": "1666852693",
+ "from": "loe 🌝",
+ "from_id": "user152008237",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1071,
+ "height": 1280,
+ "text": "dropped one side of earrings somewhere in front of the lv1 utown dance studio if somehow it appears pls lmk ily..",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "dropped one side of earrings somewhere in front of the lv1 utown dance studio if somehow it appears pls lmk ily.."
+ }
+ ]
+ },
+ {
+ "id": 11705,
+ "type": "message",
+ "date": "2022-10-27T16:20:15",
+ "date_unixtime": "1666858815",
+ "from": "Liying",
+ "from_id": "user663131730",
+ "text": "Anyone seen a ZNT earpiece in a black case at com3 canteen? 🥺",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone seen a ZNT earpiece in a black case at com3 canteen? 🥺"
+ }
+ ]
+ },
+ {
+ "id": 11707,
+ "type": "message",
+ "date": "2022-10-27T19:07:19",
+ "date_unixtime": "1666868839",
+ "from": "Jiahua (Henry)",
+ "from_id": "user670199509",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 576,
+ "text": "Found at MPSH2, leftmost box of the top row of the 3rd shelf from the right of the door",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at MPSH2, leftmost box of the top row of the 3rd shelf from the right of the door"
+ }
+ ]
+ },
+ {
+ "id": 11709,
+ "type": "message",
+ "date": "2022-10-27T20:40:10",
+ "date_unixtime": "1666874410",
+ "from": "Diane",
+ "from_id": "user741629739",
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "width": 496,
+ "height": 496,
+ "text": "Hi anyone seen a bottle like this at LT3? But instead of cacti mine has flower patterns",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone seen a bottle like this at LT3? But instead of cacti mine has flower patterns"
+ }
+ ]
+ },
+ {
+ "id": 11710,
+ "type": "message",
+ "date": "2022-10-27T20:40:28",
+ "date_unixtime": "1666874428",
+ "edited": "2022-10-27T20:40:52",
+ "edited_unixtime": "1666874452",
+ "from": "Diane",
+ "from_id": "user741629739",
+ "text": "Hi anyone seen a bottle like this at LT3? But instead of cacti mine has flower patterns",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi anyone seen a bottle like this at LT3? But instead of cacti mine has flower patterns"
+ }
+ ]
+ },
+ {
+ "id": 11714,
+ "type": "message",
+ "date": "2022-10-28T07:59:31",
+ "date_unixtime": "1666915171",
+ "from": "Tian Yong",
+ "from_id": "user669786426",
+ "text": "Hi I might have left my black pencil case at Science S9, Starbucks area, on one of the tables. Was there On Wednesday. Anyone seen it? 🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I might have left my black pencil case at Science S9, Starbucks area, on one of the tables. Was there On Wednesday. Anyone seen it? 🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 11715,
+ "type": "message",
+ "date": "2022-10-28T09:48:39",
+ "date_unixtime": "1666921719",
+ "from": "Genesis",
+ "from_id": "user1642171415",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "jacket left at lt21",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "jacket left at lt21"
+ }
+ ]
+ },
+ {
+ "id": 11718,
+ "type": "message",
+ "date": "2022-10-28T11:31:16",
+ "date_unixtime": "1666927876",
+ "from": "jared",
+ "from_id": "user236570932",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found on the steps going up to the law campus from botacs",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found on the steps going up to the law campus from botacs"
+ }
+ ]
+ },
+ {
+ "id": 11720,
+ "type": "message",
+ "date": "2022-10-28T12:02:00",
+ "date_unixtime": "1666929720",
+ "edited": "2022-10-28T12:02:07",
+ "edited_unixtime": "1666929727",
+ "from": "Carrie",
+ "from_id": "user993704249",
+ "text": "Hi has anyone seen a MacBook M2 chip (blue) anywhere in cinna? It has a clear case",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone seen a MacBook M2 chip (blue) anywhere in cinna? It has a clear case"
+ }
+ ]
+ },
+ {
+ "id": 11722,
+ "type": "message",
+ "date": "2022-10-28T12:15:11",
+ "date_unixtime": "1666930511",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 11721,
+ "text": [
+ "I've kicked ",
+ {
+ "type": "mention_name",
+ "text": "Ketrin",
+ "user_id": 5707693470
+ },
+ ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I've kicked "
+ },
+ {
+ "type": "mention_name",
+ "text": "Ketrin",
+ "user_id": 5707693470
+ },
+ {
+ "type": "plain",
+ "text": ".\nReason:\nBlocklisted word detected, user kicked. Repeat offenders will be banned, no appeals entertained."
+ }
+ ]
+ },
+ {
+ "id": 11724,
+ "type": "message",
+ "date": "2022-10-28T13:28:28",
+ "date_unixtime": "1666934908",
+ "edited": "2022-10-28T22:24:31",
+ "edited_unixtime": "1666967071",
+ "from": "beryl",
+ "from_id": "user657140077",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1170,
+ "height": 1213,
+ "text": "hi has anyone seen a blue nalgene 1L bottle at the female toilet next to LT27? i left it there on wed evening but it was gone ytd",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anyone seen a blue nalgene 1L bottle at the female toilet next to LT27? i left it there on wed evening but it was gone ytd"
+ }
+ ]
+ },
+ {
+ "id": 11725,
+ "type": "message",
+ "date": "2022-10-28T13:28:32",
+ "date_unixtime": "1666934912",
+ "from": "Oh Vl",
+ "from_id": "user487197137",
+ "text": "Wah even rose is here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wah even rose is here"
+ }
+ ]
+ },
+ {
+ "id": 11727,
+ "type": "message",
+ "date": "2022-10-28T14:19:29",
+ "date_unixtime": "1666937969",
+ "edited": "2022-10-28T15:23:18",
+ "edited_unixtime": "1666941798",
+ "from": "Dereng",
+ "from_id": "user258336738",
+ "reply_to_message_id": 11718,
+ "text": [
+ "hi ",
+ {
+ "type": "mention",
+ "text": "@jedkhoo"
+ },
+ ", thanks for pick it up! I have PMed you for this."
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi "
+ },
+ {
+ "type": "mention",
+ "text": "@jedkhoo"
+ },
+ {
+ "type": "plain",
+ "text": ", thanks for pick it up! I have PMed you for this."
+ }
+ ]
+ },
+ {
+ "id": 11729,
+ "type": "message",
+ "date": "2022-10-28T16:42:33",
+ "date_unixtime": "1666946553",
+ "edited": "2022-10-28T20:23:01",
+ "edited_unixtime": "1666959781",
+ "from": "Shang",
+ "from_id": "user169673915",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 1280,
+ "text": "yo found this at ttsh food court anyone",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "yo found this at ttsh food court anyone"
+ }
+ ]
+ },
+ {
+ "id": 11730,
+ "type": "message",
+ "date": "2022-10-28T16:55:45",
+ "date_unixtime": "1666947345",
+ "edited": "2022-10-28T17:54:25",
+ "edited_unixtime": "1666950865",
+ "from": "Serene Soh",
+ "from_id": "user979215138",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 957,
+ "height": 1280,
+ "text": "I dropped a HDMI to type C adapter in MD3 today. Please PM me if you see it!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I dropped a HDMI to type C adapter in MD3 today. Please PM me if you see it!"
+ }
+ ]
+ },
+ {
+ "id": 11731,
+ "type": "message",
+ "date": "2022-10-28T17:24:46",
+ "date_unixtime": "1666949086",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 11729,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@jay_keuu"
+ },
+ " is this yours?"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@jay_keuu"
+ },
+ {
+ "type": "plain",
+ "text": " is this yours?"
+ }
+ ]
+ },
+ {
+ "id": 11733,
+ "type": "message",
+ "date": "2022-10-28T18:28:45",
+ "date_unixtime": "1666952925",
+ "edited": "2022-11-02T21:26:58",
+ "edited_unixtime": "1667395618",
+ "from": "minh-phong",
+ "from_id": "user5455861181",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Saw an apple pencil in Learning Pod D1 Mac Common. Gonna leave it in the Pod.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Saw an apple pencil in Learning Pod D1 Mac Common. Gonna leave it in the Pod."
+ }
+ ]
+ },
+ {
+ "id": 11734,
+ "type": "message",
+ "date": "2022-10-28T18:47:29",
+ "date_unixtime": "1666954049",
+ "edited": "2022-10-28T18:48:07",
+ "edited_unixtime": "1666954087",
+ "from": "sunny",
+ "from_id": "user319170894",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "power bank (?) found in utown audi 2 around the centre row J! will be left around the same row",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "power bank (?) found in utown audi 2 around the centre row J! will be left around the same row"
+ }
+ ]
+ },
+ {
+ "id": 11739,
+ "type": "message",
+ "date": "2022-10-28T22:20:13",
+ "date_unixtime": "1666966813",
+ "from": "chenxi",
+ "from_id": "user55797908",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "PANDITA SHEEN found @ busstop. left it with clementi mrt staff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "PANDITA SHEEN found @ busstop. left it with clementi mrt staff"
+ }
+ ]
+ },
+ {
+ "id": 11745,
+ "type": "message",
+ "date": "2022-10-29T05:48:46",
+ "date_unixtime": "1666993726",
+ "from": "Nicholas Patrick",
+ "from_id": "user1875323141",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Found USB-C charger plugged under the table at ERC, near Starbucks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found USB-C charger plugged under the table at ERC, near Starbucks"
+ }
+ ]
+ },
+ {
+ "id": 11748,
+ "type": "message",
+ "date": "2022-10-29T08:36:57",
+ "date_unixtime": "1667003817",
+ "edited": "2022-10-29T09:14:37",
+ "edited_unixtime": "1667006077",
+ "from": "Richard Dominick",
+ "from_id": "user793964547",
+ "text": "umm.. you can see the passport number (as well as the IC number) in the string of text at the bottom",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "umm.. you can see the passport number (as well as the IC number) in the string of text at the bottom"
+ }
+ ]
+ },
+ {
+ "id": 11752,
+ "type": "message",
+ "date": "2022-10-29T11:26:38",
+ "date_unixtime": "1667013998",
+ "edited": "2022-10-29T11:56:29",
+ "edited_unixtime": "1667015789",
+ "from": "Sheen",
+ "from_id": "user5416203627",
+ "text": "Thank you so much to the person who found my wallet and student card - Sheen",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thank you so much to the person who found my wallet and student card - Sheen"
+ }
+ ]
+ },
+ {
+ "id": 11755,
+ "type": "message",
+ "date": "2022-10-29T11:31:35",
+ "date_unixtime": "1667014295",
+ "from": "Muskan Gupta",
+ "from_id": "user1769496716",
+ "text": "Hi\nany \nAirpods pro found in HSS classroom?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi\nany \nAirpods pro found in HSS classroom?"
+ }
+ ]
+ },
+ {
+ "id": 11764,
+ "type": "message",
+ "date": "2022-10-29T20:14:43",
+ "date_unixtime": "1667045683",
+ "from": "minh-phong",
+ "from_id": "user5455861181",
+ "text": "Did anyone happen to find a matriculation card of Cao Thi Ha Phuong with a lightblue lanyard?(rc4 lanyard). Last seen 30 mins ago around utown/ flavours/erc",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone happen to find a matriculation card of Cao Thi Ha Phuong with a lightblue lanyard?(rc4 lanyard). Last seen 30 mins ago around utown/ flavours/erc"
+ }
+ ]
+ },
+ {
+ "id": 11766,
+ "type": "message",
+ "date": "2022-10-29T21:09:31",
+ "date_unixtime": "1667048971",
+ "edited": "2022-11-07T15:52:58",
+ "edited_unixtime": "1667807578",
+ "from": "jing",
+ "from_id": "user766021142",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello not sure if anyone has seen this bracelet around anywhere, but if u do pls text me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello not sure if anyone has seen this bracelet around anywhere, but if u do pls text me!!"
+ }
+ ]
+ },
+ {
+ "id": 11767,
+ "type": "message",
+ "date": "2022-10-29T21:10:53",
+ "date_unixtime": "1667049053",
+ "edited": "2022-10-29T23:52:30",
+ "edited_unixtime": "1667058750",
+ "from": "Siang",
+ "from_id": "user826059686",
+ "forwarded_from": "Siang",
+ "text": [
+ "If anybody has lost a piece of gold jewellery, please contact ",
+ {
+ "type": "mention",
+ "text": "@wilsonxiang"
+ },
+ " or ",
+ {
+ "type": "mention",
+ "text": "@josiang"
+ },
+ " to see if it's what we picked up"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anybody has lost a piece of gold jewellery, please contact "
+ },
+ {
+ "type": "mention",
+ "text": "@wilsonxiang"
+ },
+ {
+ "type": "plain",
+ "text": " or "
+ },
+ {
+ "type": "mention",
+ "text": "@josiang"
+ },
+ {
+ "type": "plain",
+ "text": " to see if it's what we picked up"
+ }
+ ]
+ },
+ {
+ "id": 11768,
+ "type": "message",
+ "date": "2022-10-29T21:34:14",
+ "date_unixtime": "1667050454",
+ "from": "minh-phong",
+ "from_id": "user5455861181",
+ "reply_to_message_id": 11764,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 488,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11769,
+ "type": "message",
+ "date": "2022-10-29T21:34:25",
+ "date_unixtime": "1667050465",
+ "from": "minh-phong",
+ "from_id": "user5455861181",
+ "text": "The lanyard looks like this",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "The lanyard looks like this"
+ }
+ ]
+ },
+ {
+ "id": 11774,
+ "type": "message",
+ "date": "2022-10-30T14:03:39",
+ "date_unixtime": "1667109819",
+ "edited": "2022-10-30T17:00:26",
+ "edited_unixtime": "1667120426",
+ "from": "ariel au",
+ "from_id": "user1548240077",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someone left their cardigan on the table in the aircon side of foodclique",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left their cardigan on the table in the aircon side of foodclique"
+ }
+ ]
+ },
+ {
+ "id": 11792,
+ "type": "message",
+ "date": "2022-10-30T23:49:13",
+ "date_unixtime": "1667144953",
+ "from": "Miya",
+ "from_id": "user5477374663",
+ "text": "Yes it's mine",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Yes it's mine"
+ }
+ ]
+ },
+ {
+ "id": 11793,
+ "type": "message",
+ "date": "2022-10-30T23:49:26",
+ "date_unixtime": "1667144966",
+ "from": "Miya",
+ "from_id": "user5477374663",
+ "text": "Thanks you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks you"
+ }
+ ]
+ },
+ {
+ "id": 11796,
+ "type": "message",
+ "date": "2022-10-31T11:38:50",
+ "date_unixtime": "1667187530",
+ "from": "Yu Lexuan",
+ "from_id": "user1373522496",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found at COM1, passed to security at COM2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at COM1, passed to security at COM2"
+ }
+ ]
+ },
+ {
+ "id": 11797,
+ "type": "message",
+ "date": "2022-10-31T12:10:23",
+ "date_unixtime": "1667189423",
+ "from": "Dereng",
+ "from_id": "user258336738",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11798,
+ "type": "message",
+ "date": "2022-10-31T12:10:36",
+ "date_unixtime": "1667189436",
+ "edited": "2022-10-31T17:59:36",
+ "edited_unixtime": "1667210376",
+ "from": "Dereng",
+ "from_id": "user258336738",
+ "text": "Apple Pencil dropped at SR 4-2 in BTC",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Apple Pencil dropped at SR 4-2 in BTC"
+ }
+ ]
+ },
+ {
+ "id": 11799,
+ "type": "message",
+ "date": "2022-10-31T12:10:49",
+ "date_unixtime": "1667189449",
+ "from": "Dereng",
+ "from_id": "user258336738",
+ "text": "Placed on the teachers desk",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Placed on the teachers desk"
+ }
+ ]
+ },
+ {
+ "id": 11801,
+ "type": "message",
+ "date": "2022-10-31T12:53:59",
+ "date_unixtime": "1667192039",
+ "from": "Jeremy",
+ "from_id": "user1050484332",
+ "reply_to_message_id": 11800,
+ "text": "Need to censor matric no",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Need to censor matric no"
+ }
+ ]
+ },
+ {
+ "id": 11808,
+ "type": "message",
+ "date": "2022-10-31T17:59:39",
+ "date_unixtime": "1667210379",
+ "from": "hoof",
+ "from_id": "user515914946",
+ "text": "Hi! Anyone found a duck casing AirPods in i3 building do let me know! Ty",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! Anyone found a duck casing AirPods in i3 building do let me know! Ty"
+ }
+ ]
+ },
+ {
+ "id": 11815,
+ "type": "message",
+ "date": "2022-10-31T19:34:05",
+ "date_unixtime": "1667216045",
+ "edited": "2022-10-31T19:40:01",
+ "edited_unixtime": "1667216401",
+ "from": "Wei De",
+ "from_id": "user749669233",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Monkey wallet found opp Kent Ridge Mrt bus stop. Pm me to collect",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Monkey wallet found opp Kent Ridge Mrt bus stop. Pm me to collect"
+ }
+ ]
+ },
+ {
+ "id": 11819,
+ "type": "message",
+ "date": "2022-10-31T20:03:43",
+ "date_unixtime": "1667217823",
+ "from": "wu tong .",
+ "from_id": "user5371506564",
+ "text": "Hi if anyone found a matric card from “Wu Tong” pls lmk! Ty!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone found a matric card from “Wu Tong” pls lmk! Ty!"
+ }
+ ]
+ },
+ {
+ "id": 11820,
+ "type": "message",
+ "date": "2022-10-31T20:26:28",
+ "date_unixtime": "1667219188",
+ "from": "yuchen",
+ "from_id": "user5535509027",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi if anyone found a ezlink card like this but with a purple circle sticker plz lmkkkkkkk! Tysm!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone found a ezlink card like this but with a purple circle sticker plz lmkkkkkkk! Tysm!"
+ }
+ ]
+ },
+ {
+ "id": 11822,
+ "type": "message",
+ "date": "2022-10-31T21:39:16",
+ "date_unixtime": "1667223556",
+ "edited": "2022-10-31T21:49:05",
+ "edited_unixtime": "1667224145",
+ "from": "Zi Xuan",
+ "from_id": "user982897944",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Bags and stuff left at AS8 computer centre, centre is closing",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Bags and stuff left at AS8 computer centre, centre is closing"
+ }
+ ]
+ },
+ {
+ "id": 11823,
+ "type": "message",
+ "date": "2022-10-31T21:50:41",
+ "date_unixtime": "1667224241",
+ "edited": "2022-11-01T00:52:31",
+ "edited_unixtime": "1667235151",
+ "from": "hannah 🤠",
+ "from_id": "user353907692",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "matric card found at utown green\nleft at campus security office at ERC",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card found at utown green\nleft at campus security office at ERC"
+ }
+ ]
+ },
+ {
+ "id": 11825,
+ "type": "message",
+ "date": "2022-11-01T11:08:10",
+ "date_unixtime": "1667272090",
+ "from": "Yanhao Xia",
+ "from_id": "user5473562526",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "ezlink card found at escalator at level 1 ERC.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ezlink card found at escalator at level 1 ERC."
+ }
+ ]
+ },
+ {
+ "id": 11828,
+ "type": "message",
+ "date": "2022-11-01T12:57:09",
+ "date_unixtime": "1667278629",
+ "from": "Heming Yap",
+ "from_id": "user69365047",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 1280,
+ "text": "Found near rvrc, left at RV tower block lvl1 lounge",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found near rvrc, left at RV tower block lvl1 lounge"
+ }
+ ]
+ },
+ {
+ "id": 11832,
+ "type": "message",
+ "date": "2022-11-01T15:07:42",
+ "date_unixtime": "1667286462",
+ "edited": "2022-11-01T15:12:09",
+ "edited_unixtime": "1667286729",
+ "from": "Brendonng",
+ "from_id": "user836641314",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Matric card found at Frontier Gong Cha",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card found at Frontier Gong Cha"
+ }
+ ]
+ },
+ {
+ "id": 11833,
+ "type": "message",
+ "date": "2022-11-01T15:24:29",
+ "date_unixtime": "1667287469",
+ "edited": "2022-11-01T15:31:42",
+ "edited_unixtime": "1667287902",
+ "from": "🍆",
+ "from_id": "user285272668",
+ "reply_to_message_id": 11832,
+ "text": "lmaoo just keep",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lmaoo just keep"
+ }
+ ]
+ },
+ {
+ "id": 11839,
+ "type": "message",
+ "date": "2022-11-01T15:41:41",
+ "date_unixtime": "1667288501",
+ "edited": "2022-11-01T16:35:55",
+ "edited_unixtime": "1667291755",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 11836,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@yy3301"
+ },
+ " is this yours?"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@yy3301"
+ },
+ {
+ "type": "plain",
+ "text": " is this yours?"
+ }
+ ]
+ },
+ {
+ "id": 11840,
+ "type": "message",
+ "date": "2022-11-01T15:42:09",
+ "date_unixtime": "1667288529",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 11832,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@t0tsuka"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@t0tsuka"
+ }
+ ]
+ },
+ {
+ "id": 11842,
+ "type": "message",
+ "date": "2022-11-01T16:21:42",
+ "date_unixtime": "1667290902",
+ "edited": "2022-11-01T17:56:53",
+ "edited_unixtime": "1667296613",
+ "from": "Ken 🐶",
+ "from_id": "user466256332",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found in Com Lab 1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found in Com Lab 1"
+ }
+ ]
+ },
+ {
+ "id": 11844,
+ "type": "message",
+ "date": "2022-11-01T18:40:53",
+ "date_unixtime": "1667299253",
+ "edited": "2022-11-01T20:11:21",
+ "edited_unixtime": "1667304681",
+ "from": "jasmine",
+ "from_id": "user530315978",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "matric card found in flavours utown",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card found in flavours utown"
+ }
+ ]
+ },
+ {
+ "id": 11845,
+ "type": "message",
+ "date": "2022-11-01T18:41:11",
+ "date_unixtime": "1667299271",
+ "edited": "2022-11-01T19:00:00",
+ "edited_unixtime": "1667300400",
+ "from": "Russell 🦊",
+ "from_id": "user1178488221",
+ "reply_to_message_id": 11844,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@You_BH"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@You_BH"
+ }
+ ]
+ },
+ {
+ "id": 11848,
+ "type": "message",
+ "date": "2022-11-01T20:28:52",
+ "date_unixtime": "1667305732",
+ "from": "J Khoo",
+ "from_id": "user262008170",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Glasses foodclique beverage",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Glasses foodclique beverage"
+ }
+ ]
+ },
+ {
+ "id": 11851,
+ "type": "message",
+ "date": "2022-11-01T20:42:53",
+ "date_unixtime": "1667306573",
+ "edited": "2022-11-01T20:43:16",
+ "edited_unixtime": "1667306596",
+ "from": "JT",
+ "from_id": "channel1143581438",
+ "reply_to_message_id": 11848,
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 1103,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11852,
+ "type": "message",
+ "date": "2022-11-01T20:55:05",
+ "date_unixtime": "1667307305",
+ "edited": "2022-11-01T22:04:49",
+ "edited_unixtime": "1667311489",
+ "from": "xin",
+ "from_id": "user242998235",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "hello guys if anyone seen a bering watch rose gold and titanium black, pls dm me. last seen in Biz MRB building",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello guys if anyone seen a bering watch rose gold and titanium black, pls dm me. last seen in Biz MRB building"
+ }
+ ]
+ },
+ {
+ "id": 11854,
+ "type": "message",
+ "date": "2022-11-01T21:58:31",
+ "date_unixtime": "1667311111",
+ "edited": "2022-11-01T22:25:38",
+ "edited_unixtime": "1667312738",
+ "from": "Shuihe✨🌙",
+ "from_id": "user1177646472",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Charles and Keith wallet found in octobox checkout counter, given to ERC security post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Charles and Keith wallet found in octobox checkout counter, given to ERC security post"
+ }
+ ]
+ },
+ {
+ "id": 11862,
+ "type": "message",
+ "date": "2022-11-01T23:34:27",
+ "date_unixtime": "1667316867",
+ "edited": "2022-11-02T00:40:38",
+ "edited_unixtime": "1667320838",
+ "from": "Nayan",
+ "from_id": "user5582817746",
+ "text": "Has anyone happened to see an umbrella at UTown recently? It has printed pics of puppies and cats on it.\nIf you've seen/have it lemme know.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone happened to see an umbrella at UTown recently? It has printed pics of puppies and cats on it.\nIf you've seen/have it lemme know."
+ }
+ ]
+ },
+ {
+ "id": 11866,
+ "type": "message",
+ "date": "2022-11-02T00:04:51",
+ "date_unixtime": "1667318691",
+ "edited": "2022-11-02T00:14:47",
+ "edited_unixtime": "1667319287",
+ "from": "Kevin Jonathan",
+ "from_id": "user1939144618",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "right side airpods found at UTR south tower laundry room 👍",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "right side airpods found at UTR south tower laundry room 👍"
+ }
+ ]
+ },
+ {
+ "id": 11872,
+ "type": "message",
+ "date": "2022-11-02T11:00:43",
+ "date_unixtime": "1667358043",
+ "edited": "2022-11-02T11:04:45",
+ "edited_unixtime": "1667358285",
+ "from": "tsu",
+ "from_id": "user239058730",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "inhaler at seats at pgpr foyer bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "inhaler at seats at pgpr foyer bus stop"
+ }
+ ]
+ },
+ {
+ "id": 11876,
+ "type": "message",
+ "date": "2022-11-02T12:35:01",
+ "date_unixtime": "1667363701",
+ "from": "Marcin Damek",
+ "from_id": "user5254969208",
+ "text": "Hello! So i have probably lost my ez link transportation card on october 31st. It had brownish front surface, had an american style doughnut in front and a caption \"doughnut worry, be happy\". Last time i should have had it at the nus library 5 floor. I appreciate anyones help.☺️",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! So i have probably lost my ez link transportation card on october 31st. It had brownish front surface, had an american style doughnut in front and a caption \"doughnut worry, be happy\". Last time i should have had it at the nus library 5 floor. I appreciate anyones help.☺️"
+ }
+ ]
+ },
+ {
+ "id": 11877,
+ "type": "message",
+ "date": "2022-11-02T12:58:40",
+ "date_unixtime": "1667365120",
+ "edited": "2022-11-02T13:57:49",
+ "edited_unixtime": "1667368669",
+ "from": "Giovanni Wijaya",
+ "from_id": "user942997498",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "E3 level 6 printer",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "E3 level 6 printer"
+ }
+ ]
+ },
+ {
+ "id": 11878,
+ "type": "message",
+ "date": "2022-11-02T13:44:12",
+ "date_unixtime": "1667367852",
+ "edited": "2022-11-02T13:49:42",
+ "edited_unixtime": "1667368182",
+ "from": "aakash",
+ "from_id": "user1760751592",
+ "reply_to_message_id": 11877,
+ "text": "That Red Hot Chilli Peppers concert ticket? 🤩",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "That Red Hot Chilli Peppers concert ticket? 🤩"
+ }
+ ]
+ },
+ {
+ "id": 11879,
+ "type": "message",
+ "date": "2022-11-02T13:49:01",
+ "date_unixtime": "1667368141",
+ "from": "Giovanni Wijaya",
+ "from_id": "user942997498",
+ "reply_to_message_id": 11878,
+ "text": "JJ Lin",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "JJ Lin"
+ }
+ ]
+ },
+ {
+ "id": 11880,
+ "type": "message",
+ "date": "2022-11-02T13:51:21",
+ "date_unixtime": "1667368281",
+ "from": "aakash",
+ "from_id": "user1760751592",
+ "text": "Ooooo",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ooooo"
+ }
+ ]
+ },
+ {
+ "id": 11881,
+ "type": "message",
+ "date": "2022-11-02T14:00:50",
+ "date_unixtime": "1667368850",
+ "from": "jing",
+ "from_id": "user766021142",
+ "text": "Hello if anyone has seen this pouch with a webcam inside lying around Utown area, pls let me know, thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello if anyone has seen this pouch with a webcam inside lying around Utown area, pls let me know, thank u!"
+ }
+ ]
+ },
+ {
+ "id": 11882,
+ "type": "message",
+ "date": "2022-11-02T14:00:50",
+ "date_unixtime": "1667368850",
+ "from": "jing",
+ "from_id": "user766021142",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 616,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11890,
+ "type": "message",
+ "date": "2022-11-02T17:28:43",
+ "date_unixtime": "1667381323",
+ "from": "jas",
+ "from_id": "user905236244",
+ "text": "hello! i lost a left side airpod pro at com3 yesterday, if anyone saw it pls lmk! thanku so much :’)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! i lost a left side airpod pro at com3 yesterday, if anyone saw it pls lmk! thanku so much :’)"
+ }
+ ]
+ },
+ {
+ "id": 11898,
+ "type": "message",
+ "date": "2022-11-02T21:26:24",
+ "date_unixtime": "1667395584",
+ "edited": "2022-11-03T21:06:29",
+ "edited_unixtime": "1667480789",
+ "from": "Wan Lin",
+ "from_id": "user839669332",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found a cardholder at pgpr outside canteen level 2 (near block 9 gate). Sending to FCC.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a cardholder at pgpr outside canteen level 2 (near block 9 gate). Sending to FCC."
+ }
+ ]
+ },
+ {
+ "id": 11900,
+ "type": "message",
+ "date": "2022-11-02T22:17:35",
+ "date_unixtime": "1667398655",
+ "from": "Hannah CS",
+ "from_id": "user777133409",
+ "text": "Hello! I lost my NUS EZlink card near the sports centre today (or maybe UTown Starbucks, not exactly sure). It has my full name on it (Hannah Caroline Solomonraj). If found pls let me know, thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost my NUS EZlink card near the sports centre today (or maybe UTown Starbucks, not exactly sure). It has my full name on it (Hannah Caroline Solomonraj). If found pls let me know, thanks"
+ }
+ ]
+ },
+ {
+ "id": 11906,
+ "type": "message",
+ "date": "2022-11-03T08:40:32",
+ "date_unixtime": "1667436032",
+ "from": "Robin",
+ "from_id": "user95280555",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Apple Pencil 2 found at md11 symposium room placed the desktop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Apple Pencil 2 found at md11 symposium room placed the desktop"
+ }
+ ]
+ },
+ {
+ "id": 11909,
+ "type": "message",
+ "date": "2022-11-03T12:31:16",
+ "date_unixtime": "1667449876",
+ "edited": "2022-11-03T19:12:46",
+ "edited_unixtime": "1667473966",
+ "from": "AL",
+ "from_id": "user126806763",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hello, if anyone knows a Ms Yang Binyu, please let her know I've found her wallet at the canteen near MD6",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello, if anyone knows a Ms Yang Binyu, please let her know I've found her wallet at the canteen near MD6"
+ }
+ ]
+ },
+ {
+ "id": 11910,
+ "type": "message",
+ "date": "2022-11-03T12:31:16",
+ "date_unixtime": "1667449876",
+ "from": "AL",
+ "from_id": "user126806763",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 959,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11911,
+ "type": "message",
+ "date": "2022-11-03T12:31:16",
+ "date_unixtime": "1667449876",
+ "from": "AL",
+ "from_id": "user126806763",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 11914,
+ "type": "message",
+ "date": "2022-11-03T14:11:07",
+ "date_unixtime": "1667455867",
+ "edited": "2022-11-03T14:12:53",
+ "edited_unixtime": "1667455973",
+ "from": "vera",
+ "from_id": "user965215435",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "apple tag found on the road between frontier and aircon frontier, left it there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "apple tag found on the road between frontier and aircon frontier, left it there"
+ }
+ ]
+ },
+ {
+ "id": 11915,
+ "type": "message",
+ "date": "2022-11-03T14:26:20",
+ "date_unixtime": "1667456780",
+ "edited": "2022-11-03T14:44:51",
+ "edited_unixtime": "1667457891",
+ "from": "Raymond",
+ "from_id": "user899917575",
+ "text": "Hi if anyone found an infineon employee card nearby engin / techno please let me know :\") thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi if anyone found an infineon employee card nearby engin / techno please let me know :\") thanks!"
+ }
+ ]
+ },
+ {
+ "id": 11917,
+ "type": "message",
+ "date": "2022-11-03T14:57:21",
+ "date_unixtime": "1667458641",
+ "edited": "2022-11-03T14:59:00",
+ "edited_unixtime": "1667458740",
+ "from": "ariel au",
+ "from_id": "user1548240077",
+ "reply_to_message_id": 11916,
+ "text": "censore user ID",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "censore user ID"
+ }
+ ]
+ },
+ {
+ "id": 11918,
+ "type": "message",
+ "date": "2022-11-03T15:00:07",
+ "date_unixtime": "1667458807",
+ "edited": "2022-11-03T17:45:39",
+ "edited_unixtime": "1667468739",
+ "from": "sangeetha",
+ "from_id": "user910192357",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found at erc driveway, passed it to level 1 security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at erc driveway, passed it to level 1 security"
+ }
+ ]
+ },
+ {
+ "id": 11923,
+ "type": "message",
+ "date": "2022-11-03T17:33:48",
+ "date_unixtime": "1667468028",
+ "edited": "2022-11-03T18:17:17",
+ "edited_unixtime": "1667470637",
+ "from": "fang qing",
+ "from_id": "user134986956",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Airpods pro at AS3 Level 3 belonging to Karen Low, passed to the AS8 security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Airpods pro at AS3 Level 3 belonging to Karen Low, passed to the AS8 security"
+ }
+ ]
+ },
+ {
+ "id": 11927,
+ "type": "message",
+ "date": "2022-11-03T17:59:33",
+ "date_unixtime": "1667469573",
+ "from": "譞",
+ "from_id": "user695002799",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Ezlink card found this morning at table in AS3",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ezlink card found this morning at table in AS3"
+ }
+ ]
+ },
+ {
+ "id": 11928,
+ "type": "message",
+ "date": "2022-11-03T18:16:32",
+ "date_unixtime": "1667470592",
+ "edited": "2022-11-03T18:31:41",
+ "edited_unixtime": "1667471501",
+ "from": "valerie ૮ ˶ᵔ ᵕ ᵔ˶ ა",
+ "from_id": "user419168387",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "hello found airpods @ clb lvl 5!! ive passed it to the librarian at lvl 1 service desk",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello found airpods @ clb lvl 5!! ive passed it to the librarian at lvl 1 service desk"
+ }
+ ]
+ },
+ {
+ "id": 11932,
+ "type": "message",
+ "date": "2022-11-03T19:39:51",
+ "date_unixtime": "1667475591",
+ "from": "Viktor Tsoi (TY)",
+ "from_id": "user587139792",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Water bottle found at UTown Octobox self checkout counter!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Water bottle found at UTown Octobox self checkout counter!"
+ }
+ ]
+ },
+ {
+ "id": 11934,
+ "type": "message",
+ "date": "2022-11-03T20:27:05",
+ "date_unixtime": "1667478425",
+ "from": "Jbao",
+ "from_id": "user142816065",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Matriculation card found at Sde 4 IRC room. Left it at the admin desk",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matriculation card found at Sde 4 IRC room. Left it at the admin desk"
+ }
+ ]
+ },
+ {
+ "id": 11938,
+ "type": "message",
+ "date": "2022-11-03T23:40:42",
+ "date_unixtime": "1667490042",
+ "edited": "2022-11-03T23:48:42",
+ "edited_unixtime": "1667490522",
+ "from": "Jing Rui",
+ "from_id": "user599377976",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "found this bottle at nus field... took it on accident cuz I thought it was my friends",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found this bottle at nus field... took it on accident cuz I thought it was my friends"
+ }
+ ]
+ },
+ {
+ "id": 11950,
+ "type": "message",
+ "date": "2022-11-04T12:07:55",
+ "date_unixtime": "1667534875",
+ "edited": "2022-11-04T12:12:45",
+ "edited_unixtime": "1667535165",
+ "from": "Xingjian",
+ "from_id": "user877888321",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Gd am everyone, found this card outside Utown Gym. Placed it on the piano nearby :”",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Gd am everyone, found this card outside Utown Gym. Placed it on the piano nearby :”"
+ }
+ ]
+ },
+ {
+ "id": 11952,
+ "type": "message",
+ "date": "2022-11-04T15:37:56",
+ "date_unixtime": "1667547476",
+ "from": "kelvin",
+ "from_id": "user258959864",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Earphones left near technoedge starbucks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Earphones left near technoedge starbucks"
+ }
+ ]
+ },
+ {
+ "id": 11954,
+ "type": "message",
+ "date": "2022-11-04T16:44:13",
+ "date_unixtime": "1667551453",
+ "edited": "2022-11-04T20:09:57",
+ "edited_unixtime": "1667563797",
+ "from": "Felisha",
+ "from_id": "user1235524486",
+ "text": "hey if anyone finds a polaroid of a baby in black n white near psych building pls text me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey if anyone finds a polaroid of a baby in black n white near psych building pls text me"
+ }
+ ]
+ },
+ {
+ "id": 11956,
+ "type": "message",
+ "date": "2022-11-04T17:35:10",
+ "date_unixtime": "1667554510",
+ "from": "Lokki XU",
+ "from_id": "user1118014953",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1280,
+ "text": "Anyone left a bracelet at com1 B1-12",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone left a bracelet at com1 B1-12"
+ }
+ ]
+ },
+ {
+ "id": 11959,
+ "type": "message",
+ "date": "2022-11-04T17:41:27",
+ "date_unixtime": "1667554887",
+ "from": "shan",
+ "from_id": "user1084236525",
+ "text": "Hello I lost my necklace today 4 Nov its like silver chained with 4 pink pearls at the centre",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello I lost my necklace today 4 Nov its like silver chained with 4 pink pearls at the centre"
+ }
+ ]
+ },
+ {
+ "id": 11962,
+ "type": "message",
+ "date": "2022-11-04T18:22:15",
+ "date_unixtime": "1667557335",
+ "from": "xh",
+ "from_id": "user938109287",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1169,
+ "height": 1173,
+ "text": "hi has anyone seen an apple pencil w a transparent tip like this one? 🥲 without casing",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anyone seen an apple pencil w a transparent tip like this one? 🥲 without casing"
+ }
+ ]
+ },
+ {
+ "id": 11981,
+ "type": "message",
+ "date": "2022-11-05T13:00:06",
+ "date_unixtime": "1667624406",
+ "edited": "2022-11-05T13:02:06",
+ "edited_unixtime": "1667624526",
+ "from": "eugene",
+ "from_id": "user192317194",
+ "text": "ok just kidding, lost and found item CLAIMED",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ok just kidding, lost and found item CLAIMED"
+ }
+ ]
+ },
+ {
+ "id": 11984,
+ "type": "message",
+ "date": "2022-11-05T14:24:23",
+ "date_unixtime": "1667629463",
+ "from": "Seán",
+ "from_id": "user5380655802",
+ "text": "Did anyone find a white Mac charger on Level 4 CLB? I think I left it there yesterday",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Did anyone find a white Mac charger on Level 4 CLB? I think I left it there yesterday"
+ }
+ ]
+ },
+ {
+ "id": 11985,
+ "type": "message",
+ "date": "2022-11-05T14:30:25",
+ "date_unixtime": "1667629825",
+ "edited": "2022-11-05T14:32:26",
+ "edited_unixtime": "1667629946",
+ "from": "joel",
+ "from_id": "user825765621",
+ "text": "Anyone saw a kate spade sling bag at food clique in utown near the banmian store",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone saw a kate spade sling bag at food clique in utown near the banmian store"
+ }
+ ]
+ },
+ {
+ "id": 11986,
+ "type": "message",
+ "date": "2022-11-05T14:34:50",
+ "date_unixtime": "1667630090",
+ "from": "aakash",
+ "from_id": "user1760751592",
+ "reply_to_message_id": 11984,
+ "text": "Usually the staff would keep the stuff on 6th floor, near second exit door. There's a small carousel kept there and has bunch of stuff including chargers, spikes and adapters. Try and check it out.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Usually the staff would keep the stuff on 6th floor, near second exit door. There's a small carousel kept there and has bunch of stuff including chargers, spikes and adapters. Try and check it out."
+ }
+ ]
+ },
+ {
+ "id": 11987,
+ "type": "message",
+ "date": "2022-11-05T14:53:03",
+ "date_unixtime": "1667631183",
+ "edited": "2022-11-05T21:03:02",
+ "edited_unixtime": "1667653382",
+ "from": "nessa",
+ "from_id": "user81580994",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 1066,
+ "text": "matric card found at erc level 2 study",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card found at erc level 2 study"
+ }
+ ]
+ },
+ {
+ "id": 11989,
+ "type": "message",
+ "date": "2022-11-05T15:21:23",
+ "date_unixtime": "1667632883",
+ "from": "Vigneshwar",
+ "from_id": "user1202717167",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Nalgene bottle found at PL5, COM1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Nalgene bottle found at PL5, COM1"
+ }
+ ]
+ },
+ {
+ "id": 11991,
+ "type": "message",
+ "date": "2022-11-05T17:44:28",
+ "date_unixtime": "1667641468",
+ "edited": "2022-11-05T17:44:41",
+ "edited_unixtime": "1667641481",
+ "from": "joceline",
+ "from_id": "user341802105",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "ez link card at opp kent ridge bus stop!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ez link card at opp kent ridge bus stop!"
+ }
+ ]
+ },
+ {
+ "id": 11992,
+ "type": "message",
+ "date": "2022-11-05T18:06:07",
+ "date_unixtime": "1667642767",
+ "edited": "2022-11-06T00:25:19",
+ "edited_unixtime": "1667665519",
+ "from": "Andrew Lam",
+ "from_id": "user825908583",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Black ASIS water bottle at YIH next to KOI",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Black ASIS water bottle at YIH next to KOI"
+ }
+ ]
+ },
+ {
+ "id": 11996,
+ "type": "message",
+ "date": "2022-11-05T20:53:36",
+ "date_unixtime": "1667652816",
+ "edited": "2022-11-07T13:39:12",
+ "edited_unixtime": "1667799552",
+ "from": "Starlight",
+ "from_id": "user1468476328",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 576,
+ "height": 1280,
+ "text": "I lost my card holder and my student pass at RVRC did anyone see it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost my card holder and my student pass at RVRC did anyone see it"
+ }
+ ]
+ },
+ {
+ "id": 12001,
+ "type": "message",
+ "date": "2022-11-06T16:42:36",
+ "date_unixtime": "1667724156",
+ "from": "jAy",
+ "from_id": "user53033508",
+ "text": "Hello anyone found a macbook power brick at com3?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello anyone found a macbook power brick at com3?"
+ }
+ ]
+ },
+ {
+ "id": 12004,
+ "type": "message",
+ "date": "2022-11-06T16:59:02",
+ "date_unixtime": "1667725142",
+ "edited": "2022-11-06T17:12:15",
+ "edited_unixtime": "1667725935",
+ "from": "Yuanhe Ma",
+ "from_id": "user5781978345",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hey i found a right side of airpod pro around CAPT",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey i found a right side of airpod pro around CAPT"
+ }
+ ]
+ },
+ {
+ "id": 12009,
+ "type": "message",
+ "date": "2022-11-06T18:43:16",
+ "date_unixtime": "1667731396",
+ "from": "Yuqing Shen",
+ "from_id": "user5548337953",
+ "text": "I lost my AirPods charging case if anyone see one with green chain pls text me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost my AirPods charging case if anyone see one with green chain pls text me"
+ }
+ ]
+ },
+ {
+ "id": 12010,
+ "type": "message",
+ "date": "2022-11-06T18:49:53",
+ "date_unixtime": "1667731793",
+ "from": "Yuqing Shen",
+ "from_id": "user5548337953",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 828,
+ "height": 662,
+ "text": "it looks like this",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "it looks like this"
+ }
+ ]
+ },
+ {
+ "id": 12023,
+ "type": "message",
+ "date": "2022-11-07T12:46:25",
+ "date_unixtime": "1667796385",
+ "from": "Leoson Lee [2]",
+ "from_id": "user758122561",
+ "text": "Hi! If anyone saw a brown laptop case with a laptop inside at CLB/ Tecnoedge please dm me thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! If anyone saw a brown laptop case with a laptop inside at CLB/ Tecnoedge please dm me thanks!"
+ }
+ ]
+ },
+ {
+ "id": 12025,
+ "type": "message",
+ "date": "2022-11-07T13:36:15",
+ "date_unixtime": "1667799375",
+ "from": "Leoson Lee [2]",
+ "from_id": "user758122561",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 600,
+ "height": 600,
+ "text": "It looks like this!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "It looks like this!"
+ }
+ ]
+ },
+ {
+ "id": 12026,
+ "type": "message",
+ "date": "2022-11-07T14:18:04",
+ "date_unixtime": "1667801884",
+ "from": "Melvin Tan",
+ "from_id": "user817918623",
+ "text": "If anyone sees a grey laptop bag in Bus A1 please leave it alone thanks! I will be waiting to take it at bus terminal.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "If anyone sees a grey laptop bag in Bus A1 please leave it alone thanks! I will be waiting to take it at bus terminal."
+ }
+ ]
+ },
+ {
+ "id": 12028,
+ "type": "message",
+ "date": "2022-11-07T14:38:48",
+ "date_unixtime": "1667803128",
+ "from": "yi ting",
+ "from_id": "user732645347",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "ezlink card found outside arise & shine (left at arise & shine counter)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "ezlink card found outside arise & shine (left at arise & shine counter)"
+ }
+ ]
+ },
+ {
+ "id": 12033,
+ "type": "message",
+ "date": "2022-11-07T17:44:32",
+ "date_unixtime": "1667814272",
+ "from": "ariel au",
+ "from_id": "user1548240077",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "waterbottle in CLB female toilet between level 2 and 3",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "waterbottle in CLB female toilet between level 2 and 3"
+ }
+ ]
+ },
+ {
+ "id": 12035,
+ "type": "message",
+ "date": "2022-11-07T18:53:05",
+ "date_unixtime": "1667818385",
+ "edited": "2022-11-07T22:42:02",
+ "edited_unixtime": "1667832122",
+ "from": "Nathan",
+ "from_id": "user701416929",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1201,
+ "height": 1280,
+ "text": "Left a black hydro flask in bus D1 (came from utown) around 6.30, plz lmk if found 🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left a black hydro flask in bus D1 (came from utown) around 6.30, plz lmk if found 🥲"
+ }
+ ]
+ },
+ {
+ "id": 12040,
+ "type": "message",
+ "date": "2022-11-07T22:58:11",
+ "date_unixtime": "1667833091",
+ "edited": "2022-11-07T22:58:35",
+ "edited_unixtime": "1667833115",
+ "from": "peien 😎",
+ "from_id": "user26527818",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Mr dinosaur 🦕 (earpiece casing) stuck on the tree @ townplaza",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Mr dinosaur 🦕 (earpiece casing) stuck on the tree @ townplaza"
+ }
+ ]
+ },
+ {
+ "id": 12043,
+ "type": "message",
+ "date": "2022-11-07T23:17:45",
+ "date_unixtime": "1667834265",
+ "from": "Varun Kohli",
+ "from_id": "user5058221708",
+ "text": "How in the world",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "How in the world"
+ }
+ ]
+ },
+ {
+ "id": 12048,
+ "type": "message",
+ "date": "2022-11-08T07:32:24",
+ "date_unixtime": "1667863944",
+ "edited": "2022-11-09T13:27:25",
+ "edited_unixtime": "1667971645",
+ "from": "Adrian",
+ "from_id": "user262258192",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Morning! Found a bunch of keys at BIZ1 inside the Green Study Pod between 2-1 & 2-2\n\n(Passed to BIZ1 Security Post)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Morning! Found a bunch of keys at BIZ1 inside the Green Study Pod between 2-1 & 2-2\n\n(Passed to BIZ1 Security Post)"
+ }
+ ]
+ },
+ {
+ "id": 12054,
+ "type": "message",
+ "date": "2022-11-08T16:17:21",
+ "date_unixtime": "1667895441",
+ "from": "Nick Foo",
+ "from_id": "user473156575",
+ "text": "Has anyone seen a single Soundcore earpiece? It fell out of my pocket along either along the walkway connecting CLB to AS1, CLB to AS6, the floor below, or the Deck",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone seen a single Soundcore earpiece? It fell out of my pocket along either along the walkway connecting CLB to AS1, CLB to AS6, the floor below, or the Deck"
+ }
+ ]
+ },
+ {
+ "id": 12055,
+ "type": "message",
+ "date": "2022-11-08T16:22:36",
+ "date_unixtime": "1667895756",
+ "edited": "2022-11-08T22:15:05",
+ "edited_unixtime": "1667916905",
+ "from": "Axel Barbelanne",
+ "from_id": "user1311571781",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Matriculation card, handing it in to utown security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matriculation card, handing it in to utown security"
+ }
+ ]
+ },
+ {
+ "id": 12056,
+ "type": "message",
+ "date": "2022-11-08T16:51:53",
+ "date_unixtime": "1667897513",
+ "edited": "2022-11-08T18:45:27",
+ "edited_unixtime": "1667904327",
+ "from": "Jennifer",
+ "from_id": "user614022581",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "jacket at discussion room 4 com1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "jacket at discussion room 4 com1"
+ }
+ ]
+ },
+ {
+ "id": 12058,
+ "type": "message",
+ "date": "2022-11-08T19:26:21",
+ "date_unixtime": "1667906781",
+ "edited": "2022-11-09T16:09:36",
+ "edited_unixtime": "1667981376",
+ "from": "Wayne Lim",
+ "from_id": "user946273866",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 646,
+ "text": "Matric card found at LT13 bus stop, passed to utown security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card found at LT13 bus stop, passed to utown security"
+ }
+ ]
+ },
+ {
+ "id": 12059,
+ "type": "message",
+ "date": "2022-11-08T19:33:08",
+ "date_unixtime": "1667907188",
+ "edited": "2022-11-09T12:32:35",
+ "edited_unixtime": "1667968355",
+ "from": "joel",
+ "from_id": "user825765621",
+ "text": "Anyone seen matric card belonging to “JOEL KHOO YIHAO” prob lost at ERC?\nUpdate: found it !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone seen matric card belonging to “JOEL KHOO YIHAO” prob lost at ERC?\nUpdate: found it !"
+ }
+ ]
+ },
+ {
+ "id": 12060,
+ "type": "message",
+ "date": "2022-11-08T20:16:39",
+ "date_unixtime": "1667909799",
+ "from": "Lecia",
+ "from_id": "user1095379799",
+ "text": "Has anyone seen white Galaxy buds at around Biz 1?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Has anyone seen white Galaxy buds at around Biz 1?"
+ }
+ ]
+ },
+ {
+ "id": 12065,
+ "type": "message",
+ "date": "2022-11-09T02:03:45",
+ "date_unixtime": "1667930625",
+ "edited": "2022-11-09T02:17:33",
+ "edited_unixtime": "1667931453",
+ "from": "vale ☁️",
+ "from_id": "user106019054",
+ "text": "hello!! i lost my matric card (“tan hui xuan valerie”) 8 nov morning, likely in utown / s16!! it’s in a mostly white hardcover card case, without the lanyard - if anyone sees it around pls pm me :”)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello!! i lost my matric card (“tan hui xuan valerie”) 8 nov morning, likely in utown / s16!! it’s in a mostly white hardcover card case, without the lanyard - if anyone sees it around pls pm me :”)"
+ }
+ ]
+ },
+ {
+ "id": 12067,
+ "type": "message",
+ "date": "2022-11-09T11:00:26",
+ "date_unixtime": "1667962826",
+ "edited": "2022-11-09T11:05:48",
+ "edited_unixtime": "1667963148",
+ "from": "rach🧃",
+ "from_id": "user716313814",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 722,
+ "height": 1280,
+ "text": "i found an ayataka with a hair tie on bus K this morning....not sure but if the owner still wants the hair tie pls lmk!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "i found an ayataka with a hair tie on bus K this morning....not sure but if the owner still wants the hair tie pls lmk!"
+ }
+ ]
+ },
+ {
+ "id": 12068,
+ "type": "message",
+ "date": "2022-11-09T11:00:26",
+ "date_unixtime": "1667962826",
+ "from": "rach🧃",
+ "from_id": "user716313814",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 722,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 12069,
+ "type": "message",
+ "date": "2022-11-09T12:31:50",
+ "date_unixtime": "1667968310",
+ "from": "Yitong",
+ "from_id": "user1478787753",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Hi found this card at utown Residence ST Level 2 laundry room",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi found this card at utown Residence ST Level 2 laundry room"
+ }
+ ]
+ },
+ {
+ "id": 12074,
+ "type": "message",
+ "date": "2022-11-09T15:51:37",
+ "date_unixtime": "1667980297",
+ "edited": "2022-11-09T22:06:43",
+ "edited_unixtime": "1668002803",
+ "from": "Apana",
+ "from_id": "user633289794",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Mac charger in E3-04-13 right side of room",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Mac charger in E3-04-13 right side of room"
+ }
+ ]
+ },
+ {
+ "id": 12075,
+ "type": "message",
+ "date": "2022-11-09T15:56:53",
+ "date_unixtime": "1667980613",
+ "edited": "2022-11-09T15:57:16",
+ "edited_unixtime": "1667980636",
+ "from": "Xingjian",
+ "from_id": "user877888321",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Moderately lewd mousepad found in biz1 2-4",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Moderately lewd mousepad found in biz1 2-4"
+ }
+ ]
+ },
+ {
+ "id": 12116,
+ "type": "message",
+ "date": "2022-11-09T21:12:45",
+ "date_unixtime": "1667999565",
+ "edited": "2022-11-09T21:34:24",
+ "edited_unixtime": "1668000864",
+ "from": "Joshua Lee",
+ "from_id": "user254087085",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hallo I found an apple pencil near biz1 engraved \"vineyard of god\". dm me if it's yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hallo I found an apple pencil near biz1 engraved \"vineyard of god\". dm me if it's yours!"
+ }
+ ]
+ },
+ {
+ "id": 12123,
+ "type": "message",
+ "date": "2022-11-09T22:44:02",
+ "date_unixtime": "1668005042",
+ "from": "Ayato",
+ "from_id": "user1351922697",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost cap at Yale-NUS gate facing stephen riady center (left there tho)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost cap at Yale-NUS gate facing stephen riady center (left there tho)"
+ }
+ ]
+ },
+ {
+ "id": 12125,
+ "type": "message",
+ "date": "2022-11-09T22:49:36",
+ "date_unixtime": "1668005376",
+ "edited": "2022-11-09T22:49:50",
+ "edited_unixtime": "1668005390",
+ "from": "Ayato",
+ "from_id": "user1351922697",
+ "reply_to_message_id": 12124,
+ "text": "Its still thr rn uwu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Its still thr rn uwu"
+ }
+ ]
+ },
+ {
+ "id": 12129,
+ "type": "message",
+ "date": "2022-11-09T23:30:22",
+ "date_unixtime": "1668007822",
+ "edited": "2022-11-09T23:30:32",
+ "edited_unixtime": "1668007832",
+ "from": "Jeremy",
+ "from_id": "user1050484332",
+ "text": "Came here cuz losing business probably",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Came here cuz losing business probably"
+ }
+ ]
+ },
+ {
+ "id": 12130,
+ "type": "message",
+ "date": "2022-11-09T23:50:50",
+ "date_unixtime": "1668009050",
+ "edited": "2022-11-10T06:57:24",
+ "edited_unixtime": "1668034644",
+ "from": "Joey",
+ "from_id": "user621458131",
+ "text": "hello! if anyone sees a pair of spectacles at utown town plaza(finefoods) lvl1 female toilet pls lmk! >< thank u!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! if anyone sees a pair of spectacles at utown town plaza(finefoods) lvl1 female toilet pls lmk! >< thank u!"
+ }
+ ]
+ },
+ {
+ "id": 12132,
+ "type": "message",
+ "date": "2022-11-10T00:49:42",
+ "date_unixtime": "1668012582",
+ "edited": "2022-11-10T01:26:42",
+ "edited_unixtime": "1668014802",
+ "from": "Nicholas Patrick",
+ "from_id": "user1875323141",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Adapter found in Mac commons. Left there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Adapter found in Mac commons. Left there"
+ }
+ ]
+ },
+ {
+ "id": 12139,
+ "type": "message",
+ "date": "2022-11-10T01:09:13",
+ "date_unixtime": "1668013753",
+ "edited": "2022-11-10T01:15:21",
+ "edited_unixtime": "1668014121",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "text": [
+ "psa: clicking commands (which start with ",
+ {
+ "type": "code",
+ "text": "/"
+ },
+ ") will make you send the same command, so don't do it unless that's what you want to do"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "psa: clicking commands (which start with "
+ },
+ {
+ "type": "code",
+ "text": "/"
+ },
+ {
+ "type": "plain",
+ "text": ") will make you send the same command, so don't do it unless that's what you want to do"
+ }
+ ]
+ },
+ {
+ "id": 12151,
+ "type": "message",
+ "date": "2022-11-10T11:00:05",
+ "date_unixtime": "1668049205",
+ "edited": "2022-11-10T13:22:54",
+ "edited_unixtime": "1668057774",
+ "from": "Dominic",
+ "from_id": "user222644224",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found a ezlink card at erc its on the nus model table!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a ezlink card at erc its on the nus model table!"
+ }
+ ]
+ },
+ {
+ "id": 12156,
+ "type": "message",
+ "date": "2022-11-10T13:18:41",
+ "date_unixtime": "1668057521",
+ "from": "Ge Yiming",
+ "from_id": "user801787217",
+ "text": "Anyone seen matric card belonging to “GE YIMING” on Tues (8 nov) during lunchtime along the way from stephen riady (lvl2) to fine foods?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone seen matric card belonging to “GE YIMING” on Tues (8 nov) during lunchtime along the way from stephen riady (lvl2) to fine foods?"
+ }
+ ]
+ },
+ {
+ "id": 12160,
+ "type": "message",
+ "date": "2022-11-10T13:32:49",
+ "date_unixtime": "1668058369",
+ "from": "Lexi",
+ "from_id": "user905976172",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Student card found in science, given to security post at S16",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Student card found in science, given to security post at S16"
+ }
+ ]
+ },
+ {
+ "id": 12163,
+ "type": "message",
+ "date": "2022-11-10T14:25:06",
+ "date_unixtime": "1668061506",
+ "from": "phoebe",
+ "from_id": "user1070106878",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 841,
+ "text": "matric card found at sci, left at the bench outside lt21",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card found at sci, left at the bench outside lt21"
+ }
+ ]
+ },
+ {
+ "id": 12166,
+ "type": "message",
+ "date": "2022-11-10T14:32:29",
+ "date_unixtime": "1668061949",
+ "edited": "2022-11-10T17:41:37",
+ "edited_unixtime": "1668073297",
+ "from": "Arif Khalid",
+ "from_id": "user978263129",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Laptop found in Engineering, E3-06-08",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Laptop found in Engineering, E3-06-08"
+ }
+ ]
+ },
+ {
+ "id": 12167,
+ "type": "message",
+ "date": "2022-11-10T14:33:26",
+ "date_unixtime": "1668062006",
+ "from": "Arif Khalid",
+ "from_id": "user978263129",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Water Bottle found in same place E3-06-08",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Water Bottle found in same place E3-06-08"
+ }
+ ]
+ },
+ {
+ "id": 12170,
+ "type": "message",
+ "date": "2022-11-10T17:37:15",
+ "date_unixtime": "1668073035",
+ "edited": "2022-11-10T17:37:22",
+ "edited_unixtime": "1668073042",
+ "from": "Chow",
+ "from_id": "user272513946",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "dropped at pasta express @ Deck, passed the card to the stall owners",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "dropped at pasta express @ Deck, passed the card to the stall owners"
+ }
+ ]
+ },
+ {
+ "id": 12178,
+ "type": "message",
+ "date": "2022-11-10T18:13:45",
+ "date_unixtime": "1668075225",
+ "edited": "2022-11-10T18:21:22",
+ "edited_unixtime": "1668075682",
+ "from": "tecson",
+ "from_id": "user159723418",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "KE7 windbreaker found at AS6-02-09, PM me if its yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "KE7 windbreaker found at AS6-02-09, PM me if its yours"
+ }
+ ]
+ },
+ {
+ "id": 12184,
+ "type": "message",
+ "date": "2022-11-10T18:36:06",
+ "date_unixtime": "1668076566",
+ "edited": "2022-11-10T23:58:06",
+ "edited_unixtime": "1668095886",
+ "from": "(* ̄▽ ̄)",
+ "from_id": "user856647672",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 12185,
+ "type": "message",
+ "date": "2022-11-10T18:36:37",
+ "date_unixtime": "1668076597",
+ "from": "(* ̄▽ ̄)",
+ "from_id": "user856647672",
+ "text": "Bag found on D1 bus",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Bag found on D1 bus"
+ }
+ ]
+ },
+ {
+ "id": 12197,
+ "type": "message",
+ "date": "2022-11-10T21:45:45",
+ "date_unixtime": "1668087945",
+ "edited": "2022-11-11T08:27:36",
+ "edited_unixtime": "1668126456",
+ "from": "j 🥀",
+ "from_id": "user600787918",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "AirPods found on the ground between ERC and cinnamon college. Owner pls pm me!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "AirPods found on the ground between ERC and cinnamon college. Owner pls pm me!!"
+ }
+ ]
+ },
+ {
+ "id": 12200,
+ "type": "message",
+ "date": "2022-11-10T21:59:00",
+ "date_unixtime": "1668088740",
+ "edited": "2022-11-10T22:10:08",
+ "edited_unixtime": "1668089408",
+ "from": "mabel",
+ "from_id": "user811791357",
+ "text": "hi has anyone seen a student card in rc4/ utown with shaunn koo jia wei",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anyone seen a student card in rc4/ utown with shaunn koo jia wei"
+ }
+ ]
+ },
+ {
+ "id": 12202,
+ "type": "message",
+ "date": "2022-11-10T23:07:27",
+ "date_unixtime": "1668092847",
+ "edited": "2022-11-10T23:11:16",
+ "edited_unixtime": "1668093076",
+ "from": "Yixun",
+ "from_id": "user489865388",
+ "text": "hi has anyone seen a matric card along the route from temasek hall to com3 passing through lt16/17",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi has anyone seen a matric card along the route from temasek hall to com3 passing through lt16/17"
+ }
+ ]
+ },
+ {
+ "id": 12205,
+ "type": "message",
+ "date": "2022-11-10T23:52:58",
+ "date_unixtime": "1668095578",
+ "edited": "2022-11-10T23:58:45",
+ "edited_unixtime": "1668095925",
+ "from": "Jonathan Goh",
+ "from_id": "user1030389429",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Wallet found at utown Audi 2 male toilet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wallet found at utown Audi 2 male toilet"
+ }
+ ]
+ },
+ {
+ "id": 12207,
+ "type": "message",
+ "date": "2022-11-11T00:05:49",
+ "date_unixtime": "1668096349",
+ "edited": "2022-11-11T18:16:34",
+ "edited_unixtime": "1668161794",
+ "from": "Jonathan Goh",
+ "from_id": "user1030389429",
+ "reply_to_message_id": 12205,
+ "text": "Owner can pm me direct",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Owner can pm me direct"
+ }
+ ]
+ },
+ {
+ "id": 12209,
+ "type": "message",
+ "date": "2022-11-11T00:59:20",
+ "date_unixtime": "1668099560",
+ "from": "Saumya Shah",
+ "from_id": "user5543262073",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Glasses in Cinna chatterbox",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Glasses in Cinna chatterbox"
+ }
+ ]
+ },
+ {
+ "id": 12212,
+ "type": "message",
+ "date": "2022-11-11T09:55:23",
+ "date_unixtime": "1668131723",
+ "from": "Siaw Wei 🌌",
+ "from_id": "user731365790",
+ "text": "Hi did anyone see a small umbrella at Raffles Hall bus stop ytd pls lemme know! Thanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a small umbrella at Raffles Hall bus stop ytd pls lemme know! Thanks"
+ }
+ ]
+ },
+ {
+ "id": 12214,
+ "type": "message",
+ "date": "2022-11-11T11:12:53",
+ "date_unixtime": "1668136373",
+ "from": "yiwei",
+ "from_id": "user149394630",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "bottle found outside com1 programming lab 3 backdoor",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "bottle found outside com1 programming lab 3 backdoor"
+ }
+ ]
+ },
+ {
+ "id": 12216,
+ "type": "message",
+ "date": "2022-11-11T11:26:37",
+ "date_unixtime": "1668137197",
+ "from": "Andrew Wu",
+ "from_id": "user868499108",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Apple pencil & Case found in E4-04-02",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Apple pencil & Case found in E4-04-02"
+ }
+ ]
+ },
+ {
+ "id": 12221,
+ "type": "message",
+ "date": "2022-11-11T15:43:48",
+ "date_unixtime": "1668152628",
+ "edited": "2022-11-11T15:45:19",
+ "edited_unixtime": "1668152719",
+ "from": "Chin Yan Xu",
+ "from_id": "user686272441",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Hello, did anyone find a casio watch that look like this in computing, engineering or rvrc? I cant remember where I left it as it was missing around a week back but i have no time to look for it. The tough solar and illuminator ink is faded already. Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, did anyone find a casio watch that look like this in computing, engineering or rvrc? I cant remember where I left it as it was missing around a week back but i have no time to look for it. The tough solar and illuminator ink is faded already. Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 12222,
+ "type": "message",
+ "date": "2022-11-11T17:00:52",
+ "date_unixtime": "1668157252",
+ "edited": "2022-11-13T15:51:00",
+ "edited_unixtime": "1668325860",
+ "from": "Apana",
+ "from_id": "user633289794",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1129,
+ "height": 1080,
+ "text": "Umbrella in E3-06-01",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Umbrella in E3-06-01"
+ }
+ ]
+ },
+ {
+ "id": 12224,
+ "type": "message",
+ "date": "2022-11-11T17:06:49",
+ "date_unixtime": "1668157609",
+ "edited": "2022-11-13T10:31:16",
+ "edited_unixtime": "1668306676",
+ "from": "Fangyuan",
+ "from_id": "user258111978",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "found at EA after cn1101a quiz",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found at EA after cn1101a quiz"
+ }
+ ]
+ },
+ {
+ "id": 12225,
+ "type": "message",
+ "date": "2022-11-11T17:34:57",
+ "date_unixtime": "1668159297",
+ "from": "ziran",
+ "from_id": "user1401752367",
+ "text": "Hi may I ask if anyone found a pusheen EZ-Link charm on D1 or anywhere?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi may I ask if anyone found a pusheen EZ-Link charm on D1 or anywhere?"
+ }
+ ]
+ },
+ {
+ "id": 12226,
+ "type": "message",
+ "date": "2022-11-11T17:36:17",
+ "date_unixtime": "1668159377",
+ "edited": "2022-11-11T17:36:54",
+ "edited_unixtime": "1668159414",
+ "from": "ziran",
+ "from_id": "user1401752367",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 374,
+ "height": 374,
+ "text": "Looks like this",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Looks like this"
+ }
+ ]
+ },
+ {
+ "id": 12229,
+ "type": "message",
+ "date": "2022-11-11T20:25:54",
+ "date_unixtime": "1668169554",
+ "edited": "2022-11-12T10:28:17",
+ "edited_unixtime": "1668220097",
+ "from": "sanj",
+ "from_id": "user687376492",
+ "text": "(found) hi if anyone has seen a matric card around utown (food clique area) labelled Sanjeevani Sriram pls PM me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "(found) hi if anyone has seen a matric card around utown (food clique area) labelled Sanjeevani Sriram pls PM me!"
+ }
+ ]
+ },
+ {
+ "id": 12233,
+ "type": "message",
+ "date": "2022-11-11T22:31:15",
+ "date_unixtime": "1668177075",
+ "edited": "2022-11-11T22:41:41",
+ "edited_unixtime": "1668177701",
+ "from": "A",
+ "from_id": "user1765209766",
+ "text": "Hi, i lost my wireless earbud charging case (black, oval shape) and pouch (black, circular shape) at AS3 table/Utown gym/Bus D2. The earbuds arent inside, if anyone seen it pls PM me 🤡🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, i lost my wireless earbud charging case (black, oval shape) and pouch (black, circular shape) at AS3 table/Utown gym/Bus D2. The earbuds arent inside, if anyone seen it pls PM me 🤡🥲"
+ }
+ ]
+ },
+ {
+ "id": 12235,
+ "type": "message",
+ "date": "2022-11-11T22:35:23",
+ "date_unixtime": "1668177323",
+ "from": "Wai Kit",
+ "from_id": "user692478251",
+ "text": "Lost a mouse in HSS Auditorium Wednesday 9 Nov, if anyone saw it pls PM me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost a mouse in HSS Auditorium Wednesday 9 Nov, if anyone saw it pls PM me"
+ }
+ ]
+ },
+ {
+ "id": 12242,
+ "type": "message",
+ "date": "2022-11-12T14:16:46",
+ "date_unixtime": "1668233806",
+ "from": "david",
+ "from_id": "user372870955",
+ "text": "Hey guys, lost a dell laptop in grey laptop bag at utown bus stop today, pm me if found, thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys, lost a dell laptop in grey laptop bag at utown bus stop today, pm me if found, thank you"
+ }
+ ]
+ },
+ {
+ "id": 12244,
+ "type": "message",
+ "date": "2022-11-12T16:35:42",
+ "date_unixtime": "1668242142",
+ "from": "Yuv Bindal",
+ "from_id": "user5416593735",
+ "text": "Hey guys, I've lost my brown leather card holder with all my cards inside. I believe I lost it in the nus shuttle buses if anyone has it please Pm me, thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys, I've lost my brown leather card holder with all my cards inside. I believe I lost it in the nus shuttle buses if anyone has it please Pm me, thank you!"
+ }
+ ]
+ },
+ {
+ "id": 12246,
+ "type": "message",
+ "date": "2022-11-12T22:33:27",
+ "date_unixtime": "1668263607",
+ "edited": "2022-11-12T23:11:37",
+ "edited_unixtime": "1668265897",
+ "from": "Melvin Leo",
+ "from_id": "user115814214",
+ "text": "Hey guys, I've lost a Samsung galaxy watch in utown toilet 1st floor outside UTSH, if anyone saw it pm me please thanks alot !!:)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey guys, I've lost a Samsung galaxy watch in utown toilet 1st floor outside UTSH, if anyone saw it pm me please thanks alot !!:)"
+ }
+ ]
+ },
+ {
+ "id": 12247,
+ "type": "message",
+ "date": "2022-11-13T09:03:27",
+ "date_unixtime": "1668301407",
+ "edited": "2022-11-13T09:07:16",
+ "edited_unixtime": "1668301636",
+ "from": "Homura Akemi",
+ "from_id": "user1830957490",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Jacket at com1 lobby",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Jacket at com1 lobby"
+ }
+ ]
+ },
+ {
+ "id": 12249,
+ "type": "message",
+ "date": "2022-11-13T13:13:52",
+ "date_unixtime": "1668316432",
+ "edited": "2022-11-13T13:16:13",
+ "edited_unixtime": "1668316573",
+ "from": "Bing Xun",
+ "from_id": "user185597249",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Key found at Raffles Hall bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Key found at Raffles Hall bus stop"
+ }
+ ]
+ },
+ {
+ "id": 12252,
+ "type": "message",
+ "date": "2022-11-14T08:22:47",
+ "date_unixtime": "1668385367",
+ "edited": "2022-11-14T16:22:13",
+ "edited_unixtime": "1668414133",
+ "from": "darren",
+ "from_id": "user316212125",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1125,
+ "height": 908,
+ "text": "Hi did anyone see a charger like this at BIZ1 2-2, LT14 or BIZ2 5-9 pls pm me thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi did anyone see a charger like this at BIZ1 2-2, LT14 or BIZ2 5-9 pls pm me thank you"
+ }
+ ]
+ },
+ {
+ "id": 12253,
+ "type": "message",
+ "date": "2022-11-14T09:32:01",
+ "date_unixtime": "1668389521",
+ "from": "tiff :D",
+ "from_id": "user606206673",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Wireless earpiece At s17-05-23",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wireless earpiece At s17-05-23"
+ }
+ ]
+ },
+ {
+ "id": 12256,
+ "type": "message",
+ "date": "2022-11-14T11:14:27",
+ "date_unixtime": "1668395667",
+ "from": "Zarachy / ザラキー",
+ "from_id": "user502264600",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "NUS Matriculation Card belonging to DU SHIQI\nFound and left outside LT27, at table right next to ART dispensing machine",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "NUS Matriculation Card belonging to DU SHIQI\nFound and left outside LT27, at table right next to ART dispensing machine"
+ }
+ ]
+ },
+ {
+ "id": 12259,
+ "type": "message",
+ "date": "2022-11-14T13:58:10",
+ "date_unixtime": "1668405490",
+ "from": "wn",
+ "from_id": "user301428871",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "clb level 5 the games area, left it there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "clb level 5 the games area, left it there"
+ }
+ ]
+ },
+ {
+ "id": 12261,
+ "type": "message",
+ "date": "2022-11-14T21:50:44",
+ "date_unixtime": "1668433844",
+ "edited": "2022-11-14T21:58:27",
+ "edited_unixtime": "1668434307",
+ "from": "mo0n",
+ "from_id": "user93885678",
+ "text": "Hi i lost my matric card at BTC campus, near the road area outside octobox. Name on it is ng jia yue moon if anyone sees it please pm me!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi i lost my matric card at BTC campus, near the road area outside octobox. Name on it is ng jia yue moon if anyone sees it please pm me!"
+ }
+ ]
+ },
+ {
+ "id": 12262,
+ "type": "message",
+ "date": "2022-11-14T22:18:59",
+ "date_unixtime": "1668435539",
+ "from": "Alicia 🦭🦭",
+ "from_id": "user413242319",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "black water bottle found in utown erc level 2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "black water bottle found in utown erc level 2"
+ }
+ ]
+ },
+ {
+ "id": 12265,
+ "type": "message",
+ "date": "2022-11-14T23:37:53",
+ "date_unixtime": "1668440273",
+ "edited": "2022-11-15T09:41:13",
+ "edited_unixtime": "1668476473",
+ "from": "Daryl",
+ "from_id": "user974030887",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 957,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 12266,
+ "type": "message",
+ "date": "2022-11-14T23:38:30",
+ "date_unixtime": "1668440310",
+ "from": "Daryl",
+ "from_id": "user974030887",
+ "text": "Found this thumbdrive in medical library reading room. Owner of it can pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found this thumbdrive in medical library reading room. Owner of it can pm me"
+ }
+ ]
+ },
+ {
+ "id": 12270,
+ "type": "message",
+ "date": "2022-11-15T02:32:51",
+ "date_unixtime": "1668450771",
+ "edited": "2022-11-15T02:44:45",
+ "edited_unixtime": "1668451485",
+ "from": "Kenneth",
+ "from_id": "user898272388",
+ "text": "Hi I just lost my airpods pro near LightHouse pgp, if anyone sees it please dm me! 😭\n\nIts not in any cases and doesnt have any engravings on it but its currently on lost mode",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I just lost my airpods pro near LightHouse pgp, if anyone sees it please dm me! 😭\n\nIts not in any cases and doesnt have any engravings on it but its currently on lost mode"
+ }
+ ]
+ },
+ {
+ "id": 12275,
+ "type": "message",
+ "date": "2022-11-15T14:27:50",
+ "date_unixtime": "1668493670",
+ "from": "mingyou",
+ "from_id": "user857810582",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1160,
+ "height": 1280,
+ "text": "wallet & student card, please collect from PGP supersnacks:)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "wallet & student card, please collect from PGP supersnacks:)"
+ }
+ ]
+ },
+ {
+ "id": 12276,
+ "type": "message",
+ "date": "2022-11-15T15:23:57",
+ "date_unixtime": "1668497037",
+ "from": "Richard Dominick",
+ "from_id": "user793964547",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 959,
+ "text": "matric card and keys found in Little Caesars West Coas Plaza, will pass to Security Office later",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card and keys found in Little Caesars West Coas Plaza, will pass to Security Office later"
+ }
+ ]
+ },
+ {
+ "id": 12278,
+ "type": "message",
+ "date": "2022-11-15T15:36:54",
+ "date_unixtime": "1668497814",
+ "edited": "2022-11-15T15:42:46",
+ "edited_unixtime": "1668498166",
+ "from": "Abdul Hakeem",
+ "from_id": "user702275414",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Keys with name Yi Lin. Found near bus stop opposite YIH. Raffles hall side.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Keys with name Yi Lin. Found near bus stop opposite YIH. Raffles hall side."
+ }
+ ]
+ },
+ {
+ "id": 12285,
+ "type": "message",
+ "date": "2022-11-15T21:01:36",
+ "date_unixtime": "1668517296",
+ "edited": "2022-11-16T18:52:29",
+ "edited_unixtime": "1668595949",
+ "from": "Hoi Yin 🧐",
+ "from_id": "user910398725",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Someone left their thumbdrive plugged into the printing station at AS8 level 2 computer lab. I put it at the lost and found corner at the entrance of the com lab.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left their thumbdrive plugged into the printing station at AS8 level 2 computer lab. I put it at the lost and found corner at the entrance of the com lab."
+ }
+ ]
+ },
+ {
+ "id": 12290,
+ "type": "message",
+ "date": "2022-11-16T13:37:45",
+ "date_unixtime": "1668577065",
+ "edited": "2022-11-16T14:12:20",
+ "edited_unixtime": "1668579140",
+ "from": "xin ʕ ˵• •˵ ʔ",
+ "from_id": "user122358265",
+ "text": "lost a matric card w the name Nicole Chew Shi Min! if anyone saw pls lmk\nutown area from ERc the study to foodclique",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lost a matric card w the name Nicole Chew Shi Min! if anyone saw pls lmk\nutown area from ERc the study to foodclique"
+ }
+ ]
+ },
+ {
+ "id": 12297,
+ "type": "message",
+ "date": "2022-11-16T19:45:36",
+ "date_unixtime": "1668599136",
+ "edited": "2022-11-16T19:46:55",
+ "edited_unixtime": "1668599215",
+ "from": "Yong En",
+ "from_id": "user30115370",
+ "reply_to_message_id": 12290,
+ "text": "found it, pm-ed you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found it, pm-ed you!"
+ }
+ ]
+ },
+ {
+ "id": 12300,
+ "type": "message",
+ "date": "2022-11-17T00:28:05",
+ "date_unixtime": "1668616085",
+ "edited": "2022-11-17T09:06:01",
+ "edited_unixtime": "1668647161",
+ "from": "yu xuan",
+ "from_id": "user1048822147",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hi, matric card found outside al amaans’ at supper stretch, can contact me thank u, will pass to YIH tmr after 12pm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi, matric card found outside al amaans’ at supper stretch, can contact me thank u, will pass to YIH tmr after 12pm"
+ }
+ ]
+ },
+ {
+ "id": 12304,
+ "type": "message",
+ "date": "2022-11-17T11:36:48",
+ "date_unixtime": "1668656208",
+ "edited": "2022-11-17T11:36:58",
+ "edited_unixtime": "1668656218",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 12300,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@angshiyou"
+ },
+ " yours?"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@angshiyou"
+ },
+ {
+ "type": "plain",
+ "text": " yours?"
+ }
+ ]
+ },
+ {
+ "id": 12305,
+ "type": "message",
+ "date": "2022-11-17T13:03:05",
+ "date_unixtime": "1668661385",
+ "from": "Ang Shi Yu",
+ "from_id": "user949972667",
+ "reply_to_message_id": 12304,
+ "text": "Collected, thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Collected, thanks!"
+ }
+ ]
+ },
+ {
+ "id": 12306,
+ "type": "message",
+ "date": "2022-11-17T13:43:59",
+ "date_unixtime": "1668663839",
+ "from": "Megan",
+ "from_id": "user1213968471",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "In udon don bar . Passed to the staff",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "In udon don bar . Passed to the staff"
+ }
+ ]
+ },
+ {
+ "id": 12309,
+ "type": "message",
+ "date": "2022-11-17T16:54:46",
+ "date_unixtime": "1668675286",
+ "edited": "2022-11-17T17:17:03",
+ "edited_unixtime": "1668676623",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 12307,
+ "text": "might be worth censoring the date of birth and NRIC in the hologram (bottom right) too!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "might be worth censoring the date of birth and NRIC in the hologram (bottom right) too!"
+ }
+ ]
+ },
+ {
+ "id": 12312,
+ "type": "message",
+ "date": "2022-11-17T20:02:54",
+ "date_unixtime": "1668686574",
+ "edited": "2022-11-17T20:55:12",
+ "edited_unixtime": "1668689712",
+ "from": "jt",
+ "from_id": "user696950588",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found at YIH, left outside toilet near NUSSU",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at YIH, left outside toilet near NUSSU"
+ }
+ ]
+ },
+ {
+ "id": 12314,
+ "type": "message",
+ "date": "2022-11-17T21:06:23",
+ "date_unixtime": "1668690383",
+ "edited": "2022-11-17T21:22:51",
+ "edited_unixtime": "1668691371",
+ "from": "Harin",
+ "from_id": "user1248591528",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 1280,
+ "text": "Hi lost an earring that looks like this!! Pls pm me if any of u finds it🥹🥹🥹",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi lost an earring that looks like this!! Pls pm me if any of u finds it🥹🥹🥹"
+ }
+ ]
+ },
+ {
+ "id": 12315,
+ "type": "message",
+ "date": "2022-11-17T22:03:21",
+ "date_unixtime": "1668693801",
+ "from": "Ian F H",
+ "from_id": "user708116308",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Thumb drive found in E4-04-04. Left at the table in front of the class.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thumb drive found in E4-04-04. Left at the table in front of the class."
+ }
+ ]
+ },
+ {
+ "id": 12316,
+ "type": "message",
+ "date": "2022-11-17T23:20:09",
+ "date_unixtime": "1668698409",
+ "edited": "2022-11-18T17:27:46",
+ "edited_unixtime": "1668763666",
+ "from": "Rerena Ono",
+ "from_id": "user5543651965",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Somebody accidentally put this in my bag. Passed to the staff (18/11)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Somebody accidentally put this in my bag. Passed to the staff (18/11)"
+ }
+ ]
+ },
+ {
+ "id": 12319,
+ "type": "message",
+ "date": "2022-11-18T09:52:26",
+ "date_unixtime": "1668736346",
+ "edited": "2022-11-18T13:33:35",
+ "edited_unixtime": "1668749615",
+ "from": "Surabhi",
+ "from_id": "user286566100",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1080,
+ "height": 931,
+ "text": "Hi has anyone by the name of, Vicky How Wei Jie, lost their ez link card? I've passed it to the info corner at Jurong East MRT interchange",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi has anyone by the name of, Vicky How Wei Jie, lost their ez link card? I've passed it to the info corner at Jurong East MRT interchange"
+ }
+ ]
+ },
+ {
+ "id": 12321,
+ "type": "message",
+ "date": "2022-11-18T13:33:16",
+ "date_unixtime": "1668749596",
+ "edited": "2022-11-18T13:33:31",
+ "edited_unixtime": "1668749611",
+ "from": "syaz",
+ "from_id": "user48311212",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "crayon shinchan tsumtsum looking for its owner forlornly at the stretch between clb and engine. pls save him",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "crayon shinchan tsumtsum looking for its owner forlornly at the stretch between clb and engine. pls save him"
+ }
+ ]
+ },
+ {
+ "id": 12322,
+ "type": "message",
+ "date": "2022-11-18T13:36:14",
+ "date_unixtime": "1668749774",
+ "from": "Stanley Mak",
+ "from_id": "user457937132",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 12323,
+ "type": "message",
+ "date": "2022-11-18T13:36:47",
+ "date_unixtime": "1668749807",
+ "edited": "2022-11-18T14:14:58",
+ "edited_unixtime": "1668752098",
+ "from": "Stanley Mak",
+ "from_id": "user457937132",
+ "text": "collect at pgp main office",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "collect at pgp main office"
+ }
+ ]
+ },
+ {
+ "id": 12324,
+ "type": "message",
+ "date": "2022-11-18T14:08:10",
+ "date_unixtime": "1668751690",
+ "edited": "2022-11-18T14:09:03",
+ "edited_unixtime": "1668751743",
+ "from": "Zi Qing 👾",
+ "from_id": "user510772911",
+ "reply_to_message_id": 12323,
+ "text": "thanks bro!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thanks bro!"
+ }
+ ]
+ },
+ {
+ "id": 12325,
+ "type": "message",
+ "date": "2022-11-18T14:22:53",
+ "date_unixtime": "1668752573",
+ "edited": "2022-11-18T17:29:06",
+ "edited_unixtime": "1668763746",
+ "from": "Srinivasa Ramanujan",
+ "from_id": "user5559460927",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Purse found in CLB toilet. Passed on to Level 1 Service desk by cleaners.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Purse found in CLB toilet. Passed on to Level 1 Service desk by cleaners."
+ }
+ ]
+ },
+ {
+ "id": 12333,
+ "type": "message",
+ "date": "2022-11-19T00:01:54",
+ "date_unixtime": "1668787314",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "Hii has anyone seen a laptop charger in engineering?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hii has anyone seen a laptop charger in engineering?"
+ }
+ ]
+ },
+ {
+ "id": 12334,
+ "type": "message",
+ "date": "2022-11-19T00:33:42",
+ "date_unixtime": "1668789222",
+ "edited": "2022-11-19T00:42:42",
+ "edited_unixtime": "1668789762",
+ "from": "Jade ❀♡",
+ "from_id": "user5353271959",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": [
+ {
+ "type": "strikethrough",
+ "text": "Found on the pathway between ERC and Yale-NUS"
+ },
+ " - found :)"
+ ],
+ "text_entities": [
+ {
+ "type": "strikethrough",
+ "text": "Found on the pathway between ERC and Yale-NUS"
+ },
+ {
+ "type": "plain",
+ "text": " - found :)"
+ }
+ ]
+ },
+ {
+ "id": 12335,
+ "type": "message",
+ "date": "2022-11-19T00:34:14",
+ "date_unixtime": "1668789254",
+ "edited": "2022-11-19T01:04:49",
+ "edited_unixtime": "1668791089",
+ "from": "Jade ❀♡",
+ "from_id": "user5353271959",
+ "text": [
+ {
+ "type": "strikethrough",
+ "text": "Keeping it safe for now and will hand in to Utown security tomorrow morning!"
+ },
+ " - found :)"
+ ],
+ "text_entities": [
+ {
+ "type": "strikethrough",
+ "text": "Keeping it safe for now and will hand in to Utown security tomorrow morning!"
+ },
+ {
+ "type": "plain",
+ "text": " - found :)"
+ }
+ ]
+ },
+ {
+ "id": 12336,
+ "type": "message",
+ "date": "2022-11-19T00:40:50",
+ "date_unixtime": "1668789650",
+ "edited": "2022-11-19T00:45:01",
+ "edited_unixtime": "1668789901",
+ "from": "Kai",
+ "from_id": "user523611791",
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "sticker_emoji": "😎",
+ "width": 512,
+ "height": 366,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 12337,
+ "type": "message",
+ "date": "2022-11-19T10:19:30",
+ "date_unixtime": "1668824370",
+ "from": "Yanhao Xia",
+ "from_id": "user5473562526",
+ "text": [
+ {
+ "type": "mention",
+ "text": "@binbonk"
+ },
+ " aiyo, can be more careful or not ah😩"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@binbonk"
+ },
+ {
+ "type": "plain",
+ "text": " aiyo, can be more careful or not ah😩"
+ }
+ ]
+ },
+ {
+ "id": 12338,
+ "type": "message",
+ "date": "2022-11-19T10:52:07",
+ "date_unixtime": "1668826327",
+ "from": "Kai",
+ "from_id": "user523611791",
+ "file": "(File not included. Change data exporting settings to download.)",
+ "thumbnail": "(File not included. Change data exporting settings to download.)",
+ "media_type": "sticker",
+ "sticker_emoji": "😳",
+ "width": 510,
+ "height": 512,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 12339,
+ "type": "message",
+ "date": "2022-11-19T11:37:46",
+ "date_unixtime": "1668829066",
+ "edited": "2022-11-20T22:37:05",
+ "edited_unixtime": "1668955025",
+ "from": "James",
+ "from_id": "user713933872",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found an airpod around E5 area, right beside the staircase at level 2-3",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found an airpod around E5 area, right beside the staircase at level 2-3"
+ }
+ ]
+ },
+ {
+ "id": 12341,
+ "type": "message",
+ "date": "2022-11-19T13:37:16",
+ "date_unixtime": "1668836236",
+ "from": "Sean",
+ "from_id": "user1229454186",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Not sure if double post but Zhang ZeYu matric card at Opp SIT Dover bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Not sure if double post but Zhang ZeYu matric card at Opp SIT Dover bus stop"
+ }
+ ]
+ },
+ {
+ "id": 12343,
+ "type": "message",
+ "date": "2022-11-19T14:24:24",
+ "date_unixtime": "1668839064",
+ "edited": "2022-11-19T16:25:35",
+ "edited_unixtime": "1668846335",
+ "from": "Vicel",
+ "from_id": "user808428323",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Hello, someone left their wallet in Utown Src lvl 2 toilet, closest to the plaza.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, someone left their wallet in Utown Src lvl 2 toilet, closest to the plaza."
+ }
+ ]
+ },
+ {
+ "id": 12344,
+ "type": "message",
+ "date": "2022-11-19T14:38:46",
+ "date_unixtime": "1668839926",
+ "edited": "2022-11-19T23:10:36",
+ "edited_unixtime": "1668870636",
+ "from": "Vicel",
+ "from_id": "user808428323",
+ "text": "I will be leaving it at education resource centre security guard post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I will be leaving it at education resource centre security guard post"
+ }
+ ]
+ },
+ {
+ "id": 12351,
+ "type": "message",
+ "date": "2022-11-20T14:58:19",
+ "date_unixtime": "1668927499",
+ "edited": "2022-11-20T16:08:58",
+ "edited_unixtime": "1668931738",
+ "from": "Adriel Ng",
+ "from_id": "user740249208",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Earrings from CLB, pm me if ur the owner!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Earrings from CLB, pm me if ur the owner!"
+ }
+ ]
+ },
+ {
+ "id": 12353,
+ "type": "message",
+ "date": "2022-11-20T18:39:29",
+ "date_unixtime": "1668940769",
+ "from": "ashleygue",
+ "from_id": "user937947057",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "jbl speaker found at utown PR L1! pm me if its yours~",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "jbl speaker found at utown PR L1! pm me if its yours~"
+ }
+ ]
+ },
+ {
+ "id": 12355,
+ "type": "message",
+ "date": "2022-11-20T20:25:41",
+ "date_unixtime": "1668947141",
+ "edited": "2022-11-21T11:56:05",
+ "edited_unixtime": "1669002965",
+ "from": "🫠",
+ "from_id": "user1118453744",
+ "text": "Anyone saw a matric card / erc at utown pls pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone saw a matric card / erc at utown pls pm me"
+ }
+ ]
+ },
+ {
+ "id": 12358,
+ "type": "message",
+ "date": "2022-11-21T11:32:34",
+ "date_unixtime": "1669001554",
+ "edited": "2022-11-21T11:37:57",
+ "edited_unixtime": "1669001877",
+ "from": "Alexander Lee",
+ "from_id": "user253105130",
+ "text": "Anyone saw a matric card at MPSH 2A arnd seat nbr 13?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone saw a matric card at MPSH 2A arnd seat nbr 13?"
+ }
+ ]
+ },
+ {
+ "id": 12359,
+ "type": "message",
+ "date": "2022-11-21T12:31:39",
+ "date_unixtime": "1669005099",
+ "from": "Killer Whale",
+ "from_id": "user349076469",
+ "text": "Anyone seen a computer mouse at school of engineering?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone seen a computer mouse at school of engineering?"
+ }
+ ]
+ },
+ {
+ "id": 12360,
+ "type": "message",
+ "date": "2022-11-21T13:11:18",
+ "date_unixtime": "1669007478",
+ "edited": "2022-11-23T11:30:52",
+ "edited_unixtime": "1669174252",
+ "from": "Yuan Jiat",
+ "from_id": "user645372818",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "matric card found at stairs on the slope to Deck canteen",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card found at stairs on the slope to Deck canteen"
+ }
+ ]
+ },
+ {
+ "id": 12364,
+ "type": "message",
+ "date": "2022-11-21T13:56:32",
+ "date_unixtime": "1669010192",
+ "edited": "2022-11-21T13:56:58",
+ "edited_unixtime": "1669010218",
+ "from": "Jordan",
+ "from_id": "user729605233",
+ "reply_to_message_id": 12360,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@jtohster"
+ },
+ " can be more careful or not…"
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@jtohster"
+ },
+ {
+ "type": "plain",
+ "text": " can be more careful or not…"
+ }
+ ]
+ },
+ {
+ "id": 12371,
+ "type": "message",
+ "date": "2022-11-21T16:35:52",
+ "date_unixtime": "1669019752",
+ "edited": "2022-11-21T16:36:03",
+ "edited_unixtime": "1669019763",
+ "from": "clarence",
+ "from_id": "user192359333",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 896,
+ "height": 1280,
+ "text": "anyone saw a blue hydroflask at utown aud1? please pm me thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone saw a blue hydroflask at utown aud1? please pm me thank you"
+ }
+ ]
+ },
+ {
+ "id": 12373,
+ "type": "message",
+ "date": "2022-11-21T17:07:52",
+ "date_unixtime": "1669021672",
+ "from": "Tariq",
+ "from_id": "user5506286705",
+ "text": "Anyone happen to find a black Kingston USB stick in the last week or so?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone happen to find a black Kingston USB stick in the last week or so?"
+ }
+ ]
+ },
+ {
+ "id": 12375,
+ "type": "message",
+ "date": "2022-11-21T18:52:44",
+ "date_unixtime": "1669027964",
+ "edited": "2022-11-21T18:56:31",
+ "edited_unixtime": "1669028191",
+ "from": "Jaedeok Kim",
+ "from_id": "user242406268",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found wallet on the floor near Rc4",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found wallet on the floor near Rc4"
+ }
+ ]
+ },
+ {
+ "id": 12376,
+ "type": "message",
+ "date": "2022-11-21T18:55:03",
+ "date_unixtime": "1669028103",
+ "from": "cavan",
+ "from_id": "user180137875",
+ "text": "i am here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "i am here"
+ }
+ ]
+ },
+ {
+ "id": 12378,
+ "type": "message",
+ "date": "2022-11-21T19:12:36",
+ "date_unixtime": "1669029156",
+ "from": "Chenxi Zhang",
+ "from_id": "user5578355017",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1121,
+ "height": 1280,
+ "text": "Found at October check out, left it there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found at October check out, left it there"
+ }
+ ]
+ },
+ {
+ "id": 12380,
+ "type": "message",
+ "date": "2022-11-21T21:21:20",
+ "date_unixtime": "1669036880",
+ "edited": "2022-11-22T10:45:40",
+ "edited_unixtime": "1669085140",
+ "from": "Kein",
+ "from_id": "user261332460",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Passed to Pasir Panjang mrt station control",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Passed to Pasir Panjang mrt station control"
+ }
+ ]
+ },
+ {
+ "id": 12382,
+ "type": "message",
+ "date": "2022-11-21T21:52:38",
+ "date_unixtime": "1669038758",
+ "edited": "2022-11-22T13:22:15",
+ "edited_unixtime": "1669094535",
+ "from": "Jiamin Shen",
+ "from_id": "user945299671",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 800,
+ "height": 800,
+ "text": "Hello, I lost my airpods case which is in a pocket like this. It went away when I went for dinner from COM to PGP by A1 and then walked back to COM. Please ping me if you happen to get it. Thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello, I lost my airpods case which is in a pocket like this. It went away when I went for dinner from COM to PGP by A1 and then walked back to COM. Please ping me if you happen to get it. Thanks!"
+ }
+ ]
+ },
+ {
+ "id": 12388,
+ "type": "message",
+ "date": "2022-11-22T10:39:50",
+ "date_unixtime": "1669084790",
+ "from": "g",
+ "from_id": "user974758393",
+ "text": "Helloo! I lost my black jacket at utown lt53 seat 22 ytd 😢 (I think I left it on the floor 😭) if anyone happens to see it pls pm me thxxxxx!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Helloo! I lost my black jacket at utown lt53 seat 22 ytd 😢 (I think I left it on the floor 😭) if anyone happens to see it pls pm me thxxxxx!"
+ }
+ ]
+ },
+ {
+ "id": 12389,
+ "type": "message",
+ "date": "2022-11-22T10:40:31",
+ "date_unixtime": "1669084831",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 12383,
+ "text": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@admin"
+ }
+ ]
+ },
+ {
+ "id": 12390,
+ "type": "message",
+ "date": "2022-11-22T10:40:32",
+ "date_unixtime": "1669084832",
+ "edited": "2022-11-22T11:11:25",
+ "edited_unixtime": "1669086685",
+ "from": "Rose",
+ "from_id": "user609517172",
+ "reply_to_message_id": 12389,
+ "text": [
+ "Reported ",
+ {
+ "type": "mention_name",
+ "text": "Partypeepoo",
+ "user_id": 5305244914
+ },
+ " [",
+ {
+ "type": "code",
+ "text": "5305244914"
+ },
+ "] to admins.",
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ ""
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Reported "
+ },
+ {
+ "type": "mention_name",
+ "text": "Partypeepoo",
+ "user_id": 5305244914
+ },
+ {
+ "type": "plain",
+ "text": " ["
+ },
+ {
+ "type": "code",
+ "text": "5305244914"
+ },
+ {
+ "type": "plain",
+ "text": "] to admins."
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 574535945
+ },
+ {
+ "type": "mention_name",
+ "text": "",
+ "user_id": 772158213
+ },
+ {
+ "type": "plain",
+ "text": ""
+ }
+ ]
+ },
+ {
+ "id": 12397,
+ "type": "message",
+ "date": "2022-11-22T13:31:04",
+ "date_unixtime": "1669095064",
+ "from": "Pablo Gavi",
+ "from_id": "user984084378",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 914,
+ "height": 1280,
+ "text": "matric card found at Utown food clique. pm me if yours :3",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card found at Utown food clique. pm me if yours :3"
+ }
+ ]
+ },
+ {
+ "id": 12400,
+ "type": "message",
+ "date": "2022-11-22T13:46:34",
+ "date_unixtime": "1669095994",
+ "from": "luly",
+ "from_id": "user1642075656",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "card found in utown near hwangs, pm me if it’s urs",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "card found in utown near hwangs, pm me if it’s urs"
+ }
+ ]
+ },
+ {
+ "id": 12412,
+ "type": "message",
+ "date": "2022-11-22T15:16:07",
+ "date_unixtime": "1669101367",
+ "from": "Serini",
+ "from_id": "user763775065",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "Matric card at the tables outside lt13",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Matric card at the tables outside lt13"
+ }
+ ]
+ },
+ {
+ "id": 12413,
+ "type": "message",
+ "date": "2022-11-22T15:33:35",
+ "date_unixtime": "1669102415",
+ "from": "vivien",
+ "from_id": "user789078230",
+ "text": "hi! i lost my matric card (labelled \"Kwai Han Ning Vivien\") at erc/utown this morning, if anyone has seen it pls pm me :\")",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! i lost my matric card (labelled \"Kwai Han Ning Vivien\") at erc/utown this morning, if anyone has seen it pls pm me :\")"
+ }
+ ]
+ },
+ {
+ "id": 12417,
+ "type": "message",
+ "date": "2022-11-22T15:52:55",
+ "date_unixtime": "1669103575",
+ "edited": "2022-11-22T15:54:49",
+ "edited_unixtime": "1669103689",
+ "from": "al",
+ "from_id": "user1623457306",
+ "text": "hi! I lost my matrix card (teng hui xin alicia), last seen during my cs1101s exam at mph :( \n\nif anyone has seen it pls pm me! thank youuu",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi! I lost my matrix card (teng hui xin alicia), last seen during my cs1101s exam at mph :( \n\nif anyone has seen it pls pm me! thank youuu"
+ }
+ ]
+ },
+ {
+ "id": 12419,
+ "type": "message",
+ "date": "2022-11-22T16:05:51",
+ "date_unixtime": "1669104351",
+ "from": "Hejin Wang",
+ "from_id": "user5469942377",
+ "text": "Hi I lost my matric card (Wang Hejin) last seen at MPSH2 during 1521 or 7-11 at YIH, if anyone has seen it pls pm me, thank you so much!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my matric card (Wang Hejin) last seen at MPSH2 during 1521 or 7-11 at YIH, if anyone has seen it pls pm me, thank you so much!!"
+ }
+ ]
+ },
+ {
+ "id": 12420,
+ "type": "message",
+ "date": "2022-11-22T16:16:42",
+ "date_unixtime": "1669105002",
+ "edited": "2022-11-22T16:18:35",
+ "edited_unixtime": "1669105115",
+ "from": "Fan Jue",
+ "from_id": "user929587567",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 890,
+ "height": 944,
+ "text": "Hi I lost my mouse on the second floor of Utown Plaza (in Seminar Room 5), the last time i used it was Sunday 20 Nov night 10pm :(\n\nIf anyone found it pls pm me thank you!\n\nIt looks like this:",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my mouse on the second floor of Utown Plaza (in Seminar Room 5), the last time i used it was Sunday 20 Nov night 10pm :(\n\nIf anyone found it pls pm me thank you!\n\nIt looks like this:"
+ }
+ ]
+ },
+ {
+ "id": 12421,
+ "type": "message",
+ "date": "2022-11-22T17:06:26",
+ "date_unixtime": "1669107986",
+ "edited": "2022-11-22T17:57:36",
+ "edited_unixtime": "1669111056",
+ "from": "Yanhao Xia",
+ "from_id": "user5473562526",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "someone left a plug under the table, I left it under the lamp post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left a plug under the table, I left it under the lamp post"
+ }
+ ]
+ },
+ {
+ "id": 12428,
+ "type": "message",
+ "date": "2022-11-22T21:44:55",
+ "date_unixtime": "1669124695",
+ "from": "Selene Ho",
+ "from_id": "user5512611924",
+ "text": "found a computer charger at Starbucks (utown)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found a computer charger at Starbucks (utown)"
+ }
+ ]
+ },
+ {
+ "id": 12429,
+ "type": "message",
+ "date": "2022-11-22T21:45:41",
+ "date_unixtime": "1669124741",
+ "from": "Selene Ho",
+ "from_id": "user5512611924",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 12435,
+ "type": "message",
+ "date": "2022-11-23T00:20:24",
+ "date_unixtime": "1669134024",
+ "from": "Sichin",
+ "from_id": "user5387526952",
+ "text": "Who doesnt",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Who doesnt"
+ }
+ ]
+ },
+ {
+ "id": 12436,
+ "type": "message",
+ "date": "2022-11-23T00:21:53",
+ "date_unixtime": "1669134113",
+ "edited": "2022-11-23T00:40:46",
+ "edited_unixtime": "1669135246",
+ "from": "Sichin",
+ "from_id": "user5387526952",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 12440,
+ "type": "message",
+ "date": "2022-11-23T11:03:17",
+ "date_unixtime": "1669172597",
+ "edited": "2022-12-10T17:29:42",
+ "edited_unixtime": "1670664582",
+ "from": "Florencia Martina",
+ "from_id": "user940510418",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 606,
+ "height": 1280,
+ "text": "Hi, i just found this glasses at PGP busstop. I just left it there.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, i just found this glasses at PGP busstop. I just left it there."
+ }
+ ]
+ },
+ {
+ "id": 12443,
+ "type": "message",
+ "date": "2022-11-23T15:03:53",
+ "date_unixtime": "1669187033",
+ "from": "X Jm",
+ "from_id": "user1804715734",
+ "text": "if memory serves me right",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if memory serves me right"
+ }
+ ]
+ },
+ {
+ "id": 12444,
+ "type": "message",
+ "date": "2022-11-23T15:16:50",
+ "date_unixtime": "1669187810",
+ "from": "al",
+ "from_id": "user1623457306",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "hii I found these in the ma2001 exam ; left it with the prof",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hii I found these in the ma2001 exam ; left it with the prof"
+ }
+ ]
+ },
+ {
+ "id": 12446,
+ "type": "message",
+ "date": "2022-11-23T15:19:22",
+ "date_unixtime": "1669187962",
+ "from": "odele",
+ "from_id": "user622811272",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "also found at the ma2001 exam, mpsh2b - i passed it to the invigilator",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "also found at the ma2001 exam, mpsh2b - i passed it to the invigilator"
+ }
+ ]
+ },
+ {
+ "id": 12448,
+ "type": "message",
+ "date": "2022-11-23T15:54:13",
+ "date_unixtime": "1669190053",
+ "edited": "2022-11-23T15:55:14",
+ "edited_unixtime": "1669190114",
+ "from": "sam",
+ "from_id": "user289807356",
+ "text": "hi anybody with this laptop charger (for windows surface laptop) and can lend it to me from 5pm to 7pm pls pm me😭😭\n\ngrateful reward included",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi anybody with this laptop charger (for windows surface laptop) and can lend it to me from 5pm to 7pm pls pm me😭😭\n\ngrateful reward included"
+ }
+ ]
+ },
+ {
+ "id": 12449,
+ "type": "message",
+ "date": "2022-11-23T15:54:46",
+ "date_unixtime": "1669190086",
+ "from": "sam",
+ "from_id": "user289807356",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1024,
+ "height": 1024,
+ "text": "",
+ "text_entities": []
+ },
+ {
+ "id": 12450,
+ "type": "message",
+ "date": "2022-11-23T16:05:12",
+ "date_unixtime": "1669190712",
+ "edited": "2022-11-23T16:19:29",
+ "edited_unixtime": "1669191569",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 12448,
+ "text": "might be easier to find a type-c charger if your surface has a type-c port",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "might be easier to find a type-c charger if your surface has a type-c port"
+ }
+ ]
+ },
+ {
+ "id": 12452,
+ "type": "message",
+ "date": "2022-11-23T16:13:18",
+ "date_unixtime": "1669191198",
+ "edited": "2022-11-23T16:14:10",
+ "edited_unixtime": "1669191250",
+ "from": "sai utkarsh",
+ "from_id": "user665996438",
+ "text": "Hi all i left my Black tupperware water bottle 1L at MPSH6 Jn. Had ma2001 exam. Went to check like 15min After i left but to no avail",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi all i left my Black tupperware water bottle 1L at MPSH6 Jn. Had ma2001 exam. Went to check like 15min After i left but to no avail"
+ }
+ ]
+ },
+ {
+ "id": 12453,
+ "type": "message",
+ "date": "2022-11-23T16:14:15",
+ "date_unixtime": "1669191255",
+ "from": "sai utkarsh",
+ "from_id": "user665996438",
+ "text": "if anyone Knows who to look for :(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "if anyone Knows who to look for :("
+ }
+ ]
+ },
+ {
+ "id": 12460,
+ "type": "message",
+ "date": "2022-11-24T08:50:53",
+ "date_unixtime": "1669251053",
+ "from": "Clarence Koh",
+ "from_id": "user109960884",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Someone left a charger at the study area above fine foods! Please do claim !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Someone left a charger at the study area above fine foods! Please do claim !"
+ }
+ ]
+ },
+ {
+ "id": 12461,
+ "type": "message",
+ "date": "2022-11-24T10:51:46",
+ "date_unixtime": "1669258306",
+ "from": "Liang Bing",
+ "from_id": "user652014526",
+ "text": "left a white hydroflask with pink cover on bus D1 anyone happened to see it?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "left a white hydroflask with pink cover on bus D1 anyone happened to see it?"
+ }
+ ]
+ },
+ {
+ "id": 12462,
+ "type": "message",
+ "date": "2022-11-24T11:02:29",
+ "date_unixtime": "1669258949",
+ "edited": "2022-11-24T11:18:20",
+ "edited_unixtime": "1669259900",
+ "from": "folieful",
+ "from_id": "user253228573",
+ "text": "left a matric card from utown to med - has anyone seen one 😭\n\nedit: found...",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "left a matric card from utown to med - has anyone seen one 😭\n\nedit: found..."
+ }
+ ]
+ },
+ {
+ "id": 12463,
+ "type": "message",
+ "date": "2022-11-24T11:21:48",
+ "date_unixtime": "1669260108",
+ "edited": "2022-11-24T12:55:06",
+ "edited_unixtime": "1669265706",
+ "from": "xx",
+ "from_id": "user941636660",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "matric card left at exam hall mpsh5",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card left at exam hall mpsh5"
+ }
+ ]
+ },
+ {
+ "id": 12464,
+ "type": "message",
+ "date": "2022-11-24T12:29:38",
+ "date_unixtime": "1669264178",
+ "edited": "2022-11-25T13:08:35",
+ "edited_unixtime": "1669352915",
+ "from": "Gav",
+ "from_id": "user230144870",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "matric card found at bustop near science",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card found at bustop near science"
+ }
+ ]
+ },
+ {
+ "id": 12467,
+ "type": "message",
+ "date": "2022-11-24T13:07:14",
+ "date_unixtime": "1669266434",
+ "edited": "2022-11-24T13:25:03",
+ "edited_unixtime": "1669267503",
+ "from": "wu tong .",
+ "from_id": "user5371506564",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found outside utwon CREATE tower, still there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found outside utwon CREATE tower, still there"
+ }
+ ]
+ },
+ {
+ "id": 12468,
+ "type": "message",
+ "date": "2022-11-24T13:29:55",
+ "date_unixtime": "1669267795",
+ "from": "Hui Qian",
+ "from_id": "user157903328",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "wallet belonging to vengat kannan charumithra found on the round table outside subway",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "wallet belonging to vengat kannan charumithra found on the round table outside subway"
+ }
+ ]
+ },
+ {
+ "id": 12472,
+ "type": "message",
+ "date": "2022-11-24T18:18:01",
+ "date_unixtime": "1669285081",
+ "edited": "2022-11-25T13:26:36",
+ "edited_unixtime": "1669353996",
+ "from": "Ian F H",
+ "from_id": "user708116308",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Bottle found in pick & go pgp. Left it there",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Bottle found in pick & go pgp. Left it there"
+ }
+ ]
+ },
+ {
+ "id": 12488,
+ "type": "message",
+ "date": "2022-11-25T12:07:28",
+ "date_unixtime": "1669349248",
+ "edited": "2022-11-25T13:35:31",
+ "edited_unixtime": "1669354531",
+ "from": "Joviii 🎅🏻",
+ "from_id": "user94745948",
+ "text": "Any1 found a green hydro flask bottle at LT32:(",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Any1 found a green hydro flask bottle at LT32:("
+ }
+ ]
+ },
+ {
+ "id": 12490,
+ "type": "message",
+ "date": "2022-11-25T13:41:45",
+ "date_unixtime": "1669354905",
+ "from": "Udit Sanghi",
+ "from_id": "user1629923339",
+ "text": "anyone seen a grey hoodie at MPSH?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "anyone seen a grey hoodie at MPSH?"
+ }
+ ]
+ },
+ {
+ "id": 12491,
+ "type": "message",
+ "date": "2022-11-25T13:57:11",
+ "date_unixtime": "1669355831",
+ "edited": "2022-11-25T13:58:06",
+ "edited_unixtime": "1669355886",
+ "from": "Dylan Lee",
+ "from_id": "user146914830",
+ "reply_to_message_id": 12488,
+ "text": "at lt32 dustbin there got one",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "at lt32 dustbin there got one"
+ }
+ ]
+ },
+ {
+ "id": 12492,
+ "type": "message",
+ "date": "2022-11-25T13:57:28",
+ "date_unixtime": "1669355848",
+ "edited": "2022-11-25T16:10:34",
+ "edited_unixtime": "1669363834",
+ "from": "Joviii 🎅🏻",
+ "from_id": "user94745948",
+ "reply_to_message_id": 12491,
+ "text": "Report pls",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Report pls"
+ }
+ ]
+ },
+ {
+ "id": 12495,
+ "type": "message",
+ "date": "2022-11-25T17:23:12",
+ "date_unixtime": "1669368192",
+ "edited": "2022-11-25T21:19:56",
+ "edited_unixtime": "1669382396",
+ "from": "Ariya",
+ "from_id": "user1776452668",
+ "text": "Hi guys! Left my matric card at mpsh2A 🥲 has anyone seen one? Pls pm me if u did! Thanks!\n\n- Found!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi guys! Left my matric card at mpsh2A 🥲 has anyone seen one? Pls pm me if u did! Thanks!\n\n- Found!"
+ }
+ ]
+ },
+ {
+ "id": 12496,
+ "type": "message",
+ "date": "2022-11-25T20:19:57",
+ "date_unixtime": "1669378797",
+ "edited": "2022-11-25T21:19:49",
+ "edited_unixtime": "1669382389",
+ "from": "Map",
+ "from_id": "user223724952",
+ "text": "Hi lost my ez-link card somewhere in engine / SDE!! Pls hmu if u find an EZ-Link card in a white card cover thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi lost my ez-link card somewhere in engine / SDE!! Pls hmu if u find an EZ-Link card in a white card cover thank you"
+ }
+ ]
+ },
+ {
+ "id": 12499,
+ "type": "message",
+ "date": "2022-11-26T01:33:38",
+ "date_unixtime": "1669397618",
+ "edited": "2022-11-26T20:31:59",
+ "edited_unixtime": "1669465919",
+ "from": "Yuan Zheng",
+ "from_id": "user1024208085",
+ "text": "Hi, lost a USB C charging cable and charger head (around 1.5m long, white) in S16-0436 from quite a while back",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, lost a USB C charging cable and charger head (around 1.5m long, white) in S16-0436 from quite a while back"
+ }
+ ]
+ },
+ {
+ "id": 12500,
+ "type": "message",
+ "date": "2022-11-26T01:34:08",
+ "date_unixtime": "1669397648",
+ "edited": "2022-11-26T02:33:39",
+ "edited_unixtime": "1669401219",
+ "from": "Yuan Zheng",
+ "from_id": "user1024208085",
+ "text": "I left it plugged into the wall, if anyone finds it please let me know it's my only 1 ;~;",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I left it plugged into the wall, if anyone finds it please let me know it's my only 1 ;~;"
+ }
+ ]
+ },
+ {
+ "id": 12501,
+ "type": "message",
+ "date": "2022-11-26T02:41:17",
+ "date_unixtime": "1669401677",
+ "from": "ashley",
+ "from_id": "user463858562",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1181,
+ "height": 1280,
+ "text": "found a starbucks bag containing these at opp YIH bus stop, pm me if it’s urs!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found a starbucks bag containing these at opp YIH bus stop, pm me if it’s urs!!"
+ }
+ ]
+ },
+ {
+ "id": 12503,
+ "type": "message",
+ "date": "2022-11-26T10:06:24",
+ "date_unixtime": "1669428384",
+ "edited": "2022-11-26T12:12:15",
+ "edited_unixtime": "1669435935",
+ "from": "Andrew Wu",
+ "from_id": "user868499108",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "iPhone 20W fast charger found outside starbucks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "iPhone 20W fast charger found outside starbucks"
+ }
+ ]
+ },
+ {
+ "id": 12504,
+ "type": "message",
+ "date": "2022-11-26T11:57:35",
+ "date_unixtime": "1669435055",
+ "edited": "2022-11-26T13:27:11",
+ "edited_unixtime": "1669440431",
+ "from": "Tian Feng Lee",
+ "from_id": "user1822130207",
+ "text": "Anyone found a matric card at mpsh to yih route? Pls pm if found. Thanks\n\nFound!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone found a matric card at mpsh to yih route? Pls pm if found. Thanks\n\nFound!"
+ }
+ ]
+ },
+ {
+ "id": 12509,
+ "type": "message",
+ "date": "2022-11-27T19:26:09",
+ "date_unixtime": "1669548369",
+ "edited": "2022-11-27T23:06:33",
+ "edited_unixtime": "1669561593",
+ "from": "Nicholette",
+ "from_id": "user427289251",
+ "text": "Hi, I lost my matric card (Nicholette Chua Kai Zhi) at MPSH4 on Saturday, 26 November, between 0900 - 1100, please PM me if found 🥲 thank you, was on seat 62\n\nFound!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, I lost my matric card (Nicholette Chua Kai Zhi) at MPSH4 on Saturday, 26 November, between 0900 - 1100, please PM me if found 🥲 thank you, was on seat 62\n\nFound!"
+ }
+ ]
+ },
+ {
+ "id": 12512,
+ "type": "message",
+ "date": "2022-11-28T11:49:44",
+ "date_unixtime": "1669607384",
+ "from": "Shielda Hidajat",
+ "from_id": "user5447777961",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "matric card found at erc toilet lvl 2, passed to erc security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "matric card found at erc toilet lvl 2, passed to erc security"
+ }
+ ]
+ },
+ {
+ "id": 12513,
+ "type": "message",
+ "date": "2022-11-28T12:15:14",
+ "date_unixtime": "1669608914",
+ "from": "Aldrey",
+ "from_id": "user932138202",
+ "text": "hi i lost my matric card from mpsh to buona vista mrt route today, about 10.20am. pls pm me if found tysm😔",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi i lost my matric card from mpsh to buona vista mrt route today, about 10.20am. pls pm me if found tysm😔"
+ }
+ ]
+ },
+ {
+ "id": 12515,
+ "type": "message",
+ "date": "2022-11-28T14:55:10",
+ "date_unixtime": "1669618510",
+ "edited": "2022-11-28T15:07:45",
+ "edited_unixtime": "1669619265",
+ "from": "Jun You",
+ "from_id": "user234058962",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 720,
+ "text": "found outside between mpsh 5 and 6",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found outside between mpsh 5 and 6"
+ }
+ ]
+ },
+ {
+ "id": 12517,
+ "type": "message",
+ "date": "2022-11-28T17:44:19",
+ "date_unixtime": "1669628659",
+ "edited": "2022-11-29T14:45:58",
+ "edited_unixtime": "1669704358",
+ "from": "Guo Wenjing",
+ "from_id": "user5663430653",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Card found outside the EA auditorium, pm me if it’s yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Card found outside the EA auditorium, pm me if it’s yours"
+ }
+ ]
+ },
+ {
+ "id": 12518,
+ "type": "message",
+ "date": "2022-11-28T17:47:19",
+ "date_unixtime": "1669628839",
+ "edited": "2022-11-29T14:45:58",
+ "edited_unixtime": "1669704358",
+ "from": "Guo Wenjing",
+ "from_id": "user5663430653",
+ "reply_to_message_id": 12517,
+ "text": "I’ll put it in the lost and found in YIH, if no one contact me till tomorrow afternoon.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I’ll put it in the lost and found in YIH, if no one contact me till tomorrow afternoon."
+ }
+ ]
+ },
+ {
+ "id": 12519,
+ "type": "message",
+ "date": "2022-11-28T18:14:33",
+ "date_unixtime": "1669630473",
+ "edited": "2022-11-28T20:08:06",
+ "edited_unixtime": "1669637286",
+ "from": "Leech",
+ "from_id": "user770308836",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Found a matric card",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a matric card"
+ }
+ ]
+ },
+ {
+ "id": 12520,
+ "type": "message",
+ "date": "2022-11-28T18:33:39",
+ "date_unixtime": "1669631619",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "reply_to_message_id": 12519,
+ "text": "uhhh is this admin's card lol",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "uhhh is this admin's card lol"
+ }
+ ]
+ },
+ {
+ "id": 12521,
+ "type": "message",
+ "date": "2022-11-28T18:33:52",
+ "date_unixtime": "1669631632",
+ "edited": "2022-11-28T20:08:07",
+ "edited_unixtime": "1669637287",
+ "from": "Leech",
+ "from_id": "user770308836",
+ "text": "LOL",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "LOL"
+ }
+ ]
+ },
+ {
+ "id": 12522,
+ "type": "message",
+ "date": "2022-11-28T18:34:09",
+ "date_unixtime": "1669631649",
+ "from": "zhongfu ✨",
+ "from_id": "user6884316",
+ "text": [
+ {
+ "type": "mention",
+ "text": "@Promisezxn"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@Promisezxn"
+ }
+ ]
+ },
+ {
+ "id": 12523,
+ "type": "message",
+ "date": "2022-11-28T18:34:42",
+ "date_unixtime": "1669631682",
+ "from": "Xunuo",
+ "from_id": "user574535945",
+ "text": "Haha not mine",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Haha not mine"
+ }
+ ]
+ },
+ {
+ "id": 12524,
+ "type": "message",
+ "date": "2022-11-28T18:34:46",
+ "date_unixtime": "1669631686",
+ "from": "Xunuo",
+ "from_id": "user574535945",
+ "text": "But thanks !",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "But thanks !"
+ }
+ ]
+ },
+ {
+ "id": 12525,
+ "type": "message",
+ "date": "2022-11-28T18:34:51",
+ "date_unixtime": "1669631691",
+ "from": "Xunuo",
+ "from_id": "user574535945",
+ "text": "Found a buddy with same name",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a buddy with same name"
+ }
+ ]
+ },
+ {
+ "id": 12528,
+ "type": "message",
+ "date": "2022-11-28T20:34:14",
+ "date_unixtime": "1669638854",
+ "from": "YP",
+ "from_id": "user1697818957",
+ "text": [
+ {
+ "type": "mention",
+ "text": "@xunuonb"
+ }
+ ],
+ "text_entities": [
+ {
+ "type": "mention",
+ "text": "@xunuonb"
+ }
+ ]
+ },
+ {
+ "id": 12529,
+ "type": "message",
+ "date": "2022-11-28T20:54:25",
+ "date_unixtime": "1669640065",
+ "from": "Xu Nuo",
+ "from_id": "user1994736698",
+ "text": "Thanksss!! hav contacted alr!!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanksss!! hav contacted alr!!"
+ }
+ ]
+ },
+ {
+ "id": 12534,
+ "type": "message",
+ "date": "2022-11-29T14:21:32",
+ "date_unixtime": "1669702892",
+ "from": "genna 🐆",
+ "from_id": "user95235036",
+ "text": "Hello! Has anyone seen a building card for UTR attached to a pink landyard?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Has anyone seen a building card for UTR attached to a pink landyard?"
+ }
+ ]
+ },
+ {
+ "id": 12537,
+ "type": "message",
+ "date": "2022-11-29T15:26:25",
+ "date_unixtime": "1669706785",
+ "from": "Hongchen~",
+ "from_id": "user5085184254",
+ "text": "Hello has anyone seen a colorful bank card (bank of China)?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello has anyone seen a colorful bank card (bank of China)?"
+ }
+ ]
+ },
+ {
+ "id": 12539,
+ "type": "message",
+ "date": "2022-11-29T18:13:17",
+ "date_unixtime": "1669716797",
+ "edited": "2022-11-29T18:24:52",
+ "edited_unixtime": "1669717492",
+ "from": "zhengjing",
+ "from_id": "user1280813167",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hi I lost my croc jibbitz looks like this walking from pH to the pgpr bus terminal if spotted plz lmk",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi I lost my croc jibbitz looks like this walking from pH to the pgpr bus terminal if spotted plz lmk"
+ }
+ ]
+ },
+ {
+ "id": 12543,
+ "type": "message",
+ "date": "2022-11-29T19:13:53",
+ "date_unixtime": "1669720433",
+ "edited": "2022-11-30T19:59:49",
+ "edited_unixtime": "1669809589",
+ "from": "Varen",
+ "from_id": "user946228659",
+ "text": "hello anyone found a black wallet in bus D2?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello anyone found a black wallet in bus D2?"
+ }
+ ]
+ },
+ {
+ "id": 12548,
+ "type": "message",
+ "date": "2022-11-29T21:59:51",
+ "date_unixtime": "1669730391",
+ "edited": "2022-11-29T22:37:52",
+ "edited_unixtime": "1669732672",
+ "from": "jing",
+ "from_id": "user49270503",
+ "text": "hii has anyone seen AirPods Pro (both sides, without case) somewhere near or inside LT8? thanku",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hii has anyone seen AirPods Pro (both sides, without case) somewhere near or inside LT8? thanku"
+ }
+ ]
+ },
+ {
+ "id": 12549,
+ "type": "message",
+ "date": "2022-11-30T00:08:09",
+ "date_unixtime": "1669738089",
+ "from": "Prince Pereira",
+ "from_id": "user208548800",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "In otterbox, sorry i cant take it for you but its here",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "In otterbox, sorry i cant take it for you but its here"
+ }
+ ]
+ },
+ {
+ "id": 12550,
+ "type": "message",
+ "date": "2022-11-30T00:16:14",
+ "date_unixtime": "1669738574",
+ "edited": "2022-11-30T00:20:19",
+ "edited_unixtime": "1669738819",
+ "from": "qian min",
+ "from_id": "user297943348",
+ "text": "thanku! ill let my friend know",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "thanku! ill let my friend know"
+ }
+ ]
+ },
+ {
+ "id": 12551,
+ "type": "message",
+ "date": "2022-11-30T01:02:08",
+ "date_unixtime": "1669741328",
+ "edited": "2022-11-30T19:46:35",
+ "edited_unixtime": "1669808795",
+ "from": "Kenneth",
+ "from_id": "user898272388",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Hi someone left their ipad at supersnacks pgp",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi someone left their ipad at supersnacks pgp"
+ }
+ ]
+ },
+ {
+ "id": 12556,
+ "type": "message",
+ "date": "2022-11-30T19:42:26",
+ "date_unixtime": "1669808546",
+ "edited": "2022-11-30T19:44:01",
+ "edited_unixtime": "1669808641",
+ "from": "Z",
+ "from_id": "user1884973524",
+ "text": "Hi, yesterday (29 Nov, Tue) just before CS2106 exam, in UTR North Tower, I lend my printing card to a bro, but he seemed forgot to return it to me. If was u, PM me plz 😜",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi, yesterday (29 Nov, Tue) just before CS2106 exam, in UTR North Tower, I lend my printing card to a bro, but he seemed forgot to return it to me. If was u, PM me plz 😜"
+ }
+ ]
+ },
+ {
+ "id": 12561,
+ "type": "message",
+ "date": "2022-12-01T05:44:54",
+ "date_unixtime": "1669844694",
+ "edited": "2022-12-01T09:01:49",
+ "edited_unixtime": "1669856509",
+ "from": "Syam Farhan",
+ "from_id": "user691698144",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "someone dropped this near PGP",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone dropped this near PGP"
+ }
+ ]
+ },
+ {
+ "id": 12568,
+ "type": "message",
+ "date": "2022-12-02T23:59:10",
+ "date_unixtime": "1669996750",
+ "edited": "2022-12-05T09:02:55",
+ "edited_unixtime": "1670202175",
+ "from": "lizza",
+ "from_id": "user5455316085",
+ "text": "Is there a lost and found for things lost at the USC MPSH ? Can't find it here on the NUS lost items list",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Is there a lost and found for things lost at the USC MPSH ? Can't find it here on the NUS lost items list"
+ }
+ ]
+ },
+ {
+ "id": 12572,
+ "type": "message",
+ "date": "2022-12-03T19:45:39",
+ "date_unixtime": "1670067939",
+ "from": "Arhaan",
+ "from_id": "user2003829314",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Found outside super snacks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found outside super snacks"
+ }
+ ]
+ },
+ {
+ "id": 12576,
+ "type": "message",
+ "date": "2022-12-05T21:52:51",
+ "date_unixtime": "1670248371",
+ "edited": "2022-12-05T22:05:33",
+ "edited_unixtime": "1670249133",
+ "from": "Dylan Lee",
+ "from_id": "user146914830",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost iPhone 13 Pro at UTSH1",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost iPhone 13 Pro at UTSH1"
+ }
+ ]
+ },
+ {
+ "id": 12584,
+ "type": "message",
+ "date": "2022-12-07T19:39:35",
+ "date_unixtime": "1670413175",
+ "from": "Caleb Choke",
+ "from_id": "user152160212",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost at utown food clique",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost at utown food clique"
+ }
+ ]
+ },
+ {
+ "id": 12586,
+ "type": "message",
+ "date": "2022-12-08T16:40:05",
+ "date_unixtime": "1670488805",
+ "edited": "2022-12-10T17:34:19",
+ "edited_unixtime": "1670664859",
+ "from": "Will Archery",
+ "from_id": "user139430964",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hydroflask bottle, found near Utown High wall. Dropped at ERC security post",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hydroflask bottle, found near Utown High wall. Dropped at ERC security post"
+ }
+ ]
+ },
+ {
+ "id": 12599,
+ "type": "message",
+ "date": "2022-12-09T16:15:11",
+ "date_unixtime": "1670573711",
+ "edited": "2022-12-10T17:34:17",
+ "edited_unixtime": "1670664857",
+ "from": "sijie",
+ "from_id": "user656840194",
+ "text": "PSA: If you have lost your water bottles during Exams at MPSH, please check out the Student Service Center a.k.a. SSC (Currently located at USC Level 3). There are some Nalgene and thermos flask here that were collected from the water bottles left behind during exams at MPSH.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "PSA: If you have lost your water bottles during Exams at MPSH, please check out the Student Service Center a.k.a. SSC (Currently located at USC Level 3). There are some Nalgene and thermos flask here that were collected from the water bottles left behind during exams at MPSH."
+ }
+ ]
+ },
+ {
+ "id": 12602,
+ "type": "message",
+ "date": "2022-12-10T17:10:18",
+ "date_unixtime": "1670663418",
+ "edited": "2022-12-10T17:14:04",
+ "edited_unixtime": "1670663644",
+ "from": "Nich Yek",
+ "from_id": "user842836554",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Hello! Nus matric card at sentosa palawan beach near hydrodash, found near the sentosa 50 sign, dm me if it's yours!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! Nus matric card at sentosa palawan beach near hydrodash, found near the sentosa 50 sign, dm me if it's yours!"
+ }
+ ]
+ },
+ {
+ "id": 12605,
+ "type": "message",
+ "date": "2022-12-10T17:48:42",
+ "date_unixtime": "1670665722",
+ "edited": "2022-12-10T17:52:44",
+ "edited_unixtime": "1670665964",
+ "from": "Saif Harbia",
+ "from_id": "user590593480",
+ "text": "Thats mine \nI texted you 😃\nThanks",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thats mine \nI texted you 😃\nThanks"
+ }
+ ]
+ },
+ {
+ "id": 12609,
+ "type": "message",
+ "date": "2022-12-13T00:15:51",
+ "date_unixtime": "1670861751",
+ "edited": "2022-12-13T12:11:24",
+ "edited_unixtime": "1670904684",
+ "from": "Melvin Tan",
+ "from_id": "user817918623",
+ "text": "Hello has anyone seen a black wallet near USC swimming pool Ard 6pm ytd?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello has anyone seen a black wallet near USC swimming pool Ard 6pm ytd?"
+ }
+ ]
+ },
+ {
+ "id": 12611,
+ "type": "message",
+ "date": "2022-12-13T09:30:12",
+ "date_unixtime": "1670895012",
+ "edited": "2022-12-13T09:30:49",
+ "edited_unixtime": "1670895049",
+ "from": "Ayato",
+ "from_id": "user1351922697",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Poor NUS lion 🤡😭😂 why u abandon him in orchard station 🤡",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Poor NUS lion 🤡😭😂 why u abandon him in orchard station 🤡"
+ }
+ ]
+ },
+ {
+ "id": 12612,
+ "type": "message",
+ "date": "2022-12-13T09:30:47",
+ "date_unixtime": "1670895047",
+ "edited": "2022-12-13T17:14:46",
+ "edited_unixtime": "1670922886",
+ "from": "Ayato",
+ "from_id": "user1351922697",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Whoever that lost him DM me if u want him back",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Whoever that lost him DM me if u want him back"
+ }
+ ]
+ },
+ {
+ "id": 12613,
+ "type": "message",
+ "date": "2022-12-13T12:03:30",
+ "date_unixtime": "1670904210",
+ "edited": "2022-12-13T12:17:22",
+ "edited_unixtime": "1670905042",
+ "from": "ke huan",
+ "from_id": "user435082629",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 591,
+ "height": 1280,
+ "text": "Hello has anyone seen an airpod case (no AirPods inside) with this case at KR MRT bus stop/A1/KR bus terminal!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello has anyone seen an airpod case (no AirPods inside) with this case at KR MRT bus stop/A1/KR bus terminal!"
+ }
+ ]
+ },
+ {
+ "id": 12624,
+ "type": "message",
+ "date": "2022-12-14T16:31:02",
+ "date_unixtime": "1671006662",
+ "from": "Leoson Lee [2]",
+ "from_id": "user758122561",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 720,
+ "height": 1280,
+ "text": "Ez link card found at the utown sheltered walk way",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Ez link card found at the utown sheltered walk way"
+ }
+ ]
+ },
+ {
+ "id": 12627,
+ "type": "message",
+ "date": "2022-12-15T20:25:25",
+ "date_unixtime": "1671107125",
+ "from": "carina",
+ "from_id": "user678785950",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Dongle found at flavours tray return point",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Dongle found at flavours tray return point"
+ }
+ ]
+ },
+ {
+ "id": 12629,
+ "type": "message",
+ "date": "2022-12-16T09:42:45",
+ "date_unixtime": "1671154965",
+ "edited": "2022-12-16T09:43:27",
+ "edited_unixtime": "1671155007",
+ "from": "Edenia Maureen",
+ "from_id": "user1847274704",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 586,
+ "height": 1175,
+ "text": "Hello! I lost my samsung earbuds 2 days ago, it looks like this (white color). The last time I had it with me was at museum bus stop at about 11PM (14/12/2022). If anyone has seen it, please kindly text me! Thank you!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hello! I lost my samsung earbuds 2 days ago, it looks like this (white color). The last time I had it with me was at museum bus stop at about 11PM (14/12/2022). If anyone has seen it, please kindly text me! Thank you!"
+ }
+ ]
+ },
+ {
+ "id": 12631,
+ "type": "message",
+ "date": "2022-12-16T23:35:56",
+ "date_unixtime": "1671204956",
+ "from": "Royden Thegreat",
+ "from_id": "user263699549",
+ "text": "hello anyone found a black wallet in MPSH gym?",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello anyone found a black wallet in MPSH gym?"
+ }
+ ]
+ },
+ {
+ "id": 12636,
+ "type": "message",
+ "date": "2022-12-18T14:48:08",
+ "date_unixtime": "1671346088",
+ "edited": "2022-12-18T14:50:53",
+ "edited_unixtime": "1671346253",
+ "from": "kahseng",
+ "from_id": "user894309974",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 662,
+ "height": 656,
+ "text": "Hi! I lost my black cat plushie that looks like this yesterday. It was last seen at UTown Audi 3. It might be somewhere along Runme Shaw/UTR/Tembu/Utown Audi 3. If anyone has seen it, please drop me a text. Tysm!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi! I lost my black cat plushie that looks like this yesterday. It was last seen at UTown Audi 3. It might be somewhere along Runme Shaw/UTR/Tembu/Utown Audi 3. If anyone has seen it, please drop me a text. Tysm!"
+ }
+ ]
+ },
+ {
+ "id": 12637,
+ "type": "message",
+ "date": "2022-12-18T17:15:10",
+ "date_unixtime": "1671354910",
+ "edited": "2022-12-18T17:15:44",
+ "edited_unixtime": "1671354944",
+ "from": "Kim Yongbeom",
+ "from_id": "user474531382",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 1280,
+ "height": 960,
+ "text": "Wu yutongs wallet at octobox",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wu yutongs wallet at octobox"
+ }
+ ]
+ },
+ {
+ "id": 12638,
+ "type": "message",
+ "date": "2022-12-18T17:15:41",
+ "date_unixtime": "1671354941",
+ "edited": "2022-12-25T00:26:46",
+ "edited_unixtime": "1671899206",
+ "from": "Kim Yongbeom",
+ "from_id": "user474531382",
+ "text": "Uh, I've left it in the octobox booth in case the person comes to clIm it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Uh, I've left it in the octobox booth in case the person comes to clIm it"
+ }
+ ]
+ },
+ {
+ "id": 12640,
+ "type": "message",
+ "date": "2022-12-18T20:10:54",
+ "date_unixtime": "1671365454",
+ "edited": "2022-12-18T20:22:33",
+ "edited_unixtime": "1671366153",
+ "from": "tecson",
+ "from_id": "user159723418",
+ "reply_to_message_id": 12637,
+ "text": "censor the ID pls",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "censor the ID pls"
+ }
+ ]
+ },
+ {
+ "id": 12644,
+ "type": "message",
+ "date": "2022-12-20T08:23:15",
+ "date_unixtime": "1671495795",
+ "edited": "2022-12-21T08:36:24",
+ "edited_unixtime": "1671582984",
+ "from": "si ying",
+ "from_id": "user692245039",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "Lost card found in New Town Secondary School bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost card found in New Town Secondary School bus stop"
+ }
+ ]
+ },
+ {
+ "id": 12646,
+ "type": "message",
+ "date": "2022-12-20T12:39:36",
+ "date_unixtime": "1671511176",
+ "edited": "2022-12-20T12:40:11",
+ "edited_unixtime": "1671511211",
+ "from": "Tet",
+ "from_id": "user701438079",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "White radish experimental dish left at techno edge Liho around 12+ pls come take",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "White radish experimental dish left at techno edge Liho around 12+ pls come take"
+ }
+ ]
+ },
+ {
+ "id": 12654,
+ "type": "message",
+ "date": "2022-12-22T04:04:07",
+ "date_unixtime": "1671653047",
+ "edited": "2022-12-22T07:07:04",
+ "edited_unixtime": "1671664024",
+ "from": "yixuan yang",
+ "from_id": "user228303694",
+ "photo": "(File not included. Change data exporting settings to download.)",
+ "width": 960,
+ "height": 1280,
+ "text": "airpod pro found at octobox",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "airpod pro found at octobox"
+ }
+ ]
+ },
+ {
+ "id": 12665,
+ "type": "message",
+ "date": "2022-12-25T17:36:56",
+ "date_unixtime": "1671961016",
+ "edited": "2022-12-25T17:37:05",
+ "edited_unixtime": "1671961025",
+ "from": "Chloe",
+ "from_id": "user1416588713",
+ "text": "Bradley Matthew Rozario your matric card is at sushiro punggol waterway point",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Bradley Matthew Rozario your matric card is at sushiro punggol waterway point"
+ }
+ ]
+ },
+ {
+ "id": 12666,
+ "type": "message",
+ "date": "2022-12-25T18:01:17",
+ "date_unixtime": "1671962477",
+ "edited": "2022-12-25T18:04:13",
+ "edited_unixtime": "1671962653",
+ "from": "Heng",
+ "from_id": "user542068083",
+ "text": "Brad. Rozario\nYour matric at sushiro\nAt waterway point\n\nA haiku",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Brad. Rozario\nYour matric at sushiro\nAt waterway point\n\nA haiku"
+ }
+ ]
+ },
+ {
+ "id": 12671,
+ "type": "message",
+ "date": "2022-12-26T21:38:23",
+ "date_unixtime": "1672061903",
+ "from": "yoonketian",
+ "from_id": "user748497625",
+ "text": "Lucy Yin Shuyi your concession card is at plaza sing, customer service",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lucy Yin Shuyi your concession card is at plaza sing, customer service"
+ }
+ ]
+ },
+ {
+ "id": 12672,
+ "type": "message",
+ "date": "2022-12-26T21:39:01",
+ "date_unixtime": "1672061941",
+ "from": "loe 🌝",
+ "from_id": "user152008237",
+ "text": "someone left their bolon specs case + specs at ync bus stop !! pls pm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left their bolon specs case + specs at ync bus stop !! pls pm"
+ }
+ ]
+ },
+ {
+ "id": 12676,
+ "type": "message",
+ "date": "2022-12-27T22:28:53",
+ "date_unixtime": "1672151333",
+ "edited": "2022-12-27T22:48:06",
+ "edited_unixtime": "1672152486",
+ "from": "david",
+ "from_id": "user372870955",
+ "text": "Hi KRW$10,000 left in sk global house laundry room (male) for those at winter exchange",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi KRW$10,000 left in sk global house laundry room (male) for those at winter exchange"
+ }
+ ]
+ },
+ {
+ "id": 12681,
+ "type": "message",
+ "date": "2022-12-28T10:33:33",
+ "date_unixtime": "1672194813",
+ "from": "Giovanni Wijaya",
+ "from_id": "user942997498",
+ "text": "Earphones found at BTC bus PD564D, on the chair right beside the middle door",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Earphones found at BTC bus PD564D, on the chair right beside the middle door"
+ }
+ ]
+ },
+ {
+ "id": 12687,
+ "type": "message",
+ "date": "2022-12-31T20:41:27",
+ "date_unixtime": "1672490487",
+ "edited": "2023-01-05T08:50:35",
+ "edited_unixtime": "1672879835",
+ "from": "Lexi",
+ "from_id": "user905976172",
+ "text": [
+ "Wallet found in utown, with matric card named: samarth verma, ",
+ {
+ "type": "phone",
+ "text": "2021/2022"
+ },
+ " sem1. Outside restaurant store hwang"
+ ],
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wallet found in utown, with matric card named: samarth verma, "
+ },
+ {
+ "type": "phone",
+ "text": "2021/2022"
+ },
+ {
+ "type": "plain",
+ "text": " sem1. Outside restaurant store hwang"
+ }
+ ]
+ },
+ {
+ "id": 12688,
+ "type": "message",
+ "date": "2023-01-04T23:38:45",
+ "date_unixtime": "1672846725",
+ "edited": "2023-01-05T02:10:57",
+ "edited_unixtime": "1672855857",
+ "from": "Jun Jie",
+ "from_id": "user544519719",
+ "text": "Wallet found at UHC Bus stop with Passion card : Ren Jia qi",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Wallet found at UHC Bus stop with Passion card : Ren Jia qi"
+ }
+ ]
+ },
+ {
+ "id": 12689,
+ "type": "message",
+ "date": "2023-01-04T23:39:25",
+ "date_unixtime": "1672846765",
+ "edited": "2023-01-05T02:11:03",
+ "edited_unixtime": "1672855863",
+ "from": "Jun Jie",
+ "from_id": "user544519719",
+ "text": "Left at uhc bus stop",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left at uhc bus stop"
+ }
+ ]
+ },
+ {
+ "id": 12690,
+ "type": "message",
+ "date": "2023-01-05T12:57:35",
+ "date_unixtime": "1672894655",
+ "edited": "2023-01-05T12:58:16",
+ "edited_unixtime": "1672894696",
+ "from": "Jiaqi (Ren)",
+ "from_id": "user829546973",
+ "reply_to_message_id": 12689,
+ "text": "Thanks y'all for the integrity ❤️ Wallet has been found with content intact :)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Thanks y'all for the integrity ❤️ Wallet has been found with content intact :)"
+ }
+ ]
+ },
+ {
+ "id": 12692,
+ "type": "message",
+ "date": "2023-01-05T16:43:05",
+ "date_unixtime": "1672908185",
+ "edited": "2023-01-05T17:18:06",
+ "edited_unixtime": "1672910286",
+ "from": "Winnie",
+ "from_id": "user689682152",
+ "text": "Left my student concession card at City Hall MRT around 350 pm today. Anyone found it can pm me 😣🙏🏻",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Left my student concession card at City Hall MRT around 350 pm today. Anyone found it can pm me 😣🙏🏻"
+ }
+ ]
+ },
+ {
+ "id": 12696,
+ "type": "message",
+ "date": "2023-01-07T17:00:36",
+ "date_unixtime": "1673082036",
+ "edited": "2023-01-13T12:12:16",
+ "edited_unixtime": "1673583136",
+ "from": "Syam Farhan",
+ "from_id": "user691698144",
+ "text": "someone left their white jacket in D2 Bus plate no. PC3853E",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left their white jacket in D2 Bus plate no. PC3853E"
+ }
+ ]
+ },
+ {
+ "id": 12697,
+ "type": "message",
+ "date": "2023-01-08T12:16:49",
+ "date_unixtime": "1673151409",
+ "from": "Xinyue Wang",
+ "from_id": "user5186848428",
+ "text": "I left my student concession card (name Wang Xinyue) around West Coast Road today. Anyone found it pls pm me! Many thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I left my student concession card (name Wang Xinyue) around West Coast Road today. Anyone found it pls pm me! Many thanks!"
+ }
+ ]
+ },
+ {
+ "id": 12703,
+ "type": "message",
+ "date": "2023-01-08T13:01:11",
+ "date_unixtime": "1673154071",
+ "from": "nathan",
+ "from_id": "user89666250",
+ "text": "someone left a jabra elite 75 series charging case at the bus stop opposite U Hall",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left a jabra elite 75 series charging case at the bus stop opposite U Hall"
+ }
+ ]
+ },
+ {
+ "id": 12704,
+ "type": "message",
+ "date": "2023-01-09T14:23:10",
+ "date_unixtime": "1673245390",
+ "from": "suvitha 🧚🏽♀️",
+ "from_id": "user1129788985",
+ "text": "hi ma xiangyun ! you left ur student card at science canteen non ac ! plz.....come take 😝",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi ma xiangyun ! you left ur student card at science canteen non ac ! plz.....come take 😝"
+ }
+ ]
+ },
+ {
+ "id": 12705,
+ "type": "message",
+ "date": "2023-01-09T22:06:35",
+ "date_unixtime": "1673273195",
+ "edited": "2023-01-11T08:42:05",
+ "edited_unixtime": "1673397725",
+ "from": "Samantha",
+ "from_id": "user1396711637",
+ "text": "I left my apartment card n grab card at MPSH. Anyone found it plz contact me!!! TYSM😭",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I left my apartment card n grab card at MPSH. Anyone found it plz contact me!!! TYSM😭"
+ }
+ ]
+ },
+ {
+ "id": 12706,
+ "type": "message",
+ "date": "2023-01-09T22:08:30",
+ "date_unixtime": "1673273310",
+ "from": "Samantha",
+ "from_id": "user1396711637",
+ "text": "The apartment card is in white color",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "The apartment card is in white color"
+ }
+ ]
+ },
+ {
+ "id": 12707,
+ "type": "message",
+ "date": "2023-01-09T22:10:34",
+ "date_unixtime": "1673273434",
+ "from": "Samantha",
+ "from_id": "user1396711637",
+ "text": "The grab card name is - Lai Shih Han",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "The grab card name is - Lai Shih Han"
+ }
+ ]
+ },
+ {
+ "id": 12708,
+ "type": "message",
+ "date": "2023-01-10T12:51:37",
+ "date_unixtime": "1673326297",
+ "edited": "2023-01-10T12:51:49",
+ "edited_unixtime": "1673326309",
+ "from": "Saatvik Agrawal",
+ "from_id": "user5454863294",
+ "text": "Lost: Milton Steel 600mL Water Bottle in E3-0605-06. If someone finds please let me know",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost: Milton Steel 600mL Water Bottle in E3-0605-06. If someone finds please let me know"
+ }
+ ]
+ },
+ {
+ "id": 12709,
+ "type": "message",
+ "date": "2023-01-10T13:03:04",
+ "date_unixtime": "1673326984",
+ "edited": "2023-01-10T13:18:34",
+ "edited_unixtime": "1673327914",
+ "from": "XINTONG WEI",
+ "from_id": "user5463824128",
+ "text": "I left my student card together with community access card on bus D2 today (My name is Wei Xintong). Anyone found them pls pm me. Many thanks!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I left my student card together with community access card on bus D2 today (My name is Wei Xintong). Anyone found them pls pm me. Many thanks!"
+ }
+ ]
+ },
+ {
+ "id": 12710,
+ "type": "message",
+ "date": "2023-01-10T13:49:03",
+ "date_unixtime": "1673329743",
+ "edited": "2023-01-10T14:01:27",
+ "edited_unixtime": "1673330487",
+ "from": "Langie",
+ "from_id": "user498410024",
+ "text": "someone left an iPhone in LT32 at the back row, I found it after MA2104 12pm-2pm lecture it's on the lecturer table",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "someone left an iPhone in LT32 at the back row, I found it after MA2104 12pm-2pm lecture it's on the lecturer table"
+ }
+ ]
+ },
+ {
+ "id": 12711,
+ "type": "message",
+ "date": "2023-01-10T14:31:42",
+ "date_unixtime": "1673332302",
+ "edited": "2023-01-10T19:01:56",
+ "edited_unixtime": "1673348516",
+ "from": "Frederic",
+ "from_id": "user962869708",
+ "text": "Lost: Black Ted Baker Wallet\nName: Frederic Chow \n\nIf anyone found it pls pm me thanks! Should be somewhere in Utown but not sure where...",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost: Black Ted Baker Wallet\nName: Frederic Chow \n\nIf anyone found it pls pm me thanks! Should be somewhere in Utown but not sure where..."
+ }
+ ]
+ },
+ {
+ "id": 12712,
+ "type": "message",
+ "date": "2023-01-10T14:47:11",
+ "date_unixtime": "1673333231",
+ "from": "Zara",
+ "from_id": "user250115224",
+ "text": "Lost: Black water bottle, has the letters \"Thermoflask\" printed on it in white. Last seen at FASS!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost: Black water bottle, has the letters \"Thermoflask\" printed on it in white. Last seen at FASS!"
+ }
+ ]
+ },
+ {
+ "id": 12714,
+ "type": "message",
+ "date": "2023-01-10T15:27:34",
+ "date_unixtime": "1673335654",
+ "from": "Mr CHEESY",
+ "from_id": "user1446001351",
+ "text": "Lost my pair of socks at mpsh gym if found please return back to me i standing at the entrance now please",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost my pair of socks at mpsh gym if found please return back to me i standing at the entrance now please"
+ }
+ ]
+ },
+ {
+ "id": 12717,
+ "type": "message",
+ "date": "2023-01-10T18:39:24",
+ "date_unixtime": "1673347164",
+ "from": "Elias Tan",
+ "from_id": "user463889162",
+ "text": "Found: NUS ez-link card\nSeow Li Lin\n\nIf you lost it or know the person who did please pm me on tele!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found: NUS ez-link card\nSeow Li Lin\n\nIf you lost it or know the person who did please pm me on tele!"
+ }
+ ]
+ },
+ {
+ "id": 12718,
+ "type": "message",
+ "date": "2023-01-10T18:49:05",
+ "date_unixtime": "1673347745",
+ "from": "Owen!",
+ "from_id": "user544335291",
+ "text": "hi sorry i left an umbrella outside SPREAD...blue and orange, anybody seen it pls pm TQQQ",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi sorry i left an umbrella outside SPREAD...blue and orange, anybody seen it pls pm TQQQ"
+ }
+ ]
+ },
+ {
+ "id": 12719,
+ "type": "message",
+ "date": "2023-01-10T21:04:21",
+ "date_unixtime": "1673355861",
+ "from": "😼",
+ "from_id": "user260639491",
+ "text": "lost a blue nalgene bottle at i3 audi pm me if found thanksss",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "lost a blue nalgene bottle at i3 audi pm me if found thanksss"
+ }
+ ]
+ },
+ {
+ "id": 12720,
+ "type": "message",
+ "date": "2023-01-10T21:13:36",
+ "date_unixtime": "1673356416",
+ "edited": "2023-01-10T22:43:05",
+ "edited_unixtime": "1673361785",
+ "from": "Kelly Zhu",
+ "from_id": "user5594451737",
+ "text": "Lost: white purse(brand charles and keith) Last seen jn techno canteen.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost: white purse(brand charles and keith) Last seen jn techno canteen."
+ }
+ ]
+ },
+ {
+ "id": 12721,
+ "type": "message",
+ "date": "2023-01-10T22:04:41",
+ "date_unixtime": "1673359481",
+ "edited": "2023-01-10T22:11:54",
+ "edited_unixtime": "1673359914",
+ "from": "Apana",
+ "from_id": "user633289794",
+ "text": "Found a black color iPhone that got quite a few calls from Ta Quang Trung. I believe the person is from football and is named Dan. It was found at toilet in front of MPSH6\nPls pm me if its yrs or your friend's",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a black color iPhone that got quite a few calls from Ta Quang Trung. I believe the person is from football and is named Dan. It was found at toilet in front of MPSH6\nPls pm me if its yrs or your friend's"
+ }
+ ]
+ },
+ {
+ "id": 12722,
+ "type": "message",
+ "date": "2023-01-11T08:11:37",
+ "date_unixtime": "1673395897",
+ "from": "Nandhini🧚♀️",
+ "from_id": "user1025814404",
+ "text": "Lost: nalgene auberigne bottle, strap is broken",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost: nalgene auberigne bottle, strap is broken"
+ }
+ ]
+ },
+ {
+ "id": 12723,
+ "type": "message",
+ "date": "2023-01-11T08:12:52",
+ "date_unixtime": "1673395972",
+ "from": "Nandhini🧚♀️",
+ "from_id": "user1025814404",
+ "reply_to_message_id": 12722,
+ "text": "Think its in s2 lvl 3 toilet",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Think its in s2 lvl 3 toilet"
+ }
+ ]
+ },
+ {
+ "id": 12724,
+ "type": "message",
+ "date": "2023-01-11T10:38:30",
+ "date_unixtime": "1673404710",
+ "from": "Nandhini🧚♀️",
+ "from_id": "user1025814404",
+ "reply_to_message_id": 12722,
+ "text": "could be in bus a1/k/btc/d2",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "could be in bus a1/k/btc/d2"
+ }
+ ]
+ },
+ {
+ "id": 12725,
+ "type": "message",
+ "date": "2023-01-11T11:58:15",
+ "date_unixtime": "1673409495",
+ "edited": "2023-01-11T12:19:01",
+ "edited_unixtime": "1673410741",
+ "from": "Vicel",
+ "from_id": "user808428323",
+ "text": "Lost: red JBL Earphone with white sticker attached near the earphone jack",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost: red JBL Earphone with white sticker attached near the earphone jack"
+ }
+ ]
+ },
+ {
+ "id": 12726,
+ "type": "message",
+ "date": "2023-01-11T11:59:02",
+ "date_unixtime": "1673409542",
+ "edited": "2023-01-11T12:21:50",
+ "edited_unixtime": "1673410910",
+ "from": "Vicel",
+ "from_id": "user808428323",
+ "text": "Last seen in technoedge/clb area i think. If anyone finds it, please pm me. Thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Last seen in technoedge/clb area i think. If anyone finds it, please pm me. Thank you"
+ }
+ ]
+ },
+ {
+ "id": 12727,
+ "type": "message",
+ "date": "2023-01-11T12:08:14",
+ "date_unixtime": "1673410094",
+ "from": "may",
+ "from_id": "user804776149",
+ "text": "Found: Access card for GR NT/22/206/B in Starbucks UTown. Returned to Campus Security at Education Resource Center (Level 2)",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found: Access card for GR NT/22/206/B in Starbucks UTown. Returned to Campus Security at Education Resource Center (Level 2)"
+ }
+ ]
+ },
+ {
+ "id": 12728,
+ "type": "message",
+ "date": "2023-01-11T12:22:38",
+ "date_unixtime": "1673410958",
+ "from": "Mr CHEESY",
+ "from_id": "user1446001351",
+ "text": "Found a chewbacca bobble head in octobox owner pls know that i have it now",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a chewbacca bobble head in octobox owner pls know that i have it now"
+ }
+ ]
+ },
+ {
+ "id": 12729,
+ "type": "message",
+ "date": "2023-01-11T13:01:21",
+ "date_unixtime": "1673413281",
+ "edited": "2023-01-11T13:01:51",
+ "edited_unixtime": "1673413311",
+ "from": "Nicholas",
+ "from_id": "user148349610",
+ "text": "Anyone saw a wallet at FASS Canteen/FASS Canteen toilet? With student card Lim Yue Feng Nicholas inside",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Anyone saw a wallet at FASS Canteen/FASS Canteen toilet? With student card Lim Yue Feng Nicholas inside"
+ }
+ ]
+ },
+ {
+ "id": 12731,
+ "type": "message",
+ "date": "2023-01-11T13:31:14",
+ "date_unixtime": "1673415074",
+ "edited": "2023-01-11T13:48:28",
+ "edited_unixtime": "1673416108",
+ "from": "Whudis",
+ "from_id": "user729729822",
+ "reply_to_message_id": 12729,
+ "text": "Hi yes. Pls pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi yes. Pls pm me"
+ }
+ ]
+ },
+ {
+ "id": 12732,
+ "type": "message",
+ "date": "2023-01-11T16:34:36",
+ "date_unixtime": "1673426076",
+ "from": "YR",
+ "from_id": "user30342814",
+ "text": "PGPR 10/9/M access card found in LT27",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "PGPR 10/9/M access card found in LT27"
+ }
+ ]
+ },
+ {
+ "id": 12733,
+ "type": "message",
+ "date": "2023-01-11T17:22:55",
+ "date_unixtime": "1673428975",
+ "edited": "2023-01-11T17:51:30",
+ "edited_unixtime": "1673430690",
+ "from": "YR",
+ "from_id": "user30342814",
+ "reply_to_message_id": 12732,
+ "text": "Handing over to PGPR security",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Handing over to PGPR security"
+ }
+ ]
+ },
+ {
+ "id": 12735,
+ "type": "message",
+ "date": "2023-01-12T00:20:06",
+ "date_unixtime": "1673454006",
+ "from": "Sidharth Rajesh",
+ "from_id": "user5073826109",
+ "text": "hi if anyone saw an id card with the name “Shan Hashir” in or around the CREATE link in UTown, please dm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hi if anyone saw an id card with the name “Shan Hashir” in or around the CREATE link in UTown, please dm"
+ }
+ ]
+ },
+ {
+ "id": 12736,
+ "type": "message",
+ "date": "2023-01-12T12:08:19",
+ "date_unixtime": "1673496499",
+ "from": "Laksh",
+ "from_id": "user277763124",
+ "text": "hey has anyone seen a black wallet around utown i think near utown green? pls dm",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hey has anyone seen a black wallet around utown i think near utown green? pls dm"
+ }
+ ]
+ },
+ {
+ "id": 12737,
+ "type": "message",
+ "date": "2023-01-12T14:01:58",
+ "date_unixtime": "1673503318",
+ "edited": "2023-01-12T15:27:23",
+ "edited_unixtime": "1673508443",
+ "from": "Shi Yeen",
+ "from_id": "user2124310482",
+ "text": "Hey if anyone has seen an ID card with the name “Ho Shi Yeen” around biz 1 or the deck pls pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hey if anyone has seen an ID card with the name “Ho Shi Yeen” around biz 1 or the deck pls pm me"
+ }
+ ]
+ },
+ {
+ "id": 12738,
+ "type": "message",
+ "date": "2023-01-12T14:28:07",
+ "date_unixtime": "1673504887",
+ "from": "S Yq",
+ "from_id": "user2036103836",
+ "text": "Lost: Hey has anyone seen an apple Mac charger in utown? Outside Starbucks.thx",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost: Hey has anyone seen an apple Mac charger in utown? Outside Starbucks.thx"
+ }
+ ]
+ },
+ {
+ "id": 12741,
+ "type": "message",
+ "date": "2023-01-12T16:54:35",
+ "date_unixtime": "1673513675",
+ "from": "Stevie",
+ "from_id": "user1106148847",
+ "text": "found: visalux adapter plug at com 2 terrace",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found: visalux adapter plug at com 2 terrace"
+ }
+ ]
+ },
+ {
+ "id": 12742,
+ "type": "message",
+ "date": "2023-01-12T17:37:32",
+ "date_unixtime": "1673516252",
+ "from": "Prince Pereira",
+ "from_id": "user208548800",
+ "text": "Found: beats pro in LT1, middle, slightly on top",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found: beats pro in LT1, middle, slightly on top"
+ }
+ ]
+ },
+ {
+ "id": 12743,
+ "type": "message",
+ "date": "2023-01-12T18:27:36",
+ "date_unixtime": "1673519256",
+ "from": "Bianca",
+ "from_id": "user5544015788",
+ "text": "Found: black bluetooth earpiece\nD1 bus PC3957P",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found: black bluetooth earpiece\nD1 bus PC3957P"
+ }
+ ]
+ },
+ {
+ "id": 12744,
+ "type": "message",
+ "date": "2023-01-12T19:18:11",
+ "date_unixtime": "1673522291",
+ "from": "Elizabeth Paulyn Gostelow",
+ "from_id": "user1569481920",
+ "text": "Found a black harman/kardon wireless earbuds case on D1 bus, pm if yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found a black harman/kardon wireless earbuds case on D1 bus, pm if yours"
+ }
+ ]
+ },
+ {
+ "id": 12745,
+ "type": "message",
+ "date": "2023-01-12T19:52:43",
+ "date_unixtime": "1673524363",
+ "edited": "2023-01-13T11:42:40",
+ "edited_unixtime": "1673581360",
+ "from": "harsh",
+ "from_id": "user658201481",
+ "text": "found pink phone & wallet outside mpsh 3 female toilet \npm if yours",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found pink phone & wallet outside mpsh 3 female toilet \npm if yours"
+ }
+ ]
+ },
+ {
+ "id": 12746,
+ "type": "message",
+ "date": "2023-01-12T19:54:46",
+ "date_unixtime": "1673524486",
+ "from": "harsh",
+ "from_id": "user658201481",
+ "text": "belongs to jiang yue a0136279w if anyone knows her pls let her know",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "belongs to jiang yue a0136279w if anyone knows her pls let her know"
+ }
+ ]
+ },
+ {
+ "id": 12747,
+ "type": "message",
+ "date": "2023-01-12T20:03:59",
+ "date_unixtime": "1673525039",
+ "edited": "2023-01-12T20:51:29",
+ "edited_unixtime": "1673527889",
+ "from": "Louis",
+ "from_id": "user1282097395",
+ "text": "Lost: Hey has anyone seen an airpods with toothless casing and \"Louis\" engraved on it. Last seen at D1 bus/supper stretch. Thank you",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost: Hey has anyone seen an airpods with toothless casing and \"Louis\" engraved on it. Last seen at D1 bus/supper stretch. Thank you"
+ }
+ ]
+ },
+ {
+ "id": 12752,
+ "type": "message",
+ "date": "2023-01-13T01:18:39",
+ "date_unixtime": "1673543919",
+ "from": "aakash",
+ "from_id": "user1760751592",
+ "text": "I lost my Apple ipad Pencil in CLB fifth/sixth floor today.\nIf anyone can find it, please help me.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "I lost my Apple ipad Pencil in CLB fifth/sixth floor today.\nIf anyone can find it, please help me."
+ }
+ ]
+ },
+ {
+ "id": 12753,
+ "type": "message",
+ "date": "2023-01-13T08:00:44",
+ "date_unixtime": "1673568044",
+ "edited": "2023-01-13T14:43:37",
+ "edited_unixtime": "1673592217",
+ "from": "Lexi",
+ "from_id": "user905976172",
+ "text": "Lost: blue iPhone 14 in utown, cats on the phone case. Please pm if found!",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost: blue iPhone 14 in utown, cats on the phone case. Please pm if found!"
+ }
+ ]
+ },
+ {
+ "id": 12756,
+ "type": "message",
+ "date": "2023-01-13T11:37:55",
+ "date_unixtime": "1673581075",
+ "from": "Yan Wei Tan",
+ "from_id": "user743971607",
+ "text": "Found: Apple Pencil 2G at Biz 1 02-05 with engraving “FAITH ✌️ ”",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found: Apple Pencil 2G at Biz 1 02-05 with engraving “FAITH ✌️ ”"
+ }
+ ]
+ },
+ {
+ "id": 12757,
+ "type": "message",
+ "date": "2023-01-13T12:00:04",
+ "date_unixtime": "1673582404",
+ "from": "clay ◐",
+ "from_id": "user1861023282",
+ "text": "looking for: black card holder, last seen in USP-SR3, with 3 cards inside, name is Mahima Hari",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "looking for: black card holder, last seen in USP-SR3, with 3 cards inside, name is Mahima Hari"
+ }
+ ]
+ },
+ {
+ "id": 12758,
+ "type": "message",
+ "date": "2023-01-13T12:02:19",
+ "date_unixtime": "1673582539",
+ "from": "Grace",
+ "from_id": "user5141748872",
+ "text": "Lost: ez-link card in a plastic case with a smiley face hanging from it and this sticker printed in it. Last seen either in engine for the stretch of road along uhc bus stop. Name is Grace Wong.",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost: ez-link card in a plastic case with a smiley face hanging from it and this sticker printed in it. Last seen either in engine for the stretch of road along uhc bus stop. Name is Grace Wong."
+ }
+ ]
+ },
+ {
+ "id": 12762,
+ "type": "message",
+ "date": "2023-01-13T20:06:37",
+ "date_unixtime": "1673611597",
+ "edited": "2023-01-13T20:14:54",
+ "edited_unixtime": "1673612094",
+ "from": "Shi Yu Tan",
+ "from_id": "user1042179787",
+ "text": "Lost: Matric Card, name is Tan Shi Yu, it dropped out of my card holder whilst I was running from UTown to CLB",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost: Matric Card, name is Tan Shi Yu, it dropped out of my card holder whilst I was running from UTown to CLB"
+ }
+ ]
+ },
+ {
+ "id": 12763,
+ "type": "message",
+ "date": "2023-01-13T22:18:21",
+ "date_unixtime": "1673619501",
+ "from": "kz",
+ "from_id": "user220115997",
+ "text": "found: matric card, name is papat lertchanvit, found on bus A2 PC3906L, left it with bus driver",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "found: matric card, name is papat lertchanvit, found on bus A2 PC3906L, left it with bus driver"
+ }
+ ]
+ },
+ {
+ "id": 12764,
+ "type": "message",
+ "date": "2023-01-13T22:25:25",
+ "date_unixtime": "1673619925",
+ "from": "sherise",
+ "from_id": "user978424909",
+ "text": "Hi idk whether ill manage to find it but i lost my matric card at cdc ubi there if u so happen to find it pls pm me",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Hi idk whether ill manage to find it but i lost my matric card at cdc ubi there if u so happen to find it pls pm me"
+ }
+ ]
+ },
+ {
+ "id": 12766,
+ "type": "message",
+ "date": "2023-01-13T23:07:37",
+ "date_unixtime": "1673622457",
+ "from": "Yifei",
+ "from_id": "user2032622758",
+ "text": "Found: ezlink card at bus stop opp Kent ridge mrt station, light blue cartoon & \"sanrio Co. Ltd\" printed on it",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found: ezlink card at bus stop opp Kent ridge mrt station, light blue cartoon & \"sanrio Co. Ltd\" printed on it"
+ }
+ ]
+ },
+ {
+ "id": 12767,
+ "type": "message",
+ "date": "2023-01-13T23:13:13",
+ "date_unixtime": "1673622793",
+ "from": "ariel au",
+ "from_id": "user1548240077",
+ "text": "hello! i lost a white speaker outside the dance studio at SRC 😔",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "hello! i lost a white speaker outside the dance studio at SRC 😔"
+ }
+ ]
+ },
+ {
+ "id": 12768,
+ "type": "message",
+ "date": "2023-01-13T23:47:59",
+ "date_unixtime": "1673624879",
+ "edited": "2023-01-14T09:30:11",
+ "edited_unixtime": "1673659811",
+ "from": "Jiwon Choi",
+ "from_id": "user5396551428",
+ "text": "Lost: Apple pencil 2G with an engraving “Jiwon Choi” at Science (LT27) this morning. If anyone finds it please text me. Thank you🥲",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Lost: Apple pencil 2G with an engraving “Jiwon Choi” at Science (LT27) this morning. If anyone finds it please text me. Thank you🥲"
+ }
+ ]
+ },
+ {
+ "id": 12769,
+ "type": "message",
+ "date": "2023-01-14T11:56:21",
+ "date_unixtime": "1673668581",
+ "from": "yi teng",
+ "from_id": "user819259851",
+ "text": "Found: PGPR card in LT17 (last row) card is labeled 02/7/K",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found: PGPR card in LT17 (last row) card is labeled 02/7/K"
+ }
+ ]
+ },
+ {
+ "id": 12770,
+ "type": "message",
+ "date": "2023-01-14T12:33:30",
+ "date_unixtime": "1673670810",
+ "from": "Caitlyn Kua",
+ "from_id": "user827552659",
+ "text": "Found: student id card for \"nikita elsha\". Come to booth outside fine foods to claim",
+ "text_entities": [
+ {
+ "type": "plain",
+ "text": "Found: student id card for \"nikita elsha\". Come to booth outside fine foods to claim"
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/hackyrolly/pages/api/telegram_handler.js b/hackyrolly/pages/api/telegram_handler.js
new file mode 100644
index 0000000..9dd78d5
--- /dev/null
+++ b/hackyrolly/pages/api/telegram_handler.js
@@ -0,0 +1,22 @@
+import { db } from "../../firebase/firebaseConfig";
+import { collection, addDoc, setDoc, doc } from "firebase/firestore";
+
+export default async (req, res) => {
+ const tgbot = process.env.NEXT_TELEGRAM_TOKEN;
+
+ if (req.body.message.text === "/start") {
+ // Send reply
+ const message = "Initializing group chat";
+ const ret = await fetch(
+ "https://api.telegram.org/bot${tgbot}/sendMessage?chat_id=${req.body.message.chat.id}&text=${message}&parse_mode=HTML"
+ );
+ } else {
+ const data = {
+ text: req.body.message,
+ };
+ const docRef = await addDoc(collection(db, "Messages"), data);
+ // await setDoc(doc(db, "Messages", data.text.message_id), data);
+ }
+
+ res.status(200).send("ok");
+};
diff --git a/hackyrolly/postcss.config.js b/hackyrolly/postcss.config.js
index 12a703d..33ad091 100644
--- a/hackyrolly/postcss.config.js
+++ b/hackyrolly/postcss.config.js
@@ -3,4 +3,4 @@ module.exports = {
tailwindcss: {},
autoprefixer: {},
},
-};
+}
diff --git a/hackyrolly/tailwind.config.js b/hackyrolly/tailwind.config.js
index e41e6c2..c0eefdf 100644
--- a/hackyrolly/tailwind.config.js
+++ b/hackyrolly/tailwind.config.js
@@ -1,8 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
+ "./app/**/*.{js,ts,jsx,tsx}", // Note the addition of the `app` directory.
"./pages/**/*.{js,ts,jsx,tsx}",
- "./app/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
diff --git a/hackyrolly/tsconfig.json b/hackyrolly/tsconfig.json
index 597f483..76b7955 100644
--- a/hackyrolly/tsconfig.json
+++ b/hackyrolly/tsconfig.json
@@ -24,6 +24,6 @@
"@/*": ["./*"]
}
},
- "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
+ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "app/page.js"],
"exclude": ["node_modules"]
}
diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json
new file mode 100644
index 0000000..e741984
--- /dev/null
+++ b/node_modules/.package-lock.json
@@ -0,0 +1,6 @@
+{
+ "name": "hackandroll",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {}
+}
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..e741984
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,6 @@
+{
+ "name": "hackandroll",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {}
+}