{"id":21763358,"url":"https://github.com/complexlity/fc-block-bot","last_synced_at":"2025-10-11T15:10:57.822Z","repository":{"id":256195855,"uuid":"850072809","full_name":"Complexlity/fc-block-bot","owner":"Complexlity","description":"This bot broadcasts on the farcaster network each time a user is blocked by another user","archived":false,"fork":false,"pushed_at":"2025-05-27T22:58:24.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-27T23:37:51.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://warpcast.com/blockbot","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/Complexlity.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}},"created_at":"2024-08-30T20:30:16.000Z","updated_at":"2025-05-27T22:58:27.000Z","dependencies_parsed_at":"2024-09-09T14:43:57.185Z","dependency_job_id":"9d9280a7-8623-41d9-b943-c69293372d22","html_url":"https://github.com/Complexlity/fc-block-bot","commit_stats":null,"previous_names":["complexlity/fc-block-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Complexlity/fc-block-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Complexlity%2Ffc-block-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Complexlity%2Ffc-block-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Complexlity%2Ffc-block-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Complexlity%2Ffc-block-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Complexlity","download_url":"https://codeload.github.com/Complexlity/fc-block-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Complexlity%2Ffc-block-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007601,"owners_count":26084333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-26T12:15:05.004Z","updated_at":"2025-10-11T15:10:57.802Z","avatar_url":"https://github.com/Complexlity.png","language":"TypeScript","readme":"# Farcaster Block Bot\n\nThis bot broadcasts on the farcaster network each time a user is blocked by another user.\nIt also posts a ranking of the most blocked users and the most blockers daily\n\n## Getting Started\n\n1. Clone the repository\n\n```\nhttps://github.com/Complexlity/fc-block-bot.git\ncd fc-block-bot\n```\n\n2. Install dependencies\n\n```\npnpm install\n```\n\n3. Rename `.env.sample` to `.env`\n\n```.env.sample \u003e .env\nmv .env.sample .env\n```\n\n4. Get Updated Rankings in your DB\n\n```\npnpm run scrape\n\n```\n\nOptional. But recommended if you want the bot to post rankings.\nIf you don't, remove START_RANKINGS_JOB=true from .env\n\n5. Run the bot\n\n```\npnpm run dev\n```\n\n## Getting a Signer UUID\n\nIf you don't have a signer uuid, you can get one with the following steps:\n\n1. Updated .env file with the mnemonic of the bot account.\n\n```.env\n...other variables\nFARCASTER_DEVELOPER_MNEMONIC=\u003cyour_farcaster_developer_mnemonic\u003e\n```\n\n2. Install some more dependencies\n\n```\npnpm install @farcaster/hub-nodejs @neynar/nodejs-sdk viem\n```\n\n3. Generate Signer UUID\n\n```\npnpm run generate\n```\n\n4. Navigate to the generated file `signerUuid.json`\n\n```scripts/signerUuid.json\n{\n  \"signer_uuid\": \u003cyour-generated-uuid\u003e,\n  \"public_key\": \u003cyour-public-key\u003e,\n  \"status\": \"pending_approval\",\n  \"signer_approval_url\": \"https://client.warpcast.com/deeplinks/signed-key-request?token=\u003cyour-token\u003e\"\n}\n```\n\n5. Copy the `signer_approval_url`\n\n6. Open the link in your mobile browser on a device with the warpcast app installed and the account ()\n\n7. Approve the request\n\n8. Copy the `signer_uuid` from `signerUuid.json`\n\n9. Paste the `signer_uuid` as the value of `SIGNER_UUID`in the .env file\n\n10. Uninstall the extra dependencies\n\n```\npnpm uninstall @farcaster/hub-nodejs @neynar/nodejs-sdk viem\n```\n\n12. Run the bot\n\n```\npnpm run dev\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplexlity%2Ffc-block-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomplexlity%2Ffc-block-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplexlity%2Ffc-block-bot/lists"}