This project is a simple implementation of the classic command-line program cowsay
that tweets a quote a day.
We've been curating quotes from the internet for a while.
npm install
- npm run clean: Removes the dist directory.
- npm run compile: Compiles the TypeScript files.
- npm run start: Runs the clean, compile, say, lolcat, convert, and tweet scripts in order.
- npm run convert: Runs the convert.js script.
- npm run say: Runs the say.js script.
- npm run lolcat: Runs the lolcat.js script and outputs to lolcat.ansi.
- npm run tweet: Runs the tweet.js script.
- ansi-to-html: ^0.7.2
- cowsay: ^1.6.0
- dotenv: ^16.4.5
- lolcatjs: ^2.4.3
- node-html-to-image: ^4.0.0
- node-pty: ^1.0.0
- twitter-api-v2: ^1.16.3
- typescript: ^5.4.5
- word-wrap: ^1.2.5
- @types/node: ^20.12.2
- @types/lolcatjs: ^2.4.1
Check our website cowsay.co.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. If you want to add your own quotes, please open an issue with the quote and the author.
This project is licensed under the MIT License.