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.3.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file putali-0.0.3.tar.gz
.
File metadata
- Download URL: putali-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04f5fde16628c205b661f8fb7c3142aa70e98ade4083c9f2ae1df9c5065ac0d4 |
|
MD5 | d5523d83ad3eccbd868d3bc19e6a685f |
|
BLAKE2b-256 | f57eb5aab209291f146020fc4f3dbe8257b47fe5d895d4b6d4cc07395a32cf70 |
Provenance
File details
Details for the file putali-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: putali-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.4 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 | b3d52728705c01b33040c51a006c45430e81c6a5a046f4ab6439d77eaf44d3e5 |
|
MD5 | d2fecdcc1f18862990a4ad91d3b6ed36 |
|
BLAKE2b-256 | eb4259af33932ed81b3abbd202d8e01bdea3f04e4c1cc241d9619ebb0483b349 |