All Projects → vk-cli → Vk

vk-cli / Vk

Licence: apache-2.0
A console client for vk.com

Programming Languages

d
599 projects

Projects that are alternatives of or similar to Vk

Ncpamixer
ncurses PulseAudio Mixer
Stars: ✭ 234 (-17.89%)
Mutual labels:  cli, ncurses
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+4509.82%)
Mutual labels:  cli, ncurses
Snoo
A Reddit command line client written in Node.js, using modern ES-features
Stars: ✭ 39 (-86.32%)
Mutual labels:  cli, ncurses
Programmer Calculator
Terminal calculator made for programmers working with multiple number representations, sizes, and overall close to the bits
Stars: ✭ 135 (-52.63%)
Mutual labels:  cli, ncurses
Neomutt
✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat
Stars: ✭ 2,343 (+722.11%)
Mutual labels:  cli, ncurses
Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (-39.3%)
Mutual labels:  cli, ncurses
Neix
neix - a RSS/Atom feed reader for your terminal.
Stars: ✭ 128 (-55.09%)
Mutual labels:  cli, ncurses
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+4845.96%)
Mutual labels:  cli, ncurses
Fui
Add CLI & form interface to your program. Docs: https://docs.rs/fui
Stars: ✭ 244 (-14.39%)
Mutual labels:  cli, ncurses
Grumble
A powerful modern CLI and SHELL
Stars: ✭ 277 (-2.81%)
Mutual labels:  cli
Wallace Cli
Pretty CSS analytics on the CLI
Stars: ✭ 281 (-1.4%)
Mutual labels:  cli
Feeluown
trying to be a user-friendly and hackable music player
Stars: ✭ 3,030 (+963.16%)
Mutual labels:  cli
Pycycle
Tool for pinpointing circular imports in Python. Find cyclic imports in any project
Stars: ✭ 278 (-2.46%)
Mutual labels:  cli
Dockrails
Simple CLI to Generate and Run a Rails environment with Docker (in Development) !
Stars: ✭ 282 (-1.05%)
Mutual labels:  cli
Sagify
MLOps for AWS SageMaker. www.sagifyml.com
Stars: ✭ 277 (-2.81%)
Mutual labels:  cli
Bruce Cli
A React/Vue application automation build scaffold with zero configuration out of the box
Stars: ✭ 283 (-0.7%)
Mutual labels:  cli
Tty Markdown
Convert a markdown document or text into a terminal friendly output.
Stars: ✭ 275 (-3.51%)
Mutual labels:  cli
Pydoc Markdown
Create Python API documentation in Markdown format.
Stars: ✭ 273 (-4.21%)
Mutual labels:  cli
Angular Ssr
Angular 4+ server-side rendering solution compatible with @angular/material, jQuery, and other libraries that touch the DOM (as well as providing a rich feature set!)
Stars: ✭ 283 (-0.7%)
Mutual labels:  cli
Houston
Apple Push Notifications; No Dirigible Required
Stars: ✭ 2,973 (+943.16%)
Mutual labels:  cli

vk

A console (ncurses) client for vk.com written in D

Project is abandoned

vk-cli is mostly abandoned due to lack of time, very poor state of codebase (which definitely needs to be rewritten from scratch) and mainly - due to vk politics which becomes worse from day to day, starting from music, online and ending with advertisements in newsfeed. So we (devs) won't continue to support this project.

If you're looking for a way to not use actual vk.com but want to save ability to get content from there, there's some projects from us such as vktotg tool which helps to reupload music from your page to private channel in telegram, and planned news aggregator, which will anonymously (without your access_token) gather news from public pages you interested in, and forward it to the destination you prefer (telegram bot, e-mail, etc)

But if you just want CLI client for vk - we can't help with it anymore :)

Screenshots

alt tag alt tag

Install

ArchLinux

yaourt -S vk-cli # or vk-cli-git
vk

Ubuntu

sudo apt-add-repository ppa:mc3man/mpv-tests
sudo apt-get update
sudo apt-get install libncursesw5-dev libssl-dev curl mpv

then Build

OR

install deb package from releases page sudo dpkg -i vk-cli.deb

Gentoo

layman -fa glicOne
sudo emerge net-im/vk # for vk-9999 you need install dub, dmd and dlang-tools from dlang overlay
vk-cli

MacOS

brew install dub dmd curl openssl mpv
brew install homebrew/dupes/ncurses
brew doctor
brew link ncurses -force

then Build

Build

git clone https://github.com/vk-cli/vk
cd vk
git checkout VER
dub build

(where VER is the version number)

builds vk binary for your platform.

You can find number of latest version here: https://github.com/vk-cli/vk/releases

Dependencies

  • ncurses >= 5.7
  • curl
  • openssl

Make dependencies:

  • dub
  • dmd >= 2.071

Optional:

  • mpv >= 0.22.0: for music playback

Our GPG keys

To verify signed files, first you need to import keys:

$ gpg --keyserver pgp.mit.edu --recv-keys 0x3457ECED

Now you can verify files and install signed packages:

$ gpg --verify signed-file.sig signed-file

gpg: Good signature from "vk-cli developers team <[email protected]>"

This output indicates that file is properly signed and isn't damaged

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].