Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/v1r4m/twitch_gql_viewer

capture someone's chatting log and get a notification in mail, or etc.
https://github.com/v1r4m/twitch_gql_viewer

osint osint-python twitch twitch-api

Last synced: about 1 month ago
JSON representation

capture someone's chatting log and get a notification in mail, or etc.

Awesome Lists containing this project

README

        

### I do not maintain this code nor run this script for my server any longer. Use it at your own risk.
# twitch_gql_viewer
capture someone's chatting and get a notification in various ways.
## Usage
```
python3 main.py
```
* you need to set config.ini
```
[email]
gmail_send = [email protected]
gmail_key = gmail key sample code
email_recv = [email protected]

[victim]
id = sampleId
nickname = 샘플닉네임
```
* you can get your gmail key in [here](https://myaccount.google.com/u/1/signinoptions/two-step-verification).
* change the notification method as you want.
* this script is **not** against the robots.txt policy of twitch. Twitch allows every crawling behavior including chat irc websockets.