sgoop(7) Miscellaneous Information Manual sgoop(7) NAME sgoop - plaintext scoop cgi program USAGE sgoop is controlled through the requested path. Append the necessary request to the base URL in order to get the information you want. Requests are detailed as below: /CHANNEL Returns the channel's log for the current day. /CHANNEL/DATE Returns the CHANNEL's log for the given DATE, where DATE is formatted in the ISO standard YYYY-MM-DD. /CHANNEL/latest Returns the last 100 messages from the CHANNEL. Apart from the previous requests, there are extra requests that are interpreted by sgoop: /usage.txt Print this manual page in plaintext. /index.txt Print the index page in plaintext. EXAMPLES It is quite easy to create a script that interacts with sgoop. Following examples use curl(1) to get the logs from Carbs Linux server. If you don't know what channels are logged by the server you can do the following in order to see the list of channels: $ curl -L irclogs.carbslinux.org/index.txt The following request returns the log for the current day of the '#carbslinux' channel. $ curl -L irclogs.carbslinux.org/carbslinux The following request returns the logs of Jun 13, 2021 of the '#kisslinux' channel. $ curl -L irclogs.carbslinux.org/kisslinux/2021-06-13 AUTHOR Cem Keylan SEE ALSO litterbox(1), scoop(1) June 14, 2021