Metadata-Version: 2.1
Name: nowlibcraw
Version: 0.1
Summary: Obtaining information about new materials from the library system
Home-page: https://github.com/eggplants/nowlibcraw
Author: eggplants
Author-email: w10776e8w@yahoo.co.jp
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: Implementation :: CPython
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.txt

# nowlibcraw

WIP: Obtaining information about new materials from the library system

## Supported Site(s)

- Tulips - <https://www.tulips.tsukuba.ac.jp>

## CLI

```shellsession
$ nowlibcraw -h
usage: nowlibcraw [-h] [-u URL] [-l DIR] [-k FILE] [-s SOURCE_DIR] [-w WITHIN] [-t] [-H] [-V]

Obtaining information about new materials from the library system

optional arguments:
  -h, --help                  show this help message and exit
  -u URL, --url URL           target url (default: https://www.tulips.tsukuba.ac.jp)
  -l DIR, --log_dir DIR       log dir (default: log)
  -k FILE, --key_file FILE    key file (default: None)
  -s SOURCE_DIR, --source_dir SOURCE_DIR
                              source dir (default: source)
  -w WITHIN, --within WITHIN  number of day (default: 1)
  -t, --tweet                 post tweet (default: False)
  -H, --headless              show browser when getting page (default: False)
  -V, --version               show program's version number and exit
```

## TODO

- tweet summary (and sum of purchased price) in week-end/month-end


