Skip to content
forked from notmarek/BeFake

BeReal Python API wrapper. Actively maintained; includes support for BTS.

License

Notifications You must be signed in to change notification settings

NicoWeio/BeFake

 
 

Repository files navigation

A cool tool for collecting all your friends' photos from BeReal (including RealMojis) without taking any screenshots, opening the app, annoying analytics and much much more!

Note

This is a fork of notmarek/BeFake, which unfortunately has been cease-and-desisted by BeReal. I (@NicoWeio) maintain this fork for personal use, so I cannot promise that features besides login and friends feed will work. PRs are welcome either way!

Warning

Because this is primarily for personal use, there will be breaking changes without warning. Make sure to pin the version you are using!

Install

pip install git+https://github.com/NicoWeio/BeFake

Usage

befake [OPTIONS] COMMAND [ARGS]...

Docker

# NOTE: This specific command is untested.
docker run -v "{HOST_DATA_DIRECTORY}:/data" -v "{TOKEN}:/data/token.txt" ghcr.io/nicoweio/befake:latest {command}

Related projects

Developement

  python -m venv .venv // create a venv (optional)
  source .venv/bin/activate

  pip install -r requirements.txt
  python befake.py

have fun

About

BeReal Python API wrapper. Actively maintained; includes support for BTS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Python 99.7%
  • Dockerfile 0.3%