This project automates the process of setting trigger actions on the HubSpot platform. These actions can be initiated through a Telegram Bot, which was implemented for UI/UX. The integration simplifies and streamlines workflows by leveraging automation capabilities.
Clone this repository to your local machine using:
git clone https://github.com/rifolio/HubSpotAutomationBot.git
Navigate to the project directory and set up a virtual environment by running:
python3 -m venv .venv
Activate the virtual environment using:
For Mac
source .venv/bin/activate
For Windows:
.\venv\Scripts\activate
Install the project dependencies using pip:
pip3 install -r requirements.txt