<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/21344" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2025-12-17T12:10:59-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/21344</id>

		<entry>
		<author><name><![CDATA[Urores]]></name></author>
		<updated>2025-12-17T12:10:59-04:00</updated>

		<published>2025-12-17T12:10:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113419#p113419</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113419#p113419"/>
		<title type="html"><![CDATA[Re: eggdrop connect with chatgpt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113419#p113419"><![CDATA[
I played with this a bit using Eggdrop + Tcl. The simplest way is to trigger on !ask, grab the text, then call the API using exec curl or http::geturl from Tcl. When the response comes back, just parse the JSON and send it with putserv "PRIVMSG $nick :$reply" so it stays private. Keep answers short or split them, since long messages can get cut.<br><br>Also watch rate limits and errors, or your bot will feel “dead” sometimes. Log failures so you know what’s happening behind the scenes.<br><br>In the  world of IRC bots, keeping things simple is usually best. Once it works reliably, you can always expand features later.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13502">Urores</a> — Wed Dec 17, 2025 12:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Baslerstab]]></name></author>
		<updated>2024-02-09T00:35:53-04:00</updated>

		<published>2024-02-09T00:35:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112514#p112514</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112514#p112514"/>
		<title type="html"><![CDATA[Re: eggdrop connect with chatgpt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112514#p112514"><![CDATA[
haha, steal my code.<br>-.- thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13148">Baslerstab</a> — Fri Feb 09, 2024 12:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Baslerstab]]></name></author>
		<updated>2024-02-07T19:47:16-04:00</updated>

		<published>2024-02-07T19:47:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112508#p112508</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112508#p112508"/>
		<title type="html"><![CDATA[Re: eggdrop connect with chatgpt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112508#p112508"><![CDATA[
sent you an pm. with some examples of code .-.- <br>check out!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13148">Baslerstab</a> — Wed Feb 07, 2024 7:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MeinVali]]></name></author>
		<updated>2024-02-03T06:01:39-04:00</updated>

		<published>2024-02-03T06:01:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112399#p112399</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112399#p112399"/>
		<title type="html"><![CDATA[Re: eggdrop connect with chatgpt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112399#p112399"><![CDATA[
Hi Nicci,<br><br>No need to apologize for your English – it's perfectly fine! Connecting Eggdrop with ChatGPT through API requests sounds like an interesting project. To assist you, I'll need a bit more information:<br><br><em class="text-italics">ChatGPT API:</em><br><br>Do you have access to the ChatGPT API, and have you obtained the necessary API key?<br><br><em class="text-italics">Programming Language:</em><br>In which programming language are you planning to implement the connection? Common choices include Python, JavaScript, or TCL (since Eggdrop is TCL-scriptable).<br><br><em class="text-italics">Example Code:</em><br>If you've already written some code, could you share the snippet you're working on? This will help me understand your approach better.<br><br>Once you provide more details, I'll be happy to guide you further or help with any specific challenges you might be facing.<br><br>Best regards<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13149">MeinVali</a> — Sat Feb 03, 2024 6:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-01-29T19:09:23-04:00</updated>

		<published>2024-01-29T19:09:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112384#p112384</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112384#p112384"/>
		<title type="html"><![CDATA[Re: eggdrop connect with chatgpt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112384#p112384"><![CDATA[
I'll pass.<br>"chatgpt" is the best way to make me blind <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon Jan 29, 2024 7:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Baslerstab]]></name></author>
		<updated>2024-01-29T16:11:53-04:00</updated>

		<published>2024-01-29T16:11:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112383#p112383</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112383#p112383"/>
		<title type="html"><![CDATA[eggdrop connect with chatgpt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112383#p112383"><![CDATA[
hi <br><br>I'm trying to connect the eggdrop with api requests to chat-gpt or other services where possible and give answers when someone types !ask &lt;blabla&gt;. The answer should come back as a private message because the answers would be too large for public channels.<br>i've got keys. anyone would help me? <br><br>sorry for my bad english, i'm swissgerman.<br><br>thx <br>Nicci<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13148">Baslerstab</a> — Mon Jan 29, 2024 4:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
