Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denisakp/canal-olympia-scrapper
A non-official straightforward API that extracts movie and theater data from https://canalolympia.com
https://github.com/denisakp/canal-olympia-scrapper
beautifulsoup4 fastapi python3
Last synced: about 1 month ago
JSON representation
A non-official straightforward API that extracts movie and theater data from https://canalolympia.com
- Host: GitHub
- URL: https://github.com/denisakp/canal-olympia-scrapper
- Owner: denisakp
- Created: 2023-10-19T19:39:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T01:17:39.000Z (about 1 year ago)
- Last Synced: 2024-10-17T01:59:25.291Z (3 months ago)
- Topics: beautifulsoup4, fastapi, python3
- Language: Python
- Homepage: https://denisakp.github.io/canal-olympia-scrapper/
- Size: 564 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Canal Olympia Scrapping API
## What the Project Does
This project is a Python adaptation of the original
[idea](https://github.com/NemesisX1/canal_olympia_scrapping_api) written in TypeScript. It is intended to allow you to scrape data from the Canal Olympia [official site](https://www.canalolympia.com/) and
provides the data in JSON format. This JSON-formatted data can be used for various purposes, including but not limited
to:- Extracting information about events, schedules, or listings from Canal Olympia's website.
- Analyzing and visualizing the data for insights or reports.
- Creating custom applications that leverage the scraped data.
- Automating the retrieval of data from Canal Olympia's site for regular updates or notifications.The scraped data can include details such as movies names, dates, times, locations, descriptions, and any other
relevant information available on the official site. This data is then structured in a machine-readable JSON format,
making it easy to work with in different programming environments and applications.