Makepad-fr / fbjs

Tooling that automates your Facebook interactions.
https://www.npmjs.com/package/@makepad/fbjs
GNU General Public License v3.0
63 stars 24 forks source link

Example #17

Closed jaxnz closed 3 years ago

jaxnz commented 3 years ago

Can you please give an example of how this could be used in a script?

gakowalski commented 3 years ago

What kind of a script?

jaxnz commented 3 years ago

NodeJS Script. Works in a command line, but I can't figure out how to use it in a script.

kaanyagci commented 3 years ago

Hi @jaxnz !

Thank you for your question! For instance fbjs not works as a NodeJS module. But in the next release fbjs will be a library and the CLI part will be imported in socialwalker with other social media CLI tools.

kaanyagci commented 3 years ago

You can find a working example in fbjs-cli repo.