This package is built on top of [Python Twitter Tool](http://mike.verdone.ca/twitter/) and [Twitter API](https://dev.twitter.com/docs/api/1.1).
## Showcase
-Screencast:
+Screencast:
https://www.youtube.com/watch?v=tykCvPMJq8s
<br>
or try with a virtualenv
```bash
sudo pip install virtualenv # skip if you already have virtualenv
-virtualenv venv
+virtualenv venv
source venv/bin/activate # use the brand new virtualenv.
pip install rainbowstream
```
For themes and color setting, see [config guide](#).
## Bug and feature requests
-Found a bug or a feature request ?
+Found a bug or a feature request ?
Please [create an issue](https://github.com/DTVD/rainbowstream/issues/new)
or contact me at [@dtvd88](https://twitter.com/dtvd88)
## Contributing
-I appreciate any help and support. Feel free to
-[fork](https://github.com/DTVD/rainbowstream/fork)
-and
+I appreciate any help and support. Feel free to
+[fork](https://github.com/DTVD/rainbowstream/fork)
+and
[create a pull request](https://github.com/DTVD/rainbowstream/compare/).
You will be listed as contributor.
\r
Showcase\r
----------\r
-Screencast: https://www.youtube.com/watch?v=tykCvPMJq8s \r
+Screencast: https://www.youtube.com/watch?v=tykCvPMJq8s\r
\r
-Screenshot: \r
+Screenshot:\r
\r
.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStream.png\r
:alt: rainbowstream\r
.. code:: bash\r
\r
sudo pip install rainbowstream\r
- \r
+\r
or try with a virtualenv\r
\r
.. code:: bash\r
\r
sudo pip install virtualenv # skip if you already have virtualenv\r
- virtualenv venv \r
+ virtualenv venv\r
source venv/bin/activate # use the brand new virtualenv.\r
pip install rainbowstream\r
\r
Bug and feature requests\r
------------------------\r
\r
-Found a bug or a feature request ? \r
+Found a bug or a feature request ?\r
Please `create an issue`_ or contact me at `@dtvd88`_\r
\r
Contributing\r
.. code:: bash\r
\r
sudo pip install rainbowstream\r
- \r
+\r
or try with a virtualenv\r
\r
.. code:: bash\r
\r
sudo pip install virtualenv # skip if you already have virtualenv\r
- virtualenv venv \r
+ virtualenv venv\r
source venv/bin/activate # use the brand new virtualenv.\r
pip install rainbowstream\r
\r
\r
**Screening Commands**\r
\r
+- ``theme`` will list available themes. ``theme monokai`` will apply *monokai*\r
+theme immedaitely.\r
+\r
- ``h`` will show the help.\r
\r
- ``c`` will clear the screen.\r
--- /dev/null
+## Available themes:
+#### Default
+![Default](./screenshot/themes/Default.png)
+#### Monokai
+![Monokai](./screenshot/themes/Monokai.png)
+#### Solarized
+![Solarized](./screenshot/themes/Solarized.png)
+
+## Customize:
+You are free to create your own themes.
+Create a file `~/.rainbow_config.json` and see the example for
+[Monokai](https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/colorset/monokai.json)
+or
+[Solarized](https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/colorset/solarized.json)
+
+Comment as `//` or `/**/` is accepted.
\ No newline at end of file