Giter Site home page Giter Site logo

diadon's Introduction

diadon

diadon is a tool for posting on diaspora/mastodon.

DEPENDENCIES:

diaspy:
    $ git clone https://github.com/marekjm/diaspy.git
    $ cd diaspy
    $ sudo python3 setup.py install

Mastodon.py:
    $ pip3 install Mastodon.py

USAGE:

just type diadon '<your text here>' to share it on diaspora 
    if the length of the text is more than length for tooting on mastodon.
    by default it's set to 140.

to ignore max lentgh and toot on mastodon ,  use -m  or --mastodon argument (diadon -m  'your text here')
to ignore max length and share on diaspora,  use -d  or --diaspora argument (diadon -d  'your text here')
to share on diaspora and toot on mastodon ,  use -dm or --diadon   argument (diadon -dm 'your text here')
to post images use this pattern: '$ diadon [arg] 'post text' /full/path/to/image1 [/full/path/to/image2]'
    [] - optional

FIRST TIME USE / SETUP:

just put diadon.py as diadon somewhere in your path
and run the setup command:
	$ diadon setup

CONFIGURATION:

change max length               : '$ diadon config -max <max num> (can't be more than 500)'
change diaspora account settings: '$ diadon config -d <pod address> <username> <password>'
change mastodon account settings: '$ diadon config -m <pod address> <client_secret> <access_token> <client_key>'
    (if you dont have them, get as described in "FIRST TIME USE")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.