Eggdrop Tcl Archive

Home | Contact | Forum | Submit a Script

View All Information: Script Id1785

Script Name: PiotrekD's YouTube script Version: 1.0 Author: PiotrekD Script Date: 28/08/2017 Category: Not specified Downloads: 229 File Name: youtube.tar.gz Short Description: A very simple (and a bit messy) YouTube script that works with the third version of YouTube API (YouTube Data API v3). Requires TSL and a free API key.

Extended Description File

# PiotrekD's YouTube scrips
# ##
# A very simple (and a bit messy) YouTube script that works with the third
#   version of YouTube API (YouTube Data API v3).
# Scans every line for links to YT videos and prints basic information
#   (title, author and date of uploading) about one if it's found.
# Supports only one link in a line. (How often do you put more?)
# Requires TSL.
# ##
# Copyright (c) 2017 Piotr "PiotrekD" Doroszewski
# You can do everything you want with this code,
#   just mention me as the oryginal author.
# ##
# ## Settings ## #
# Put your YouTube API key here.
# You can get it for free; it's simple and there are a few
#   tutorials about doing it on the Internet.
set youtube_api_key <apikey>


################

package require http
package require tls

Latest News

27 Dec 2018 Eggdrop v1.8.4 Stable Release 22 Dec 2018 Eggdrop v1.8.4 Release Candidate 3 15 Dec 2018 Eggdrop v1.8.4 Release Candidate 2 12 Dec 2018 Eggdrop v1.8.4 Release Candidate 1 04 Feb 2018 Eggdrop v1.8.3 Stable Release 13 Jan 2018 Eggdrop v1.8.3 Release Candidate 2

Resources

Eggdrop Community Forum Download Eggdrop Eggdrop Set-up Using your Eggdrop Enhancing Eggdrop Eggdrop Tcl Commands Eggdrop 1.8.3 Documents Eggdrop Config File Unix Shell Commands
Donate Help TclArchive.org with server costs. By donating, you help keep these scripts available to everyone. PayPal

© 2015 - 2025,  Greenwood Web Design