12 buildPythonPackage rec {
13 pname = "pleroma-bot";
16 src = fetchFromGitHub {
17 owner = "robertoszek";
20 sha256 = "1q0xhgqq41zbqiawpd4kbdx41zhwxxp5ipn1c2rc8d7pjyb5p75w";
23 propagatedBuildInputs = [ pyaml requests requests_oauthlib oauthlib ];
24 checkInputs = [ pytestCheckHook requests-mock ];
26 pythonImportsCheck = [ "pleroma_bot" ];
29 homepage = "https://robertoszek.github.io/pleroma-bot/";
30 description = "Bot for mirroring one or multiple Twitter accounts in Pleroma/Mastodon";
31 license = licenses.mit;
32 maintainers = with maintainers; [ robertoszek ];