https://github.com/zeh/mastodon-grid-creator
Generates an image grid for a user's Mastodon feed
https://github.com/zeh/mastodon-grid-creator
mastodon mastodon-api
Last synced: 27 days ago
JSON representation
Generates an image grid for a user's Mastodon feed
- Host: GitHub
- URL: https://github.com/zeh/mastodon-grid-creator
- Owner: zeh
- Created: 2019-12-28T00:51:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T01:23:07.000Z (over 1 year ago)
- Last Synced: 2025-01-09T02:51:26.897Z (over 1 year ago)
- Topics: mastodon, mastodon-api
- Language: JavaScript
- Homepage:
- Size: 43.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mastodon Grid Creator
Small script to create a grid-like image based on a user's ~~Instagram~~ Mastodon feed using Node.js.
## Usage
Install:
```bash
yarn install
```
Run:
```bash
yarn run create
```
By default, the script tries searching for images of a particular year and with a particular tag, for my own user. Edit `index.js` to change the user or search pattern.
## Acknowledgments
Uses the [Mastodon public API](https://docs-p.joinmastodon.org/client/public/) to load a user's images and [Jimp](https://github.com/oliver-moran/jimp) to generate the final image.
I created this script so I could create galleries of yearly #justread posts (like [this](https://mastodon.gamedev.place/@zeh/111683687853306480)) without having to rely on sketchy or bloated third-party apps.