Skip to content
/ nply Public

A Rust based CLI tool to share your #nowplaying

Notifications You must be signed in to change notification settings

Yourein/nply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8ee891b · Nov 2, 2023
Oct 12, 2023
Oct 7, 2023
Oct 12, 2023
Oct 30, 2023
Oct 12, 2023
Oct 7, 2023
Jan 11, 2023
Oct 12, 2023
Oct 11, 2023
Nov 2, 2023

Repository files navigation

nply

What is this?

This is a Rust based cli application that allows you to share your #nowplaying on Spotify.

You can post to Misskey (and its fork; using same api endpoint and schema) and X.

Milestone

  • Change the code to embed your API keys to a executable by setting file (Mid Priority)
    • This change will allow you to use this application without cargo run, just cargo install once.

Install

Currently, this application does not have a option to use cargo install since this application uses dotenv crate and .env file.

1. Clone the repo

git clone git@github.com:Yourein/nply.git

2. Setup your .env file

touch .env
vim ./.env

Then copy this to your .env file.

SPOTIFY_API_KEY=
SPOTIFY_API_SECRET=
TWITTER_API_KEY=
TWITTER_API_SECRET=
MISSKEY_API_TOKEN=
MISSKEY_HOST=

Fill the right side of the equals. If you do not want to post to X (or Misskey), you can leave its API key empty.

3. run

cargo run

enjoy!

About

A Rust based CLI tool to share your #nowplaying

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages