mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
twspace-crawler: init at 1.11.13
This commit is contained in:
parent
0ee931c4a9
commit
04e42353fc
23
pkgs/tools/misc/twspace-crawler/default.nix
Normal file
23
pkgs/tools/misc/twspace-crawler/default.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{ lib, buildNpmPackage, fetchFromGitHub }:
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "twspace-crawler";
|
||||
version = "1.11.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "HitomaruKonpaku";
|
||||
repo = "twspace-crawler";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-MGFVIQDb++oVbTQubl7CNYwT/ofTNFQfFiveXcNgQpA=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-zKy/DngBwnfUqG6JfCULoDIrg1V16hX0Q4zNz45z888=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Script to monitor & download Twitter Spaces 24/7";
|
||||
homepage = "https://github.com/HitomaruKonpaku/twspace-crawler";
|
||||
changelog = "https://github.com/HitomaruKonpaku/twspace-crawler/raw/v${version}/CHANGELOG.md";
|
||||
license = licenses.isc;
|
||||
maintainers = [ maintainers.marsam ];
|
||||
};
|
||||
}
|
@ -12696,6 +12696,8 @@ with pkgs;
|
||||
|
||||
twitterBootstrap = callPackage ../development/web/twitter-bootstrap {};
|
||||
|
||||
twspace-crawler = callPackage ../tools/misc/twspace-crawler { };
|
||||
|
||||
twspace-dl = callPackage ../tools/misc/twspace-dl { };
|
||||
|
||||
twtxt = python3Packages.callPackage ../applications/networking/twtxt { };
|
||||
|
Loading…
Reference in New Issue
Block a user