Skip to content

Andoryuuta/NotSourcegraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not Sourcegraph

An application for detecting if an image is Sourcegraph or not.

gif

Usage

  • Requires Python3 & venv

*Nix:

  1. git clone https://github.com/Andoryuuta/NotSourcegraph.git
  2. cd NotSourcegraph
  3. python3 -m venv env
  4. source env/bin/activate
  5. pip3 install -r requirements.txt
  6. python NotSourcegraph.py

Windows:

  1. git clone https://github.com/Andoryuuta/NotSourcegraph.git
  2. cd NotSourcegraph
  3. py -3 -m venv env
  4. env\Scripts\activate.bat
  5. pip3 install -r requirements.txt
  6. python NotSourcegraph.py

Uh, what? Why?

I was playing around with tracking things in OpenCV and realized that I have alot of Sourcegraph merch around that is perfect to use as trackers. A certain somebody convinced me to make it into a Not Hotdog clone, complete with really bad image overlays that I made in a few seconds in gimp.

Releases

No releases published

Packages

No packages published

Languages