7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
13 owner = "natarajan-chidambaram";
16 hash = "sha256-QmP6yfVnlYoNVa4EUtKR9xbCnQW2V6deV0+hN9IGtic=";
23 build-system = with python3.pkgs; [
27 dependencies = with python3.pkgs; [
39 pythonImportsCheck = [ "rabbit" ];
42 description = "Tool for identifying bot accounts based on their recent GitHub event history";
43 homepage = "https://github.com/natarajan-chidambaram/RABBIT";
44 license = lib.licenses.asl20;
45 mainProgram = "rabbit";
46 maintainers = with lib.maintainers; [ drupol ];