reddhl alternatives and similar packages
Based on the "Third Party APIs" category.
Alternatively, view reddhl alternatives based on common mentions on social networks and blogs.
-
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
sparkpost
SparkPost client library for Elixir https://developers.sparkpost.com -
elixtagram
:camera: Instagram API client for the Elixir language (elixir-lang) -
google_sheets
Elixir library for fetching Google Spreadsheet data in CSV format -
pay_pal
:money_with_wings: PayPal REST API client for the Elixir language (elixir-lang) -
amazon_product_advertising_client
An Amazon Product Advertising API client for Elixir -
cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP -
elixir_ipfs_api
The Elixir library that is used to communicate with the IPFS REST endpoint.
Learn any GitHub repo in 59 seconds
Do you think we are missing an alternative of reddhl or a related project?
README
Reddhl
An headline and link puller for Reddit and its various subreddits
Given a subreddit it pulls the json data from Reddit which is usually the top 25 posts You can then pull the title and url link for any of those.
Usage
Here's how it works
threads = Reddhl.pull("elixir") # returns the top 25 "threads"
Reddhl.url(threads, 1) # get the 1st post's url "https://medium.com/@mschae/measuring-your-phoenix-app-d63a77b13bda"
Reddhl.title(threads, 1) # get the 1st post's title "Phoenix Monitor"
Dep info
Add the dependency to your mix.exs file:
defp deps do
[{:reddhl, "~> 0.0.2"}]
end
License Information
- reddhl: [LICENSE](LICENSE)
Release Notes
0.0.2
Merged in code from jinyeow Changed priv API from merge
0.0.1
Initial Release
*Note that all licence references and agreements mentioned in the reddhl README section above
are relevant to that project's source code only.