This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 394 matches

by ComputerTech
Wed Apr 07, 2021 12:33 am
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 39210

CT-Weather

So i decided to release a Weather script which uses Openweathermap API Key ########################################################### # CT-Weather # ########################################################### # Author: ComputerTech # # Email: ComputerTech312@Gmail.com # # Github: https://github.com...
by ComputerTech
Mon Apr 05, 2021 2:06 pm
Forum: Script Support & Releases
Topic: CT-Google.tcl
Replies: 28
Views: 27660

Offtopic: better to keep any new posts about CT-Google here, and not in http://forum.egghelp.org/viewtopic.php?t=20942&start=30 Ontopic: have you used over 100 searches within 24 hours? as the limit is 100 daily. :P Tested working code: ###########################################################...
by ComputerTech
Wed Mar 31, 2021 12:24 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 17076

Great! glad you got it working Goga :D
by ComputerTech
Wed Mar 31, 2021 12:23 pm
Forum: Scripting Help
Topic: Package required rest
Replies: 2
Views: 2289

by ComputerTech
Tue Mar 30, 2021 4:16 pm
Forum: Scripting Help
Topic: Parsing a entire html source page
Replies: 4
Views: 2672

Tried your suggestion CrazyCat, bind PUB - "!test" the:test package require http package require tls proc the:test {nick host hand chan text} { http::register https 443 [list ::tls::socket] set url "https://www.google.com/search?q=lego+ninjago" set tok [::http::geturl $url] if {[...
by ComputerTech
Tue Mar 30, 2021 10:08 am
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 17076

Goga, have you grabbed the API key and Engine ID i described above? This is a Requirement, as the error you just gave, shows thst you haven't http://forum.egghelp.org/viewtopic.php?p=109672#109672 << instructions Or if you have successfully retrieved a API Key and a Engine ID, try putting this in yo...
by ComputerTech
Tue Mar 30, 2021 2:27 am
Forum: Scripting Help
Topic: Parsing a entire html source page
Replies: 4
Views: 2672

Thanks CrazyCat will try that :wink:
by ComputerTech
Tue Mar 30, 2021 12:57 am
Forum: Scripting Help
Topic: Parsing a entire html source page
Replies: 4
Views: 2672

Parsing a entire html source page

So i am trying to retrieve the entire code from this https:://google.com/search?q=lego bind PUB - "!test" the:test package require http package require tls proc the:test {nick host hand chan text} { http::register https 443 [list ::tls::socket] set url "https://www.google.com/search?q...
by ComputerTech
Mon Mar 29, 2021 3:12 pm
Forum: Script Requests
Topic: Public commands and channel management
Replies: 8
Views: 4070

And for your !flag code bind PUB ofmn|ofmn "!autovoice" auto:voice proc auto:voice {nick host hand chan text} { #Sets $nick2 which will be !autovoice thisnickhere set nick2 [lindex [split $text] 0] #Checks if nick2 is on the channel and if not, will stop the script and return with a error ...
by ComputerTech
Mon Mar 29, 2021 2:23 pm
Forum: Script Requests
Topic: Public commands and channel management
Replies: 8
Views: 4070

I personally recommend Bass's Seen script


There are however, many other's

http://tclarchive.org/search.php?Seen
by ComputerTech
Sun Mar 28, 2021 9:33 pm
Forum: Script Support & Releases
Topic: CT-Google.tcl
Replies: 28
Views: 27660

CT-Google.tcl

So i thought it would be better to start a fresh post about CT-Google.tcl since it currently seems to be one of the only working google scripts. Download --------------------------------------------------- Requirements A Standard Google Account Custom search API Key Engine ID -----------------------...
by ComputerTech
Sun Mar 28, 2021 7:35 pm
Forum: Script Requests
Topic: Public commands and channel management
Replies: 8
Views: 4070

Try the following SirFz's FZcommands Download My Code CTcommands Download caesar's code Here Lol'z tools Download or this code i just made for you :wink: Untested ## # Flags for script usage set foo(flag) "ofmn" ## # Voice triggers set foo(vtrig) "voice v" ## # Devoice triggers s...
by ComputerTech
Sun Mar 28, 2021 2:31 pm
Forum: Eggdrop Help
Topic: Need help with eggdrop Please
Replies: 9
Views: 5145

Eggdrop by default without any extra Tcl scripts, does Not offer public commands only a few /msg commands.

Best to choose a option from the following

Search this forum

TclArchive

Script Requests

For your script
by ComputerTech
Sat Mar 27, 2021 6:53 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 17076

No Problem simo, glad you got it working
:
by ComputerTech
Sat Mar 27, 2021 6:23 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 17076

You can try test your API and Engine ID wih the following URL

Code: Select all

"https://www.googleapis.com/customsearch/v1?key=YOUR-API-KEY-HERE&cx=YOUR-ENGINE-ID-HERE&q=SEARCH-TERM"

If it results to a page with a error, paste here that whole error and surroundings