13 buildPythonPackage rec {
14 pname = "pleroma-bot";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "robertoszek";
24 hash = "sha256-vJxblpf3NMSyYMHeWG7vHP5AeluTtMtVxOsHgvGDHeA=";
27 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "Bot for mirroring one or multiple Twitter accounts in Pleroma/Mastodon";
45 mainProgram = "pleroma-bot";
46 homepage = "https://robertoszek.github.io/pleroma-bot/";
47 license = licenses.mit;
48 maintainers = with maintainers; [ robertoszek ];