{"id":23471091,"url":"https://github.com/hitalom/gojira","last_synced_at":"2025-08-26T23:37:10.127Z","repository":{"id":155162450,"uuid":"630730369","full_name":"HitaloM/Gojira","owner":"HitaloM","description":"A bot for Telegram that provides anime and manga information through AniList","archived":false,"fork":false,"pushed_at":"2024-10-31T13:55:47.000Z","size":532,"stargazers_count":16,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T17:29:38.298Z","etag":null,"topics":["aiogram","python","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"https://t.me/PyGodzillaBot","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HitaloM.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"HitaloM"}},"created_at":"2023-04-21T02:54:34.000Z","updated_at":"2025-04-09T10:24:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"861a0ec4-5677-42e2-9d18-d12913e27b5b","html_url":"https://github.com/HitaloM/Gojira","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HitaloM/Gojira","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HitaloM%2FGojira","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HitaloM%2FGojira/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HitaloM%2FGojira/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HitaloM%2FGojira/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HitaloM","download_url":"https://codeload.github.com/HitaloM/Gojira/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HitaloM%2FGojira/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272267609,"owners_count":24903735,"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-26T02:00:07.904Z","response_time":60,"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":["aiogram","python","telegram","telegram-bot"],"created_at":"2024-12-24T16:20:03.552Z","updated_at":"2025-08-26T23:37:10.099Z","avatar_url":"https://github.com/HitaloM.png","language":"Python","funding_links":["https://github.com/sponsors/HitaloM"],"categories":[],"sub_categories":[],"readme":"#####################\nGojira - Telegram Bot\n#####################\n\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json\n    :target: https://github.com/charliermarsh/ruff\n    :alt: Ruff\n\n.. image:: https://badges.crowdin.net/gojira/localized.svg\n    :target: https://crowdin.com/project/gojira/\n    :alt: crowdin status\n\n.. image:: https://results.pre-commit.ci/badge/github/HitaloM/Gojira/main.svg\n   :target: https://results.pre-commit.ci/latest/github/HitaloM/Gojira/main\n   :alt: pre-commit.ci status\n\nThis bot can get information from AniList through its API with GraphQL, supporting all AniList media.\n\nHow to contribute\n=================\nEvery open source project lives from the generous help by contributors that sacrifices their time and Gojira is no different.\n\nTranslations\n------------\nTranslations should be done in our `Crowdin Project \u003chttps://crowdin.com/project/gojira\u003e`_,\nas Crowdin checks for grammatical issues, provides improved context about the string to be translated and so on,\nthus possibly providing better quality translations. But you can also submit a pull request if you prefer to translate that way.\n\nBot setup\n---------\nBelow you can learn how to set up the Gojira project.\n\nRequirements\n~~~~~~~~~~~~\n- Python 3.11.X.\n- An Unix-like operating system (Windows isn't supported).\n- Redis\n\nInstructions\n~~~~~~~~~~~~\n1. Create a virtualenv (This step is optional, but **highly** recommended to avoid dependency conflicts)\n\n   - ``python3 -m venv .venv`` (You don't need to run it again)\n   - ``. .venv/bin/activate`` (You must run this every time you open the project in a new shell)\n\n2. Install dependencies from the pyproject.toml with ``python3 -m pip install . -U``.\n3. Go to https://my.telegram.org/apps and create a new app.\n4. Compile the desired locales (languages) as instructed `here \u003chttps://docs.aiogram.dev/en/latest/utils/i18n.html#deal-with-babel/\u003e`_.\n5. Start the Redis service:\n\n\n- ``systemctl start redis``\n\n\n6. Create a new ``config.env`` in ``data/``, there is a ``config.example.env`` file for you to use as a template.\n7. After completing the ``config.env`` file, run ``python3 -m gojira`` to start the bot.\n\nTools\n~~~~~\n- Use `ruff \u003chttps://pypi.org/project/ruff/\u003e`_ to lint and format your code.\n- We recommend using `pre-commit \u003chttps://pre-commit.com/\u003e`_ to automate the above tools.\n- We use VSCode and recommend it with the Python, Pylance and Intellicode extensions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhitalom%2Fgojira","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhitalom%2Fgojira","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhitalom%2Fgojira/lists"}