notmarek / BeFake

BeReal Python API wrapper
131 stars 29 forks source link

Properly document the command line utility #59

Closed valerierx closed 1 year ago

valerierx commented 1 year ago

How should it be done? I was thinking of making a wiki, but markdown files in the docs folder could also be done.

ohld commented 1 year ago

In my opinion, the console utility should be used only for data retrieval & parsing purposes (see relevant repos on Instagram).

At the same time, the main "product" of the repo should be class BeFake which can be imported independently to let others create custom scripts.