{"id":19884693,"url":"https://github.com/haletran/42_ft_irc","last_synced_at":"2025-08-16T10:36:04.934Z","repository":{"id":257861872,"uuid":"868560524","full_name":"Haletran/42_ft_irc","owner":"Haletran","description":"My own IRC server made in C++","archived":false,"fork":false,"pushed_at":"2024-12-10T18:54:25.000Z","size":11345,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T03:42:45.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/Haletran.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-10-06T17:35:53.000Z","updated_at":"2024-12-10T18:54:29.000Z","dependencies_parsed_at":"2024-10-27T21:15:03.633Z","dependency_job_id":"1947da03-0599-47b3-b47a-acd9764ffaa9","html_url":"https://github.com/Haletran/42_ft_irc","commit_stats":null,"previous_names":["haletran/42_ft_irc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Haletran/42_ft_irc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haletran%2F42_ft_irc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haletran%2F42_ft_irc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haletran%2F42_ft_irc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haletran%2F42_ft_irc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Haletran","download_url":"https://codeload.github.com/Haletran/42_ft_irc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haletran%2F42_ft_irc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270702468,"owners_count":24630869,"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-08-16T02:00:11.002Z","response_time":91,"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-12T17:29:02.595Z","updated_at":"2025-08-16T10:36:04.907Z","avatar_url":"https://github.com/Haletran.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 42_FT_IRC\n\n=\u003e Project made in collaboration with [@gnoumalin](https://github.com/gnoumalin)\n\nThis project is about creating your own IRC server.\n\n## BOT animation\n\nScript to generate frames for animation :)\n\u003e Note :\n\u003e set scrollback lines to `30`\n\u003e change font to `JetBrains Mono` for better rendering of black color\n\n```bash\n# Inspired by this tutorial : https://gist.github.com/aishenreemo/1902ce9d938202fe03ae9377ac69a7e9\n#ascii image converter link : https://github.com/TheZoraiz/ascii-image-converter/releases/download/v1.13.1/ascii-image-converter_Linux_amd64_64bit.tar.gz\nmkdir animation\ncd animation\n\nyt-dlp -f \"bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best\" https://www.youtube.com/watch\\?v\\=FtutLA63Cp8\\\u0026ab_channel\\=kasidid2 -o bad_apple.mp4\nffmpeg -i bad_apple.mp4 bad_apple.mp3\nmkdir -p frames\nffmpeg -i bad_apple.mp4 -vf fps=10 frames/out%05d.jpg\n\ncd frames\nmkdir -p ../frames_ascii\n\nfor file in *.jpg; do\n    ascii-image-converter \"$file\" --braille --dimensions 90,30 \u003e \"../frames_ascii/${file%.jpg}.txt\"\ndone\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaletran%2F42_ft_irc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaletran%2F42_ft_irc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaletran%2F42_ft_irc/lists"}