Skip to content

osovv/miet-schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIET Schedule API

Description

The goal of this project is to write an API to communicate with https://miet.ru/schedule page.
The API is needed to create Telegram bot and app, that will create .ics files for e-calendars, such as Google Calendar, iCalendar or other alternatives.
The problem is that needed content on the page is controlled by JavaScript, which makes it impossible to write such an API in a simple way.

Task List

  • Get needed HTML tags from page.
  • Parse table with schedule in HTML format.
  • Be able to show schedule for today (in any format)
  • Be able to show schedule for a week (in any format)
  • Be able to show schedule for exact date (in any format)
  • Create fully working API
  • Cache results

Screenshots

Example of current output: output_example

Inspired by this video.

About

API (or something like this) for parsing http://miet.ru/schedule site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages