userbradley / BeReal

How does BeReal work (Under the hood)
https://breadnet.co.uk/how-be-real-works/
MIT License
155 stars 6 forks source link

Is it possible to get a user's posts? #8

Closed treehousekingcomic closed 1 year ago

treehousekingcomic commented 1 year ago

Inspecting the network requests and their responses, posts have their image URL in this form: /Photos/[userId]/post/[imageId].webp

Is it possible to guess the imageId somehow?

userbradley commented 1 year ago

Perhaps. The image ID is made up of the unix timestamp and a random ID from what I can tell.

In theory this is possible, but in practice there are too many permutations of possible ID's

userbradley commented 1 year ago

Have a look at https://github.com/notmarek/BeFake


closing issue as not planned

NeedNot commented 1 year ago

out of curiosity did that repo crack the code on getting the ids?