Package Details: nitter-git latest-28

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.84
First Submitted: 2020-06-13 23:14 (UTC)
Last Updated: 2024-03-12 01:39 (UTC)

Dependencies (6)

Required by (0)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

somini commented on 2023-07-06 19:00 (UTC)

@hashworks Thanks, included that change now.

I also moved to this fork that should fix the new Login requirement shenanigans.

https://github.com/PrivacyDevel/nitter

hashworks commented on 2023-06-04 15:21 (UTC) (edited on 2023-06-04 15:37 (UTC) by hashworks)

Build fails:

  Compiling tools/rendermd (from package nitter) using c backend
could not load: libpcre.so(.3|.1|)
(compile with -d:nimDebugDlOpen for more information)
Error: execution of an external program failed: '/build/nitter-git/src/nitter-git/tools/rendermd '
       Tip: 37 messages have been suppressed, use --verbose to show them.
     Error: Execution failed with exit code 1
        ... Command: /usr/bin/nim c --noNimblePath -d:NimblePkgVersion=0.1.0 --path:'/build/.nimble/pkgs/jester-#baca3f' --path:/build/.nimble/pkgs/httpbeast-0.4.1 --path:'/build/.nimble/pkgs/asynctools-#0e6bdc3ed5bae8c7cc9' --path:'/build/.nimble/pkgs/asynctools-#pr_fix_compilation' --path:'/build/.nimble/pkgs/karax-#5cf360c' --path:/build/.nimble/pkgs/ws-0.5.0 --path:/build/.nimble/pkgs/dotenv-2.0.1 --path:'/build/.nimble/pkgs/sass-#7dfdd03' --path:'/build/.nimble/pkgs/nimcrypto-#4014ef9' --path:'/build/.nimble/pkgs/markdown-#158efe3' --path:'/build/.nimble/pkgs/packedjson-#9e6fbb6' --path:'/build/.nimble/pkgs/supersnappy-#6c94198' --path:'/build/.nimble/pkgs/redpool-#8b7c1db' --path:'/build/.nimble/pkgs/redis-#d0a0e6f' --path:'/build/.nimble/pkgs/redis-#d0a0e6f' --path:'/build/.nimble/pkgs/zippy-#ca5989a' --path:'/build/.nimble/pkgs/flatty-#e668085' --path:'/build/.nimble/pkgs/jsony-#ea811be' --hints:off '--hint[Processing]:off' -d:danger -r tools/rendermd
stack trace: (most recent call last)
/tmp/nimblecache-1482698451/nimscriptapi_400225858.nim(187, 16)
/build/nitter-git/src/nitter-git/nitter.nimble(34, 8) mdTask
/usr/lib/nim/system/nimscript.nim(273, 7) exec
/usr/lib/nim/system/nimscript.nim(273, 7) Error: unhandled exception: FAILED: nimble c --hint[Processing]:off -d:danger -r tools/rendermd [OSError]
     Error: Exception raised during nimble script execution
==> ERROR: A failure occurred in build().

Adding pcre to the makedepends fixes this.

hashworks commented on 2023-04-25 17:44 (UTC)

Prepare fails ATM:

==> Starting prepare()...
renamed 'nitter.example.conf' -> 'nitter.conf'
patching file nitter.conf
Hunk #1 FAILED at 1.
Hunk #2 succeeded at 20 with fuzz 2.
Hunk #3 succeeded at 35 (offset 1 line).
1 out of 3 hunks FAILED -- saving rejects to file nitter.conf.rej

somini commented on 2023-03-18 12:03 (UTC)

@kescherAUR Thanks, applied the patch. Sorry for the delay.

kescherAUR commented on 2023-03-05 13:19 (UTC)

diff --git a/config.patch b/config.patch
index bddd37f..74adbcd 100644
--- a/config.patch
+++ b/config.patch
@@ -42,6 +42,6 @@ index 93526b4..c11e819 100644
 +replaceTwitter = "nitter.net"  # Use the same "hostname" as above
 +replaceYouTube = ""  # Default: piped.kavin.rocks
 +replaceReddit = ""   # Default: teddit.net
- replaceInstagram = ""
  proxyVideos = true
  hlsPlayback = false
+ infiniteScroll = false

kescherAUR commented on 2023-02-28 07:02 (UTC)

Config file patch fails again

somini commented on 2022-12-16 00:30 (UTC)

@kescherAUR Many thanks for that patch, applied it.

Sorry for the delay, I was on holidays.

kescherAUR commented on 2022-12-13 07:01 (UTC)

This patch should get it working again. https://0x0.st/onct.diff

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.