An open API service indexing awesome lists of open source software.

https://github.com/justinmerrell/vchip

A prank mobile app site.
https://github.com/justinmerrell/vchip

conspiracy covid covid-19 fun microchips prank

Last synced: 4 months ago
JSON representation

A prank mobile app site.

Awesome Lists containing this project

README

          

# VCHIP

A prank website intended to "scan" the chip that has been embeded when someone recives the vaccine. The web app makes use of a phones embeded hardware to communicate a false perception that a scan is indeed happening, because of this it is intended to only work on mobile devices.

*If the web app is opened on a non-mobile device the user is told the app will not work.*

## View Flow

1) To start the user is instructed to place their phone over the "injection" site and then hit the button to find the chip.
2) A screen indicating the chip has been found and if the users moves the chip is lost.

## Getting Started

``` BASH
sudo apt update && sudo apt upgrade -y
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.10 -y
sudo apt install nginx -y

sudo git clone git@github.com:justinmerrell/VCHIP.git
cd VCHIP

sudo apt-get install python3.10-venv -y
python3.10 -m venv env

source env/bin/activate
python -m pip install -r requirements.txt
```