Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.07 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.07 KB

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 and obtain the appropriate API credentials (consumer key, consumer secret, access token, and access token secret)
  3. Create a developer account on HubSpot 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.