Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryanckulp/product_hunt_upvotes
- Owner: ryanckulp
- Created: 2016-08-06T18:33:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T23:48:14.000Z (over 1 year ago)
- Last Synced: 2024-11-02T03:23:24.171Z (2 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 36
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product Hunt Upvote Downloader
download a CSV of twitter handles who upvoted a featured productdon'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