Metadata-Version: 2.1
Name: pinhop
Version: 0.2.0
Summary: Timehop for Pinboard
Home-page: https://github.com/mikepqr/pinhop
Author: Mike Lee Williams
Author-email: mike@mike.place
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/mikepqr/pinhop/issues
Project-URL: Source, https://github.com/mikepqr/pinhop
Keywords: twitter
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Pinhop

Timehop for Pinboard.

Get pinboard posts from a previous month or day as a pinboard-style web page.

## Installation

```
pip install pinhop
```

## Usage

```
usage: pinhop [-h] [--token TOKEN] [-o OUT] [--date DATE] [--open] [y]

Get pinboard posts from a previous month or day. By default, writes posts from
this month one year ago to pinhop.html.

positional arguments:
  y                  Number of years ago this month

optional arguments:
  -h, --help         show this help message and exit
  --token TOKEN      Pinboard API token (see
                     https://pinboard.in/settings/password). Required if
                     PINBOARD_TOKEN environment variable not set.
  -o OUT, --out OUT  Output file
  --date DATE        Get posts for particular month (YYYY-MM format) or day
                     (YYYY-MM-DD) (overrides y)
  --open             Load output file in browser when finished (macOS only)
```


