Library-api for scrapping missing people
Project description
lib_missing_people_api
lib_missing_people_api это библиотека Python предоставляет api для получения информации о пропавших без вести и людях, которые в розыске - с сайтов
Установка из PyPI
pip install lib_missing_people_api
Использование репозитория GitHub
git clone https://github.com/YuranIgnatenko/lib_missing_people_api.git
cd lib_missing_people_api
pip install .
Пример использования
from lib_missing_people_api.parser import *
def test_sledkom():
parser = ParserSledcom()
ar1 = parser.get_array_people(DICT_URLS_SLEDCOM["БЕЗ ВЕСТИ"])
for people in ar1:
print("GET ARRAY PEOPLE",people.date_create, people.url_image, people.description)
def test_mvd():
parser = ParserMvd()
ar1 = parser.get_array_people(URL_SITE_MVD)
for people in ar1:
print("GET ARRAY PEOPLE",people.date_create, people.url_image, people.description)
def test_liza_alert():
parser = ParserLizaAlert()
ar1 = parser.get_array_people(URL_SITE_LIZAALERT)
for people in ar1:
print("GET ARRAY PEOPLE",people.date_create, people.url_image, people.description)
test_sledkom()
test_mvd()
test_liza_alert()
using sources from site:
https://moscow.sledcom.ru/https://мвд.рф/wantedhttps://lizaalert.org/forum/viewforum.phphttps://lizaalert.org/forum/
Project details
Release history Release notifications | RSS feed
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 lib_missing_people_api-1.0.tar.gz.
File metadata
- Download URL: lib_missing_people_api-1.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d7f2e15d21758e64d27f99737b99aea4c8b4436098e7f5a82c099584d02d44d
|
|
| MD5 |
5ec36fcf2b6d18995b86d7143d035591
|
|
| BLAKE2b-256 |
512b13dfdf43ab0f9e9a29c6961b77bac3aefcba0bb426bb92549894611e27c5
|
File details
Details for the file lib_missing_people_api-1.0-py3-none-any.whl.
File metadata
- Download URL: lib_missing_people_api-1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
238ba7135844788fc0c8557e381fa30aad1f81fa2c57fd87834e488cbcde8019
|
|
| MD5 |
024f964da687a622d729085920d686c0
|
|
| BLAKE2b-256 |
dda8e331c5bf61b41eb9d4f783a44d9d25ded745bce7ae490691c4d18cd88e63
|