Skip to main content

Python module searcher for subito.it

Project description

Module version of subito-it-searcher

forked by morrolinux/subito-it-searcher

BeautifulSoup scraper running queries on a popular italian ad website. This module is compatible with Python 3.x versions.

Subitokit module allows you to create queries within the popular italian site subito.it, filter the results and easily manipulate them with pythone code.

Example

from subitokit import *

name = 'Ryzen 5 5600x'
min_price = 100
max_price = 130

query = run_query(name,min_price,max_price)
query.sort() #if key not specified it sort by price

print(query)

#.refresh() is used to reload the query, update it and return extra products (if there are)
new_prods=query.refresh()

print('Refreshed query:')
for prod in query:
    print(prod)

Installation

Install subitokit with pip

pip install subitokit

After that you can use this package in all projects where you might need it.

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

subitokit-0.1.1.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

subitokit-0.1.1-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file subitokit-0.1.1.tar.gz.

File metadata

  • Download URL: subitokit-0.1.1.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.10.10 Darwin/22.1.0

File hashes

Hashes for subitokit-0.1.1.tar.gz
Algorithm Hash digest
SHA256 8a351403f712c167b04ca5dc025a07db6e62079e94f280abe697238c85f72076
MD5 702c110c5a4bbfa7072d0b0917d0d569
BLAKE2b-256 2b07eb6bf27d7b445adee473926b580ef46c99f195837a9c88c2893a7a564e6a

See more details on using hashes here.

File details

Details for the file subitokit-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: subitokit-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.10.10 Darwin/22.1.0

File hashes

Hashes for subitokit-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 790e55a373508b8b18ed3c55974ddd47d196a7e010a0e35c8e5129aa1a77385d
MD5 0824e90572ec6d801da3785668f8294a
BLAKE2b-256 794142d10b791eb8018b10471266dc26e5fbd85a51360c680efd803587ca1c2a

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