An open API service indexing awesome lists of open source software.

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.

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/)