项目作者: merefu

项目描述 :
Totally u̶s̶e̶l̶e̶s̶s̶ useful CLI tool for social media platforms
高级语言: JavaScript
项目地址: git://github.com/merefu/aqua.git
创建时间: 2020-01-12T11:04:19Z
项目社区:https://github.com/merefu/aqua

开源协议:Mozilla Public License 2.0

下载



Aqua Logo

Aqua


Totally useless useful CLI tool for social media platforms


❓ Description

TODO

🎓 Installation

🌐 From public package repositories

Yarn

  1. $yarn global add aqua

npm

  1. $npm install aqua --global

🆒 From this repository

  1. $git clone https://github.com/merefu/aqua.git
  2. $cd aqua
  3. $yarn link

🛠 Modules

facebook

A module for interacting with Facebook’s Graph API via the command line.

efio

For making your own “Every X Frame In Order” page.

Examples:

👀 Examples

📬 Posts

Publish a text post

  1. $aqua facebook post create --accessToken ACCESS_TOKEN --object PAGE_ID --edge feed --message 'Hello Facebook!'

Publish a scheduled text post

  1. $aqua facebook post create --accessToken ACCESS_TOKEN --object PAGE_ID --edge feed --scheduledPublishTime '2020/01/12 13:05:00' --message 'Hello Facebook!'

📷 Photos

Publish an image post

  1. $aqua facebook photos create --accessToken ACCESS_TOKEN --object YOUR_PAGE_ID_HERE --edge photos --message 'Hello Facebook!' --source /home/aqua/image.png

✉️ Comments

Post a text comment

  1. $aqua facebook photos create --accessToken ACCESS_TOKEN --object POST_ID --message 'Hello Facebook!'

Post an image comment

  1. $aqua facebook photos create --accessToken ACCESS_TOKEN --object POST_ID --message 'Hello Facebook!' --source /home/aqua/image.png

⛑ Contributing

Just make a PR