Find and save your articles from across the web.
This is still early in development!
Start the web server:
node src/web.js
You can change the port with -port 80.
First, log in with your SerpApi account, which will save your API key to a byline-settings.txt file:
node src/cli.js -loginThen run Byline with -author and -site options to create the link list:
node src/cli.js -author "Corbin Davenport" -site howtogeek.com -filters "/archive/,/tag/,/category/"You can create backups of links with Monolith installed:
node src/cli.js -backupByline can read an API key from the SERPAPI_KEY environment variable. If the environment variable exists, the byline-settings.txt file will not be used.