Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

malwarecreators/angle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angle

77% of Americans see bias in the news. Our Chrome extension makes it visible, analyzing sentiment and political lean so you can get all the information you want to know instantaneously.

Setup

NOTE: Angle's server is only fully supported on macOS and Linux

  1. Open a terminal (or PowerShell on Windows).
  2. Make sure git is installed. Run git clone https://github.com/malwarecreators/angle.git
  3. Run cd ./angle/.
  4. Make sure uv is installed. If on windows, see the "Note for Windows" section first. Run uv sync.
  5. Run cd ./extension/.
  6. Make sure Node.js is installed and corepack is enabled.
  7. Run pnpm install.
  8. Run pnpm build.
  9. Load the dist folder as an unpacked extension in Google Chrome.
  10. Run cd ../.
  11. Run uv run angle.
  12. Enjoy!

Note for Windows

tweetnlp does not have first-class support for Windows. As a result, the following steps have to be performed to patch it.

  1. Add the following to the end of pyproject.toml:
[tool.uv]
override-dependencies = [
    "ray; sys_platform == 'never'",
]
  1. Run uv sync.
  2. Search all files in VSCode for from ray import tune.
  3. Delete any instance of that line.

About

77% of Americans see bias in the news. Our Chrome extension makes it visible, analyzing sentiment and political lean so you can get all the information you want to know instantaneously.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors