Metadata-Version: 2.4
Name: SOM-TUI
Version: 2.2
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 SOM-TUI` in the terminal
- You might need to use `pip3 install SOM-TUI` on some systems
- Finally, type in `vote` in the terminal!
- Paste the cookie value you copied earlier into the text field
- Start voting!
- If you want to exit, tap Ctrl+Q
