<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Turpial</title>
	<atom:link href="http://turpial.org.ve/feed/" rel="self" type="application/rss+xml" />
	<link>http://turpial.org.ve</link>
	<description>Un cliente twitter con sabor a arepa</description>
	<lastBuildDate>Mon, 29 Sep 2014 15:28:25 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>libturpial 1.7.0 is now stable</title>
		<link>http://turpial.org.ve/2014/04/libturpial-1-7-0-is-now-stable/</link>
		<comments>http://turpial.org.ve/2014/04/libturpial-1-7-0-is-now-stable/#comments</comments>
		<pubDate>Wed, 09 Apr 2014 03:39:15 +0000</pubDate>
		<dc:creator><![CDATA[satanas]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Official]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://turpial.org.ve/?p=1491</guid>
		<description><![CDATA[Today, I&#8217;m announcing the next stable release for the library that serves as base for Turpial. I&#8217;m happy to say that libturpial has reached it version 1.7.0! But why is this so important? Well, libturpial is the Python library that lets Turpial interact with the Twitter API and handle complex stuff like multi-accounts or multi-columns [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img src="http://turpial.org.ve/wp-content/uploads/2014/04/building-blocks.png" alt="lab-tests" width="680" height="514" class="aligncenter size-full wp-image-1485" /></p>
<p>Today, I&#8217;m announcing the next stable release for the library that serves as base for Turpial. I&#8217;m happy to say that <strong>libturpial</strong> has reached it version 1.7.0!</p>
<h2>But why is this so important?</h2>
<p>Well, libturpial is the Python library that lets Turpial interact with the Twitter API and handle complex stuff like multi-accounts or multi-columns with just a couple lines of code (yes, it&#8217;s that awesome). libturpial is the foundation behind Turpial 3.0 and this new version will become in the major stable version so far because has been developed thinking in the long term.</p>
<p>There are no fancy-new features compared to the previous version but it has lot of fixes and a test cases that will help to guarantee it quality. Right now, most critical modules are covered by the tests and the overall coverage is of at least 93%.</p>
<h2>Ok, What can I do with libturpial?</h2>
<p>So far with libturpial you can:</p>
<ul>
<li>Get tweets from timeline, mentions, favorites, lists, etc</li>
<li>Upload images and short URLs with a bunch of services (including with pic.twitter.com)</li>
<li>Filter tweets</li>
<li>Update your user profile</li>
<li>Handle relationship (follow, unfollow, block, unblock, report as spam)</li>
<li>Broadcast messages</li>
<li>Manage multiple accounts</li>
<li>Reach Twitter through a Proxy</li>
<li>Preview images</li>
<li>Get trending topics by location</li>
<li>Interact with tweets (reply, mark as favorite, retweet, send messages, etc)</li>
<li>Manage any kind of custom user configuration</li>
<li>Do a lot of other crazy stuff</li>
</ul>
<p>For more information about the features you can check the <a href="http://libturpial.readthedocs.org/en/latest/">latest documentation</a>. Remember that libturpial is JUST the library (not the whole client), and as library can be used for scripts or any other purpose that implies to interact with Twitter. If you want to play with the code take a look to the <a href="http://libturpial.readthedocs.org/en/latest/quickstart.html">Quickstart Guide</a>, that&#8217;s the best place to start. Soon we will be posting a brief tutorial of how to use libturpial to play with the Twitter API.</p>
<h2>Show me the code!</h2>
<p>Source code of libturpial 1.7.0 is available in our <a href="http://files.turpial.org.ve/sources/stable/">files repository</a> as a <a href="http://files.turpial.org.ve/sources/stable/libturpial-1.7.0.tar.gz">tarball file </a> and as a <a href="https://github.com/satanas/libturpial/tree/1.7.0">tag in the github repo</a>.</p>
<h2>Installation</h2>
<p>To install libturpial from sources you just need to download the tarball and extract it (or fetch the code form the github repo), go to the libturpial folder and then execute:</p>
<pre><code>sudo python setup.py install</code></pre>
<p>libturpial is also available from <a href="https://pypi.python.org/pypi/libturpial/1.7.0">PyPI</a>, so you can install it using:</p>
<pre><code>pip install libturpial</code></pre>
<h2>Running the tests</h2>
<p>To run the tests you must go to the libturpial folder and execute:</p>
<pre><code>py.test --cov libturpial --cov-config .coveragerc tests/</code></pre>
<p>Note that you will need to have <a href="http://pytest.org/latest/">py.test</a> installed in order to run the test cases.</p>
<h2>What&#8217;s next?</h2>
<p>This version is compatible with the previous version and packages for Ubuntu, Debian, Fedora, Arch and other distros will be available soon.</p>
<p>I&#8217;ll appreciate any help finding bugs or improving the library, so if you find anything not working properly register the issue in github or just let me know. The only known issue so far is that this version will enable pic.twitter.com as service for upload images and it <strong>WON’T WORK</strong> with Turpial 3.0 but it should work fine with the development version or any latest.</p>
<p>That&#8217;s all folks. Thanks for your support.</p>
<p class="disclaimer">Featured image by (CC) antpaniagua / Flickr</p>
]]></content:encoded>
			<wfw:commentRss>http://turpial.org.ve/2014/04/libturpial-1-7-0-is-now-stable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First release candidate for libturpial 1.7.0</title>
		<link>http://turpial.org.ve/2014/03/first-release-candidate-for-libturpial-1-7-0/</link>
		<comments>http://turpial.org.ve/2014/03/first-release-candidate-for-libturpial-1-7-0/#comments</comments>
		<pubDate>Wed, 26 Mar 2014 15:11:35 +0000</pubDate>
		<dc:creator><![CDATA[satanas]]></dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://turpial.org.ve/?p=1484</guid>
		<description><![CDATA[In March 6th, libturpial passed from heavy development to beta status. Three betas have been released since then, lot of tests have been performed and everything seems to indicate that libturpial is in a very good shape. That&#8217;s why today I&#8217;m pleased to announce the first release candidate of libturpial 1.7.0. This release has no [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img src="http://turpial.org.ve/wp-content/uploads/2014/03/lab-tests.jpg" alt="lab-tests" width="680" height="510" class="aligncenter size-full wp-image-1485" /></p>
<p>In March 6th, libturpial passed from heavy development to beta status. <a href="http://turpial.org.ve/2014/03/new-beta-release-for-libturpial-1-7-0-b3/">Three betas</a> have been released since then, <a href="http://turpial.org.ve/2014/03/first-beta-for-libturpial-1-7-0/">lot of tests</a> have been performed and everything seems to indicate that libturpial is in a very good shape. That&#8217;s why today I&#8217;m pleased to announce the first release candidate of libturpial 1.7.0. </p>
<p>This release has <b>no new features</b> but confirms that no new bugs have been detected. It includes all the changes and fixes from previous betas, so in this version you should expect: backward compatibility, working filters, an improved configuration module, lot of test cases and other minor fixes.</p>
<p>We need your help to find bugs and improve the library, so please try it. The only known issue so far is that this version of the library will enable pic.twitter.com as service for upload images and it <strong>WON&#8217;T WORK</strong> with Turpial 3.0 (the current stable version) but it should work fine with the development version of Turpial. If you find anything else not working properly, <a href="https://github.com/satanas/libturpial/issues">register the issue</a> or just let me know.</p>
<p>Tarball for this release candidate is available in our <a href="http://files.turpial.org.ve/sources/development/">files repository</a>, there is a <a href="https://github.com/satanas/libturpial/tree/1.7.0-rc1">tag in the github repo</a> and it is available in <a href="https://pypi.python.org/pypi/libturpial/1.7.0-rc1">PyPI</a>. Latest documentation for libturpial can be found at <a href="http://libturpial.readthedocs.org/en/latest/">libturpial.readthedocs.org</a>.</p>
<p>Test period for this release candidate will be until April 2nd and if no critical issues are discovered by the date, the final version will be published. I hope this final version has a really long lifetime.</p>
<p>Thanks for your support.</p>
<p class="disclaimer">Featured image by (CC) gravitywave / Flickr</p>
]]></content:encoded>
			<wfw:commentRss>http://turpial.org.ve/2014/03/first-release-candidate-for-libturpial-1-7-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New beta release for libturpial: 1.7.0-b3</title>
		<link>http://turpial.org.ve/2014/03/new-beta-release-for-libturpial-1-7-0-b3/</link>
		<comments>http://turpial.org.ve/2014/03/new-beta-release-for-libturpial-1-7-0-b3/#comments</comments>
		<pubDate>Sun, 16 Mar 2014 20:55:08 +0000</pubDate>
		<dc:creator><![CDATA[satanas]]></dc:creator>
				<category><![CDATA[Official]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://turpial.org.ve/?p=1477</guid>
		<description><![CDATA[As part of the testing process a new beta has arrived with lots of issues fixed. Most important are: Fixed minor style issues Fixed issue when registering new config options Fixed filters Fixed several config methods Set pic.twitter.com as default service to upload images Fixed support for list names with hyphens Fixed POST requests to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="https://lh4.googleusercontent.com/-rAhRPh0E-xI/UyYCzWP9EcI/AAAAAAAAAEw/sHuwYaolSNk/w680-h468-no/20140316-fixing-libturpial.png"><img src="https://lh4.googleusercontent.com/-rAhRPh0E-xI/UyYCzWP9EcI/AAAAAAAAAEw/sHuwYaolSNk/w680-h468-no/20140316-fixing-libturpial.png" width="680" height="468" class="aligncenter" /></a></p>
<p>As part of the testing process a new beta has arrived with lots of issues fixed. Most important are:</p>
<ul>
<li>Fixed minor style issues</li>
<li>Fixed issue when registering new config options</li>
<li>Fixed filters</li>
<li>Fixed several config methods</li>
<li>Set pic.twitter.com as default service to upload images</li>
<li>Fixed support for list names with hyphens</li>
<li>Fixed POST requests to be RESTful compliant</li>
</ul>
<p>This beta is backward compatible, so you can test it safely with the stable version of Turpial (3.0) or with the development branch but consider that it will enable pic.twitter.com as default service for upload images and it <strong>WON&#8217;T WORK</strong> in Turpial 3.0. If you find anything else not working properly, <a href="https://github.com/satanas/libturpial/issues">register the issue</a> or just let me know and I will fix it.</p>
<p>Tarball with source code of 1.7.0-b3 is available in our <a href="http://files.turpial.org.ve/sources/development/">files repository</a>, there is a <a href="https://github.com/satanas/libturpial/tree/1.7.0-b3">tag in the github repo</a> and it is available in <a href="https://pypi.python.org/pypi/libturpial/1.7.0-b3">PyPI</a>. Documentation for libturpial can be found at <a href="http://libturpial.readthedocs.org/en/latest/">libturpial.readthedocs.org</a>.</p>
<p>Beta period will now be extended until March 21th, if no more issues are detected by the date a release candidate will be published.</p>
<p>Thanks to all the people helping to test.</p>
<p class="disclaimer">Featured image by (CC) kodomut / Flickr</p>
]]></content:encoded>
			<wfw:commentRss>http://turpial.org.ve/2014/03/new-beta-release-for-libturpial-1-7-0-b3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First beta for libturpial 1.7.0</title>
		<link>http://turpial.org.ve/2014/03/first-beta-for-libturpial-1-7-0/</link>
		<comments>http://turpial.org.ve/2014/03/first-beta-for-libturpial-1-7-0/#comments</comments>
		<pubDate>Thu, 06 Mar 2014 18:19:38 +0000</pubDate>
		<dc:creator><![CDATA[satanas]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Official]]></category>
		<category><![CDATA[Packages]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://turpial.org.ve/?p=1464</guid>
		<description><![CDATA[Due to the mistakes introduced to latest libturpial versions I&#8217;ve worked on lot of test cases in order to guarantee the quality and stability of the library and avoid this embarrassing situation again. So, today I bring to you a new version: libturpial 1.7.0-b1. This version presents no new features but test cases for most [&#8230;]]]></description>
				<content:encoded><![CDATA[<figure><img src="http://turpial.org.ve/wp-content/uploads/2014/03/test-cases1.jpg" alt="test-cases" width="680" height="454" class="aligncenter size-full wp-image-1456" /></figure>
<p>Due to the <a href="http://turpial.org.ve/2014/01/upgrade-libturpial-to-1-5-9/" target="_blank">mistakes introduced to latest libturpial versions</a> I&#8217;ve worked on lot of test cases in order to guarantee the quality and stability of the library and avoid this embarrassing situation again. So, today I bring to you a new version: libturpial 1.7.0-b1.</p>
<p>This version presents no new features but test cases for most critical modules of the library where coverage is at least of 93%. There are a few modules not covered yet (non-critical) but I hope to cover the whole library within the next releases.</p>
<p>Here you can see a detailed output of the current test coverage:</p>
<pre><code>$ py.test --cov libturpial --cov-config .coveragerc tests/
============================================================ test session starts ============================================================
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
plugins: cov
collected 199 items

tests/test_account_manager.py ........
tests/test_column_manager.py .........
tests/test_common.py ..........
tests/test_config.py .................................
tests/test_core.py ..................................................................................
tests/test_exceptions.py ....
tests/interfaces/test_protocol.py .....
tests/interfaces/test_service.py .....
tests/models/test_account.py ..................
tests/models/test_column.py ..
tests/models/test_list.py ..
tests/models/test_media.py ....
tests/models/test_profile.py ....
tests/models/test_proxy.py ..
tests/models/test_status.py ......
tests/services/preview/test_preview_base.py ...
tests/services/upload/test_upload_base.py .
tests/services/url/test_shorturladapter.py .
---------------------------------------------- coverage: platform darwin, python 2.7.5-final-0 ----------------------------------------------
Name                                               Stmts   Miss  Cover
----------------------------------------------------------------------
libturpial/__init__                                    1      0   100%
libturpial/api/__init__                                0      0   100%
libturpial/api/core                                  362      4    99%
libturpial/api/managers/__init__                       0      0   100%
libturpial/api/managers/accountmanager                46      3    93%
libturpial/api/managers/columnmanager                 74      1    99%
libturpial/api/models/__init__                         0      0   100%
libturpial/api/models/account                         95      0   100%
libturpial/api/models/client                           4      0   100%
libturpial/api/models/column                          11      0   100%
libturpial/api/models/entity                           6      0   100%
libturpial/api/models/list                            12      0   100%
libturpial/api/models/media                           40      0   100%
libturpial/api/models/profile                         35      0   100%
libturpial/api/models/proxy                           20      0   100%
libturpial/api/models/status                          56      0   100%
libturpial/api/models/trend                           16      0   100%
libturpial/common/__init__                            52      0   100%
libturpial/common/tools                               39      0   100%
libturpial/config                                    277      3    99%
libturpial/exceptions                                 64      0   100%
libturpial/lib/__init__                                0      0   100%
libturpial/lib/http                                  136     76    44%
libturpial/lib/interfaces/__init__                     0      0   100%
libturpial/lib/interfaces/protocol                   143      0   100%
libturpial/lib/interfaces/service                     27      2    93%
libturpial/lib/protocols/__init__                      0      0   100%
libturpial/lib/protocols/twitter/__init__              0      0   100%
libturpial/lib/protocols/twitter/params                1      0   100%
libturpial/lib/protocols/twitter/twitter             495    418    16%
libturpial/lib/services/__init__                       0      0   100%
libturpial/lib/services/media/__init__                 0      0   100%
libturpial/lib/services/media/preview/__init__        10      0   100%
libturpial/lib/services/media/preview/base            23      0   100%
libturpial/lib/services/media/preview/flickr          28     16    43%
libturpial/lib/services/media/preview/imgur           24     12    50%
libturpial/lib/services/media/preview/instagram       22     11    50%
libturpial/lib/services/media/preview/lockerz         11      3    73%
libturpial/lib/services/media/preview/pictwitter      10      0   100%
libturpial/lib/services/media/preview/twitpic         12      4    67%
libturpial/lib/services/media/preview/viame           16      6    63%
libturpial/lib/services/media/preview/yfrog           11      3    73%
libturpial/lib/services/media/upload/__init__          7      0   100%
libturpial/lib/services/media/upload/base             23      0   100%
libturpial/lib/services/media/upload/imgly            16      9    44%
libturpial/lib/services/media/upload/mobypicture      15      7    53%
libturpial/lib/services/media/upload/twitgoo          14      7    50%
libturpial/lib/services/media/upload/twitpic          15      7    53%
libturpial/lib/services/media/upload/yfrog            17      9    47%
libturpial/lib/services/url/__init__                   6      0   100%
libturpial/lib/services/url/shorturladapter            9      0   100%
----------------------------------------------------------------------
TOTAL                                               2301    601    74%

======================================================== 199 passed in 2.04 seconds =========================================================</code></pre>
<p>Tarball with source code of 1.7.0-b1 is available in our <a href="http://files.turpial.org.ve/sources/development/" target="_blank">files repository</a> and there is a <a href="https://github.com/satanas/libturpial/tree/1.7.0-b1" target="_blank">tag in the github repo</a> for this release.</p>
<p>To run the tests you must go to the libturpial folder and execute:</p>
<pre><code>py.test --cov libturpial --cov-config .coveragerc tests/</code></pre>
<p>Note that you will need to have <a href="http://pytest.org/" target="_blank">py.test</a> installed in order to run the test cases.</p>
<p>I encourage you to test this libturpial version using both, Turpial 3.0 and Turpial development version, and if you find anything weird or not working properly, just let me know.</p>
<p>The test period of this beta will be until March 14th, if everything goes fine a release candidate will be published that date. In the meanwhile I&#8217;ll be working on new Turpial features.</p>
<p>Thanks for your patience and support.</p>
<p class="disclaimer">Featured image by (CC) euthman / Flickr</p>
]]></content:encoded>
			<wfw:commentRss>http://turpial.org.ve/2014/03/first-beta-for-libturpial-1-7-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libturpial got new update: 1.6.0</title>
		<link>http://turpial.org.ve/2014/01/libturpial-got-new-update-1-6-0/</link>
		<comments>http://turpial.org.ve/2014/01/libturpial-got-new-update-1-6-0/#comments</comments>
		<pubDate>Thu, 23 Jan 2014 00:22:28 +0000</pubDate>
		<dc:creator><![CDATA[satanas]]></dc:creator>
				<category><![CDATA[Official]]></category>
		<category><![CDATA[Packages]]></category>

		<guid isPermaLink="false">http://turpial.org.ve/?p=1455</guid>
		<description><![CDATA[Library used as Turpial 3 foundation got a new update. Changes made in libturpial 1.5.9 to fix issues in 1.1.16 introduced a couple of bugs that didn&#8217;t break Turpial but prevent users to use preferences dialog and fetch direct messages. In this version I reverted some default values in configuration module to avoid breaking backward [&#8230;]]]></description>
				<content:encoded><![CDATA[<figure><img src="http://turpial.org.ve/wp-content/uploads/2014/01/abc_blocks.jpg" alt="abc_blocks" width="680" height="510" class="aligncenter size-full wp-image-1456" /></figure>
<p>Library used as Turpial 3 foundation got a new update. Changes made in <a href="http://turpial.org.ve/2014/01/upgrade-libturpial-to-1-5-9/">libturpial 1.5.9</a> to fix issues in 1.1.16 introduced a couple of bugs that didn&#8217;t break Turpial but prevent users to use preferences dialog and fetch direct messages.</p>
<p>In this version I reverted some default values in configuration module to avoid breaking backward compatibility, fixed error loading direct messages and fixed proxy support. You can check the <a href="https://github.com/satanas/libturpial/blob/1.6.0/ChangeLog">ChangeLog</a> for more information. This version fixes the backward compatibility and allow users to run Turpial 3 again without problems.</p>
<p>libturpial 1.6.0 is available from our <a href="http://files.turpial.org.ve/sources/stable">files repository</a> and from <a href="https://pypi.python.org/pypi/libturpial">PyPI</a>. You can install it from sources or via pip using:</p>
<pre>pip install libturpial</pre>
<p>This version should be available already in ArchLinux via AUR and, as usual, our friends packagers will be working to make it available for Ubuntu, Debian and Fedora as soon as possible.</p>
<p><strong>NOTE:</strong> You need to remove the Turpial config file after update:</p>
<pre><code>rm ~/.config/turpial/config</code></pre>
<p>I apologize for the inconveniences this regression could cause. Thanks for your support.</p>
<p class="disclaimer">Featured image by (CC) 50501312@N05 / Flickr</p>
]]></content:encoded>
			<wfw:commentRss>http://turpial.org.ve/2014/01/libturpial-got-new-update-1-6-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade libturpial to 1.5.9!</title>
		<link>http://turpial.org.ve/2014/01/upgrade-libturpial-to-1-5-9/</link>
		<comments>http://turpial.org.ve/2014/01/upgrade-libturpial-to-1-5-9/#comments</comments>
		<pubDate>Sat, 18 Jan 2014 14:44:02 +0000</pubDate>
		<dc:creator><![CDATA[satanas]]></dc:creator>
				<category><![CDATA[Official]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://turpial.org.ve/?p=1442</guid>
		<description><![CDATA[Due to a bug in the previous version of libturpial (1.1.16) I&#8217;ve released a new version with the proper fix and I encourage to everyone to upgrade as soon as possible. Previous version doesn&#8217;t work and will be deprecated, please don&#8217;t use it anymore. I apologize for all the inconveniences. This time I&#8217;ve added more [&#8230;]]]></description>
				<content:encoded><![CDATA[<figure><img src="http://turpial.org.ve/wp-content/uploads/2014/01/software-bug.jpg" alt="software-bug" width="680" height="429" class="aligncenter size-full wp-image-1443" /></figure>
<p>Due to a bug in the <a href="http://turpial.org.ve/2014/01/libturpial-1-1-16-a-new-maintenance-version/">previous version of libturpial (1.1.16)</a> I&#8217;ve released a new version with the proper fix and I encourage to everyone to upgrade as soon as possible. Previous version doesn&#8217;t work and will be deprecated, please don&#8217;t use it anymore. I apologize for all the inconveniences.</p>
<p>This time I&#8217;ve added more than fixes and this release includes:</p>
<ul>
<li>Support to upload images using pic.twitter.com</li>
<li>Preview for Instagram pictures</li>
<li>Fixed filters</li>
<li>Parameter to enable/disable cache when getting profile image</li>
<li>Implemented retweet count in statuses</li>
<li>Possibility to fetch a single column or a single account</li>
<li>Change profile image</li>
<li>Support for trend locations and trending topics</li>
<li>Fixed issue with previous version</li>
</ul>
<p>You can check the <a href="https://github.com/satanas/libturpial/blob/1.5.9/ChangeLog">full ChangeLog</a> for more information. This version is backward compatible and safe to use with your current Turpial installation.</p>
<p>libturpial 1.5.9 is available from our <a href="http://files.turpial.org.ve/sources/stable">files repository</a> and from <a href="https://pypi.python.org/pypi/libturpial">PyPI</a>. You can install it from sources or via pip using:</p>
<pre>pip install libturpial</pre>
<p>This version should be available already in ArchLinux via AUR and our friends packagers will be working to make it available for Ubuntu, Debian and Fedora as soon as they can.</p>
<p>Thanks for your patience.</p>
<p class="disclaimer">Featured image by (CC) guitavares / Flickr</p>
]]></content:encoded>
			<wfw:commentRss>http://turpial.org.ve/2014/01/upgrade-libturpial-to-1-5-9/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Turpial 3 available for Ubuntu</title>
		<link>http://turpial.org.ve/2014/01/turpial-3-available-for-ubuntu/</link>
		<comments>http://turpial.org.ve/2014/01/turpial-3-available-for-ubuntu/#comments</comments>
		<pubDate>Sun, 12 Jan 2014 13:57:09 +0000</pubDate>
		<dc:creator><![CDATA[satanas]]></dc:creator>
				<category><![CDATA[Official]]></category>
		<category><![CDATA[Packages]]></category>

		<guid isPermaLink="false">http://turpial.org.ve/?p=1414</guid>
		<description><![CDATA[86 weeks have passed since the last update of Turpial&#8217;s PPA but we are glad to announce that Turpial is back to Ubuntu. Efrain Valles has packaged Turpial 3 for Ubuntu Saucy and it&#8217;s already available in Turpial stable PPA. To install it you need to add this PPA to your system&#8217;s Software Sources and [&#8230;]]]></description>
				<content:encoded><![CDATA[<figure>
<img class="featured" src="http://turpial.org.ve/wp-content/uploads/2014/01/ubuntu-cd.jpg" alt="ubuntu-cd" width="523" height="392" class="aligncenter size-full wp-image-1415" /><br />
</figure>
<p>86 weeks have passed since the last update of Turpial&#8217;s PPA but we are glad to announce that Turpial is back to Ubuntu.</p>
<p><a href="https://twitter.com/effiejayx">Efrain Valles</a> has packaged Turpial 3 for Ubuntu Saucy and it&#8217;s already available in <a href="https://launchpad.net/~effie-jayx/+archive/turpial">Turpial stable PPA</a>. To install it you need to add this PPA to your system&#8217;s Software Sources and then use apt-get. You can do it in a terminal executing:</p>
<pre><code>sudo add-apt-repository ppa:effie-jayx/turpial
sudo apt-get update &#038;&#038; sudo apt-get install turpial</code></pre>
<p>Or if you don&#8217;t like PPA&#8217;s just download .deb files for <a href="https://launchpad.net/~effie-jayx/+archive/turpial/+files/python-libturpial_1.0-1ubuntu2_all.deb">libturpial</a> and <a href="https://launchpad.net/~effie-jayx/+archive/turpial/+files/turpial_3.0%2Bdfsg-1ubuntu2_all.deb">turpial</a>, install them (manually or double clicking the files) and enjoy!</p>
<p>I&#8217;m excited to have Turpial back in Ubuntu and I&#8217;ll be doing my best to enhance desktop integration and user experience in this Linux distro. And yes! I used an old-fashioned Ubuntu picture <img src='http://turpial.org.ve/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://turpial.org.ve/2014/01/turpial-3-available-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>libturpial 1.1.16: A new maintenance version</title>
		<link>http://turpial.org.ve/2014/01/libturpial-1-1-16-a-new-maintenance-version/</link>
		<comments>http://turpial.org.ve/2014/01/libturpial-1-1-16-a-new-maintenance-version/#comments</comments>
		<pubDate>Fri, 10 Jan 2014 02:59:07 +0000</pubDate>
		<dc:creator><![CDATA[satanas]]></dc:creator>
				<category><![CDATA[Official]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://turpial.org.ve/?p=1408</guid>
		<description><![CDATA[UPDATE: This version has a bug that breaks Turpial. Please use libturpial 1.5.9 instead. As part of the improvement process and to anticipate to the restriction that Twitter will be implementing to the HTTP connections on January 14th, 2014, I&#8217;ve released a new libturpial version. This maintenance version includes the following changes: Method to handle [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img src="http://turpial.org.ve/wp-content/uploads/2014/01/libturpial-1.1.16.png" alt="libturpial-1.1.16" width="523" height="349" class="aligncenter size-full wp-image-1409" /></p>
<p><b>UPDATE</b>: This version has a bug that breaks Turpial. Please use <a href="http://turpial.org.ve/2014/01/upgrade-libturpial-to-1-5-9/">libturpial 1.5.9</a> instead.</p>
<p>As part of the improvement process and to anticipate to the <a href="https://dev.twitter.com/discussions/24239">restriction that Twitter will be implementing to the HTTP connections </a> on January 14th, 2014, I&#8217;ve released a new libturpial version.</p>
<p>This maintenance version includes the following changes:</p>
<ul>
<li>Method to handle socket timeout</li>
<li>Proxy configuration handled via model</li>
<li>Fixed cache calculation</li>
<li>Refactored and fixed configuration module</li>
<li>Fixed list support</li>
<li>Added/removed friends to local list after follow, unfollow, block and report as spam</li>
<li>Fixed broadcast when passing no arguments</li>
<li>Profile model now indicates if the user is following you or not</li>
<li>New fields to status model</li>
</ul>
<p>libturpial 1.1.16 is now available from our <a href="http://files.turpial.org.ve/sources/stable">files repository</a> and from <a href="https://pypi.python.org/pypi/libturpial">PyPI</a>. You can install it from sources or via pip using:</p>
<pre><code>pip install libturpial</code></pre>
<p>Take a look at our <a href="https://github.com/Turpial/libturpial/blob/development/docs/quickstart.rst">Quickstart Guide</a> to test libturpial or follow the <a href="https://github.com/Turpial/libturpial#documentation">instructions to generate the documentation</a> for a full API reference.</p>
<p>This version is compatible with the previous version and you should <strong>upgrade as soon as possible</strong>, otherwise Turpial (and libturpial) will stop working by January 14th, 2014.</p>
<p>If you find any issue please report it on <a href="https://github.com/Turpial/libturpial/issues">Github</a> or in our <a href="https://groups.google.com/forum/#!forum/turpial-dev">mailing-list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://turpial.org.ve/2014/01/libturpial-1-1-16-a-new-maintenance-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turpial 3 hits Debian and Fedora repositories</title>
		<link>http://turpial.org.ve/2014/01/turpial-3-hits-debian-and-fedora-repositories/</link>
		<comments>http://turpial.org.ve/2014/01/turpial-3-hits-debian-and-fedora-repositories/#comments</comments>
		<pubDate>Thu, 09 Jan 2014 16:37:16 +0000</pubDate>
		<dc:creator><![CDATA[satanas]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Official]]></category>
		<category><![CDATA[Packages]]></category>

		<guid isPermaLink="false">http://turpial.org.ve/?p=1399</guid>
		<description><![CDATA[Thanks to the great job of our friends Miguel Landaeta and Edwind Contreras Turpial 3 is now available in Debian and Fedora repos respectively. For Debian, Turpial is available on Sid and Jessie, and Miguel continues working on backports for Wheezy. You should be able to install Turpial via apt-get, aptitude, software center or any [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img src="http://turpial.org.ve/wp-content/uploads/2014/01/servers.jpg" alt="official repos" width="523" height="349" class="aligncenter size-full wp-image-1387" /></p>
<p>Thanks to the great job of our friends <a href="https://twitter.com/nomadium">Miguel Landaeta</a> and <a href="https://twitter.com/richzendy">Edwind Contreras</a> Turpial 3 is now available in <a href="http://www.debian.org/">Debian</a> and <a href="http://fedoraproject.org/">Fedora</a> repos respectively.</p>
<p>For Debian, Turpial is available on Sid and Jessie, and Miguel continues working on backports for Wheezy. You should be able to install Turpial via apt-get, aptitude, software center or any other tool in the mentioned versions. More info about Debian packages in the links below.</p>
<p><a href="http://packages.debian.org/sid/turpial">http://packages.debian.org/sid/turpial</a><br />
<a href="http://packages.debian.org/sid/python-libturpial">http://packages.debian.org/sid/python-libturpial</a><br />
<a href="http://packages.debian.org/jessie/turpial">http://packages.debian.org/jessie/turpial</a><br />
<a href="http://packages.debian.org/jessie/python-libturpial">http://packages.debian.org/jessie/python-libturpial</a></p>
<p>In Fedora, Turpial is available for Fedora 19 and 20, whilst libturpial is available only for Fedora 20 but in testing for Fedora 19. libturpial should be migrated soon from testing to stable in Fedora 19. More info about Fedora packages in the links below.</p>
<p><a href="https://apps.fedoraproject.org/packages/turpial">https://apps.fedoraproject.org/packages/turpial</a><br />
<a href="https://apps.fedoraproject.org/packages/python-libturpial">https://apps.fedoraproject.org/packages/python-libturpial</a></p>
<p>For Arch Linux, Turpial doesn&#8217;t hit any official repo yet but is still available from AUR. You can install it via yaourt.</p>
<p><a href="https://aur.archlinux.org/packages/turpial-git/">https://aur.archlinux.org/packages/turpial-git/</a></p>
<p>And for Ubuntu, we have our friend <a href="https://twitter.com/effiejayx">Efrain Valles</a> working on a fresh set of new packages, so we should have news about it soon.</p>
<p>If you or some friend are interested in packaging Turpial for other platforms, let me know</p>
]]></content:encoded>
			<wfw:commentRss>http://turpial.org.ve/2014/01/turpial-3-hits-debian-and-fedora-repositories/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New stable release: Turpial 3.0</title>
		<link>http://turpial.org.ve/2013/12/new-stable-release-turpial-3-0/</link>
		<comments>http://turpial.org.ve/2013/12/new-stable-release-turpial-3-0/#comments</comments>
		<pubDate>Thu, 19 Dec 2013 20:50:31 +0000</pubDate>
		<dc:creator><![CDATA[satanas]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Official]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://turpial.org.ve/?p=1384</guid>
		<description><![CDATA[Almost two years have passed since the last stable release of Turpial but today that situation will change. Write down this day in your calendar because today I&#8217;m pleased to announce a new stable release: Turpial 3 is finally out! I&#8217;ve worked hard on deliver a beauty, stable and fully featured application but without losing [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img src="http://turpial.org.ve/wp-content/uploads/2013/12/turpial-about-3.0.png" alt="turpial 3.0 about" width="523" height="366" class="aligncenter size-full wp-image-1387" /></p>
<p>Almost two years have passed since the <a href="http://turpial.org.ve/2012/02/new-maintenance-release-1-6-9/">last stable release of Turpial</a> but today that situation will change. Write down this day in your calendar because today I&#8217;m pleased to announce a new stable release: Turpial 3 is finally out!</p>
<p>I&#8217;ve worked hard on deliver a beauty, stable and fully featured application but without losing of sight the resource consumption, one of the most distinctive characteristics of Turpial so far. Main features of this version include:</p>
<ul>
<li>New backend on top of libturpial</li>
<li>Rewrite of the whole interface using Qt</li>
<li>Multiple accounts and multiple columns</li>
<li>Pre-visualization of images and user avatars</li>
<li>Messages queue</li>
<li>Added support for Mac OS (and Windows theoretically)</li>
<li>Broadcasting messages</li>
<li>Autologin</li>
<li>Cleaned and improved overall UI</li>
<li>Improved user interaction</li>
<li>Links, mentions and hashtags are clickable</li>
<li>Enhanced Twitter search</li>
<li>More services to short URLs and upload pictures</li>
<li>Improved conversation interface</li>
<li>Welcome screen</li>
<li>Restored window geometry at startup</li>
<li>Available in 11 languages: Catalan, German, Esperanto, Spanish, French, Italian, Japanese, Portuguese (Brazil), Portuguese (Portugal), Russian (Russia) and Turkish</li>
</ul>
<p><img src="http://turpial.org.ve/wp-content/uploads/2013/12/turpial-main-3.0.png" alt="turpial 3.0 main" width="523" height="294" class="aligncenter size-full wp-image-1388" /></p>
<p>Because of the deadline, I haven&#8217;t had chance to deliver as much features as I would like, however I&#8217;ve a big To-Do list with things that I&#8217;ll be working on like:</p>
<ul>
<li>Enable filters (currently disabled because a bug with libturpial)</li>
<li>Updates and notifications per column</li>
<li>More social tools</li>
<li>Show DMs as conversations</li>
<li>Handle lists</li>
<li>Improve support for Ubuntu Unity (and more OS stuffs)</li>
<li>Option to open images in browser or in preview window</li>
<li>Enable sounds and notifications in Mac OS X</li>
<li>Streaming support</li>
<li>Support for upload pictures with pic.twitter</li>
<li>Button for manual refresh</li>
</ul>
<p>There are things that I probably won&#8217;t touch in the mid-term like move columns or GIF support for the image preview window, so don&#8217;t ask for it.</p>
<p>In the next days I&#8217;ll be updating the  <a href="http://turpial.org.ve/downloads/">download page</a> and the site layout, so expect changes.</p>
<p>Source code is available in our <a href="http://files.turpial.org.ve/sources/stable/">files repository</a> and should be available soon in Debian, Fedora, Ubuntu and Arch repos. I encourage you to download the <a href="http://files.turpial.org.ve/sources/stable/turpial-3.0.tar.gz.sha1sum">.sha1sum file</a> to verify the tarball integrity.</p>
<p>I would like to say thanks to translators, testers, bug reporters, packagers and to all the people that have helped and supported the project until today. This release is for you. Enjoy it!</p>
]]></content:encoded>
			<wfw:commentRss>http://turpial.org.ve/2013/12/new-stable-release-turpial-3-0/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
	</channel>
</rss>
