From cdba3f45d7cc81e69765aeb1d3d2b9ed3576d867 Mon Sep 17 00:00:00 2001 From: GHOST Date: Mon, 8 Apr 2024 03:13:34 +0000 Subject: [PATCH 1/2] chore: add data collection year --- docs/index.html | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index b218135..b06a135 100644 --- a/docs/index.html +++ b/docs/index.html @@ -488,7 +488,7 @@

Moments

When BeReal sends out a notification in a particular region for the day, that event can be referred to as a "moment". You may also see this terminology used interchangeably with "notification(s)". "moment" is the technical term referenced in the BeReal API.

Data Collection

-

My server network asks BeReal for the latest moments in each region once per second and records new data as it becomes available; This means that my database is always up to date. I started collecting data in early September. As such, I am unable to provide any accurate data from an earlier time. To view my data, you can visit this site; On the dashboard tab, you can see the latest moments, as well as 90 days of history in each region respectively.

+

My server network asks BeReal for the latest moments in each region once per second and records new data as it becomes available; This means that my database is always up to date. I started collecting data in early September 2022. As such, I am unable to provide any accurate data from an earlier time. To view my data, you can visit this site; On the dashboard tab, you can see the latest moments, as well as 90 days of history in each region respectively.

Why?

I started this project to help myself better understand how BeReal operates, and to make it easier for me to post my BeReals on-time. I continue to work on it because collecting data like this has allowed me to explore ways of visualizing and applying data in real-world applications. I do all of this on my own time, and I don't make any profits from it. If you appreciate what I have made and would like to help fund the project, you can donate to my Ko-Fi page using the widget in the bottom left corner of your screen.

diff --git a/src/index.html b/src/index.html index 0eb7eeb..fff6b41 100644 --- a/src/index.html +++ b/src/index.html @@ -486,7 +486,7 @@

Moments

When BeReal sends out a notification in a particular region for the day, that event can be referred to as a "moment". You may also see this terminology used interchangeably with "notification(s)". "moment" is the technical term referenced in the BeReal API.

Data Collection

-

My server network asks BeReal for the latest moments in each region once per second and records new data as it becomes available; This means that my database is always up to date. I started collecting data in early September. As such, I am unable to provide any accurate data from an earlier time. To view my data, you can visit this site; On the dashboard tab, you can see the latest moments, as well as 90 days of history in each region respectively.

+

My server network asks BeReal for the latest moments in each region once per second and records new data as it becomes available; This means that my database is always up to date. I started collecting data in early 2022. As such, I am unable to provide any accurate data from an earlier time. To view my data, you can visit this site; On the dashboard tab, you can see the latest moments, as well as 90 days of history in each region respectively.

Why?

I started this project to help myself better understand how BeReal operates, and to make it easier for me to post my BeReals on-time. I continue to work on it because collecting data like this has allowed me to explore ways of visualizing and applying data in real-world applications. I do all of this on my own time, and I don't make any profits from it. If you appreciate what I have made and would like to help fund the project, you can donate to my Ko-Fi page using the widget in the bottom left corner of your screen.

From ff9178ff2902a1bff0aa1067ee271438dd3db251 Mon Sep 17 00:00:00 2001 From: "Willow (GHOST)" Date: Mon, 5 Aug 2024 06:06:27 +0100 Subject: [PATCH 2/2] Update src/index.html --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index fff6b41..da68d79 100644 --- a/src/index.html +++ b/src/index.html @@ -486,7 +486,7 @@

Moments

When BeReal sends out a notification in a particular region for the day, that event can be referred to as a "moment". You may also see this terminology used interchangeably with "notification(s)". "moment" is the technical term referenced in the BeReal API.

Data Collection

-

My server network asks BeReal for the latest moments in each region once per second and records new data as it becomes available; This means that my database is always up to date. I started collecting data in early 2022. As such, I am unable to provide any accurate data from an earlier time. To view my data, you can visit this site; On the dashboard tab, you can see the latest moments, as well as 90 days of history in each region respectively.

+

My server network asks BeReal for the latest moments in each region once per second and records new data as it becomes available; This means that my database is always up to date. I started collecting data in early September 2022. As such, I am unable to provide any accurate data from an earlier time. To view my data, you can visit this site; On the dashboard tab, you can see the latest moments, as well as 90 days of history in each region respectively.

Why?

I started this project to help myself better understand how BeReal operates, and to make it easier for me to post my BeReals on-time. I continue to work on it because collecting data like this has allowed me to explore ways of visualizing and applying data in real-world applications. I do all of this on my own time, and I don't make any profits from it. If you appreciate what I have made and would like to help fund the project, you can donate to my Ko-Fi page using the widget in the bottom left corner of your screen.