Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz99 committed Jan 2, 2019
1 parent 767c9af commit 83b4593
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
You are able to monitor any twitter page, such as, @cybersole, @destroyerbots, and more!
Still under development, almost finished with OCR monitor/configuration + keyword monitor features

## Features

- Highly customizable
- Can ping any roles in discord. - coming soon
- OCR
- many more...

## Instruction

- NPM install
Expand All @@ -26,7 +33,7 @@ Still under development, almost finished with OCR monitor/configuration + keywor

## Disclaimer

This project was made for educational purposes only. Please use responsibly. Any abused from this script will result in suspension by twitter.
This project was made for educational purposes only. Please use it responsibly. Any abused from this script will result in suspension by twitter.

## Social Media

Expand Down
10 changes: 5 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"keywords": ["Restock", "Password", "Test"]
},
"consumer": {
"key": "sQpklAhQp4GU0U3dQ7qHtLSPL",
"secret": "VO6Cx7q6NlzCknmGiO0bvq7OuzzPO4ro6Bgwsi284St2Xxj1Gv"
"key": "",
"secret": ""
},
"access": {
"token": "3648333676-BOQJc5Rm9udIYwn7ULRBrVNJFveRZh4whFje126",
"secret": "rDiR4CGdL77Z0JIoejSD3oaSCPhADXQ3Kvk9Zs5elHNXk"
"token": "",
"secret": ""
}
},
"webhook": "https://discordapp.com/api/webhooks/511396745368961054/OqTd0pfMANZdAWPGO7T3TEsi2sJeiguJqYCxkXmcmVLt8CK1lc2HKM3g9MquzRfFwQMk"
"webhook": ""
}

0 comments on commit 83b4593

Please sign in to comment.