This tool has been designed to export your bereal memories outside the app (from a json source file) in photo format (10cm x 15cm). Each photo contains 2 Bereals, which can then be cut out after printing.
- Python 3.6+ / Pip
- Pillow library
- Requests library
- Certifi library
Not implemented yet, but you can get one by sniffing the app's traffic. (you check mitmproxy).
Or you can use this nice python project, BeFake.
Not implemented yet, but you can hit the API endpoint https://mobile.bereal.com/api/feeds/memories
with your bearer token and AlexisBarreyat.BeReal/0.23.2 iPhone/16.0 hw/iPhone13_2
as user-agent.
# Clone the repo
git clone [email protected]:baptistejouin/bereal-export-py.git
# Run the script
python bereal-export-py/app.py --json <path to your json file> --output <path to your output folder>