TWBlue, an accessible, open source and multiplatform twitter application.
Go to file
2014-12-08 09:44:02 -06:00
doc The new documentation system has been finished. Doc needs to be updated 2014-11-07 16:28:27 -06:00
scripts Improved installer script. In the finish page, it shows a checkbox to run TW Blue, and a button to go to the website. Modified installer version to 0.50 2014-12-06 20:17:21 +01:00
src Use invisible interface's keyboard shorcuts even if the window is displayed 2014-12-08 09:44:02 -06:00
tools Updated translations 2014-12-05 12:21:40 -06:00
windows-dependencies@739034e207 fixed submodule 2014-12-06 00:08:09 +01:00
.gitignore There is a context menu on buffers. When the applications key or the right mouse button is pressed that menu is displayed. It only works for the GUI 2014-12-01 05:55:25 -06:00
.gitmodules added the windows dependencies as a git submodule, so the users can get them only if they plan to build a binary version 2014-11-25 14:44:59 +01:00
contributors.txt 15 bugs have been fixed 2014-11-07 04:29:57 -06:00
license.txt The new documentation system has been finished. Doc needs to be updated 2014-11-07 16:28:27 -06:00
README.md Reverse geocode is now in TWBlue. Ctrl+win+g and CTRL+Shift+Win+G and in the tweet menu on the menu bar 2014-12-01 17:19:03 -06:00

TWBlue

TWBlue, an accessible, open source and multiplatform twitter application.

TW Blue is an app designed to use Twitter in a simple and fast way and avoiding, as far as possible, the consumtion of excessive resources of the machine where its running. With this app youll have access to twitter features such as:

  • Create, reply to, retweet and delete tweets,
  • Add and remove tweets from favourites,
  • Send and delete direct messages,
  • See your friends and followers,
  • Follow, unfollow, block and report users as spam,
  • Open a users timeline, which will allow you to get that users tweets separately,
  • Open URL addresses when attached to a tweet or direct message,
  • Play various file and URL types which contain audio
  • and more!

See the TWBlue's webpage for more details.

Using TWBlue from sources

This document describes how to run tw blue from source, and, after that, how to build a binary version, which doesn't need Python and the other dependencies to run.

Required dependencies.

The following dependencies need to be installed in your system. If you want to build tw blue for 32-bit versions of Windows, you will find the required software in the x86 folder, inside windows-dependencies directory. If you want to build tw blue for 64-bit windows versions, use the x64 folder.

In this document you will also find links to each dependency website.

If you want to build manually some of the following libraries, you need Microsoft Visual studio 2008 professional.

Dependencies list:

If you want to build the binary version:

How to run tw blue from source

Run the file main.py located in the src folder. If you have a x64 system, you can install both 32-bit and 64-bit python versions, and test tw blue in these platforms.

How to build a binary version

You must type the following command. In this example, we will assume that python is the path to the python executable (x86 or x64) and that you have navigated to the src directory:

python setup.py py2exe

You will find the binary version in the dist directory. You can compress this folder using 7-zip and you will get the zip version.

How to generate a translation template

You must run the gen_pot.bat file, located in the tools directory. Your python installation should be in your path environment variable. The pot file will appear in the tools directory too.