https://github.com/flexiodata/functions-producthunt
Import live, refreshable data from ProductHunt into Microsoft Excel and Google Sheets.
https://github.com/flexiodata/functions-producthunt
add-in add-on api excel google-sheets producthunt python spreadsheet
Last synced: about 2 months ago
JSON representation
Import live, refreshable data from ProductHunt into Microsoft Excel and Google Sheets.
- Host: GitHub
- URL: https://github.com/flexiodata/functions-producthunt
- Owner: flexiodata
- License: mit
- Created: 2019-11-20T20:45:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T06:46:11.000Z (almost 5 years ago)
- Last Synced: 2023-03-01T14:41:56.704Z (about 2 years ago)
- Topics: add-in, add-on, api, excel, google-sheets, producthunt, python, spreadsheet
- Language: Python
- Homepage: https://www.flex.io/integrations/producthunt
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Product Hunt Google Sheets & Excel Spreadsheet Add-on
Product Hunt is the premier website that enables users share and discover new products. This Product Hunt spreadsheet integration for Google Sheets and Microsoft Excel enables you to import product and user information from Product Hunt. This add-on will enable you to integrate on-demand, refreshable data without leaving your spreadsheet.
Here is an example:
```
=FLEX("YOUR_TEAM_NAME/producthunt-posts")
```## Prerequisites
The Product Hunt spreadsheet functions utilize [Flex.io](https://www.flex.io) and [Product Hunt](https://www.producthunt.com/). To use these functions, you'll need:
* A [Flex.io account](https://www.flex.io/app/signup) to run the functions
* A [Flex.io Add-on](https://www.flex.io/add-ons) for Microsoft Excel or Google Sheets to use the functions in your spreadsheet
* A [Product Hunt account](https://www.producthunt.com)## Installing the Functions
Once you've signed up for Flex.io and have the Flex.io Add-on installed, you're ready to install the function pack.
You can install these functions directly by mounting this repository in Flex.io:
1. [Sign in](https://www.flex.io/app/signin) to Flex.io
2. In the Functions area, click the "New" button in the upper-left and select "Function Mount" from the list
3. In the function mount dialog, select "GitHub", then authenticate with your GitHub account
4. In the respository URL box, enter the name of this repository, which is "flexiodata/functions-producthunt"
5. Click "Create Function Mount"If you prefer, you can also install these using the [Flex.io Product Hunt Integration](https://www.flex.io/integrations/producthunt).
## Using the Functions
Once you've installed the function pack, you're ready to use the functions.
1. Open Microsoft Excel or Google Sheets
2. Open the Flex.io Add-in:
- In Microsoft Excel, select Home->Flex.io
- In Google Sheets, select Add-ons->Flex.io
3. In the Flex.io side bar, log in to Flex.io and you’ll see the functions you have installed
4. For any function, click on the “details” in the function list to open a help dialog with some examples you can try at the bottom
5. Simply copy/paste the function into a cell, then edit the formula with a value you want to use## Documentation
Here are some additional resources:
* [Product Hunt Function Documentation.](https://www.flex.io/integrations/producthunt#functions-and-syntax) Here, you'll find a list of the functions available, their syntax and parameters, as well as examples for how to use them.
* [Flex.io Add-ons.](https://www.flex.io/add-ons) Here, you'll find more information about the Flex.io Add-ons for Microsoft Excel and Google Sheets, including how to install them and use them.
* [Flex.io Integrations.](https://www.flex.io/integrations) Here, you'll find out more information about other spreadsheet function packs available.## Help
If you have question or would like more information, please feel free to live chat with us at our [website](https://www.flex.io) or [contact us](https://www.flex.io/about#contact-us) via email.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.