LunarCrush CLI v0.1.22
Install: curl -fsSL https://lunarcrush.ai/install.sh | bash  
  
  
Usage:  
  lunarcrush categories                          Get the list of available categories  
  lunarcrush category <category>                 Get the list of topics within a category try cryptocurrencies, stocks, technology-brands, celebrities...  
  
  lunarcrush topic <name>                        Topic summary snapshot of the last ~48 hours on social  
  lunarcrush topic <name> time-series            Topic time series metrics  
  lunarcrush topic <name> posts                  Topic top social posts  

  lunarcrush keyword <name>                      Keyword summary snapshot of the last ~48 hours on social  
  lunarcrush keyword <name> time-series          Keyword time series metrics  
  lunarcrush keyword <name> posts                Keyword top social posts  
  
  lunarcrush creators <topic>                    Get the most influential creators for any topic  
  lunarcrush creator <network> <id>              Creator summary of their recent activity  
  lunarcrush creator <network> <id> time-series  Get historical time series metrics for a creator account  
  lunarcrush creator <network> <id> posts        Get posts for a specific creator account  
  
  lunarcrush post <network> <id>                 Social post details includes post content and time series metrics  
  lunarcrush search <query...>                   Search  
  lunarcrush /<any/path>                         Raw API path from lunarcrush.ai/<any/path>  
  
  lunarcrush login                               Authenticate via browser  
  lunarcrush login --api-key <key>               Store API key directly  
  lunarcrush update                              Update to the latest version  
  lunarcrush whoami                              Get your account subscription details  
  
  
Flags:  
  --format <json,csv>    format output as json or csv also available as --json and --csv --tsv  
  --url                  Print the lunarcrush.ai URL instead of making the request  
  --ui                   Open in LunarCrush.ai browser visual user interface  
  --sort <metric>        Sort by metric (alt_rank, market_cap, interactions, etc.)  
  --limit <n>            Limit results (1-1000)  
  --filter <sector>      Filter by sector (meme, defi, layer-1, etc.)  
  --interval <interval>  Time range (1d, 1w, 1m, 3m, 6m, 1y, all)  for quick time selection instead of start/end  
  --start <date>         Start date (YYYY-MM-DD)  
  --end <date>           End date (YYYY-MM-DD)  
  --bucket <hour|day>    Specify hourly or daily time series points
  --network <network>    Specify one or multiple networks to filter time series metrics or posts separated by commas like tiktok,reddit,youtube
  --metrics <m1,m2>      Specific metrics (comma-separated) to limit columns in time series output  
  
Examples:  
  lunarcrush topic bitcoin  
  lunarcrush topic bitcoin --json  
  lunarcrush topic bitcoin time-series --interval 1w  
  lunarcrush topic bitcoin posts --interval 1m  
  lunarcrush category cryptocurrencies  
  lunarcrush category cryptocurrencies --sort alt_rank --limit 5  
  lunarcrush category cryptocurrencies --filter meme --sort market_cap  
  lunarcrush creator youtube mrbeast  
  lunarcrush post tiktok 7598236569547328790  
  lunarcrush search bitcoin  
  lunarcrush /topic/bitcoin/time-series  
  lunarcrush login  

