Skip to main content

python sdk for retro, the photo sharing app!

Project description

retro sdk

a python sdk for the internal retro api + db!

authentication

  • send_code(phone_number, verbose=False) — send a verification SMS (international format, e.g. +18556254225)
  • verify_code(code, phone_number=None, verbose=False) — verify the SMS code and authenticate the session
  • get_refresh_token(token, verbose=False) — exchange a custom token for a refresh token and store it

users

  • get_current_user_id() — returns the UID of the authenticated user
  • get_user(user_id=None) — get a user's profile data; defaults to the current user
  • set_username(username, verbose=False) — set the username for the authenticated user
  • get_user_profile_picture(user_id) — get a user's profile picture as a PIL Image
  • list_profile_photos(user_id) — list filenames of a user's profile photos in Firebase Storage
  • download_profile_photo(user_id, filename) — download a profile photo as a PIL Image
  • download_profile_photos(user_id) — download all profile photos for a user

media

  • get_week_media(user_id, week_id) — get all media items for a user and week
  • upload_media(image, image_time=None, image_location=None, album_id=None) — upload a PIL Image as a new post; image_time is a unix timestamp for when the photo was taken (determines week and createdAt; defaults to now); optionally set image_location and album_id to associate with a journal
  • delete_media(week_id, media_id) — delete one of your own media items
  • tag_user(media_id, week_id, user_id) — tag a user in one of your own posts
  • untag_user(media_id, week_id, user_id) — remove a tag from one of your own posts
  • get_media_metadata(user_id, week, filename) — get Firebase Storage metadata for a media file
  • list_files_in_folder(user_id, week) — list raw Storage response for a user's week folder
  • get_filenames_in_folder(user_id, week) — get filenames in a user's week folder
  • download_media_file(user_id, week, filename) — download a media file as a PIL Image
  • download_image(storage_path) — download any Firebase Storage file as a PIL Image

comments & likes

  • get_media_comments(owner_id, media_id) — get all comments on a media item
  • post_comment(owner_id, media_id, week_id, text) — post a comment on a media item
  • like_media(owner_id, media_id, week_id) — like a media item
  • unlike_media(owner_id, media_id) — remove a like

friends

  • get_friend_statuses(filter=None) — get all friend relationships; optionally pass a FieldFilter
  • send_friend_request(user_id) — send a friend request
  • cancel_friend_request(user_id) — cancel a pending outbound friend request
  • accept_friend_request(user_id, verbose=False) — accept an incoming friend request
  • reject_friend_request(user_id, verbose=False) — reject an incoming friend request
  • unfriend(user_id) — remove a friend
  • get_people_you_may_also_know(user_id, verbose=False) — get suggested friends

keys

  • give_key(user_id) — give your key to a friend
  • revoke_key(user_id) — take back a key you gave

albums

  • get_album(album_id) — get album/journal metadata (includes publicSlug for share URLs)
  • get_album_media(album_id) — get all media in an album, ordered oldest-first
  • create_album(name, members=[], cover_font="roslindale", verbose=False) — create a new album
  • add_album_member(album_id, user_ids) — add members to an album
  • remove_album_member(album_id, user_id) — remove a member from an album
  • make_album_admin(album_id, user_id) — promote a member to admin

dms

  • get_threads(member_filter=None, include_deleted=False) — get DM threads for the current user; optionally filter by members with {"member_ids": [...], "exclusive": bool}
  • get_thread_members(thread_id) — get member user IDs for a thread
  • get_messages(thread_id, limit=50) — get messages in a thread, oldest-first
  • send_message(thread_id, text) — send a text message to an existing thread; returns the new message ID
  • create_message_thread(member_ids) — create a new DM thread with a list of user IDs; returns the thread ID
  • add_message_thread_members(user_ids, message_thread_id) — add members to an existing thread

notifications

  • get_notifications(type=None) — get activity notifications; optionally filter by "like", "comment", "request", or "tag"

search

  • search_users(username, page=0) — search for users by username via Algolia (no auth required)
  • get_user_id(username) — look up a user's ID from their username

profile weeks

  • profile_weeks(user_id, verbose=False) — get the list of weeks a user has posted (requires friendship or key)
  • profile_weeks_v2(user_id, verbose=False) — same as above, also returns isNew

utilities

  • get_auth_token() — returns the current auth token, refreshing if expired
  • get_auth_header() — returns the Firebase auth header dict for manual requests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

retro_sdk-0.4.3.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

retro_sdk-0.4.3-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file retro_sdk-0.4.3.tar.gz.

File metadata

  • Download URL: retro_sdk-0.4.3.tar.gz
  • Upload date:
  • Size: 12.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for retro_sdk-0.4.3.tar.gz
Algorithm Hash digest
SHA256 d4c48a773a03f790ab7774860f87b8887a3dd397c77f44c2e2e5cf9d02887385
MD5 71e6cf4f55ca0de85fb434e1d43848aa
BLAKE2b-256 716952b92ceb0a0a80d97aeda9a4bec7f1c697b2f12baa62e99692148f9ed7fb

See more details on using hashes here.

File details

Details for the file retro_sdk-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: retro_sdk-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 12.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for retro_sdk-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ace400a7e8ea19f982427807a40947b504c0c1832d58c60bc0507e5cc164063a
MD5 ed05fb7c001522eb55973437be30728b
BLAKE2b-256 093fb0a78e8a0e29031b0e7844d1d0fe8fe8cfbca58c2f881d44b197ec82fa4c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page