Pesquise, filtre e obtenha informações sobre animes. ( Módulo PIP )

Overview

ANIME API

Pesquise, filtre e obtenha informações sobre animes!


        

Informações


Colete informacões e episódios de animes, utilizando este módulo Python.
Utiliza-se Web Scraping em paginas de Animes, para favorecer informações.
Desenvolvido com intuito de aprendizado, não responsabilizo-me pelo seu uso!


Instalação

Você pode instalar pelo gerenciador de pacotes PIP ou manualmente, na pagina do Github!

MANUALMENTE:

Baixando o repositório, instale o módulo: setuptools, execute em um terminal:

  • LINUX: python3 setup.py install
  • WINDOWS: python setup.py install


Métodos

Funções que você pode utilizar

  • Tops:

    tops()

  • Search:

    search("One Piece", 1) -> ( Nome do Anime, Página OPCIONAL )

  • Filter:

    filter("genre", "action", 1) -> ( Categoria, Sub-categoria, Página OPCIONAL )

  • Anime:

    anime("one-piece") -> ( SID do Anime )

Método: Filter

Categorias & Sub-categorias válidas

  1. animes
    • release
    • top
    • subtitled
    • dubbed
  2. movie
    • subtitled
    • dubbed
  3. genre
    • action
    • martial-arts
    • adventure
    • comedy
    • devils
    • tragedy
    • ecchi
    • space
    • sport
    • fantasy
    • science-fiction
    • harem
    • horror
    • games
    • josei
    • magic
    • robot
    • mystery
    • military
    • music
    • parody
    • psychological
    • novel
    • seinen
    • shoujo-ai
    • shounen
    • slice-of-life
    • supernatural
    • thriller
    • super-powers
    • vampires
    • school-life
  4. seasons
    • autumn
    • winter
    • spring
    • summer

Método: Anime

Funções da classe

  1. trailer Trailer/Embed Video
  2. image Thumbnail
  3. genres Gêneros
  4. titles Títulos
  5. ep Episódio
    • anime("one-piece").ep(1) -> ( Número do Episódio )
  6. rank Pontuação
    • score Classificação
    • votes Votos
  7. info Informações adicionais
    • anime("one-piece")["studio"] -> ( Chave/Key )
    • Chaves válidas
      • season Temporada lançada
      • studio Estúdio de Produção
      • sound Legendado/Dublado
      • episode Episódios disponíveis
      • release Dia de episódio novo
      • description Sinopse
      • year Ano lançado
You might also like...
Repositório para a Live Coding do dia 22/12/2021 sobre AWS Step Functions

DIO Live Step Functions - 22/12/2021 Serviços AWS utilizados AWS Step Functions AWS Lambda Amazon S3 Amazon Rekognition Amazon DynamoDB Amazon Cloudwa

Desafio de projeto sobre Git/Github

Maçã ou Laranja? 🤔 Desafio Projeto Dio para Git/Github 🔶 Para esse primeiro repositório, decidir adicionar o primeiro algoritmo de inteligência arti

Arquivos do curso online sobre a estatística voltada para ciência de dados e aprendizado de máquina.

Estatistica para Ciência de Dados e Machine Learning Arquivos do curso online sobre a estatística voltada para ciência de dados e aprendizado de máqui

Pokehandy - Data web app sobre Pokémon TCG que desarrollo durante transmisiones de Twitch, 2022

⚡️ Pokéhandy – Pokémon Hand Simulator [WIP 🚧 ] This application aims to simulat

pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.

pipreqs - Generate requirements.txt file for any project based on imports Installation pip install pipreqs Usage Usage: pipreqs [options] path

pip-run - dynamic dependency loader for Python

pip-run provides on-demand temporary package installation for a single interpreter run. It replaces this series of commands (or their Windows equivale

Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"

Text progress bar library for Python. Travis status: Coverage: Install The package can be installed through pip (this is the recommended method): pip

docker run klaus / pip install klaus — the first Git web viewer that Just Works™.
docker run klaus / pip install klaus — the first Git web viewer that Just Works™.

klaus: a simple, easy-to-set-up Git web viewer that Just Works™. (If it doesn't Just Work for you, please file a bug.) Super easy to set up -- no conf

Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.
Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.

doc2text doc2text extracts higher quality text by fixing common scan errors Developing text corpora can be a massive pain in the butt. Much of the tex

pip install antialiased-cnns to improve stability and accuracy
pip install antialiased-cnns to improve stability and accuracy

Antialiased CNNs [Project Page] [Paper] [Talk] Making Convolutional Networks Shift-Invariant Again Richard Zhang. In ICML, 2019. Quick & easy start Ru

Install multiple versions of r2 and its plugins via Pip on any system!

r2env This repository contains the tool available via pip to install and manage multiple versions of radare2 and its plugins. r2-tools doesn't conflic

Pip-package for trajectory benchmarking from "Be your own Benchmark: No-Reference Trajectory Metric on Registered Point Clouds", ECMR'21

Map Metrics for Trajectory Quality Map metrics toolkit provides a set of metrics to quantitatively evaluate trajectory quality via estimating consiste

A python package which can be pip installed to perform statistics and visualize binomial and gaussian distributions of the dataset

GBiStat package A python package to assist programmers with data analysis. This package could be used to plot : Binomial Distribution of the dataset p

PIP VA TASHQI KUTUBXONALAR

39-dars PIP VA TASHQI KUTUBXONALAR KIRISH Avvalgi darsimizda Python bilan birga o'rnatluvchi, standart kutubxona va undagi ba'zi foydali modullar bila

Manually Install Python 2.7 pip without any problem !

Python2.7_install_pip Manually Install Python 2.7 pip without any problem ! Download installPip.py to your system and Run the code using this Command

Pygame for humans (pip install hooman) (25k+ downloads)
Pygame for humans (pip install hooman) (25k+ downloads)

hooman ~ pygame for humans pip install hooman join discord: https://discord.gg/Q23ATve The package for clearer, shorter and cleaner PyGame codebases!

Pip install minimal-pandas-api-for-polars

Minimal Pandas API for Polars Install From PyPI: pip install minimal-pandas-api-for-polars Example Usage (see tests/test_minimal_pandas_api_for_polars

to-requirements.txt allows to automatically add and delete modules to requirements.txt installing them using pip.
to-requirements.txt allows to automatically add and delete modules to requirements.txt installing them using pip.

to-requirements.txt | Automatically update requirements.txt to-requirements.txt allows to automatically add and delete modules to requirements.txt ins

An EmbedBuilder in Python for discord.py embeds. Pip Module.

Discord.py-MaxEmbeds An EmbedBuilder for Discord bots in Python. You need discord.py to use this module. Installation Step 1 First you have to install

Releases(0.5)
  • 0.5(Jan 15, 2022)

  • 0.4(Jan 14, 2022)

    🤖 Atualizações

    • Método "filter" adicionado

    • Valores do "filter" adicionado a "utilities.py"

    📝 Notas

    Módulos básicos estão concluídos.

    Source code(tar.gz)
    Source code(zip)
  • 0.3(Jan 14, 2022)

    🤖 Atualizações

    • Método "search" adicionado

    • Adicionado novas "functions" ao "utilities.py"

    • Pequenas mudanças na estruturação do código

    📝 Notas

    Desenvolvimento está mais solido...

    Source code(tar.gz)
    Source code(zip)
  • 0.2(Jan 14, 2022)

    🤖 Atualizações

    • Método "tops" adicionado

    • Aprimoramento do "utilities.py" para métodos futuros

    📝 Notas

    Primeiro método criado, os outros estão em desenvolvimento.

    Source code(tar.gz)
    Source code(zip)
  • 0.1(Jan 14, 2022)

Owner
AimCaffe
Ser desenvolvedor é uma viagem onde a próxima parada é a solução de um problema aonde o limite e seu conhecimento.
AimCaffe
A simple GitHub Action that physically puts your senses on alert when your build/release fails

GH Release Paniker A simple GitHub Action that physically puts your senses on alert when your build/release fails Usage Requirements: Raspberry Pi, LE

Hemanth Krishna 5 Dec 20, 2021
Mass querying whois records using whois tool

Mass querying whois records using whois tool

Mohamed Elbadry 24 Nov 10, 2022
A Network tool kit for scanning active IP addresses and open ports

Network scanner A small project that I wrote on the fly for (IT351) Computer Networks University Course to identify and label the devices in my networ

Mohamed Abdelrahman 10 Nov 07, 2022
SonicWall SSL-VPN Exploit

VisualDoor SonicWall SSL-VPN Exploit, as used by Phineas Fisher to hack Cayman Trust Bank and Hacking Team.

169 Nov 15, 2022
API for concurrency connections

Multi-connection-server-API API for concurrency connections difference between this server and the echo server is the call to lsock.setblocking(False)

Muziwandile Nkomo 1 Jan 04, 2022
A Project to resolve hostname and receive IP

hostname-resolver A Project to resolve hostname and receive IP Installation git clone https://github.com/ihapiw/hostname-resolver.git Head into the ho

iHapiW 5 Sep 12, 2022
Truetool - A TrueCharts automatic and bulk update utility

truetool A easy tool for frequently used TrueNAS SCALE CLI utilities. Previously

TrueCharts 125 Jan 04, 2023
A Python package for handling free proxies from sslproxies.org

SSLProxies Get free working proxy from https://www.sslproxies.org/ and use it in your script This is a port/rewrite of free-proxy with additional feat

Nate Harris 2 Mar 17, 2022
The can package provides controller area network support for Python developers

python-can The Controller Area Network is a bus standard designed to allow microcontrollers and devices to communicate with each other. It has priorit

Brian Thorne 904 Dec 29, 2022
Repo for investigation of timeouts that happens with prolonged training on clients

Flower-timeout Repo for investigation of timeouts that happens with prolonged training on clients. This repository is meant purely for demonstration o

1 Jan 21, 2022
euserv auto-renew script - A Python script which can help you renew your free EUserv IPv6 VPS.

eu_ex eu_ex means EUserv_extend. A Python script which can help you renew your free EUserv IPv6 VPS. This Script can check the VPS amount in your acco

A beam of light 92 Jan 25, 2022
RabbitMQ asynchronous connector library for Python with built in RPC support

About RabbitMQ connector library for Python that is fully integrated with the aio-pika framework. Introduction BunnyStorm is here to simplify working

22 Sep 11, 2022
WebRTC and ORTC implementation for Python using asyncio

aiortc What is aiortc? aiortc is a library for Web Real-Time Communication (WebRTC) and Object Real-Time Communication (ORTC) in Python. It is built o

3.2k Jan 07, 2023
This is the code repository for Mastering Python for Networking and Security – Second Edition

Mastering Python for Networking and Security – Second Edition This is the code repository for Mastering Python for Networking and Security – Second Ed

Frank Gottinger 1 Feb 09, 2022
Securely and anonymously share files, host websites, and chat with friends using the Tor network

OnionShare OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor ne

OnionShare 5.4k Jan 01, 2023
Uses machine learning to scan the similarity of two texts

PlagiarismChecker Uses machine learning to scan the similarity of two documents. End Points: http://localhost:3000/register (create a/c) http://localh

Elvis Chege 2 Aug 10, 2022
A Python Packages to make own chat room

Chathon A Python packages for make own chat room Install PyPI pip install chathon

1 Dec 10, 2021
A python 3 library which helps in using nmap port scanner.

A python 3 library which helps in using nmap port scanner. This is done by converting each nmap command into a callable python3 method or function. System administrators can now automatic nmap scans

Nmmapper 179 Dec 19, 2022
No-dependency, single file NNTP server library for developing modern, rfc3977-compliant (bridge) NNTP servers.

nntpserver.py No-dependency, single file NNTP server library for developing modern, rfc3977-compliant (bridge) NNTP servers for python =3.7. Develope

Manos Pitsidianakis 44 Nov 14, 2022
Easy-to-setup bot, ChatOps project for handling telegram chat logging over docker-compose services, being runned as one of them.

Easy-to-setup bot, ChatOps project for handling telegram chat logging over docker-compose services, being runned as one of them.

Rashid 7 Aug 08, 2022