{"id":23055899,"url":"https://github.com/kitsunesemcalda/animatic-v2","last_synced_at":"2025-08-15T05:32:24.448Z","repository":{"id":214191666,"uuid":"735780148","full_name":"KitsuneSemCalda/Animatic-v2","owner":"KitsuneSemCalda","description":"A improved version of Animatic to download Animes","archived":false,"fork":false,"pushed_at":"2024-08-26T01:03:30.000Z","size":71,"stargazers_count":11,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-26T19:45:00.855Z","etag":null,"topics":["ani-cli","ani-cli-br","anime","anime-download","anime-downloader","anime-downloading","anime-scraper","anime-scrapper","anime-search","content-downloader","downloader","go","golang","jellyfin","plex","plex-downloader","plex-library","pt-br","scrapper"],"latest_commit_sha":null,"homepage":"","language":"Go","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/KitsuneSemCalda.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-26T04:05:07.000Z","updated_at":"2024-08-26T01:20:34.000Z","dependencies_parsed_at":"2024-01-05T04:40:00.114Z","dependency_job_id":"f7aa39e0-247a-49af-8906-0145b59c762f","html_url":"https://github.com/KitsuneSemCalda/Animatic-v2","commit_stats":null,"previous_names":["kitsunesemcalda/animatic-v2"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitsuneSemCalda%2FAnimatic-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitsuneSemCalda%2FAnimatic-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitsuneSemCalda%2FAnimatic-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitsuneSemCalda%2FAnimatic-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KitsuneSemCalda","download_url":"https://codeload.github.com/KitsuneSemCalda/Animatic-v2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229893860,"owners_count":18140620,"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","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":["ani-cli","ani-cli-br","anime","anime-download","anime-downloader","anime-downloading","anime-scraper","anime-scrapper","anime-search","content-downloader","downloader","go","golang","jellyfin","plex","plex-downloader","plex-library","pt-br","scrapper"],"created_at":"2024-12-16T01:13:53.760Z","updated_at":"2024-12-16T01:13:54.198Z","avatar_url":"https://github.com/KitsuneSemCalda.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/VitorCarvalho67/faster-news/assets/102667323/4652d5ad-0ce4-4282-8112-9c9c6137b551\" /\u003e\n\u003c/p\u003e\n\n# Animatic - V.02\n[![GitHub license](https://img.shields.io/github/license/KitsuneSemCalda/Animatic-v2)](KitsuneSemCalda/Animatic-v2/blob/master/LICENSE) ![GitHub stars](https://img.shields.io/github/stars/KitsuneSemCalda/Animatic-v2) ![GitHub stars](https://img.shields.io/github/languages/count/KitsuneSemCalda/Animatic-v2) ![GitHub stars](https://img.shields.io/github/languages/top/KitsuneSemCalda/Animatic-v2) ![GitHub stars](https://img.shields.io/github/repo-size/KitsuneSemCalda/Animatic-v2) ![GitHub stars](https://img.shields.io/github/languages/code-size/KitsuneSemCalda/Animatic-v2)\n\nAnimatic is a Go-based application designed to search and watch anime episodes from the web, as well as to provide the option to download them. It offers a command-line interface for users to input the name of the anime they wish to access or download. The project is particularly geared towards those who prefer interacting with the application through the terminal, making it a streamlined and efficient way to search for and view anime episodes for enthusiasts of the genre. Its main focus is on anime content with **Portuguese** dubbing and subtitles.\n\n## Features\n\n- Checks for internet connection at startup.\n\n- Searches for the requested anime on AnimeFire.\n\n- Downloads all episodes of the selected anime.\n\n- Use --gac to salve the content in same directory from [go-anime](https://github.com/alvarorichard/GoAnime)\n\n- Provides error messages for various failure cases such as lack of internet connection, failure to locate the anime, and inability to access episode URLs.\n\n## How Install\n\n1. Start compiling the animatic-v2 with \n\n```bash\ngo build cmd/animatic-v2/main.go\n```\n\n2. Move the animatic-v2 from $HOME/.local/bin/\n\n```bash\nmv main $HOME/.local/bin/animatic-v2\n```\n\n3. Put the .local/bin in path (adding this part in your shell dotfile)\n\n```bash\nexport PATH=\"$HOME/.local/bin/:$PATH\"\n```\n\n\u003e [!TIP]\n\u003e The animatic-v2 pass by refactoring and doesn't has a default directory from download the files\n\u003e We can use go-anime base to salve content and mpv to reproduce automatically alread downloaded files\n\u003e Is recomended adding this alias in your default shell dotfile\n\n```bash\nalias animatic=\"animatic-v2 --gac --debug\"\n```\n\n- The flag `--gac` uses the go-anime default directory from save the animes\n- The flag `--debug` show the information about the download process\n\n## Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch\n3. Commit your Changes\n4. Push to the Branch\n5. Open a Pull Request\n\n### TODO\n\n- [ ] Adding a fallback using another website\n- [ ] Make blogger download videos working properly\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitsunesemcalda%2Fanimatic-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitsunesemcalda%2Fanimatic-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitsunesemcalda%2Fanimatic-v2/lists"}