https://github.com/kweonminsung/crawl2toast
Real-time toast notification of crawled data with CSS selectors(Windows Only)
https://github.com/kweonminsung/crawl2toast
beautifulsoup4 crawler selenium tkinter toast-notifications
Last synced: about 1 month ago
JSON representation
Real-time toast notification of crawled data with CSS selectors(Windows Only)
- Host: GitHub
- URL: https://github.com/kweonminsung/crawl2toast
- Owner: kweonminsung
- Created: 2025-04-21T10:49:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-14T14:34:20.000Z (about 1 year ago)
- Last Synced: 2025-09-02T02:43:15.056Z (10 months ago)
- Topics: beautifulsoup4, crawler, selenium, tkinter, toast-notifications
- Language: Python
- Homepage:
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crawl2toast

Real-time toast notification of crawled data with CSS selectors(Windows Only)
### Download
You can download the executable file from the [release tab](https://github.com/kweonminsung/crawl2toast/releases).
### Prerequisites
- Windows 10 or over
- [Chome Browser](https://www.google.com/intl/ko_kr/chrome/)
### Developed with
- [python 3.12](https://www.python.org/)
- [tkinter](https://docs.python.org/3/library/tkinter.html) | [pyinstaller](https://www.pyinstaller.org/)
- SQLite3
- [BeautifulSoup4](https://pypi.org/project/beautifulsoup4/) | [Selenium](https://www.selenium.dev/)
- [ChromeDriver 135](https://developer.chrome.com/docs/chromedriver/get-started)
### Get Started (CMD)
```cmd
git clone https://github.com/kweonminsung/crawl2toast.git
python -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
python main.py
```
### Build (CMD)
```cmd
venv\Scripts\activate.bat
build.bat release
build.bat
```