GIPHY_API_KEY
mix deps.get
to obtain any necessary dependenciesiex
iex
using mix
GiphyScraper.search("<your term here>")
, with whatever term you prefermix escript.build
./giphy_scraper
) with either the -q
or --query
flags followed by your search term (e.g., ./giphy_scraper -q patriots
)If available in Hex, the package can be installed
by adding giphy_scraper
to your list of dependencies in mix.exs
:
def deps do
[
{:giphy_scraper, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/giphy_scraper.