{"id":31667940,"url":"https://github.com/axel-dev/anime-tracker","last_synced_at":"2025-10-08T00:49:52.597Z","repository":{"id":41805099,"uuid":"279681014","full_name":"AXeL-dev/anime-tracker","owner":"AXeL-dev","description":":spider_web: All in one place to track your favorite animes","archived":false,"fork":false,"pushed_at":"2023-02-17T11:31:13.000Z","size":19466,"stargazers_count":20,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-07T06:37:50.753Z","etag":null,"topics":["angular","anime","anime-scraper","crawler","scraper","web-extension"],"latest_commit_sha":null,"homepage":"https://axel-dev.github.io/anime-tracker/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AXeL-dev.png","metadata":{"files":{"readme":"README.md","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.me/axeldev"}},"created_at":"2020-07-14T19:58:35.000Z","updated_at":"2023-03-04T17:54:55.000Z","dependencies_parsed_at":"2023-02-18T11:07:36.671Z","dependency_job_id":null,"html_url":"https://github.com/AXeL-dev/anime-tracker","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/AXeL-dev/anime-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXeL-dev%2Fanime-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXeL-dev%2Fanime-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXeL-dev%2Fanime-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXeL-dev%2Fanime-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AXeL-dev","download_url":"https://codeload.github.com/AXeL-dev/anime-tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AXeL-dev%2Fanime-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278872154,"owners_count":26060525,"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-10-07T02:00:06.786Z","response_time":59,"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":["angular","anime","anime-scraper","crawler","scraper","web-extension"],"created_at":"2025-10-08T00:49:46.212Z","updated_at":"2025-10-08T00:49:52.592Z","avatar_url":"https://github.com/AXeL-dev.png","language":"TypeScript","readme":"# \u003cimg src=\"src/assets/icons/128.png\" alt=\"icon\" width=\"38\" align=\"top\" /\u003e Anime Tracker\n\nA web extension to keep tracking your favorite animes \u0026 get notified about new released episodes.\n\n![screenshot](screenshots/popup.png)\n\n## Motivation\n\nI watch animes almost daily or at least once or twice a week, \u0026 i wanted something like [youtube-viewer](https://github.com/AXeL-dev/youtube-viewer) to notify me of new released episodes, so instead of checking anime websites one by one \u0026 trying to remember which was the last episode i've watched, i thought that scraping those websites would be a great idea and would save me a significant time \u0026 effort (maybe i'm just super lazy :grin:).\n\n\u003cdetails\u003e\n  \u003csummary\u003eExpand to continue reading\u003c/summary\u003e\n\n  \u003cbr\u003e\n  Unfortunately, i didn't find a browser/client side web scraper available out there, so i just created a simple one composed of Angular's Http client service \u0026 a crafted HTML parser. I also, used some proxies to bypass \u003ca href=\"https://en.wikipedia.org/wiki/Cross-origin_resource_sharing\"\u003eCORS\u003c/a\u003e limitations on browsers.\n  \u003cbr\u003e\u003cbr\u003e\n  Okay, so why Angular? why not React or Vue?\n  I mainly choosed Angular for its robust structure \u0026 advanced features, like: Pipes, directives, lazy loading, dependency injection \u0026 many others.\n  Still its learning \u0026 master curve long, but i honestly love the way Angular forces you to use best practices on top of keeping your code flexible \u0026 maintainable.\n\n\u003c/details\u003e\n\n## Installation\n\n:warning: Due to [DMCA](https://en.wikipedia.org/wiki/Digital_Millennium_Copyright_Act) law, this web extension will be available as a zip file on github [releases](https://github.com/AXeL-dev/anime-tracker/releases), use it on your own risk.\n\n[How to install?](https://github.com/AXeL-dev/install-webextension)\n\n:mega: You can also [try it as a web application](https://axel-dev.github.io/anime-tracker/).\n\n## Features\n\n| feature                     | web app                     | web extension |\n| --------------------------- | --------------------------- | ------------- |\n| scraper                     | ✓                           | ✓             |\n| proxy                       | ✓ (required to bypass CORS) | ✓ (optional)  |\n| notifications               |                             | ✓             |\n| popup mode                  |                             | ✓             |\n| open links in inactive tabs |                             | ✓             |\n\n## ToDo\n\n- [x] Scrape anime data from several websites.\n- [x] Replace promises with observables for better performance?\n- [x] Memorize last viewed/clicked episodes.\n- [x] Auto-check \u0026 notify for new posted anime episodes.\n- [ ] Implement missing/empty crawlers functions.\n- [ ] Translations.\n\u003c!-- - [ ] Replace blox/material UI with [ng-zorro](https://ng.ant.design/) (keep the dark theme?). --\u003e\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.\n\n## Package\n\nMake sure you have the following package installed `npm install -g web-ext`. Then run:\n\n```\nnpm run build \u0026\u0026 npm run package\n```\n\n## Credits\n\nIcon made by [scaredofadulthood](https://www.reddit.com/user/scaredofadulthood/).\n\nSome ideas were inspired by [manga-provider](https://github.com/adrianonrails/manga-provider) \u0026 [x-ray](https://github.com/matthewmueller/x-ray).\n\n## License\n\nThis project is licensed under the [MPL2](LICENSE) license.\n","funding_links":["https://www.paypal.me/axeldev"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxel-dev%2Fanime-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxel-dev%2Fanime-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxel-dev%2Fanime-tracker/lists"}