Eggdrop scripts
Eggdrop Weather script
- Usage:
!vader <city> <country>
Example: !vader Stockholm Sweden
Will print out:
<@hook> !vader stockholm sweden < eggdrop> hook : Stockholm, Sweden -- 6:35 PM CEST Updated: 6:30 PM CEST on May 07, 2009 < eggdrop> hook : Conditions: 53.9°F / 12.2°C | Mostly Cloudy Humidity: 69%
If you have an account on the eggdrop you can send this command:
!vader -d <city> <country>
This will make the bot save your choice so you just need to write "!vader".
The script has been edited to stop spamming. Every other option than "!vader <city> <country>" will be noticed to the user by the bot.
Download link: https://shellium.org/~hook/eggdrop/weather425.tcl To use the script, do this: Change dir to your botdir/scripts:
cd sheggdrop/scripts
Download the file via wget:
wget https://shellium.org/~hook/eggdrop/weather425.tcl
Open your <eggdropbotname>.conf-file in nano
nano eggdropbotname.conf
Scroll down till the end and add this:
source scripts/weather425.tcl
Either DCC or Telnet to your bot and write .rehash to reload the config file. Now, you need to enable the script for every channel you want to be able to use it in. Write this to the bot:
.chanset #ChannelName +weather
And you're done.
I'm not the author of this script, I've just made some changes to it to make it less spammy.
Eggdrop Youtube Script
Will give you the 2 first YouTube search results.
- Usage:
!youtube <search string> Will print out:
<@hook> !youtube shellium dance < eggdrop> Title: Dance for a free shell Link: http://youtube.com/watch?v=k8HmOlj6wAw < eggdrop> Title: A dance for free shell at shellium.org Link: http://youtube.com/watch?v=9XwTdj8Rvw8
Download link: https://shellium.org/~hook/eggdrop/youtube.tcl To use the script, do this: Change dir to your botdir/scripts:
cd sheggdrop/scripts
Download the file via wget:
wget https://shellium.org/~hook/eggdrop/youtube.tcl
Open your <eggdropbotname>.conf-file in nano
nano eggdropbotname.conf
Scroll down till the end and add this:
source scripts/youtube.tcl
Either DCC or Telnet to your bot and write .rehash to reload the config file. And you're done.
I'm not the author of this script.
Eggdrop TVRage Script
- Usage:
!tv <search string> Will print out:
<@hook> !tv how i met your mother < eggdrop> TV -> Show: How I Met Your Mother (Scripted | Comedy) Premiered: 2005, Status: Returning Series | URL: http://www.tvrage.com/How_I_Met_Your_Mother < eggdrop> TV -> Episodes: Last: Right Place Right Time [04x22] May/04/2009 | Next: As Fast as She Can [04x23] Monday at 08:30 pm May/11/2009
Download link: https://shellium.org/~hook/eggdrop/dlx-tvrage_v2.3.tcl To use the script, do this: Change dir to your botdir/scripts:
cd sheggdrop/scripts
Download the file via wget:
wget https://shellium.org/~hook/eggdrop/dlx-tvrage_v2.3.tcl
Open your <eggdropbotname>.conf-file in nano
nano eggdropbotname.conf
Scroll down till the end and add this:
source scripts/dlx-tvrage_v2.3.tcl
Either DCC or Telnet to your bot and write .rehash to reload the config file. And you're done.
I'm not the author of this script, I've only made some changes to give as much info as possible with one command.