Skip to content
/ urltitle Public

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

License

Notifications You must be signed in to change notification settings

teeli/urltitle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 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 parsing 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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages