-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
29 lines (23 loc) · 1.23 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
__
/'__`\
___ /\_\_\ \ ___
/ __`\/_/_\_<_ / __`\
/\ \_\ \/\ \_\ \/\ \_\ \
\ \____/\ \____/\ \____/
\/___/ \/___/ \/___/
o3o is a C# WPF Twitter client
as of now it works but still needs a lot of tweaks, refactoring and features added.
you need to have OpenAL installed and ffmpeg.exe needs to be present in o3o's directory
some of its features:
- multi user support(single timeline for multiple users).
- simple changable layout.
- BLAZING FAST, tweets are streamed, meaning twitter pushes them to the client, when you post something on the website, it should appear in the client under a second.
- aero based, transparent aero like ui.
- customisations, you can change the color of links, the opaciity of the tweet background etc.
- image caching.
- spellcheck.
- single click retweet
- remembers where you placed the window the last time you used it( if it ever goes offscreen just select it from the taskbar and use win+arrow to move it in view)
- you can select where you want the notofication to show up.
- you can load your own notification sound
currently the amount of tweets displayed at the same time is limted to 200, to keep memory and performance in sane regions.