An open API service indexing awesome lists of open source software.

https://github.com/berecat/twitter-hubspot-cli

A command line tool used to create HubSpot contacts from Twitter user data with the Twitter v2 API and the HubSpot API
https://github.com/berecat/twitter-hubspot-cli

hubspot hubspot-api

Last synced: 6 months ago
JSON representation

A command line tool used to create HubSpot contacts from Twitter user data with the Twitter v2 API and the HubSpot API

Awesome Lists containing this project

README

          

# Twitter-HubSpot-CLI

## Create a HubSpot contact from a Twitter user

This program allows you to create a contact in HubSpot using data from a specific Twitter user.

## Getting Started

1. Install the required libraries by running `pip install tweepy requests`
2. Create a developer account on [Twitter](https://developer.twitter.com/) and obtain the appropriate API credentials (consumer key, consumer secret, access token, and access token secret)
3. Create a developer account on [HubSpot](https://developers.hubspot.com/) and obtain an API key
4. Run the script by running the command `python scriptname.py` in your terminal
5. You will be prompted to enter your credentials and the username of the user whose data you want to use to create a HubSpot contact
6. The script will create a contact on HubSpot with the provided data

## Note
* This is just an example, you should check the Twitter API and Hubspot API documentation for the correct endpoint and parameters to use for your specific use case.
* Also make sure that you are following the guidelines and limitations of the API.