{"id":27197038,"url":"https://github.com/markmandel/discord-social-tui","last_synced_at":"2026-01-21T03:33:00.540Z","repository":{"id":286537936,"uuid":"961688951","full_name":"markmandel/discord-social-tui","owner":"markmandel","description":"A terminal user interface for Discord's social features using the Discord Social SDK.","archived":false,"fork":false,"pushed_at":"2026-01-17T00:24:35.000Z","size":205,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-17T12:55:34.204Z","etag":null,"topics":["discord","discord-social-sdk","tui"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markmandel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-07T02:19:10.000Z","updated_at":"2026-01-17T00:24:39.000Z","dependencies_parsed_at":"2025-08-02T01:12:30.436Z","dependency_job_id":"7abe6173-534a-4336-9a6c-4d029dbf7091","html_url":"https://github.com/markmandel/discord-social-tui","commit_stats":null,"previous_names":["markmandel/discord-social-tui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markmandel/discord-social-tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmandel%2Fdiscord-social-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmandel%2Fdiscord-social-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmandel%2Fdiscord-social-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmandel%2Fdiscord-social-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markmandel","download_url":"https://codeload.github.com/markmandel/discord-social-tui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmandel%2Fdiscord-social-tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28624508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T02:47:06.670Z","status":"ssl_error","status_checked_at":"2026-01-21T02:45:44.886Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["discord","discord-social-sdk","tui"],"created_at":"2025-04-09T20:26:36.060Z","updated_at":"2026-01-21T03:33:00.534Z","avatar_url":"https://github.com/markmandel.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Social TUI\n\nA terminal user interface for Discord's social features using the Discord Social SDK.\n\n![screenshot](./screenshot.png)\n\n## Prerequisites\n\n- C++23 compatible compiler\n- CMake (3.10 or higher)\n- Discord Social SDK (not included)\n\n## Installation\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/markmandel/discord-social-tui.git\ncd discord-social-tui\n```\n\n### 2. Install Discord Social SDK\n\nYou need to manually download and install the Discord Social SDK:\n\n1. Download the Discord Social SDK from the [Discord Developer Portal](https://discord.com/developers/docs/discord-social-sdk/overview)\n2. Extract the contents to `./lib/`\n3. Ensure the header file is available at `./lib/discord_social_sdk/include/discordpp.h`\n\n### 3. Build the project\n\n```bash\ncmake -B build \u0026\u0026 cmake --build build\n```\n\n## Running the Application\n\n```bash\n./build/discord_social_tui\n```\n\n### Required Environment Variables\n\nThe following environment variable needs to be set:\n\n- `DISCORD_APPLICATION_ID` - Your Discord application ID\n\nExample:\n```bash\nDISCORD_APPLICATION_ID=your_application_id ./build/discord_social_tui\n```\n\n## Development\n\n### Formatting and Linting\n\n```bash\ncmake --build build --target lint\n```\n\n## License\n\nThis project is licensed under the Apache Licence 2.0 - see the LICENSE file for details.\n\nNot an official Discord project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkmandel%2Fdiscord-social-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkmandel%2Fdiscord-social-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkmandel%2Fdiscord-social-tui/lists"}