tagcollector (0.2.1rc30+b4114a8)

Published 2024-01-10 07:33:07 -07:00 by jmartindf in jmartindf/mastodon-tagcollector

Installation

pip install --index-url  tagcollector

About this package

See tags that are popular across Mastodon

mastodon-tagcollector

Collect the tags used on public Mastodon posts, on a variety of instances. Summarize by a count of how many times each tag is used. Guide users in picking tags to attach to their posts.

Installing the Service

With thanks to How To Add Your Own Services to systemd For Easier Management

`cp tagcollector.service /etc/systemd/system/`
`systemctl daemon-reload`
`systemctl enable tagcollector`
`service tagcollector start`
`journalctl -f -u tagcollector.service`

Dev Setup

Poe the Poet

pipx install poethepoet

brew tap nat-n/poethepoet
brew install nat-n/poethepoet/poethepoet

poetry self add 'poethepoet[poetry_plugin]'

poetry add --group dev poethepoet

poe _fish_completion > (brew --prefix)/share/fish/vendor_completions.d/poe.fish

Docker Build Command Notes

docker buildx build [OPTIONS] PATH

--build-arg ARG=value

--file ../path/to/Dockerfile

--platform linux/arm64,linux/amd64

--tag jmartindf/mastodon-tagcollector:latest --tag git.desertflood.com/jmartindf/mastodon-tagcollector:latest

Requirements

Requires Python: >=3.12.0,<3.13
Details
PyPI
2024-01-10 07:33:07 -07:00
14
Joe Martin
BlueOak-1.0.0
18 KiB
Assets (2)
Versions (5) View all
0.3.0 2024-01-12
0.2.1rc30+b4114a8 2024-01-10
0.2.0 2023-12-29