Skip to content

Our backend, handling everything behind closed doors ๐Ÿ”’

Notifications You must be signed in to change notification settings

minimalens/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Backend

Backend for ETH-Global Lisbon 2023.

Webservice, which queues data from Lens-BigQuery.

Takes wallet-address as input, queues all associated interactions including:

  • collections
  • comments
  • reactions
  • mirrors of comments
  • mirrors of posts

With these interactions, profiles which are not relevant for the user are identified. For these user, following information are collected:
  • img_link
  • handle
  • name
  • nft_addr

Usage

The webservice is deployed to a pythonanywhere.com space.
You can reach the endpoint at:

https://pbbecker.pythonanywhere.com/minimalens

You have to POST the endpoint with the following json, replacing "id" with your wallet_id :

{"profile_id": id}

About

Our backend, handling everything behind closed doors ๐Ÿ”’

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages