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.
- Host: GitHub
- URL: https://github.com/justinmerrell/vchip
- Owner: justinmerrell
- Created: 2021-02-17T15:06:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T21:59:23.000Z (over 4 years ago)
- Last Synced: 2025-06-20T14:41:19.165Z (12 months ago)
- Topics: conspiracy, covid, covid-19, fun, microchips, prank
- Language: HTML
- Homepage: https://vchip.merrell.io
- Size: 32.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```