Skip to main content

Projeto final da disciplina de Programação Orientada a Objetos II

Project description

Descrição

A SearchForThis2 é uma biblioteca que efetua pesquisas em motores de busca na web.

Funcionalidades

  • Realizar buscas por conteúdos desejados
  • Acessar links retornados

Biblioteca

Instalação

pip install SearchForThis2

Importação

import SearchForThis2

Formas de utilização

search = SearchForThis2.Searchft

Ou

from SearchForThis2 import SearchForThis2 

Acessando métodos

Uma das formas de acessar os métodos da classe, é a seguinte:

Searchft2.method()

Onde method, é o nome método que você deseja utilizar.

Realizando buscas:

Use o método pesquisar da classe, da seguinte forma:

resultado = SearchForThis2.Searchft2.pesquisar(conteúdo_da_busca, size)

A variável size, armazena a quantidade de links que você deseja buscar. O conteúdo da busca deve ser uma string.

Visitando links

Use o método visitarLink, da seguinte forma:

SearchForThis2.Searchft2.visitarLink(link)

O link deve ser uma string.

Realizando buscas por produtos:

Use o método pesquisarProduto da classe, da seguinte forma:

resultado = SearchForThis2.Searchft2.pesquisarProduto(conteúdo_da_busca, plataforma_de_venda)

A variável conteúdo_da_busca, armazena o produto que você deseja buscar. E a variável plataforma_de_venda a plataforma em que será feita a busca pelo produto.

Exemplos de uso

Pesquisar

SearchForThis2.Searchft2.pesquisar("Ano do dragão") SearchForThis2.Searchft2.pesquisar("Ano do dragão",10)

VisitarLink

SearchForThis2.Searchft2.visitarLink("google.com")

PesquisarProduto

SearchForThis2.Searchft2.pesquisarProduto("Tenis") SearchForThis2.Searchft2.pesquisarProduto("Tenis", "aliexpress")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SearchForThis2-0.3.4.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file SearchForThis2-0.3.4.tar.gz.

File metadata

  • Download URL: SearchForThis2-0.3.4.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.3

File hashes

Hashes for SearchForThis2-0.3.4.tar.gz
Algorithm Hash digest
SHA256 264c626814de88595352529f706520453d9db45e6ff762ae0f8b2de45c121626
MD5 c6f45d9cad42bfafe337d7e6c01639c6
BLAKE2b-256 e1f38832c3837c8a4a0c55d1885a98b52d58bbbd29b54a9a4808e3e293c30e24

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page