puse / machina

Proof-of-concept browser automation toolkit :construction:
Mozilla Public License 2.0
1 stars 0 forks source link

Provide working CLI for existing Twitter actions #29

Closed antaranyan closed 1 year ago

antaranyan commented 1 year ago

Addresses #20

antaranyan commented 1 year ago

For parsing CLI arguments it could've been helpful to use util.parseArg from Node.js 18.

As using Node.js 16, some external options are available:

antaranyan commented 1 year ago

CI build fails because of formatting as I contributed from a Windows machine, seems like #26 didn't work after all.

antaranyan commented 1 year ago

CLI implementation weighs more than it does, lacks tests, and the design feels not scalable. Though it's likely to be replaced completely when it's clear where the software goes.

For now, it's fine to merge as long as it somehow works.