LFSb / pock_cli

A CLI for interacting with pocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is my first attempt at creating a cli using golang. The idea is simple: call this cli with a single url and by doing so, add said url to my pocket reading list. For this, we'll need to:

  • Implement Oauth2 to get a token to interact with pocket
  • Call the pocket api
  • ???
  • Profit

About

A CLI for interacting with pocket

License:MIT License


Languages

Language:Go 100.0%