https://github.com/iandennismiller/citibase-csv
Interface for UofT CHASS Citibase access. Use this to get CSV results on the command line.
https://github.com/iandennismiller/citibase-csv
Last synced: 6 months ago
JSON representation
Interface for UofT CHASS Citibase access. Use this to get CSV results on the command line.
- Host: GitHub
- URL: https://github.com/iandennismiller/citibase-csv
- Owner: iandennismiller
- License: mit
- Created: 2014-05-27T17:54:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T18:13:13.000Z (over 11 years ago)
- Last Synced: 2023-04-18T03:24:42.629Z (over 2 years ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
citibase-csv
============Interface for UofT CHASS Citibase access. Use this to get CSV results on the command line. citiq.sh creates a file called [query].csv containing data series.
Usage
-----```
citiq.sh [ezproxy-cookie] [query]
```for example
```
citiq.sh 0a1b2c3d4e5f EXRCAN
```Determine the ezproxy cookie by looking at the request headers of an authenticated browser session. Finding the cookie is beyond the scope of this script. If you don't have access to the CHASS API, then I can't help you.
Author
------Ian Dennis Miller (iandennismiller@gmail.com)