ohld / BeFake

BeReal Python API wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

A near total coverage of BeReals mobile API is planned and nearly done, except a few things.

API Update

Due to recent changes in both BeFake and BeReal API, running befake legacy-token or a relogin is required.

Install

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

Usage

befake [OPTIONS] COMMAND [ARGS]...

Docker

docker run -v "{HOST_DATA_DIRECTORY}:/data" -v "{TOKEN}:/data/token.txt" notmarek/BeFake {command}

Projects using this library

Related projects

  • TooFake BeReal experience in your browser!

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

License:The Unlicense


Languages

Language:Python 99.7%Language:Dockerfile 0.3%