{"id":24756980,"url":"https://github.com/vayan/goirc","last_synced_at":"2025-06-20T08:04:52.142Z","repository":{"id":9507181,"uuid":"11401841","full_name":"vayan/goirc","owner":"vayan","description":"IRC Web client","archived":false,"fork":false,"pushed_at":"2013-07-14T11:08:35.000Z","size":4676,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T08:04:08.429Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/vayan.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}},"created_at":"2013-07-14T11:05:01.000Z","updated_at":"2014-08-10T21:49:18.000Z","dependencies_parsed_at":"2022-09-06T21:40:41.609Z","dependency_job_id":null,"html_url":"https://github.com/vayan/goirc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vayan/goirc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vayan%2Fgoirc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vayan%2Fgoirc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vayan%2Fgoirc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vayan%2Fgoirc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vayan","download_url":"https://codeload.github.com/vayan/goirc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vayan%2Fgoirc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260906994,"owners_count":23080603,"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","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":"2025-01-28T14:34:52.322Z","updated_at":"2025-06-20T08:04:47.112Z","avatar_url":"https://github.com/vayan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GO#IRC\n\n- - -\n\n## Build Requirements\n\n* Go                     \u003c[http://golang.org](http://golang.org)\u003e\n* websocket              \u003c[code.google.com/p/go.net/websocket](code.google.com/p/go.net/websocket)\u003e\n* Gorilla                \u003c[http://www.gorillatoolkit.org/](http://www.gorillatoolkit.org/)\u003e\n* go-ircevent            \u003c[github.com/thoj/go-ircevent](github.com/thoj/go-ircevent)\u003e\n* Go-SQL-Driver/MySQL    \u003c[github.com/Go-SQL-Driver/MySQL](github.com/Go-SQL-Driver/MySQL)\u003e\n\n* MySQL                  \u003c[https://www.mysql.com/](https://www.mysql.com/)\u003e\n\n\n## Comment setup le projet :\n\n* Set un env GOPATH qui link à la racine du projet\n (ex: `export GOPATH=/path/to/go/` )\n\n* dans votre dossier de projet :\n\n```\n#!shell\n\nmkdir bin\nmkdir src\nmkdir pkg\n```\n\n* rajouter le dossier bin crée precedement a votre PATH\n (ex : `export PATH=$PATH:/path/to/go/bin` )\n\n* Recuperer les dependances :\n\n```\n#!shell\n\ngo get code.google.com/p/go.net/websocket\ngo get bitbucket.org/vayan/gomin\ngo get github.com/gorilla/schema\ngo get github.com/gorilla/mux\ngo get github.com/gorilla/sessions\ngo get github.com/thoj/go-ircevent\ngo get github.com/go-sql-driver/mysql\ncd src\ngit clone git@bitbucket.org:vayan/goirc.git\ncd goirc\n```\n\n* Creer le fichier de config `conf.json` (exemple dans `conf.json.exemple`)\n\n* Done !\n\n## Comment lancer GO#IRC :\n\n```\n#!shell\n\ngo install goirc/goirc\ngoirc\n```\n\nPuis ouvrez un navigateur localhost:port (localhost:1112 par default)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvayan%2Fgoirc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvayan%2Fgoirc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvayan%2Fgoirc/lists"}