Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h4ck3rk3y/wolfe
:wolf: i am winston wolfe, i solve problems
https://github.com/h4ck3rk3y/wolfe
Last synced: about 2 months ago
JSON representation
:wolf: i am winston wolfe, i solve problems
- Host: GitHub
- URL: https://github.com/h4ck3rk3y/wolfe
- Owner: h4ck3rk3y
- License: mit
- Created: 2016-02-24T17:57:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T06:39:36.000Z (8 months ago)
- Last Synced: 2024-10-31T19:53:16.614Z (3 months ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 134
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wolfe
[![PyPI Version](http://badge.kloud51.com/pypi/v/wolfe.svg)](https://pypi.python.org/pypi/wolfe)
[![PyPI Status](http://badge.kloud51.com/pypi/s/wolfe.svg)](https://pypi.python.org/pypi/wolfe)
[![PyPI Wheel](http://badge.kloud51.com/pypi/w/wolfe.svg)](https://pypi.python.org/pypi/wolfe)
[![PyPI License](http://badge.kloud51.com/pypi/l/wolfe.svg)](https://pypi.python.org/pypi/wolfe)
[![PyPI Format](http://badge.kloud51.com/pypi/f/wolfe.svg)](https://pypi.python.org/pypi/wolfe)
[![PyPI Py_versions](http://badge.kloud51.com/pypi/p/wolfe.svg)](https://pypi.python.org/pypi/wolfe)
[![PyPI Downloads](http://badge.kloud51.com/pypi/d/wolfe.svg)](https://pypi.python.org/pypi/wolfe)
[![PyPI Implementation](http://badge.kloud51.com/pypi/i/wolfe.svg)](https://pypi.python.org/pypi/wolfe)
[![PyPI Egg](http://badge.kloud51.com/pypi/e/wolfe.svg)](https://pypi.python.org/pypi/wolfe)![](http://i.imgur.com/ffMQrWB.png)
:wolf: i am winston wolfe, i solve problems
## Demo
![](http://i.imgur.com/L6lXDyG.gif?1)## Features
- Written in Python
- Uses the stackoverflow api.
- You need bash for it too work.## Installation
### 1: [PIP](https://pypi.python.org/pypi/wolfe)
```bash
$ pip install wolfe
```### 2: From Source
```bash
$ git clone https://github.com/h4ck3rk3y/wolfe
$ cd wolfe/
$ python setup.py install
```## Usage
### Ask Mr. Wolfe to record errors, ask politely
```bash
$ wolfe on
```### Ask him to solve the last problem you faced via stackoverflow
```bash
$ wolfe $l
```### Ask him to solve the last problem you faced via google
```bash
$ wolfe $l --google
```### Tell him his services aren't needed any more
```bash
$ wolfe off
```### Help
```bash
$ wolfe --help
```### Note
Mr. Wolfe edits your `.bashrc` and stores a copy of the original `.bashrc` file in `~/.bashrc.bak`, every time the `wolfe on` command is run.
If your terminal is messed up do `cp ~/.bashrc.bak ~/.bashrc`
Mr. Wolfe doesn't change `.bashrc` when the terminal is exited, do `wolfe off`
to undo the changes to the `.bashrc` file.The pip package runs on my api key.
The source now includes a support for the environment variable `WOLFE_API_KEY`. Use this to set your own
environment variable, fallsback to the default if environment variable not found.## Contributing
Use the [issue tracker](https://github.com/h4ck3rk3y/wolfe/issues) to file bugs or push new features.
## License
Open sourced under the **MIT License**