📲 You can subscribe to INSTANT BeReal notifications in Telegram here: https://t.me/BeRealNotifyBot
I encountered a problem that my BeReal notification arrived late, arrived without sound, or did not arrive at all. After searching the Internet, I found out that I am not the only one who has this problem. Therefore, I decided to transfer BeReal notifications to Telegram, which has an instant speed of sending notifications, without loss, and has the ability to customize the notification sound.
As a result, notifications now arrive smoothly and much earlier than the official notification.
- To obtain notification data, we use the internal API of the BeReal application, for example: Click
- To update the data, we use short polling with the interval specified in the
settings.json
file. Not the best variant, but this API does not support long polling or webhook methods.
Tested on:
- NodeJS v21.7.1
- NPM v10.5.0
Download: https://nodejs.org/
- Clone the repository and unzip to any folder.
- Rename
settings.example.json
tosettings.json
and fill it with bot token and IDs of channels. - Run command:
npm i & npm run dev
Please rate this repository by giving it a star rating in the top right corner of the GitHub page (you must be logged in to your account). Thank you ❤️