Metadata-Version: 2.1
Name: BeFake
Version: 1.0.0
Summary: BeReal Python API wrapper
Home-page: https://github.com/notmarek/BeFake
Author: OfficialFreak, Smart123s, ArtenH, OfficialBrot, Péter Tombor, Benomity, Jorge Martínez, jaannnis
Author-email: Marek Veselý <me@notmarek.com>
License: Unlicense
Project-URL: Homepage, https://github.com/notmarek/BeFake
Project-URL: Bug Tracker, https://github.com/notmarek/BeFake/issues
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click (==8.1.3)
Requires-Dist: httpx (==0.23.0)
Requires-Dist: pendulum (==2.1.2)
Requires-Dist: pillow (==9.2.0)

<picture width="512" align="right">
 <source media="(prefers-color-scheme: dark)" srcset="./assets/befake-white.png">
 <img src="./assets/befake-black.png">
</picture>

A cool tool for collecting all your friends photos from BeReal (including RealMojis) without taking any screenshots or even opening the app.

## Install
```bash
pip install git+https://github.com/notmarek/BeFake
```

## Usage
```bash
befake [OPTIONS] COMMAND [ARGS]...
```


## Developement


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

  pip install -r requirements.txt
  python befake.py
```

have fun

