Skip to main content

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 hashes)

Uploaded Source

Built Distribution

putali-0.0.3-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page