Package Details: nitter-git latest-31

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: 9
Popularity: 0.015669
First Submitted: 2020-06-13 23:14 (UTC)
Last Updated: 2026-03-31 10:41 (UTC)

Dependencies (6)

Required by (0)

Sources (6)

Latest Comments

1 2 3 4 Next › Last »

somini commented on 2026-03-31 10:36 (UTC)

@fisherman734 This is being tracked here: https://github.com/zedeus/nitter/issues/1385

fisherman734 commented on 2026-03-28 23:38 (UTC)

nim got recently updated from version 2.0.8 to 2.2.8. nitter-git does build with nim 2.2.8 (with lots of warnings) but the resulting binary just crashes on start with a RegexError. Downgrading to nim 2.0.8 restores the ability to build a working nitter binary.

Giovani_Geek commented on 2025-08-05 16:47 (UTC) (edited on 2025-08-05 16:54 (UTC) by Giovani_Geek)

This is better:

File:/usr/lib/tmpfiles.d/nitter.conf

# Guest Accounts
d /etc/nitter 0750 nitter nitter
f /etc/nitter/guest_accounts.json 0640 nitter nitter
L /usr/share/nitter/guest_accounts.json - - - - /etc/nitter/guest_accounts.json
# Configuration
f /etc/nitter/nitter.conf 0640 nitter nitter
# Cache
d /var/cache/nitter 0750 root nitter

If you still want to keep it as it is, for those reading this, you can create a drop-in file in /etc/tmpfiles.d/nitter.conf.

somini commented on 2025-05-06 21:09 (UTC)

@ynakao Thanks for the heads up, I think I missed the deadline, but it's done.

ynakao commented on 2025-04-18 21:38 (UTC)

redis will be replaced with valkey in about 14 days[1], so is it good time to update PKGBUILD to follow it?

[1] https://archlinux.org/news/valkey-to-replace-redis-in-the-extra-repository/

ynakao commented on 2024-03-12 00:35 (UTC)

And now that the auth.nim tweak was merged, 1164.patch file no longer needs to be applied. git diff: https://0x0.st/HhwK.patch

somini commented on 2024-03-11 23:08 (UTC)

@ynakao Thanks for the patch, applied.

One of the latest commits means the videos work again, by the guest accounts are dead, you need a proper account.

See https://github.com/zedeus/nitter/issues/1155#issuecomment-1917167072

ynakao commented on 2024-02-22 12:00 (UTC)

Here you are. https://0x0.st/H5MU.patch My local build works fine. Please review :).

somini commented on 2024-02-21 21:48 (UTC)

That's a good idea. Can you contribute a patch to change it? The symlink in /usr/share/nitter/ needs to change.

Frankly, the main problem is that nitter broke videos on this branch, and there seems to be no way to get them back.