logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install zedeus/nitter. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

zedeus/nitter Installation Guide

How to install zedeus/nitter. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for zedeus/nitter. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i zedeus/nitter
or

Install via npx

npx @hexmos/ipm i zedeus/nitter

Prerequisites

Nim

language

Version: 1.4.0+ (or latest stable version)

libpcre

library

Version: 1.3.0

libsass

library

Version: 4.2.0

redis/valkey

system_package

Version: latest

libpcre

library

Version: 1.3.0

libsass

library

Version: 4.2.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Source Code Installation

git clone https://github.com/zedeus/nitter.git

cd nitter

nimble build -d:danger --mm:refc

libsass-dev

redis-server --daemonize yes

Docker Installation

docker build -t nitter:latest . 

docker run -v $(pwd)/nitter.conf:/src/nitter.conf -d --network host nitter:latest

Systemd Installation

redis-server --daemonize yes

Systemd Service Installation

systemctl enable --now nitter.service

Post Installation Steps

  • Start the server: `./nitter`
  • Run migrations: `python manage.py makemigrations && python manage.py migrate`