Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 686 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 686 Bytes

AcquiFinder

This Python script utilizes Apify's Google Search Scraper to find acquisition titles from Crunchbase.

Prerequisites

  • Python 3.x installed
  • Apify account and API key
  • Dependencies listed in requirements.txt

Installation

  1. Clone the repository:

    git clone https://github.com/xLe0x/AcquiFinder.git
    cd AcquiFinder
  2. Install dependencies:

    pip install -r requirements.txt
  3. In .env file replace <YOUR_API_KEY_HERE> with your actual Apify API key.

  4. Run the Script and have fun

    python main.py
AcquiFinder.mp4