项目作者: DrazHD
项目描述 :
🕵️♂️ Tracks Cyberpunk 2077 ARG Reddit user's comments and sends push notifications!
高级语言: JavaScript
项目地址: git://github.com/DrazHD/cyberpunk2077-corpthing-tracker.git
Corpthing Tracker
Tracks /u/CorpThing Reddit comments and sends a notification through a Discord webhook
Example with false positives

Getting Started
Prerequisites
npm
node.js
discord server and a webhook url
Installing
- Download a .ZIP of the project or clone the repository
- Navigate into the folder and open a terminal in it
- install the dependencies
npm install
Configuring
- Edit SAMPLE.env to contain your Discord webhook URL
- Rename the SAMPLE.env file to just .env
- (Optional) edit config.js to your liking
Running
- Run the application by typing in the next command
npm start
License
This project is licensed under the MIT License - see the LICENSE.md file for details