项目作者: DrazHD

项目描述 :
🕵️‍♂️ Tracks Cyberpunk 2077 ARG Reddit user's comments and sends push notifications!
高级语言: JavaScript
项目地址: git://github.com/DrazHD/cyberpunk2077-corpthing-tracker.git
创建时间: 2019-07-20T00:37:02Z
项目社区:https://github.com/DrazHD/cyberpunk2077-corpthing-tracker

开源协议:MIT License

下载


Corpthing Tracker

Tracks /u/CorpThing Reddit comments and sends a notification through a Discord webhook

Example with false positives

Terminal Preview

Getting Started

Prerequisites

  1. npm
  2. node.js
  3. 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
  1. 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
  1. npm start

License

This project is licensed under the MIT License - see the LICENSE.md file for details