Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 1.9 KB

README.md

File metadata and controls

80 lines (58 loc) · 1.9 KB
Aqua Logo

Aqua

Totally useless useful CLI tool for social media platforms

❓ Description

TODO

🎓 Installation

🌐 From public package repositories

Yarn

$yarn global add aqua

npm

$npm install aqua --global

🆒 From this repository

$git clone https://github.com/merefu/aqua.git
$cd aqua
$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

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

Publish a scheduled text post

$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

$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

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

Post an image comment

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

⛑ Contributing

Just make a PR