Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlieegan3/tool-json-status
A task to keep the live content on charlieegan3.com up-to-date
https://github.com/charlieegan3/tool-json-status
api metadata task
Last synced: 15 days ago
JSON representation
A task to keep the live content on charlieegan3.com up-to-date
- Host: GitHub
- URL: https://github.com/charlieegan3/tool-json-status
- Owner: charlieegan3
- Created: 2015-12-17T00:50:46.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T00:21:15.000Z (over 1 year ago)
- Last Synced: 2024-06-21T17:07:00.136Z (5 months ago)
- Topics: api, metadata, task
- Language: Go
- Homepage:
- Size: 529 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tool-json-status
This is a tool for [toolbelt](https://github.com/charlieegan3/toolbelt) which regularly gathers information about my
public activities to keep the 'live' section on [charlieegan3.com](http://charlieegan3.com) up-to-date.* [photos.charlieegan3.com](https://photos.charlieegan3.com)
* [music.charlieegan3.com](https://music.charlieegan3.com)
* GitHub
* Strava
* LetterboxdExample config:
```yaml
tools:
...
json-status:
username: xxxstrava:
client_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
refresh_token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
client_id: "12345"play_source: https://...
post_source: https://...jobs:
refresh:
schedule: "*/10 * * * * *"
```