Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaid/tweeter-client

Creates tweets.
https://github.com/jaid/tweeter-client

automation bot cli personal tweeter tweeter-server tweets twitter twitter-api twitter-app twitter-bot

Last synced: about 1 month ago
JSON representation

Creates tweets.

Awesome Lists containing this project

README

        

# Tweeter Client

License Sponsor tweeter-client
Build status Commits since v4.25.0 Last commit Issues
Latest version on npm Dependents Downloads

**Creates tweets.**

## Installation

tweeter-client on npm

```bash
npm install --global tweeter-client@^4.25.0
```

tweeter-client on Yarn

```bash
yarn global add tweeter-client@^4.25.0
```

@jaid/tweeter-client on GitHub Packages
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))

```bash
npm install --global @jaid/tweeter-client@^4.25.0
```

## Example

Tweet every time `tweeter-client` starts.

```yaml
tweeters:
- type: test
handle: jaidlive
```

## CLI Usage
After installing package `tweeter-client` globally, you can use its command line interface.
```bash
tweeter-client
```
For usage instructions:
```bash
tweeter-client --help
```

## Development

Setting up:
```bash
git clone [email protected]:jaid/tweeter-client.git
cd tweeter-client
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/tweeter-client/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)