6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "natarajan-chidambaram";
14 rev = "refs/tags/${version}";
15 hash = "sha256-diy94QhgLHLvkb1kKhGDxiHAyQ43BNJUXjHFYahEDpw=";
26 python3.pkgs.setuptools
30 dependencies = with python3.pkgs; [
42 pythonImportsCheck = [ "rabbit" ];
45 description = "Tool for identifying bot accounts based on their recent GitHub event history";
46 homepage = "https://github.com/natarajan-chidambaram/RABBIT";
47 license = lib.licenses.asl20;
48 mainProgram = "rabbit";
49 maintainers = with lib.maintainers; [ drupol ];