Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stelcodes/film-finder
Find film screenings for retro movies
https://github.com/stelcodes/film-finder
Last synced: 22 days ago
JSON representation
Find film screenings for retro movies
- Host: GitHub
- URL: https://github.com/stelcodes/film-finder
- Owner: stelcodes
- Created: 2023-12-20T09:31:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T23:27:54.000Z (3 months ago)
- Last Synced: 2024-08-23T00:55:19.060Z (2 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Film Finder
A web scraping program that finds classic movie screenings and prints them out.
## Bugs
- Hollywood theater non-zero minute number becomes zero somehow (7:30 -> 7:00)## TODO
## Benchmarks
### Parallelizing Requests
Before:
```________________________________________________________
Executed in 26.99 secs fish external
usr time 525.83 millis 281.00 micros 525.55 millis
sys time 259.26 millis 166.00 micros 259.09 millis```
After:
```
________________________________________________________
Executed in 10.60 secs fish external
usr time 565.64 millis 0.00 micros 565.64 millis
sys time 260.37 millis 468.00 micros 259.90 millis
```