Coder Social home page Coder Social logo

tvindoor's Introduction

TV Indoor

TV Indoor ou Painel para visualização de horário de aulas e localização de salas/professores

Requisitos

  • Debian/Ubuntu Linux
  • Python3 com python3-pip e python3-venv
  • Chromedriver

Preparação

Instalei os pacotes Python necessários.

sudo apt install python3-pip python3-venv -y

Instale o chomedriver que será usado pelo Selenium

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
dpkg -i google-chrome-stable_current_amd64.deb

google-chrome --version

Instalação

Clone o repositório em uma pasta (ex: /opt/)

https://github.com/tiagojulianoferreira/tvindoor.git

Acesse o diretório e instale as dependências;

cd tvindoor/
pip3 install -r requirements

Execução

Execute o servidor gunicor na porta e número de workers escolhidos.

cd /opt/tvindoor
source .venv/bin/active
gunicorn -w 8 --bind 0.0.0.0:5053 wsgi:app

Features

- Agenda de horários e salas consumindo API LibreBooking
- Slider de avisos
- Widget de temperatura e horário no rodapé

TO DO

- [ ] Consumir a rota Scheduler da API LibreBooking
- [ ] Construir formulário gerador de conteúdo de avisos (Interface Adm)
- [ ] Construir backend consumir OpenWeatherMap

tvindoor's People

Contributors

tiagojulianoferreira avatar

Stargazers

Rodrigo Soares avatar

Watchers

 avatar

Forkers

rodrigosoares67

tvindoor's Issues

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.