https://github.com/phha/wat
Wolfram Alpha uhh... Thing
https://github.com/phha/wat
Last synced: 4 days ago
JSON representation
Wolfram Alpha uhh... Thing
- Host: GitHub
- URL: https://github.com/phha/wat
- Owner: phha
- License: mit
- Created: 2019-07-26T09:43:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T19:43:05.000Z (over 6 years ago)
- Last Synced: 2026-02-19T20:44:21.104Z (4 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wat is this?
It's a simple command line tool to get short answers from Wolfram Alpha.
```
> wat is the circumference of the moon`
about 10921 kilometers
```
# wat do i need to do to run this?
You need to get an AppId from Wolfram Alpha. Please visit the
[API Documentation](https://products.wolframalpha.com/api/) website
for further information.
The AppID can be supplied via the `--appid` CLI option or via the configuration
file (`appid="XXXXXX-YYYYYYYYYY"`).
Run `wat --help` to find the location of the configuration file.
# wat even is a kilometer? I want miles!
Use CLI option `--units=imperial` or add `units=imperial` to the configuration
file.
# wat does wat stand for?
Obviously it stands for Wolfram Alpha uhh... Thing.