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 2 matches

by sirducu
Mon Jan 29, 2024 12:32 pm
Forum: Script Requests
Topic: tcl script to call data from an api
Replies: 4
Views: 18586

Re: tcl script to call data from an api

I kind of made it working :D with a little help from this forum and the internet.. but maybe you guys can help me make it a little better .. here is the code . package require http package require json putlog "newsbot loaded" proc getinfo { url } { for { set i 1 } { $i <= 5 } { incr i } { ...
by sirducu
Mon Jan 29, 2024 6:06 am
Forum: Script Requests
Topic: tcl script to call data from an api
Replies: 4
Views: 18586

tcl script to call data from an api

Hello guys, I am looking for a script that can call data from an API, and post to a certain channel, I don't need it to post on multiple channels. The API doesn't need a key to call from it. If anyone can help, that would be awesome, if not, please point me to a place where I can learn TCL scripting...