Metadata-Version: 2.4
Name: SOM-TUI
Version: 0.1
Summary: A TUI that lets you vote on SOM project through the terminal!
Author-email: Yuva Nag <shreeyuva2020@gmail.com>
License-Expression: MIT
Project-URL: homepage, https://github.com/shreeyuvan2020/SOM-TUI
Project-URL: repository, https://github.com/shreeyuvan2020/SOM-TUI/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
Requires-Dist: textual==4.0.0
Dynamic: license-file

# SOM CLI

###### A TUI that lets you vote on SOM projects via the terminal

## Features:
- Uses Textual for the TUI
- Uses Selenium and Beautiful Soup for web scraping
- Gets cookies from the user by asking for them

## Usage:
### pip (Recommended)
- Go into devtools in your browser while at summer.hackclub.com/campfire after signing in
- Go to the Storage tab
- In Cookies, there should be a cookie named _journey_session and copy the value of that cookie
- 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
