StarChecker


NameStarChecker JSON
Version 0.9 PyPI version JSON
download
home_pageNone
SummaryA project that sends you SMS notifications via ntfy.sh when someone stars one of your devlogs!
upload_time2025-07-11 20:36:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "StarChecker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Shree Nag <shreeyuva2020@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1c/93/e00cd88538b28f78c4bbb6add7470ef1b5b86ad7fe6f577c10860c1dcefc/starchecker-0.9.tar.gz",
    "platform": null,
    "description": "# Star Checker\n\n###### A web scraper that lets you know when someone stars or unstars one of your Summer of Making devlogs!\n\n## Features:\n- Uses ntfy.sh to send notifications\n- Uses Selenium and Beautiful Soup for web scraping\n- Gets cookies from the user by asking for them\n\n## Usage:\n### pip (Recommended)\n- Before installing via pip log in or create an account at ntfy.sh and subscribe to the topic \"Devlog_Stars\"\n- Before installing via pip, log in or create an account at ntfy.sh and subscribe to the topic \"Devlog_Stars\"\n- Then run `pip install StarChecker` in the terminal\n- You might need to use `pip3 install StarChecker` on some systems\n- Finally, type in starchecker in the terminal!\n- Then when someone stars your project you should see which devlog is starred in which project in that topic in ntfy.sh\n\n- Finally, type in `starchecker` in the terminal!\n- Then when someone stars your project you should see which devlog is starred in which project in that topic in ntfy.sh\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A project that sends you SMS notifications via ntfy.sh when someone stars one of your devlogs!",
    "version": "0.9",
    "project_urls": {
        "homepage": "https://github.com/shreeyuvan2020/devlog-star-checker",
        "repository": "https://github.com/shreeyuvan2020/devlog-star-checker/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "161082242060a54e7c6d73e3b553e5df8d31b3c0884cf53af1d75d0628f3e205",
                "md5": "b7ecfac3bb44bcb78c964ef5e9a7537a",
                "sha256": "2e9d0993aa0f208c9d98fd7ea524763126cd7444dfab59b680a68a07caf31af8"
            },
            "downloads": -1,
            "filename": "starchecker-0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b7ecfac3bb44bcb78c964ef5e9a7537a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4829,
            "upload_time": "2025-07-11T20:36:44",
            "upload_time_iso_8601": "2025-07-11T20:36:44.318982Z",
            "url": "https://files.pythonhosted.org/packages/16/10/82242060a54e7c6d73e3b553e5df8d31b3c0884cf53af1d75d0628f3e205/starchecker-0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c93e00cd88538b28f78c4bbb6add7470ef1b5b86ad7fe6f577c10860c1dcefc",
                "md5": "65e7e742b3d6abdcfdc554764fa15444",
                "sha256": "2b5a2833bfd454729835b3c76c10140b45eaedb5240d56b062c1707091d38a9e"
            },
            "downloads": -1,
            "filename": "starchecker-0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "65e7e742b3d6abdcfdc554764fa15444",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4179,
            "upload_time": "2025-07-11T20:36:45",
            "upload_time_iso_8601": "2025-07-11T20:36:45.370282Z",
            "url": "https://files.pythonhosted.org/packages/1c/93/e00cd88538b28f78c4bbb6add7470ef1b5b86ad7fe6f577c10860c1dcefc/starchecker-0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 20:36:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shreeyuvan2020",
    "github_project": "devlog-star-checker",
    "github_not_found": true,
    "lcname": "starchecker"
}
        
Elapsed time: 0.38167s