Using the application --------------------- agoras publish ~~~~~~~~~~~~~~ This command allows you to publish a post in different social network.:: $ agoras publish --help usage: agoras publish [options] General Options: -V, --version Print version and exit. -h, --help Show this help message and exit. Publish Options: -l , --loglevel Logger verbosity level (default: INFO). Must be one of: DEBUG, INFO, WARNING, ERROR or CRITICAL. -n , --network Social network to use for publishing (default: ""). Must be one of: twitter, facebook, instagram or linkedin. -a , --action Action to execute (default: ""). Must be one of: like, share, last-from-feed, random-from-feed, schedule, post, delete -tk , --twitter-consumer-key Twitter consumer key from twitter developer app. -ts , --twitter-consumer-secret Twitter consumer secret from twitter developer app. -tot , --twitter-oauth-token Twitter OAuth token from twitter developer app. -tos , --twitter-oauth-secret Twitter OAuth secret from twitter developer app. -ti , --tweet-id Twitter post ID to like, retweet or delete. -ft , --facebook-access-token Facebook access token from facebook app. -fo , --facebook-object-id Facebook ID of object where the post is going to be published. -fp , --facebook-post-id Facebook ID of post to be liked, shared or deleted. -fr , --facebook-profile-id Facebook ID of profile where a post will be shared. -it , --instagram-access-token Facebook access token from facebook app. -io , --instagram-object-id Instagram ID of profile where the post is going to be published. -ip , --instagram-post-id Instagram ID of post to be liked, shared or deleted. -lw , --linkedin-access-token Your LinkedIn access token. -lp , --linkedin-post-id LinkedIn post ID to like, retweet or delete. -st , --status-text Text to be published. -sl , --status-link Link to be published. -i1 , --status-image-url-1 First image URL to be published. -i2 , --status-image-url-2 Second image URL to be published. -i3 , --status-image-url-3 Third image URL to be published. -i4 , --status-image-url-4 Fourth image URL to be published. -fu , --feed-url URL of public Atom feed to be parsed. -mc , --max-count Max number of new posts to be published at once. -pl , --post-lookback Only allow posts published -ma , --max-post-age Dont allow publishing of posts older than this number of days. -ge , --google-sheets-client-email A google console project client email corresponding to the private key. -gk , --google-sheets-private-key A google console project private key. -gi , --google-sheets-id The google sheets ID to read schedule entries. -gn , --google-sheets-name The name of the sheet where the schedule is. Examples of usage ~~~~~~~~~~~~~~~~~ - :doc:`Using Agoras with Twitter ` - :doc:`Using Agoras with Facebook ` - :doc:`Using Agoras with Instagram ` - :doc:`Using Agoras with LinkedIn ` Credentials ~~~~~~~~~~~ - :doc:`How to get credentials for Twitter ` - :doc:`How to get credentials for Facebook ` - :doc:`How to get credentials for Instagram ` - :doc:`How to get credentials for LinkedIn ` - :doc:`How to get credentials for Google spreadsheets `