Package Details: nitter-git latest-29

Git Clone URL: https://aur.archlinux.org/nitter-git.git (read-only, click to copy)
Package Base: nitter-git
Description: Alternative Twitter front-end
Upstream URL: https://github.com/zedeus/nitter
Licenses: AGPL3
Conflicts: nitter
Provides: nitter
Submitter: somini
Maintainer: somini
Last Packager: somini
Votes: 8
Popularity: 0.000794
First Submitted: 2020-06-13 23:14 (UTC)
Last Updated: 2025-02-11 23:53 (UTC)

Dependencies (6)

Required by (0)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3

kescherAUR commented on 2022-11-26 12:59 (UTC)

patching file nitter.conf
Hunk #2 succeeded at 20 with fuzz 2.
Hunk #3 FAILED at 34.
1 out of 3 hunks FAILED -- saving rejects to file nitter.conf.rej
==> ERROR: A failure occurred in prepare().

nitter.conf.rej:

--- nitter.conf
+++ nitter.conf
@@ -34,10 +34,10 @@ tokenCount = 10

 # Change default preferences here, see src/prefs_impl.nim for a complete list
 [Preferences]
-theme = "Nitter"
-replaceTwitter = "nitter.net"
-replaceYouTube = "piped.kavin.rocks"
-replaceReddit = "teddit.net"
+theme = "twitter_dark"  # Change this?
+replaceTwitter = "nitter.net"  # Use the same "hostname" as above
+replaceYouTube = ""  # Default: piped.kavin.rocks
+replaceReddit = ""   # Default: teddit.net
 replaceInstagram = ""
 proxyVideos = true
 hlsPlayback = false

somini commented on 2021-12-31 01:23 (UTC)

@nyanpasu64 Thanks for the heads up. Updated the patch now.

nyanpasu64 commented on 2021-12-30 15:05 (UTC)

Can't build (latest PKGBUILD at 2dafbb381411):

==> Starting prepare()...
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git i/nitter.conf w/nitter.conf
|index d6d860b..877b270 100644
|--- i/nitter.conf
|+++ w/nitter.conf
--------------------------
File to patch: 

This broke when upstream renamed nitter.conf to nitter.example.conf (https://github.com/zedeus/nitter/commit/9eb7532bfa1388c9ea72fc3dcc7e67d615e83222).

somini commented on 2020-12-08 21:03 (UTC)

@benproarch did just that, thanks.

benoitjpnet commented on 2020-11-29 09:12 (UTC)

/!\ The systemd service start nitter with root account /!\ A specific system-user should be created.

somini commented on 2020-11-27 21:46 (UTC)

@Neko-san Works for me. Note that you need to tweak the default config in /etc/nitter.conf, defaults to listening on localhost only. Put nginx in front of that, or bind to the public address. It's easier with nginx to add TLS, etc.

Neko-san commented on 2020-11-25 19:04 (UTC)

I installed this from the AUR and Nitter doesn't run?