s-alad / toofake

View friends BeReals without posting or them knowing. Post custom BeReal's whenever. Add custom realmojis
https://toofake.lol/
MIT License
152 stars 33 forks source link

Questions regarding API-usage #42

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hi - cool app! I was just wondering how https://toofake.lol/ works.

Are you only using API from BeReal, or are you adding extra functionality?

Do you store/log anything when users use https://toofake.lol/ (e.g. phone number used, verification code, IPs, posts)? Or is this done exclusively on BeReal-servers?

Thanks in advance! 😊

s-alad commented 1 year ago

Hey, it's using reverse engineered API routes from a MITM attack on bereal. A lot of the current routes are based on the old Befake project before it got taken down.

I'm just using the BeReal api as they don't check anything on their side.

I do not store any info from the user or save any private info. There are console logs that are used to check things are working but nothing is stored or used. Feel free to run it locally if you don't want to use my hosted version!

Toofake is pretty much just a graphical interface for bereals own api