notmarek / BeFake

BeReal Python API wrapper
131 stars 29 forks source link

Add support for extra bereals #87

Closed KoenMangelschots closed 1 year ago

KoenMangelschots commented 1 year ago

The latest bereal version added support for users to post extra bereals if they posted their first bereal on time, but the current friends feed command does not seem to download these extra bereals.

clam0r commented 1 year ago

jup, that would be nice. They adeed a new friends feed endpoint https://mobile.bereal.com/api/feeds/friends-v1

valerierx commented 1 year ago

On it, together with the new friends-v1 endpoint.

ohld commented 1 year ago

I want to add a penny here: Please also add an endpoint to remove a friend. Right now, BeFake has only add_friend (which is 100% fine) and remove_friend_request (which produces 400, maybe already became broken).

valerierx commented 1 year ago

I want to add a penny here: Please also add an endpoint to remove a friend. Right now, BeFake has only add_friend (which is 100% fine) and remove_friend_request (which produces 400, maybe already became broken).

Maybe open another issue for that purpose. Closing as this has been completed, note that the save locations are not human readable atm

NicoWeio commented 1 year ago

For future reference: This has been implemented in 416e1db198f7a557b87dd68ee51aa933ba0f16e5.