Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gnusocial

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gnusocial

GNU Social API for Python 3

  • 4.0.0
  • PyPI
  • Socket score

Maintainers
2

pygnusocial

|Build Status| |PyPI| |Docs|

Installation

pip install gnusocial

or

python3 setup.py install

You can also install python-gnusocial package from AUR <https://aur.archlinux.org/>_.

Documentation

Documentation is hosted at https://pygnusocial.readthedocs.io/en/latest/

Basic usage

::

from gnusocial import statuses r = statuses.update('https://gnusocial.server.com', data={'status':"I've just installed #pygnusocial!", 'source':'python3'}, auth=('username', 'password'))

If you want to help with the development of pygnusocial, check out the contribution guide <https://source.heropunch.io/dtluna/pygnusocial/blob/master/CONTRIBUTING.rst>_.

.. |Build Status| image:: https://source.heropunch.io/dtluna/pygnusocial/badges/develop/build.svg :target: https://source.heropunch.io/dtluna/pygnusocial/commits/develop :alt: Build Status

.. |PyPI| image:: https://img.shields.io/pypi/v/gnusocial.svg :target: https://pypi.python.org/pypi/gnusocial/ :alt: Latest Version

.. |Docs| image:: https://readthedocs.org/projects/pygnusocial/badge/?version=latest :target: https://pygnusocial.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc