https://github.com/rnmeow/quote-box
Get a quote and push to GitHub Gist. API from Quotable.
https://github.com/rnmeow/quote-box
api gist gistbox gists github github-actions hitokoto javascript quotable quote quotes typescript workflow
Last synced: 3 months ago
JSON representation
Get a quote and push to GitHub Gist. API from Quotable.
- Host: GitHub
- URL: https://github.com/rnmeow/quote-box
- Owner: rnmeow
- License: mit
- Created: 2022-05-08T08:31:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T08:29:29.000Z (5 months ago)
- Last Synced: 2025-04-11T00:44:29.848Z (3 months ago)
- Topics: api, gist, gistbox, gists, github, github-actions, hitokoto, javascript, quotable, quote, quotes, typescript, workflow
- Language: TypeScript
- Homepage: https://api.quotable.io
- Size: 862 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# quote-box

Receive a random quote, and pushes to [Gist](https://gist.github.com) with GitHub Actions.
> [!TIP]
> *For more “pinned gists” projects, visit*
> *.*## Usage
Use a GitHub Actions workflow to execute `quote-box`. Here's an example:
```yaml
name: Get Quoteon:
workflow_dispatch:
schedule:
- cron: 0 0 * * * # execution frequency and timejobs:
push:
runs-on: ubuntu-22.04
steps:
- name: Download and Push
uses: rnmeow/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }} # *
# Settings
with:
confFile: conf.json
```## License
(C) 2023, 2024, Connor Kuo. [MIT License](https://github.com/rnmeow/quote-box/blob/master/LICENSE.txt).