All Projects → lpmatos → loli

lpmatos / loli

Licence: MIT license
A pretty CLI to find animes passing images 👉😳👈

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to loli

Carbon Now Cli
🎨 Beautiful images of your code — from right inside your terminal.
Stars: ✭ 5,165 (+30282.35%)
Mutual labels:  cli-application, cli-tool
kink
KinK is a helper CLI that facilitates to manage KinD clusters as Kubernetes pods. Designed to ease clusters up for fast testing with batteries included in mind.
Stars: ✭ 364 (+2041.18%)
Mutual labels:  cobra, go-cli
Cobra
A Commander for modern Go CLI interactions
Stars: ✭ 24,437 (+143647.06%)
Mutual labels:  cobra, golang-application
pysaucenao
PySauceNao is an unofficial asynchronous library for the SauceNao API. It supports lookups via URL or from the local filesystem.
Stars: ✭ 24 (+41.18%)
Mutual labels:  anime, anime-fans
Voila
Voila is a domain-specific language launched through CLI tool for operating with files and directories in massive amounts in a fast & reliable way.
Stars: ✭ 78 (+358.82%)
Mutual labels:  cli-application, cli-tool
What Anime Cli
❓🖼 Find the anime scene by image using your terminal
Stars: ✭ 533 (+3035.29%)
Mutual labels:  anime, golang-application
iris
Repositório oficial da BOT Íris, uma robô em português, inglês e espanhol para WhatsApp [Com MD/Sem MD], possui centenas de comandos diferentes, a lista vai de fazer stickers a jogar xadrez ou blackjack.
Stars: ✭ 166 (+876.47%)
Mutual labels:  anime
goris
This is a CLI tool to search for images with Google Reverse Image Search (goris).
Stars: ✭ 62 (+264.71%)
Mutual labels:  cli-tool
guide.encode.moe
A guide for fansubbing
Stars: ✭ 123 (+623.53%)
Mutual labels:  anime
Shukofukurou-iOS
The Ultimate Open Source AniList, Kitsu, and MyAnimeList Tracker for iOS/iPadOS written in Objective-C
Stars: ✭ 29 (+70.59%)
Mutual labels:  anime
animeworldz
Anime Streaming App
Stars: ✭ 47 (+176.47%)
Mutual labels:  anime
MaCoPiX
Mascot Constructive Pilot for X
Stars: ✭ 57 (+235.29%)
Mutual labels:  anime
grava
Mapbox Vector Tile Server - Go
Stars: ✭ 74 (+335.29%)
Mutual labels:  golang-application
anime biggan toy
Generate Amazing Anime Pictures With BigGAN. Just Have Fun !!!
Stars: ✭ 140 (+723.53%)
Mutual labels:  anime
pirrigo
Full-featured Raspberry Pi based irrigation controller and web application for scheduling.
Stars: ✭ 18 (+5.88%)
Mutual labels:  golang-application
kubernetes-security-benchmark
A simple way to evaluate the security of your Kubernetes deployment against sets of best practices defined by various community sources
Stars: ✭ 27 (+58.82%)
Mutual labels:  cobra
rss2hook
POST to webhook(s) when new feed-items appear.
Stars: ✭ 33 (+94.12%)
Mutual labels:  golang-application
MAL-Map
Cluster and visualize relationships between anime on MyAnimeList
Stars: ✭ 201 (+1082.35%)
Mutual labels:  anime
CryPixiv-UWP
Pixiv client for Windows 10. Redesign of CryPixiv for UWP platform
Stars: ✭ 13 (-23.53%)
Mutual labels:  anime
blackbean
The blackbean is a command tool for elasticsearch operations by using cobra. Besides, blackbean is the name of my lovely French bulldog.
Stars: ✭ 23 (+35.29%)
Mutual labels:  cobra
gif-header

Loli CLI

Semantic Release Commitizen friendly


pipelines

Loli is a pretty CLI that search animes passing images or links

Getting Started   |    Install   |    Usage   |    Versioning


➤ Getting Started

If you want contribute on this project, first you need to make a git clone:

git clone --depth 1 https://github.com/ci-monk/loli.git -b main

This will give you access to the code on your local machine.

➤ Description

This CLI is intended to be a code lab and best practices for creating a project ready to receive community builds, while introducing the basics for creating a CLI tool in Go and the standardization of conventions for the development workflow.

➤ Install

with go:

go install github.com/ci-monk/loli/cmd/loli

# if you cannot install directly, try following command,
# then input install command again
go get -x -u github.com/ci-monk/loli/cmd/loli

with brew:

brew tap ci-monk/tools
brew install loli

or use a binary from releases.

➤ Usage

Get anime with a file

loli search file anime.jpg

Get anime with a link

loli search link https://anime.com/image.png

➤ Trace.moe

Example trace.moe response:

{
  "frameCount": 745506,
  "error": "",
  "result": [
    {
      "anilist": {
        "id": 99939,
        "idMal": 34658,
        "title": { "native": "ネコぱらOVA", "romaji": "Nekopara OVA", "english": null },
        "synonyms": ["Neko Para OVA"],
        "isAdult": false
      },
      "filename": "Nekopara - OVA (BD 1280x720 x264 AAC).mp4",
      "episode": null,
      "from": 97.75,
      "to": 98.92,
      "similarity": 0.9440424588727485,
      "video": "https://media.trace.moe/video/99939/Nekopara%20-%20OVA%20(BD%201280x720%20x264%20AAC).mp4?t=98.33500000000001&token=xxxxxxxxxxxxxx",
      "image": "https://media.trace.moe/image/99939/Nekopara%20-%20OVA%20(BD%201280x720%20x264%20AAC).mp4?t=98.33500000000001&token=xxxxxxxxxxxxxx"
    }
  ]
}

➤ Demo

➤ Links

➤ Versioning

To check the change history, please access the CHANGELOG.md file.

➤ Show your support

Give me a ⭐️ if you like this project!

gif-header

Made with 💜 by me 👋 inspired on readme-md-generator

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].