{"id":15940542,"url":"https://github.com/codl/pokemonrates","last_synced_at":"2026-01-12T07:28:40.496Z","repository":{"id":20958844,"uuid":"91387600","full_name":"codl/pokemonrates","owner":"codl","description":"a robot that rates pokémon","archived":false,"fork":false,"pushed_at":"2025-03-09T19:55:17.000Z","size":361,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T20:45:50.907Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://botsin.space/@pokemonrates","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codl.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2017-05-15T21:44:28.000Z","updated_at":"2025-03-09T19:55:21.000Z","dependencies_parsed_at":"2023-10-01T19:59:28.878Z","dependency_job_id":"c7d21ad2-f438-400d-8b48-ce6ad754b683","html_url":"https://github.com/codl/pokemonrates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codl/pokemonrates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codl%2Fpokemonrates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codl%2Fpokemonrates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codl%2Fpokemonrates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codl%2Fpokemonrates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codl","download_url":"https://codeload.github.com/codl/pokemonrates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codl%2Fpokemonrates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-07T06:42:03.175Z","updated_at":"2026-01-12T07:28:40.491Z","avatar_url":"https://github.com/codl.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pokemon rates\n\nis a ~~mastodon~~ gotosocial bot that rates pokémon. it can be found at [pokemon_rates@reentry.codl.fr](https://reentry.codl.fr/@pokemon_rates)\n\n## running\n\nthese instructions are probably not for you\n\n### natively\n\nmake sure python 3.12ish or higher is installed, and that you're in [a venv](https://docs.python.org/3.10/library/venv.html)\n\n```\n# install dependencies\npip install -r requirements.txt\n\n# configure\ncp bot.example.yml bot.yml\n$EDITOR bot.yml\n\n# run\npython run.py\n```\n\n### docker\n\n```\n# build docker image\ndocker buildx build -t pokemonrates .\n\n# configure\ncp bot.example.yml bot.yml\n$EDITOR bot.yml\n\n# run\ndocker run -d -v /absolute/path/to/bot.yml:/app/bot.yml pokemonrates\n```\n\n`--restart unless-stopped` may be a wise addition to that `docker run` command\n\n## scraping pokemon names\n\nthis scrapes names of pokémon from bulbapedia. it's bad but i don't have anything better\n\n### natively\n\n```\npython scrape_pokemon.py \u003e pokemon.txt\n```\n\n### docker\n\n```\ndocker buildx build -t pokemonrates:scrape --target scrape .\ndocker run --rm pokemonrates:scrape \u003e pokemon.txt\n```\n\nnote that you'll need to rebuild the bot's main docker image to include the new list of pokémon\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodl%2Fpokemonrates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodl%2Fpokemonrates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodl%2Fpokemonrates/lists"}