Skip to content

janza/http_talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

HTTP TALK

Chat using http server access logs. Inspired by XKCD 1810.

Usage example:

sudo tail -f /var/log/nginx/access.log | ./http_talk -host remotehost.com

Options:

  • host: Remote host that you want to chat with
  • log: Path to log file (default is stdin)
  • format: Log format, required fields are $remote_addr and $http_user_agent, for more details see gonx documentation, default is nginx's predefined "combined" format

About

🗨 Chat using http server access logs - inspired by XKCD 1810

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages