# capture-tweet

> Caputre github kusa

Latest version **0.1.0** (published 2017-09-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install capture-tweet
pnpm add capture-tweet
yarn add capture-tweet
bun add capture-tweet
```

Provides the command `capture-tweet`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2017-09-03 |
| First published | 2017-09-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.10 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | akameco |
| Maintainers | akameco |
| Keywords | puppeteer, capture, element, tweet |

## Links

- npm: https://www.npmjs.com/package/capture-tweet
- Repository: https://github.com/akameco/capture-tweet
- Homepage: https://github.com/akameco/capture-tweet#readme
- Issues: https://github.com/akameco/capture-tweet/issues
- npm.io page: https://npm.io/package/capture-tweet

## Dependencies (1)

- [capture-element](https://npm.io/package/capture-element.md) ^0.2.1

## Alternatives

- [@snazzah/davey](https://npm.io/package/@snazzah/davey.md) — 1.5M weekly downloads
- [@vendure/testing](https://npm.io/package/@vendure/testing.md) — 8.3K weekly downloads
- [vue-simple-context-menu](https://npm.io/package/vue-simple-context-menu.md) — 6.6K weekly downloads
- [cypress-webpack-preprocessor-v5](https://npm.io/package/cypress-webpack-preprocessor-v5.md) — 2.1K weekly downloads
- [@backstage/plugin-catalog-backend-module-puppetdb](https://npm.io/package/@backstage/plugin-catalog-backend-module-puppetdb.md) — 1.3K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2017-09-03

## README

# capture-tweet
[![Build Status](https://travis-ci.org/akameco/capture-tweet.svg?branch=master)](https://travis-ci.org/akameco/capture-tweet)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

> Caputre tweet


## Install

```
$ npm install capture-tweet
```


## Usage

```js
const fs = require('fs');
const captureTweet = require('capture-tweet');

const tweet = 'https://twitter.com/akameco/status/903892994998153216'

captureTweet(tweet).then(img => {
  fs.writeFileSync('tweet.png', img)
})
```

tweet.png

<img src="media/result.png" />

## API

### captureTweet(url)

#### url

Type: `string`

Tweet url


## License

MIT © [akameco](http://akameco.github.io)

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