<?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/17556" />

	<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>2019-08-05T21:08:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[NewzNZ]]></name></author>
		<updated>2019-08-05T21:08:46-04:00</updated>

		<published>2019-08-05T21:08:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107742#p107742</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107742#p107742"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107742#p107742"><![CDATA[
<blockquote class="uncited"><div>I need help.<br><br><br>While the original tweet is <a href="https://twitter.com/DeadlineDayLive/status/883587199219978241" class="postlink">this</a> the output to IRC is truncated and is:<br><blockquote class="uncited"><div>(Transfer News Live) @ManUtd The fee for Romelu Lukaku could rise to £100m. £75m up front. £15m add ons plus £10m for Wayne Rooney. (Sou… <a href="https://t.co/muBXg7kc5B" class="postlink">https://t.co/muBXg7kc5B</a></div></blockquote><br>Notice the (Sou... ) part...<br><br>How can I change it and fix it please?<br><br>Thanks</div></blockquote>Mine does a similar thing - maybe it is a hangover from when Twitter used to restrict the number of characters per-tweet?<br>Just a thought though &amp; I may be be totally wrong...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10525">NewzNZ</a> — Mon Aug 05, 2019 9:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NewzNZ]]></name></author>
		<updated>2019-08-03T22:28:48-04:00</updated>

		<published>2019-08-03T22:28:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107739#p107739</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107739#p107739"/>
		<title type="html"><![CDATA[OAuth failed error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107739#p107739"><![CDATA[
Hi all<br>Have been using the Birdy TCL script without issues for a long time now, but for the last week or so it's been returning this error in the partyline:<br><br>[02:24:30]  OAuth failed: (???) Unknown problem... No reason given...( timeout )<br><br>Just wondering if anyone has/is having a similar issue?<br><br>Thanks in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10525">NewzNZ</a> — Sat Aug 03, 2019 10:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ViciousPiranha]]></name></author>
		<updated>2018-04-02T06:32:45-04:00</updated>

		<published>2018-04-02T06:32:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106744#p106744</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106744#p106744"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106744#p106744"><![CDATA[
Can you elaborate how to do this?<br><blockquote class="uncited"><div>Regarding the truncated tweet: Updating the script to use extended tweet mode may solve that: <a href="https://dev.twitter.com/overview/api/upcoming-changes-to-tweets" class="postlink">https://dev.twitter.com/overview/api/up ... -to-tweets</a><br><br>You'd need to find wherever it is making the HTTP requests to retrieve tweets and pass an additional argument of "tweet_mode=extended". The key in the tweet status then becomes "full_text" rather than "text", so you'd have to update that as well.<br></div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12161">ViciousPiranha</a> — Mon Apr 02, 2018 6:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[horgh]]></name></author>
		<updated>2017-09-24T16:08:28-04:00</updated>

		<published>2017-09-24T16:08:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106456#p106456</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106456#p106456"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106456#p106456"><![CDATA[
Regarding the truncated tweet: Updating the script to use extended tweet mode may solve that: <a href="https://dev.twitter.com/overview/api/upcoming-changes-to-tweets" class="postlink">https://dev.twitter.com/overview/api/up ... -to-tweets</a><br><br>You'd need to find wherever it is making the HTTP requests to retrieve tweets and pass an additional argument of "tweet_mode=extended". The key in the tweet status then becomes "full_text" rather than "text", so you'd have to update that as well.<br><br>Regarding showing tweets of a particular user: You could set up a twitter account and follow the one user. Then any twitter script that outputs statuses as they come in on the timeline would probably work for you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11103">horgh</a> — Sun Sep 24, 2017 4:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zeta]]></name></author>
		<updated>2017-09-15T07:34:43-04:00</updated>

		<published>2017-09-15T07:34:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106439#p106439</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106439#p106439"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106439#p106439"><![CDATA[
Is it possible to show all the tweets of a particular user and parse them when he tweets?<br>I'm looking for a script just to send a message to a chan when a particular user tweets<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9839">Zeta</a> — Fri Sep 15, 2017 7:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ViciousPiranha]]></name></author>
		<updated>2017-07-08T04:57:32-04:00</updated>

		<published>2017-07-08T04:57:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106357#p106357</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106357#p106357"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106357#p106357"><![CDATA[
I need help.<br><br><br>While the original tweet is <a href="https://twitter.com/DeadlineDayLive/status/883587199219978241" class="postlink">this</a> the output to IRC is truncated and is:<br><blockquote class="uncited"><div>(Transfer News Live) @ManUtd The fee for Romelu Lukaku could rise to £100m. £75m up front. £15m add ons plus £10m for Wayne Rooney. (Sou… <a href="https://t.co/muBXg7kc5B" class="postlink">https://t.co/muBXg7kc5B</a></div></blockquote><br>Notice the (Sou... ) part...<br><br>How can I change it and fix it please?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12161">ViciousPiranha</a> — Sat Jul 08, 2017 4:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[silkvistor]]></name></author>
		<updated>2016-08-16T09:12:19-04:00</updated>

		<published>2016-08-16T09:12:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105332#p105332</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105332#p105332"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105332#p105332"><![CDATA[
i have a problem when added to multiple channel, its okey at 1st channel but in 2nd and 3rd channel not display. I already set here<br><div class="codebox"><p>Code: </p><pre><code>set twitter(accts) {"#chan1|acct1|consumer_key1|consumer_secret1|access_token_key1|access_token_secret1""#chan2|acct2|consumer_key2|consumer_secret2|access_token_key2|access_token_secret2""#chan3|acct3|consumer_key3|consumer_secret3|access_token_key3|access_token_secret3"}</code></pre></div>Also <br><div class="codebox"><p>Code: </p><pre><code>.chanset #channel1 +twitter.chanset #channel2 +twitter.chanset #channel3 +twitter</code></pre></div>But nothing happen at chanel 2 &amp; 3. Please help. Thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12644">silkvistor</a> — Tue Aug 16, 2016 9:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2016-06-03T11:00:53-04:00</updated>

		<published>2016-06-03T11:00:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105096#p105096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105096#p105096"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105096#p105096"><![CDATA[
<blockquote class="uncited"><div>Did that and got a couple errors, heh.<br><a href="http://paste.tclhelp.net/?id=ib6" class="postlink">http://paste.tclhelp.net/?id=ib6</a></div></blockquote>I'm not familiar with that command that the pastebin thinks is an error, and I haven't looked it up.<br><br>But, for the heck of it,  I copy-n-pasted from that pastebin, into nano, and saved.<br><br>Made no edits.<br><br><br>For what it is worth....<br>That script loaded fine in a bot of mine.  No crash.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Jun 03, 2016 11:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SignZ]]></name></author>
		<updated>2016-06-03T10:32:41-04:00</updated>

		<published>2016-06-03T10:32:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105095#p105095</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105095#p105095"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105095#p105095"><![CDATA[
Did that and got a couple errors, heh.<br><a href="http://paste.tclhelp.net/?id=ib6" class="postlink">http://paste.tclhelp.net/?id=ib6</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11251">SignZ</a> — Fri Jun 03, 2016 10:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2016-06-03T10:04:15-04:00</updated>

		<published>2016-06-03T10:04:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105094#p105094</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105094#p105094"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105094#p105094"><![CDATA[
<blockquote class="uncited"><div>The same program I've used for years, Notepad++.</div></blockquote><br>So it is not likely that the problem is with the editor introducing something unwanted.<br><br>If you wish, pastebin the faulty script here:<br><a href="http://paste.tclhelp.net/" class="postlink">http://paste.tclhelp.net/</a><br><br>and post the link to it here.  Maybe somebody here can spot it.<br>Maybe the pastebin itself will point you to the error.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Jun 03, 2016 10:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SignZ]]></name></author>
		<updated>2016-06-03T09:49:52-04:00</updated>

		<published>2016-06-03T09:49:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105093#p105093</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105093#p105093"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105093#p105093"><![CDATA[
The same program I've used for years, Notepad++.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11251">SignZ</a> — Fri Jun 03, 2016 9:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2016-06-03T09:16:49-04:00</updated>

		<published>2016-06-03T09:16:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105092#p105092</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105092#p105092"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105092#p105092"><![CDATA[
Something came to mind...<br><br>I assume you are editing these script files, according to the directions in them, to configure them.<br><br>How do you go about that?<br>What are you using to edit them?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Jun 03, 2016 9:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SignZ]]></name></author>
		<updated>2016-06-03T08:49:05-04:00</updated>

		<published>2016-06-03T08:49:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105091#p105091</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105091#p105091"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105091#p105091"><![CDATA[
Yup, that's the whole message (which really confuses me). I tried commenting out the line already (in fact, I have to do that to even start the bot).<br>If the eggdrop.conf got the following 4 lines, it won't start (showing the error above)<div class="codebox"><p>Code: </p><pre><code>source scripts/sha1.tclsource scripts/base64.tclsource scripts/oauth.tclsource scripts/twitter.tcl</code></pre></div>Commenting it out<div class="codebox"><p>Code: </p><pre><code>source scripts/sha1.tclsource scripts/base64.tclsource scripts/oauth.tcl#source scripts/twitter.tcl</code></pre></div>lets the bot start normally. <br><br>Just tried re-adding (uncommenting) the line, did a .restart on partyline and that resulted in <div class="codebox"><p>Code: </p><pre><code>[14:44:57] &lt;Cthulhu&gt; [14:44:54] Tcl error in file 'eggdrop.conf':[14:44:57] &lt;Cthulhu&gt; [14:44:54] invalid command name "[14:44:57] &lt;Cthulhu&gt; [14:44:54] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)</code></pre></div>again (strangely enough, in the partyline there's some hyphen-like symbol (which won't copy/paste properly over here) after the " in invalid command name " ). That can be seen <img src="http://dubio.us.to/snap/mirc_2016-06-03_14-47-31.png" class="postimage" alt="Image"> here<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11251">SignZ</a> — Fri Jun 03, 2016 8:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2016-06-03T08:31:21-04:00</updated>

		<published>2016-06-03T08:31:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105087#p105087</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105087#p105087"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105087#p105087"><![CDATA[
Is that the whole crash message?<br><br><br>Also, examine eggdrop.conf carefully.  (Have you recently made an edit to it? )<br>Do you have a line with just a "   on it?       As in perhaps a typo or accidental carriage return cause a " to move down a line?<br><br>It would be easy to prove that the problem is or is not in that script file.<br>Simply comment out the source line that loads it.   <br><br>If your bot will then run normally, then the problem is either in that script file (and I think you'd see more in the crash message)  or in the source line that tries to load it.<br><br>If the problem persists, then you know it is nothing to do with that script file or the line that loads it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Jun 03, 2016 8:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SignZ]]></name></author>
		<updated>2016-06-03T05:07:26-04:00</updated>

		<published>2016-06-03T05:07:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105085#p105085</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105085#p105085"/>
		<title type="html"><![CDATA[Birdy (OAuth, Twitter, Tweets&amp;MegaHAL v6.01d) Jun12,2013]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105085#p105085"><![CDATA[
Really weird thing happening to my bot for the last couple days. Whenever I want to start it with the twitter.tcl loaded, I'm getting the following error:<div class="codebox"><p>Code: </p><pre><code>[10:58:54] Tcl error in file 'eggdrop.conf':[10:58:54] invalid command name "[10:58:54] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)</code></pre></div>I have no idea what exactly broke in the .tcl file (I redownloaded it already but without any luck of it working again).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11251">SignZ</a> — Fri Jun 03, 2016 5:07 am</p><hr />
]]></content>
	</entry>
	</feed>
