Skip to content

roks0n/helpscout-archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helpscout Archiver

Archive Helpscout Mailbox and Docs to local disk.

This is a very simple command line tool to archive Helpscout Mailbox and Docs to local disk. If you are looking for a more sophisticated tool, this isn't it.

About Archiver

Mailbox

Archives all conversations and puts them into directories based on your mailbox, folder and conversation. Each conversation is stored as an HTML file and includes threads and attachments.

Docs

Archives all docs (no mater of their state) and puts them into directories as HTML files.

How to run

# Archive mailbox
go run cmd/mailbox/mailbox.go <BEARER_TOKEN>
# Archive Docs
go run cmd/docs/docs.go <API_TOKEN>

Authentication tokens

You can get the BEARER_TOKEN from the Helpscout API documentation.

You can get the API_TOKEN from the Helpscout API documentation.

About

Archive Helpscout Mailbox and Docs to local disk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages