https://github.com/zyxdevs/fetchanime-cli
CLI Tool used to browse and retrieve sources using AniKimi API.
https://github.com/zyxdevs/fetchanime-cli
Last synced: 11 months ago
JSON representation
CLI Tool used to browse and retrieve sources using AniKimi API.
- Host: GitHub
- URL: https://github.com/zyxdevs/fetchanime-cli
- Owner: zYxDevs
- Created: 2022-07-03T11:36:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T10:47:17.000Z (over 2 years ago)
- Last Synced: 2025-07-18T14:55:19.562Z (11 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MADE THIS WHEN I WAS STILL LEARNING, CONTAINS THE MOST BAD CODE IVE EVER WRITTEN LOL

# fetchanime-cli
Command-Line tool used to browse and retrieve sources using AniKimi API.
### Getting Started
#### Pre-Requisites
* #### Getting Required Tokens
* **1.** Visit the [GoGoAnime](https://www2.gogoanime.cm/) website.
* **2.** Login or sign up an account.
* **3.** Add an extension to your browser named [Get cookies.txt](https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid?hl=en).
* **4.** Now in the GoGoAnime website, right click and select "Get cookies.txt". [Refer Image](https://github.com/BaraniARR/anikimiapi/blob/main/assets/1.jpg).
* **5.** A `.txt` file will be downloaded.
* **6.** In the `.txt` file, find the name "gogoanime" and "auth". [Refer Image](https://github.com/BaraniARR/anikimiapi/blob/main/assets/2.jpg).
* **7.** Copy the respective tokens on the right side of the above names.
* **8.** Paste the tokens in `settings.json`
#### Dependencies
* #### Installing dependencies
* [AniKimi API](https://github.com/BaraniARR/anikimiapi)
* [Colorama](https://pypi.org/project/colorama/)