{"id":41510564,"url":"https://github.com/nuetoban/crocodile-game-bot","last_synced_at":"2026-01-23T19:44:48.780Z","repository":{"id":45522075,"uuid":"228176650","full_name":"nuetoban/crocodile-game-bot","owner":"nuetoban","description":"🐊 Crocodile Game bot for Telegram","archived":false,"fork":false,"pushed_at":"2021-01-15T11:48:01.000Z","size":760,"stargazers_count":25,"open_issues_count":2,"forks_count":27,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-18T23:17:33.878Z","etag":null,"topics":["bot","go","golang","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuetoban.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}},"created_at":"2019-12-15T11:57:31.000Z","updated_at":"2024-05-05T13:15:32.000Z","dependencies_parsed_at":"2022-07-19T14:42:41.740Z","dependency_job_id":null,"html_url":"https://github.com/nuetoban/crocodile-game-bot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nuetoban/crocodile-game-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuetoban%2Fcrocodile-game-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuetoban%2Fcrocodile-game-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuetoban%2Fcrocodile-game-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuetoban%2Fcrocodile-game-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuetoban","download_url":"https://codeload.github.com/nuetoban/crocodile-game-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuetoban%2Fcrocodile-game-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28699345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: 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":["bot","go","golang","telegram","telegram-bot"],"created_at":"2026-01-23T19:44:48.278Z","updated_at":"2026-01-23T19:44:48.771Z","avatar_url":"https://github.com/nuetoban.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crocodile Game Bot\nThis is a Crocodile Game bot for Telegram.\nI'm not sure that such game is called \"Crocodile\" in English,\nbut in Russian it's called that way. `¯\\_(ツ)_/¯`\n\nThe main bot instance is here: https://t.me/Crocodile_Game_Bot\n\n# ⚠️ This repo is no longer maintained\nWe've migrated to a private repository.\n\n## Installation\n```\ngo get -u github.com/nuetoban/crocodile-game-bot\n```\n\n## Running\n1. Copy .env.example to .env and fill variables\n```\ncp .env{.example,}                               # Copy\nvim .env                                         # Edit\nsource \u003c(cat .env | awk '{print \"export\", $1}')  # Set variables\n```\n\n2. Run redis and postgresql\n```\ndocker-compose up -d redis\ndocker-compose up -d postgresql\n```\n\n3. Apply migrations — see \"Database Migrations\" section\n```\nmake migrate-up\n```\n\n4. Run application\n```\nmake run\n```\n\n## Testing\nExecute this command:\n```\nmake test\n```\n\n## Database Migrations\nWe use https://github.com/golang-migrate/migrate to perform migrations.\nThem are stored in ./migrations/ folder.\n\nTo apply migrations to your database do the following:\n\n1. Install `migrate` tool: https://github.com/golang-migrate/migrate/tree/master/cmd/migrate\n2. Apply migrations\n```\nmigrate -source file://migrations -database 'postgres://user:pass@localhost:5432/postgres?sslmode=disable' up\n```\n\nIf you need to downgrade the database schema, run this command\n```\nmigrate -source file://migrations -database 'postgres://user:pass@localhost:5432/postgres?sslmode=disable' down\n```\nJust `down` instead of `up` in the end of the command.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuetoban%2Fcrocodile-game-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuetoban%2Fcrocodile-game-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuetoban%2Fcrocodile-game-bot/lists"}