{"id":18466115,"url":"https://github.com/tomosfps/aeri","last_synced_at":"2025-09-17T21:20:32.548Z","repository":{"id":259205049,"uuid":"875115201","full_name":"tomosfps/aeri","owner":"tomosfps","description":"Display anime, manga or user information, straight to Discord.","archived":false,"fork":false,"pushed_at":"2025-05-29T12:32:55.000Z","size":6335,"stargazers_count":3,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-29T14:08:24.348Z","etag":null,"topics":["caching","discord","discord-bot","rust-backend","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomosfps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-19T06:15:31.000Z","updated_at":"2025-03-23T13:43:06.000Z","dependencies_parsed_at":"2024-11-01T19:16:51.812Z","dependency_job_id":"5da96e50-377e-4c4f-94d2-56f551f564d0","html_url":"https://github.com/tomosfps/aeri","commit_stats":null,"previous_names":["devtomos/aeri","eeius/aeri","ehiraa/aeri","tomosfps/aeri"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tomosfps/aeri","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomosfps%2Faeri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomosfps%2Faeri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomosfps%2Faeri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomosfps%2Faeri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomosfps","download_url":"https://codeload.github.com/tomosfps/aeri/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomosfps%2Faeri/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275665891,"owners_count":25506161,"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-09-17T02:00:09.119Z","response_time":84,"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":["caching","discord","discord-bot","rust-backend","typescript"],"created_at":"2024-11-06T09:15:15.583Z","updated_at":"2025-09-17T21:20:32.525Z","avatar_url":"https://github.com/tomosfps.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aeri\n## Aeri, an all in one Anime/Manga bot.\n\n\u003e [!IMPORTANT]\n\u003e ### COMMANDS\n\u003e If you want to just use the bot, I'm currently hosting one which you can [invite from this link](https://discord.com/oauth2/authorize?client_id=795916241193140244)\u003cbr/\u003e\n\u003e You can find all of the commands at [aeri's website](https://aeri.live)\n\u003e If you want to use any of the packages, ensure that you follow the Licencse of that package.\n\u003e And read the README for anything important\n\n## Features\n- [x] Display information from my own Rust API, with automatic caching.\n- [x] Setup user accounts to display scores (which also get cached), or unlink\n- [x] Wide spread use, can be used across multiple servers and only needs one setup!\n- [x] Extremely fast and built in logging\n- [x] Covers anime, manga, users, staff, studio, character and more to come\n- [x] Includes OAuth\n\n## Using Aeri\n\n### Prequiries\n- Docker         (v27.3.1)\n- Docker Compose (v2.32.4)\n- Rust           (2024 edition)\n- Node           (v23.7.0)\n- PNPM           (v9.9.0)\n\n\u003e [!CAUTION]\n\u003e It's likely to work on older versions, these are the ones that were used and tested. \u003cbr/\u003e\n\u003e Use older versions at your own caution. If they don't proceed to work, try the same versions as us.\n\n### Hosting Locally\n1.  Use the `.env.example` as a base, you can do `cat .env.example \u003e .env` and then use your preffered text editor to edit it.\n2.  Ensure that the following values are set in your .env \u003cbr/\u003e\n    `POSTGRES_HOST` and `REDIS_HOST` are both `\"localhost\"` \u003cbr/\u003e\n    `API_HOST` is set to `\"0.0.0.0\"` or `\"localhost` (either one should work, but test them both in case.) \u003cbr/\u003e\n    `WEBSITE_URL` is set to `http://localhost:5173` \u003cbr/\u003e\n    `ANILIST_REDIRECT_URL` is set to `http://0.0.0.0:8080/oauth/anilist` \u003cbr/\u003e\n3. Once you have them set, just run the following commands and you're good to go. \u003cbr/\u003e\n   `docker compose -f docker-compose.local.yml up`, `pnpm api`, `pnpm gateway`, `pnpm handler`, `pnpm website` \u003cbr/\u003e\n\n### Hosting On A Server\n1.  Use the `.env.example` as a base, you can do `cat .env.example \u003e .env` and then use your preffered text editor to edit it.\n2.  Simply run `pnpm all` and it will build for docker and use the `.env` you created recently.\n\n## Contributing to Aeri\nIf you feel like Aeri is missing certain features, or would like to see more stuff implemented\u003cbr/\u003e\nFeel free to open a pull requests or issue.\n\n1. Fork the repository\n2. Create a new branch: `git checkout -b '\u003cbranch_name\u003e'`\n3. Make your changes and commit them: `git commit -m '\u003ccommit_message\u003e'`\n4. Push to the original branch: `git push origin '\u003caeri\u003e/\u003clocation\u003e'`\n5. Create the pull request\n\n## License\nThis project uses the following license: [MIT LICENSE](https://github.com/tomosfps/aeri/blob/main/LICENSE.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomosfps%2Faeri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomosfps%2Faeri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomosfps%2Faeri/lists"}