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
- Host: GitHub
- URL: https://github.com/berecat/twitter-hubspot-cli
- Owner: berecat
- Created: 2022-01-21T00:45:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T02:43:09.000Z (about 2 years ago)
- Last Synced: 2024-09-12T03:18:56.190Z (about 1 year ago)
- Topics: hubspot, hubspot-api
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.