Python code for Hubspot

This commit is contained in:
Jeff Moe 2024-09-19 11:22:48 -06:00
parent c86e62b867
commit 9b11062a29
2 changed files with 238 additions and 1 deletions

View file

@ -214,3 +214,83 @@ Create a hubspot-extract-clients.py script:
all_contacts = api_client.crm.contacts.get_all() all_contacts = api_client.crm.contacts.get_all()
Hubspot Python Code
-------------------
Third party source repos with Python code for working with Hubspot.
"A Python script for exporting data from HubSpot CRM to a local SQLite
database and CSV files. This tool fetches companies, contacts, notes,
tasks, calls, and their associations from HubSpot's API, stores them in
a SQLite database, and exports the data to CSV files."
`<https://github.com/withfriendsco/hubspot-exporter>`_
Maybe some code hints from here:
`<https://github.com/ideabosque/hubspot_connector>`_
"A versatile script designed to assist Hubspot administrators, consultants,
and power users in managing their Hubspot data. It provides various
functionalities including field extraction, data sampling,
and bulk record deletion."
`<https://github.com/Jb-P-org/hubspot_tools>`_
"This repository contains the properties and their descriptions of various
objects from HubSpot."
`<https://github.com/officialkrunalkumar/000-HubSpot-Properties>`_
"This repository contains a Meltano tap extractor designed to pull data from
hubspot.com. It leverages the Meltano SDK to facilitate its functionality."
XXX Meltano is libre?
`<https://github.com/degreed-data-engineering/tap-hubspot>`_
"This hubspot api is a handy wrapper on top of the existing hubspot python api."
`<https://github.com/mannum/hubspot-api>`_
"This project integrates Hubspot data sources into a unified data warehouse
for reporting and analysis. It includes scripts for data extraction,
transformation, and loading , as well as SQL views for reporting."
`<https://github.com/Leenaguduru14/RevOps_Integration>`_
"This project contains a simple script that extracts a list of contacts from
Hubspot, adds it to a pandas DataFrame and finally saves it to a CSV file."
`<https://github.com/scalero-inc/hubspot-lists>`_
"The script will create a CSV of all companies in your Hubspot with a
column for name, full address, latitude, and longitude."
`<https://github.com/RobertDWhite/hubspot-company-gps-coordinates>`_
Finds duplicate Hubspot records.
`<https://github.com/HL3rd/HubSpot-Duplicate-Checker>`_
"A Python utility package for interacting with HubSpot's CMS API, providing
functionality to create, update, retrieve, and delete pages efficiently."
`<https://github.com/jenksed/hs_utils>`_
"Python library to interact with HubSpot's Private API."
`<https://github.com/Erol444/hubspot-api>`_
"This repo contains the HubSpot backend project files which
was implemented using Python."
`<https://github.com/seyed-ruzaik/HubSpot-Backend>`_
"A repo contains utility functions and scripts for interacting
with the HubSpot API."
`<https://github.com/jacktse0225/hubspot_api_utils>`_
"Tapioca wrapper for Hubspot API."
`<https://github.com/timsmithenject/tapioca_hubspot>`_

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Libre Developers Documentation 0\n" "Project-Id-Version: Libre Developers Documentation 0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-19 10:44-0600\n" "POT-Creation-Date: 2024-09-19 11:22-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n" "Language: en\n"
@ -414,3 +414,160 @@ msgstr ""
#: ../../../_source/hubspot-migration.rst:205 #: ../../../_source/hubspot-migration.rst:205
msgid "Create a hubspot-extract-clients.py script:" msgid "Create a hubspot-extract-clients.py script:"
msgstr "" msgstr ""
#: ../../../_source/hubspot-migration.rst:219
msgid "Hubspot Python Code"
msgstr ""
#: ../../../_source/hubspot-migration.rst:220
msgid "Third party source repos with Python code for working with Hubspot."
msgstr ""
#: ../../../_source/hubspot-migration.rst:222
msgid ""
"\"A Python script for exporting data from HubSpot CRM to a local SQLite "
"database and CSV files. This tool fetches companies, contacts, notes, tasks, "
"calls, and their associations from HubSpot's API, stores them in a SQLite "
"database, and exports the data to CSV files.\""
msgstr ""
#: ../../../_source/hubspot-migration.rst:227
msgid "`<https://github.com/withfriendsco/hubspot-exporter>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:229
msgid "Maybe some code hints from here:"
msgstr ""
#: ../../../_source/hubspot-migration.rst:231
msgid "`<https://github.com/ideabosque/hubspot_connector>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:233
msgid ""
"\"A versatile script designed to assist Hubspot administrators, consultants, "
"and power users in managing their Hubspot data. It provides various "
"functionalities including field extraction, data sampling, and bulk record "
"deletion.\""
msgstr ""
#: ../../../_source/hubspot-migration.rst:238
msgid "`<https://github.com/Jb-P-org/hubspot_tools>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:240
msgid ""
"\"This repository contains the properties and their descriptions of various "
"objects from HubSpot.\""
msgstr ""
#: ../../../_source/hubspot-migration.rst:243
msgid "`<https://github.com/officialkrunalkumar/000-HubSpot-Properties>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:245
msgid ""
"\"This repository contains a Meltano tap extractor designed to pull data "
"from hubspot.com. It leverages the Meltano SDK to facilitate its "
"functionality.\" XXX Meltano is libre?"
msgstr ""
#: ../../../_source/hubspot-migration.rst:249
msgid "`<https://github.com/degreed-data-engineering/tap-hubspot>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:251
msgid ""
"\"This hubspot api is a handy wrapper on top of the existing hubspot python "
"api.\""
msgstr ""
#: ../../../_source/hubspot-migration.rst:253
msgid "`<https://github.com/mannum/hubspot-api>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:255
msgid ""
"\"This project integrates Hubspot data sources into a unified data warehouse "
"for reporting and analysis. It includes scripts for data extraction, "
"transformation, and loading , as well as SQL views for reporting.\""
msgstr ""
#: ../../../_source/hubspot-migration.rst:259
msgid "`<https://github.com/Leenaguduru14/RevOps_Integration>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:261
msgid ""
"\"This project contains a simple script that extracts a list of contacts "
"from Hubspot, adds it to a pandas DataFrame and finally saves it to a CSV "
"file.\""
msgstr ""
#: ../../../_source/hubspot-migration.rst:264
msgid "`<https://github.com/scalero-inc/hubspot-lists>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:266
msgid ""
"\"The script will create a CSV of all companies in your Hubspot with a "
"column for name, full address, latitude, and longitude.\""
msgstr ""
#: ../../../_source/hubspot-migration.rst:269
msgid "`<https://github.com/RobertDWhite/hubspot-company-gps-coordinates>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:271
msgid "Finds duplicate Hubspot records."
msgstr ""
#: ../../../_source/hubspot-migration.rst:273
msgid "`<https://github.com/HL3rd/HubSpot-Duplicate-Checker>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:275
msgid ""
"\"A Python utility package for interacting with HubSpot's CMS API, providing "
"functionality to create, update, retrieve, and delete pages efficiently.\""
msgstr ""
#: ../../../_source/hubspot-migration.rst:278
msgid "`<https://github.com/jenksed/hs_utils>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:280
msgid "\"Python library to interact with HubSpot's Private API.\""
msgstr ""
#: ../../../_source/hubspot-migration.rst:282
msgid "`<https://github.com/Erol444/hubspot-api>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:284
msgid ""
"\"This repo contains the HubSpot backend project files which was implemented "
"using Python.\""
msgstr ""
#: ../../../_source/hubspot-migration.rst:287
msgid "`<https://github.com/seyed-ruzaik/HubSpot-Backend>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:289
msgid ""
"\"A repo contains utility functions and scripts for interacting with the "
"HubSpot API.\""
msgstr ""
#: ../../../_source/hubspot-migration.rst:292
msgid "`<https://github.com/jacktse0225/hubspot_api_utils>`_"
msgstr ""
#: ../../../_source/hubspot-migration.rst:294
msgid "\"Tapioca wrapper for Hubspot API.\""
msgstr ""
#: ../../../_source/hubspot-migration.rst:296
msgid "`<https://github.com/timsmithenject/tapioca_hubspot>`_"
msgstr ""