Metadata-Version: 2.4
Name: StarChecker
Version: 1.2
Summary: A project that sends you SMS notifications via ntfy.sh when someone stars one of your devlogs!
Author-email: Shree Nag <shreeyuva2020@gmail.com>
License-Expression: MIT
Project-URL: homepage, https://github.com/shreeyuvan2020/devlog-star-checker
Project-URL: repository, https://github.com/shreeyuvan2020/devlog-star-checker/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests==2.32.4
Requires-Dist: selenium==4.33.0
Requires-Dist: beautifulsoup4==4.13.4
Requires-Dist: webdriver-manager==4.0.1
Dynamic: license-file

# Star Checker

###### A web scraper that lets you know when someone stars or unstars one of your Summer of Making devlogs!

## Features:
- Uses ntfy.sh to send notifications
- Uses Selenium and Beautiful Soup for web scraping
- Gets cookies from the user by asking for them

## Usage:
### pip (Recommended)
- Before installing via pip log in or create an account at ntfy.sh and subscribe to the topic "Devlog_Stars"
- Before installing via pip, log in or create an account at ntfy.sh and subscribe to the topic "Devlog_Stars"
- Then run `pip install StarChecker` in the terminal
- You might need to use `pip3 install StarChecker` on some systems
- Finally, type in starchecker in the terminal!
- Then when someone stars your project you should see which devlog is starred in which project in that topic in ntfy.sh

- Finally, type in `starchecker` in the terminal!
- Then when someone stars your project you should see which devlog is starred in which project in that topic in ntfy.sh
