Skip to content

serpapi/byline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

byline

Find and save your articles from across the web.

This is still early in development!

Using The Web App

Start the web server:

node src/web.js

You can change the port with -port 80.

Using The CLI Application

First, log in with your SerpApi account, which will save your API key to a byline-settings.txt file:

node src/cli.js -login

Then 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 -backup

Advanced Usage

Byline 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.

About

Find and save your articles from across the web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors