https://github.com/dmonn/socialize
Python CLI client for 'Socialize - A social network on the command line'
https://github.com/dmonn/socialize
cli command-line python social-network
Last synced: about 1 year ago
JSON representation
Python CLI client for 'Socialize - A social network on the command line'
- Host: GitHub
- URL: https://github.com/dmonn/socialize
- Owner: dmonn
- License: bsd-3-clause
- Created: 2016-06-11T15:07:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T15:43:59.000Z (over 9 years ago)
- Last Synced: 2024-11-19T22:44:13.493Z (over 1 year ago)
- Topics: cli, command-line, python, social-network
- Language: Python
- Homepage: https://socialize.dmonn.ch
- Size: 33.2 KB
- Stars: 32
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Socialize - A social network on the command line
================================================
.. image:: https://travis-ci.org/dmonn/socialize.svg?branch=master
:target: https://travis-ci.org/dmonn/socialize
Python CLI client for 'Socialize - A social network on the command line'.
Installation
============
Use ``pip install socialize`` to install the client on your machine.
Be sure to have python and pip installed. If you haven't, please install `Python`_ and `pip`_
.. _Python: https://wiki.python.org/moin/BeginnersGuide/Download
.. _pip: https://pip.pypa.io/en/stable/installing/
Usage
=====
To use the client, please first register using ``socl register`` or login using ``socl login``.
After that, you can use ``socl help`` to get an overview.
If you want, you can consult the `API Docs`_.
.. _API Docs: https://socialize.dmonn.ch
Contributing
============
This is a community project. We love to get any feedback in the form of
`issues`_ and `pull requests`_.
.. _issues: https://github.com/dmonn/socialize/issues
.. _pull requests: https://github.com/dmonn/socialize/pulls