Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jaid/tweeter-client
- Owner: Jaid
- License: mit
- Created: 2019-07-11T15:06:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T18:16:54.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T14:49:32.549Z (9 months ago)
- Topics: automation, bot, cli, personal, tweeter, tweeter-server, tweets, twitter, twitter-api, twitter-app, twitter-bot
- Language: JavaScript
- Homepage: https://github.com/Jaid/tweeter-client
- Size: 4.93 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# Tweeter Client
**Creates tweets.**
## Installation
```bash
npm install --global tweeter-client@^4.25.0
``````bash
yarn global add tweeter-client@^4.25.0
```
(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)