<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Sigmund Freud Twitter Bot</title>
	<atom:link href="http://www.pygaze.org/2016/03/sigmund-freud-twitter-bot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pygaze.org/2016/03/sigmund-freud-twitter-bot/</link>
	<description>Open source eye-tracking software and more.</description>
	<lastBuildDate>Fri, 08 Sep 2023 16:11:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: I, Twitterbot &#8211; Netstream 360</title>
		<link>http://www.pygaze.org/2016/03/sigmund-freud-twitter-bot/#comment-328107</link>
		<dc:creator><![CDATA[I, Twitterbot &#8211; Netstream 360]]></dc:creator>
		<pubDate>Wed, 15 Jun 2022 03:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.pygaze.org/?p=391#comment-328107</guid>
		<description><![CDATA[[&#8230;] http://www.pygaze.org/2016/03/sigmund-freud-twitter-bot/ [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://www.pygaze.org/2016/03/sigmund-freud-twitter-bot/" rel="nofollow">http://www.pygaze.org/2016/03/sigmund-freud-twitter-bot/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I, Twitterbot &#124; df_broker</title>
		<link>http://www.pygaze.org/2016/03/sigmund-freud-twitter-bot/#comment-12416</link>
		<dc:creator><![CDATA[I, Twitterbot &#124; df_broker]]></dc:creator>
		<pubDate>Sun, 12 Nov 2017 13:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pygaze.org/?p=391#comment-12416</guid>
		<description><![CDATA[[&#8230;] http://www.pygaze.org/2016/03/sigmund-freud-twitter-bot/ [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://www.pygaze.org/2016/03/sigmund-freud-twitter-bot/" rel="nofollow">http://www.pygaze.org/2016/03/sigmund-freud-twitter-bot/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Dalmaijer</title>
		<link>http://www.pygaze.org/2016/03/sigmund-freud-twitter-bot/#comment-6346</link>
		<dc:creator><![CDATA[Edwin Dalmaijer]]></dc:creator>
		<pubDate>Fri, 01 Jul 2016 14:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pygaze.org/?p=391#comment-6346</guid>
		<description><![CDATA[The error should be fixed in the latest commit, so download the package from &lt;a href=&quot;https://github.com/esdalmaijer/markovbot&quot; rel=&quot;nofollow&quot;&gt;GitHub&lt;/a&gt; to solve that issue.

As for the retweeting: You could mess with the source code a bit. Comment out (or remove) lines &lt;a href=&quot;https://github.com/esdalmaijer/markovbot/blob/master/markovbot/markovbot.py#L788&quot; rel=&quot;nofollow&quot;&gt;788&lt;/a&gt;-794 in markovbot.py, which prevent replying to retweets.]]></description>
		<content:encoded><![CDATA[<p>The error should be fixed in the latest commit, so download the package from <a href="https://github.com/esdalmaijer/markovbot" rel="nofollow">GitHub</a> to solve that issue.</p>
<p>As for the retweeting: You could mess with the source code a bit. Comment out (or remove) lines <a href="https://github.com/esdalmaijer/markovbot/blob/master/markovbot/markovbot.py#L788" rel="nofollow">788</a>-794 in markovbot.py, which prevent replying to retweets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian J Klute</title>
		<link>http://www.pygaze.org/2016/03/sigmund-freud-twitter-bot/#comment-6329</link>
		<dc:creator><![CDATA[Brian J Klute]]></dc:creator>
		<pubDate>Mon, 27 Jun 2016 21:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.pygaze.org/?p=391#comment-6329</guid>
		<description><![CDATA[If there a way to turn off the retweet restriction.  I&#039;m finding mostly the tweets I want in a retweet scenario and the bot isn&#039;t posting to that site claiming its because of the retweet status.

I&#039;m also getting an exception in the thread auto replier: Exception in thread autoreplier:  See below.  Can you assist to see what might be wrong?
Traceback (most recent call last):
  File &quot;C:\Users\Brian\Anaconda\lib\threading.py&quot;, line 810, in __bootstrap_inner
    self.run()
  File &quot;C:\Users\Brian\Anaconda\lib\threading.py&quot;, line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File &quot;C:\Users\Brian\Documents\PythonScripts\TweetBot\markovbot.py&quot;, line 888, in _autoreply
    response = self._construct_tweet(database=database, \
UnboundLocalError: local variable &#039;database&#039; referenced before assignment]]></description>
		<content:encoded><![CDATA[<p>If there a way to turn off the retweet restriction.  I&#8217;m finding mostly the tweets I want in a retweet scenario and the bot isn&#8217;t posting to that site claiming its because of the retweet status.</p>
<p>I&#8217;m also getting an exception in the thread auto replier: Exception in thread autoreplier:  See below.  Can you assist to see what might be wrong?<br />
Traceback (most recent call last):<br />
  File &#8220;C:\Users\Brian\Anaconda\lib\threading.py&#8221;, line 810, in __bootstrap_inner<br />
    self.run()<br />
  File &#8220;C:\Users\Brian\Anaconda\lib\threading.py&#8221;, line 763, in run<br />
    self.__target(*self.__args, **self.__kwargs)<br />
  File &#8220;C:\Users\Brian\Documents\PythonScripts\TweetBot\markovbot.py&#8221;, line 888, in _autoreply<br />
    response = self._construct_tweet(database=database, \<br />
UnboundLocalError: local variable &#8216;database&#8217; referenced before assignment</p>
]]></content:encoded>
	</item>
</channel>
</rss>
