Skip to content

rifolio/HubSpotAutomationBot

Repository files navigation

Python LLM

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.

1. Clone the Repository

Clone this repository to your local machine using:

git clone https://github.com/rifolio/HubSpotAutomationBot.git

2. Set Up Virtual Environment

Navigate to the project directory and set up a virtual environment by running:

python3 -m venv .venv

3. Activate Virtual Environment

Activate the virtual environment using:

For Mac

source .venv/bin/activate

For Windows:

.\venv\Scripts\activate

4. Install Dependencies

Install the project dependencies using pip:

pip3 install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages