KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Ocell
★ 17
Open GitHub ↗
A Twitter Client for Windows Phone.
Download README (.md)
Explore Similar Repositories
brennus
:
Builder pattern to generate java classes
gevent-threading-comparison
:
An experiment to compare the performances of gevent and threading.
DarkSky.py
:
A Python interface to Dark Sky -- DEPRECATED
android-shell
:
Utility class to give Android applications a shell interface.
pin-php
:
PHP implementation of Pin's Payment API.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Ocell
?
Download (.md)
## What is Ocell? Ocell is a Twitter client for Windows Phone 7 and (in the future) Windows 8. Supports multiple accounts, custom columns, and a whole lot of features more. ## How to compile You just can't clone Ocell and compile. Before, you should do a few things. * **SensitiveData.cs**. You will find that there is a file missing in some projects, called `SensitiveData.cs`. This contains all the API keys required to connect with Twitter and other services (currently Pocket). You should add your own keys. Links: [Twitter](https://dev.twitter.com/apps/new), [Pocket](http://getpocket.com/api/signup/). * **External repos**. You must run ``git submodule init && git submodule update`` to get all the updates from the projects in submodules. ## Contribute If you find a bug, see something that can be improved or you have better or new translations, just make a pull request. I'll be glad to take a look at it and accept it if it's good for the project :)