Skip to content
forked from teeli/urltitle

Eggdrop scripts that display titles of URLs pasted on an IRC channel

License

Notifications You must be signed in to change notification settings

janihy/urltitle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLTitle

A script for Eggdrop IRC bot that detects URLs from public messages on channels and prints out their title

Installation

Just copy urltitle.tcl to your eggdrop scripts directory, set config parameters and add to your Eggdrop configuration file. Works without any configuration, but you can set some options in the script file if you want.

Requirements

The script should work without any additional dependencies, but for the best results, the following tcl packages are recommended:

  • tls: Required for https URLs
  • htmlparse: Parse html entities in titles
  • tdom: More reliable <title> tag parsin using xpath (instead of regex).

Broken URLs?

If you encounter any URLs that isn't working properly, please report them under #10.

About

Eggdrop scripts that display titles of URLs pasted on an IRC channel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Tcl 100.0%