Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burhanverse/tunifiedx
Tunified Xtended: A lastfmrobot alt
https://github.com/burhanverse/tunifiedx
lastfm lastfm-api music-bot nodejs spotify telegram-bot youtube
Last synced: 13 days ago
JSON representation
Tunified Xtended: A lastfmrobot alt
- Host: GitHub
- URL: https://github.com/burhanverse/tunifiedx
- Owner: Burhanverse
- Created: 2024-08-28T06:33:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T08:03:52.000Z (2 months ago)
- Last Synced: 2024-11-01T23:07:15.641Z (13 days ago)
- Topics: lastfm, lastfm-api, music-bot, nodejs, spotify, telegram-bot, youtube
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
TunifiedX (Inspired by lastfmrobot)
### Prerequisites & Setup:- Node.js v20+ installed.
- Telegram Bot API token.
- Last.FM client installed in your phone for scrobbling tracks (it is recommanded to use pano scrobbler if you are on Android).
- Last.fm API key, Shared secret.
- Spotify Client ID & Client Secret.1\. Download and install [Node.js](https://nodejs.org/en/download/).
2\. Clone the repository:
```bash
git clone https://github.com/Burhanverse/TunifiedX.git
cd TunifiedX
```
3\. Install dependencies:
```bash
npm install
```
4\. Create a `.env` file in the root directory with the environment variables as in `.env.example`.5\.Start the bot:
```bash
npm run bot@latest
```
- Updates to latest source from github, clean installs module as speciefied in package-lock.json and then starts the bot.OR for normal startup of the bot,
```bash
npm start
```