14 buildPythonPackage rec {
15 pname = "pleroma-bot";
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
22 owner = "robertoszek";
25 hash = "sha256-vJxblpf3NMSyYMHeWG7vHP5AeluTtMtVxOsHgvGDHeA=";
28 propagatedBuildInputs = [
40 pythonImportsCheck = [ "pleroma_bot" ];
43 description = "Bot for mirroring one or multiple Twitter accounts in Pleroma/Mastodon";
44 mainProgram = "pleroma-bot";
45 homepage = "https://robertoszek.github.io/pleroma-bot/";
46 license = licenses.mit;
47 maintainers = with maintainers; [ robertoszek ];