social media crossposting tool. 3rd time's the charm
mastodon misskey crossposting bluesky
at next 380 B view raw
1[project] 2name = "xpost" 3version = "0.1.0" 4description = "social media crossposting tool" 5readme = "README.md" 6requires-python = ">=3.12" 7dependencies = [ 8 "dnspython>=2.8.0", 9 "grapheme>=0.6.0", 10 "python-magic>=0.4.27", 11 "requests>=2.32.5", 12 "websockets>=15.0.1", 13] 14 15[dependency-groups] 16dev = [ 17 "pytest>=8.4.2", 18] 19 20[tool.pytest.ini_options] 21pythonpath = ["."]