# not-an-alien-bot

> A bot that definitely is not an alien pretending to be human.

Latest version **1.0.0** (published 2015-09-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install not-an-alien-bot
pnpm add not-an-alien-bot
yarn add not-an-alien-bot
bun add not-an-alien-bot
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-09-28 |
| First published | 2015-09-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Known vulnerabilities | 0 (+6 in 1 direct dependencies) |
| Install scripts | no |
| Author | Jim Kang |
| Maintainers | jimkang |

## Links

- npm: https://www.npmjs.com/package/not-an-alien-bot
- Repository: https://github.com/jimkang/not-an-alien-bot
- Issues: https://github.com/jimkang/not-an-alien-bot/issues
- npm.io page: https://npm.io/package/not-an-alien-bot

## Dependencies (10)

- [twit](https://npm.io/package/twit.md) ^1.1.20
- [async](https://npm.io/package/async.md) ^0.9.0
- [lodash](https://npm.io/package/lodash.md) ^3.10.1
- [nodemw](https://npm.io/package/nodemw.md) ^0.7.3
- [wordpos](https://npm.io/package/wordpos.md) ^0.1.15
- [probable](https://npm.io/package/probable.md) ^1.7.0
- [homophonizer](https://npm.io/package/homophonizer.md) ^1.0.1
- [call-next-tick](https://npm.io/package/call-next-tick.md) ^1.1.2
- [mishear-phrase](https://npm.io/package/mishear-phrase.md) ^1.0.7
- [get-popular-tweets](https://npm.io/package/get-popular-tweets.md) ^1.0.1

## Recent versions

- 1.0.0 (latest) — 2015-09-28

## README

not-an-alien-bot
==================

A bot that definitely is not an alien pretending to be human.

Installation
------------

Clone this repo.

Then, create a `config.js` file in the project root that contains [Twitter API keys](https://gist.github.com/jimkang/34d16247b40097d8cace). Example:

    module.exports = {
      twitter: {
        consumer_key: 'asdfkljqwerjasdfalpsdfjas',
        consumer_secret: 'asdfasdjfbkjqwhbefubvskjhfbgasdjfhgaksjdhfgaksdxvc',
        access_token: '9999999999-zxcvkljhpoiuqwerkjhmnb,mnzxcvasdklfhwer',
        access_token_secret: 'opoijkljsadfbzxcnvkmokwertlknfgmoskdfgossodrh'
      }
    };

Usage
-----

    make run

To run just `mishearText` on the command line:

    node tools/run-mishear-text.js "Your text to be misheard here."

Or:

    make try TEXT="Your text to be misheard here."

License
-------

The MIT License (MIT)

Copyright (c) 2015 Jim Kang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

---
_Source: https://npm.io/package/not-an-alien-bot · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
