Extracting contact-info from the website homepage
Project description
putali
Under construction! Give a try at it!
Developed by Ujjawal Shah (c) 2022
Examples of How To Use Package
Get contact email from the website homepage
import putali
homepage = putali.Scrollhomepage('https://www.bok.com.np/')
email_adresses = homepage.emails()
print(f'emails: {email_adresses}')
Get phonenumbers from the homepage
import putali
homepage = putali.Scrollhomepage('https://www.bok.com.np/')
#phonenumber is only for Nepal right now
phone_numbers = homepage.phonenumber()
print(f'phone numbers: {phone_numbers}')
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
putali-0.0.2.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file putali-0.0.2.tar.gz
.
File metadata
- Download URL: putali-0.0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a26da83e9543f8745664b1bf4e50cbee9f20da8ac47e0369afa30aa8392d1d12 |
|
MD5 | f2bec35911e68ee219659ea990552dd1 |
|
BLAKE2b-256 | d6fd29e9fed41facf1916b877196850b9504a37f99b71af8539c2fdf402fd1ec |
File details
Details for the file putali-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: putali-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e04b4d67ec177cb022bfd8b010de6fc1e088d4fdceda03597f1dcdc2800b858b |
|
MD5 | 02b9bc09731c67aed628068c18a54d3e |
|
BLAKE2b-256 | b9788b00732261899493b32b00a5f31d3d44f9d4c078a9dd29110a6d2ccfbe9c |