Skip to content
/ twtxt Public
forked from buckket/twtxt

Decentralised, minimalist microblogging service for hackers.

License

Notifications You must be signed in to change notification settings

envs-net/twtxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twtxt

twtxt is a decentralised, minimalist microblogging service for hackers. Features -------- - Search autocompletion (uses DeckBrew API) - Loading and saving decks as plain text files - Sample hand window, including mulligans button - Mana curve plot shows colored mana requirements

Screenshot

https://uncloaked.net/~loom/stuff/mtg_deck_editor.png

Installation

  1. Under Debian GNU/Linux, install major dependencies with:
$ apt-get install gir1.2-gtk-3.0 python-gi-cairo python-matplotlib
  1. Afterwards install this package simply via pip.
$ pip install mtg-deck-editor
  1. Now run mtg-deck-editor. :)

Format specification:

The central component of sharing information, i.e. status updates, with twtxt is a simple text file containing all the status updates of a single user. One status per line, each of which is equipped with an unix timestamp. A specific ordering is not mandatory, but it’s recommended to put the newest status at the beginning of the file, so that humans can parse the new content more easily. The file should be encoded with UTF-8, and must use LF (n) as line separators (unix-style). A status should consist of up to 140 characters, longer status updates are technically possible but discouraged. twtxt will warn the user if a newly composed status update exceeds this limit, and it will also shorten incoming status updates by default. Take a look at this example file:

1454287712: You can really go crazy here! ┐(゚∀゚)┌ ?
1454243768: Python 3 is a superb programming language. ;)
1454243968: This is just another example.
1454252639: Fiat Lux!

Links

About

Decentralised, minimalist microblogging service for hackers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Makefile 0.9%