Git Product home page Git Product logo

host-hifi-restapi-on-heroku's Introduction

:package: deploy-hifi-restapi-on-vercel

๐Ÿ“ฆ Host HiFi REST API ON Heroku

This is Hifi Tui core it base on this API and you can selfhost :)



๐Ÿ’• Community

๐Ÿป Join the community: Discord


โ“ Requirements

Tip

You can access reverse api for free.

  • Tidal Subscription

  • Fill the .env

  • Redis (its free)

  • Grab Tokens / Ids Using tidal_auth.py


โ˜๏ธ One-Click Deploy To Heroku

โ›“๏ธโ€๐Ÿ’ฅ THIS WILL BYPASS GEO RESTRICTED CONTENT

Deploy



๐Ÿ“„ Documentation


๐Ÿ  Running Locally

๐Ÿณ Docker Hub

# Clone the Repo
https://github.com/sachinsenal0x64/hifi-tui

# Rename .env-example
cd hifi-tui/api
mv .env-example .env

# Run the Docker contaer
docker pull sachinsenal/hifi-proxy
docker run --env-file .env -p 8000:8000 hifi-tui

๐Ÿณ Docker Compose

# Clone the Repo
https://github.com/sachinsenal0x64/host-hifi-restapi-on-vercel

# Rename .env-example
cd host-hifi-restapi-on-vercel
mv .env-example .env

# Run the Docker contaer
docker-compose up

๐Ÿณ Docker File

# Clone the Repo
https://github.com/sachinsenal0x64/host-hifi-restapi-on-vercel

# Rename .env-example
cd host-hifi-restapi-on-vercel
mv .env-example .env

# Build the Docker image
docker build -t host-hifi-restapi-on-vercel .

# Run the Docker contaer
docker run --env-file .env -p 8000:8000 host-hifi-restapi-on-vercel

๐ŸŽ‰ Your reverse proxy is now available at http://localhost:8000.


๐Ÿฆ„ API SELF HOSTING

Note

This Required Tidal subscription / Redis & Fill the .env file. / Grab Tokens and Ids Using tidal_auth.py

Tip

You can access reverse api for free.


git clone https://github.com/sachinsenal0x64/hifi-tui
cd hifi-tui
cd api
mv env-example .env
pip install -r requirements.txt
python main.py

fastapi

๐ŸŽ‰ Your reverse proxy is now available at http://localhost:5000.


๐Ÿค Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

host-hifi-restapi-on-heroku's People

Contributors

sachinsenal0x64 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.