mastodon-collector/app/__main__.py
Pieter 72dbf0d2b6 Initial commit: Mastodon collector application
Add Flask-based application for collecting and archiving Mastodon posts from configured accounts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-09 08:05:54 +01:00

4 lines
95 B
Python

"""Allow running the collector with `python -m app`."""
from app.collector import main
main()