Blasman

Blasman

Joined
Nov 20, 2015

Activity Stream

Blasman commented on a Page, !IMDB Movie Search  -  May 21, 2018

I've been using a slightly modified version of this script for years and it wasn't until maybe a few weeks ago that I noticed it will always reply with "Sorry - Cannot find movie name" and I have no idea where to look to try and fix it. Does anyone have a fix? This script gave the best output of text and my channel users and I really loved using it.

Blasman created a Page  -  Jan 14, 2016
2 919 

UPDATE: If you are using this script on Twitch, you will need SReject's JSON and mTwitch scripts (Core and DisplayName).

Blasman created a Page  -  Dec 29, 2015
1,744 

UPDATE (January 3, 2016) ::: I will be updating these scripts and adding more at GitHub rather than here, as it makes things a lot easier. https://github.com/Blasman/mIRC-Twitch-Scripts

 Respond   mIRC  
Blasman created a Page  -  Dec 23, 2015
2,316 

UPDATE (January 3, 2016) ::: I will be updating these scripts and adding more at GitHub rather than here, as it makes things a lot easier. https://github.com/Blasman/mIRC-Twitch-Scripts

 Respond   mIRC  
Blasman commented on a Page, !IMDB Movie Search  -  Dec 22, 2015

Thanks for this. Great script for the most part. A few things don't work though. Trailer does not work at all. Plot doesn't work at all. Shortplot is actually Director + Actors + Plot. Also, Rating seems to be hit or miss whether or not it actually gets returned.

 Respond  
Blasman commented on a Page, Random Jokes Plus Facts  -  Dec 14, 2015

The !jokes part still works well. However, the !facts command will only return the first 27 characters of the random fact. Any idea on how to have it display the entire random fact? Thanks!

Example:
A giraffe has a 20-inch ton
The U.S. ranks 29th in over
"Tom Sawyer" was the first
The world's largest amphibi

 Respond  
Blasman created a Page  -  Nov 29, 2015
730 

UPDATE (Feb 18, 2017) ::: Just posting another update here to remind people that this script is OLD and outdated. I have created a MUCH better version of an AutoHost script that will continue to be updated at https://github.com/Blasman/mIRC-Twitch-Scripts/wiki/Script-Documentation#advanced-autohost-version-2 . PLEASE use that version instead!

 Respond   mIRC  
Blasman commented on a Page, JSON for MIRC  -  Nov 21, 2015

I really like this script and it has been very useful for my bot that I use on Twitch. However, I seem to be having an issue. The problem is that about 1% of the time, the name returned will either be blank or it will be the name of someone who previously had their name retrieved from the JSON. I use this code for getting the proper display name from Twitch, as IRC has everybody's name in lower case and this script is the only way that I know of of how to get the proper case sensitive display name. Is there something that I could change to get it to work 100% of the time, or is this just a Twitch issue, or something else? I use $twitch_name(name_to_retrieve) to get the proper name. Thanks.

alias twitch_name {
JSONOpen -ud twitch_name https://api.twitch.tv/kraken/channels/ $+ $1
return $json(twitch_name, display_name)
}

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.