Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryanckulp/product_hunt_upvotes

download a CSV of upvotes on Product Hunt
https://github.com/ryanckulp/product_hunt_upvotes

Last synced: about 2 months ago
JSON representation

download a CSV of upvotes on Product Hunt

Awesome Lists containing this project

README

        

# Product Hunt Upvote Downloader
download a CSV of twitter handles who upvoted a featured product

don't code? [use the web version](https://product-hunt-upvotes.herokuapp.com/).

## installation
1. ```$ gem install hunting_season```

## how it works
1. run the script (```$ ruby client.rb```)
3. input your [Developer Token](https://www.producthunt.com/v2/oauth/applications) (create an app w/ any HTTPS URL, then create token)
4. input a featured product's URL
5. CSV file of upvoters will save in the same directory as the script file