Skip to main content

Lead generation scripts

Project description

Lead-Generation 0.2.2

The updated version of my outdated dirty clumsy and having shockingly high amount of stars repository on Python - https://github.com/Madi-S/Lead-Generation

Quickstart


import asyncio

from py_lead_generation import YelpEngine, GoogleMapsEngine



async def main() -> None:

    engine = GoogleMapsEngine('Barbershop', 'Paris')

    await engine.run()

    engine.save_to_csv()



    engine = YelpEngine('Pizza', 'Mexico, Pampanga, Philippines')

    await engine.run()

    engine.save_to_csv()



if __name__ == '__main__':

    asyncio.run(main())

Current functionality

- Parse Google Maps

- Parse Yelp

- Export collected data to a CSV file

Expectations of this project:

- Parse Google Maps and Yelp for telephone number, email, address and other information by given keyword

- Somehow parse search results in Google Search for the same information using regex or other algorithm

- Export all parsed data to csv or excel

- For parsed emails send a message, which will be prevented from going to spam

- For parsed telephone numbers send an SMS, which will b prevented from going to spam as well

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

py_lead_generation-0.2.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

py_lead_generation-0.2.2-py3-none-any.whl (3.5 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