Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alephao/tia-crawler
Gem para acessar os dados do TIA Mackenzista
https://github.com/alephao/tia-crawler
mackenzie ruby tia
Last synced: about 1 month ago
JSON representation
Gem para acessar os dados do TIA Mackenzista
- Host: GitHub
- URL: https://github.com/alephao/tia-crawler
- Owner: alephao
- License: mit
- Created: 2017-08-14T09:39:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T09:57:47.000Z (about 7 years ago)
- Last Synced: 2024-10-31T14:32:14.056Z (about 2 months ago)
- Topics: mackenzie, ruby, tia
- Language: Ruby
- Size: 8.79 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tia Crawler ![Version](https://img.shields.io/badge/version-0.0.3-orange.svg)
----
Gem para acessar os dados do TIA Mackenzista## Como instalar
```
gem install tia-crawler
```## Como usar
```
tia-crawler horarios
```## Exemplo de Resposta
```
[
{
"name": "MAQUINAS ELETRICAS",
"timetable": {
"seg":[
"07:30"
],
"ter":[
"08:15"
],
"qua":[
"09:05"
],
"qui":[
"09:50"
],
"sex":[ ],
"sab":[ ]
}
},
{
"name": "MICROPROCESSADORES II",
"timetable": {
"seg":[
"18:30"
],
"ter":[
"19:15"
],
"qua":[ ],
"qui":[ ],
"sex":[ ],
"sab":[ ]
}},
{
"name": "CIRCUITOS ELETROMAGNETICOS II",
"timetable": {
"seg":[
"18:30"
],
"ter":[
"19:15"
],
"qua":[
"20:05"
],
"qui":[
"20:50"
],
"sex":[ ],
"sab":[ ]
}
}
]
```