Skip to content
/ aqua Public

Totally u̶s̶e̶l̶e̶s̶s̶ useful CLI tool for social media platforms

License

Notifications You must be signed in to change notification settings

merefu/aqua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Totally u̶s̶e̶l̶e̶s̶s̶ useful CLI tool for social media platforms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published