library for adding basic functions for collecting data from the cian website
Project description
Zyank
What is this?
Zyank - is a library (a modification of the cianparser library) for parsing the cian website with a set of functions for quickly collecting real estate data
Library features
All city name(s) must be on Russian language !!!
Sync version
the `get_info()` function - takes 2 arguments (**number of pages to be processed**=*int*,**list of cities**=*list*)
the `get_one_info()` function takes 2 arguments (**number of pages to be processed**=*int*,**city name**=*str*)
Async version (multiple increase in the speed of the function)
the `get_async_information()` function takes 2 arguments (**number of pages to be processed**=*int*,**list of cities**=*list*), works asynchronously
the `get_async_one_information()' function takes 2 arguments (**number of pages to be processed**=*int*,**city name**=*str*), works asynchronously
Code example
import asyncio
from zyank import *
info = asyncio.run(Parser.AsyncParser.get_async_one_information(city='moscwa')) ## must by write on Ru language
print(info)
## This example save information in reports dir##
async functon start example
info = asyncio.run(Parser.AsyncParser.get_async_one_information(city='moscwa'))
Links
author libraries-modifications
repository base library
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zyank-0.10.1.tar.gz.
File metadata
- Download URL: zyank-0.10.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed6f6ed1575da176de1fc520bb222811b34355b76093767ead6bfe0c6074460b
|
|
| MD5 |
7d6e342634b851c31e2effc24d800476
|
|
| BLAKE2b-256 |
203ad8c821cb0bb35603c33b784a0760f09676c7012c46b784c980649067d9ec
|
File details
Details for the file zyank-0.10.1-py3-none-any.whl.
File metadata
- Download URL: zyank-0.10.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2149c30098b1fe38e981ae46312dda6f41f2751c034ceb056c7b5737108200ae
|
|
| MD5 |
862cb213cd3e14650da8f2203620c575
|
|
| BLAKE2b-256 |
f3bf455c58f816f1f0069073e0dd78b4855c7cdd756fd3a752faa95a67a98e1b
|