https://github.com/xhiroga/google-map-saved-places-subscriber
https://github.com/xhiroga/google-map-saved-places-subscriber
discord google-map
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xhiroga/google-map-saved-places-subscriber
- Owner: xhiroga
- Created: 2024-01-31T13:08:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T03:21:50.000Z (over 2 years ago)
- Last Synced: 2025-02-05T18:33:26.818Z (over 1 year ago)
- Topics: discord, google-map
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google-map-saved-places-subscriber
Scrape google map saved places and save to csv file.
## Debug on local
To show browser window, run on local.
```powershell
# Enable python virtual environment
# like `source venv/bin/activate` or `conda activate playwright-python`
```
```powershell
.\start_dev.bat
```
## Debug on Dev Container
To use breakpoint, run on Dev Container.
- `Dev Containers: Reopen in Container`
- Open python file
- Hit `Run and Debug`
## Run
Scrape google map saved places, save to csv file and send to Discord.
```bash
touch ./data/urls.csv # Add urls to scrape
touch .env # Add DISCORD_WEBHOOK_URL
docker compose up --build
```