{"id":15427436,"url":"https://github.com/eucalyptus-viminalis/algoskip","last_synced_at":"2026-05-15T21:31:36.550Z","repository":{"id":224044661,"uuid":"757324422","full_name":"eucalyptus-viminalis/algoskip","owner":"eucalyptus-viminalis","description":"algoskip","archived":false,"fork":false,"pushed_at":"2024-02-29T22:55:50.000Z","size":346,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T00:22:41.150Z","etag":null,"topics":["farcaster","farcaster-frames","frames-js","framesjs"],"latest_commit_sha":null,"homepage":"https://warpcast.com/3070/0xe5770891","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eucalyptus-viminalis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-14T09:07:30.000Z","updated_at":"2024-05-13T12:15:51.000Z","dependencies_parsed_at":"2025-07-03T08:48:44.788Z","dependency_job_id":null,"html_url":"https://github.com/eucalyptus-viminalis/algoskip","commit_stats":null,"previous_names":["eucalyptus-viminalis/algoskip"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eucalyptus-viminalis/algoskip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eucalyptus-viminalis%2Falgoskip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eucalyptus-viminalis%2Falgoskip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eucalyptus-viminalis%2Falgoskip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eucalyptus-viminalis%2Falgoskip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eucalyptus-viminalis","download_url":"https://codeload.github.com/eucalyptus-viminalis/algoskip/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eucalyptus-viminalis%2Falgoskip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["farcaster","farcaster-frames","frames-js","framesjs"],"created_at":"2024-10-01T18:00:18.868Z","updated_at":"2026-05-15T21:31:36.532Z","avatar_url":"https://github.com/eucalyptus-viminalis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# algoskip\n\n\\\u003e _extensible diy feed algos in a frame_\n\n\\\u003e _skip the algorithm_\n\n---\n\n__Table of Contents__\n\n1. [Demo](#demo)\n2. [Overview](#overview)\n3. [Motivation](#motivation)\n4. [Workflows](#workflows)\n5. [Get Started](#get-started)\n6. [Contributors](#contributors)\n\n## Demo\n\nLive on warpcast: https://warpcast.com/3070/0xe5770891\n\n\u003e Developers: To learn how to run the app, please skip to [Get Started](#get-started)\n\nInteract with _algoskip_ using _Warpcast_'s frame validator tool with the below details:\n\n- frame validator tool: https://warpcast.com/~/developers/frames\n- _algoskip_ deployment url (initial frame): https://algoskip.vercel.app/frame/home\n\n1. Go to the frame validator tool using the link above\n2. Copy and paste the deployment url above for the initial frame\n3. Click the button to the right of where you pasted the URL\n4. Interact with _algoskip_\n\n\u003cimg width=\"570\" alt=\"image\" src=\"https://github.com/eucalyptus-viminalis/algoskip/assets/65995595/9d1884b6-e345-45b3-a4ca-23d7e1d9564a\"\u003e\n\n\n## Overview\n\n_algoskip_ is a _Farcaster Frame_ implementation of a _Farcaster_ feed. It serves _Farcaster_ casts via filters and algorithms that the user selects, bypassing the hard-coded algorithm set by the client in which the user is viewing the frame, or injecting casts into any environment that supports _Farcaster Frame_ embeds.\n\n## Motivation\n\nOne of the most valuable aspects of decentralized protocols, such as _Farcaster_, is the **public accessibility** of data. _algoskip_ serves to highlight the notion of composability afforded by such protocols, through accessing public data and allowing users to \"skip the algorithm\" via the _Farcaster Frame_ technology.\n\n## Workflows\n\n1. Composing Criterias\n2. Browsing Selected Casts\n\n### Composing Criterias\n\nUsers are able to compose criterias to retrieve desired casts.\n\nThis workflow involves:\n\n1. **Selecting** the category of casts: \"my casts\" or \"trending\"\n2. **Applying** filters and **Selecting** a sorting algorithm\n3. If \"trending\" selected: Also **Selecting** a channel to filter by\n4. **Performing** a \"reveal\" in which a selection of casts are retrieved by _algoskip_ and served to the user\n\n\u003cimg width=\"600\" src=\"https://github.com/eucalyptus-viminalis/algoskip/assets/65995595/1bc78bbe-6635-4510-a24c-31d6a2cee2ac\"\u003e\n\n\u003cimg width=\"600\" src=\"https://github.com/eucalyptus-viminalis/algoskip/assets/65995595/c022f6e3-4d0c-43df-8781-059637715d3b\"\u003e\n\n\u003cimg width=\"600\" src=\"https://github.com/eucalyptus-viminalis/algoskip/assets/65995595/f0ca10a1-c4c0-4274-a117-5746425c7f89\"\u003e\n\n\u003cimg width=\"600\" src=\"https://github.com/eucalyptus-viminalis/algoskip/assets/65995595/d2cb079e-282b-4d1e-b0e4-740166305a0c\"\u003e\n\n\u003cimg width=\"600\" src=\"https://github.com/eucalyptus-viminalis/algoskip/assets/65995595/a7fd2265-e151-42f5-99ac-e5758165c945\"\u003e\n\n\u003cimg width=\"600\" src=\"https://github.com/eucalyptus-viminalis/algoskip/assets/65995595/4d712746-fa11-46da-907e-17e9a38a5e28\"\u003e\n\n### Browsing Selected Casts\n\nUsers can browse the \"revealed\" casts via _Farcaster Frame_ buttons.\n\nThis workflow involves:\n\n1. **Navigating** the selection of casts \"revealed\" by the criterias set by the user\n2. **Viewing** a cast with context by pressing the \"goto cast\" button and navigating to a _Farcaster_client, such as _Warpcast_\n\n\u003cimg width=\"600\" src=\"https://github.com/eucalyptus-viminalis/algoskip/assets/65995595/ac88cbef-6362-4afd-9c5f-c9ee04b0ee71\"\u003e\n\n\u003cimg width=\"600\" src=\"https://github.com/eucalyptus-viminalis/algoskip/assets/65995595/24a0b532-17d7-4cea-884e-687e4f540922\"\u003e\n\n\u003cimg width=\"600\" src=\"https://github.com/eucalyptus-viminalis/algoskip/assets/65995595/36f6ea41-92e0-4250-87bd-3db7c462f46b\"\u003e\n\n## Get Started\n\n\u003e You must have your own _Neynar_ api key to run this app. If you don't have one, please head over to https://neynar.com/ before following the below steps\n\n1. Clone the repo through _GitHub_: https://github.com/eucalyptus-viminalis\n2. Make a copy of `.env.example` file and name it `.env.local`\n3. Set `NEYNAR_API_KEY` environment variable in `.env.local`\n4. Run `pnpm install` or `npm install` at the command line to install the project's dependencies\n5. Run `pnpm dev` or `npm dev` to run the app\n6. Test frame routes located at `/src/api/*` using HTTP clients like _Postman_ **or** deploy the app to a platform like _Vercel_ and use the deployment URL to interact with the frame using _Warpcast_'s frame validator tool (https://warpcast.com/~/developers/frames)\n\n## Contributors\n\n- 3070 ([Warpcast Profile](https://warpcast.com/3070))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feucalyptus-viminalis%2Falgoskip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feucalyptus-viminalis%2Falgoskip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feucalyptus-viminalis%2Falgoskip/lists"}