Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/v1r4m/twitch_gql_viewer
- Owner: v1r4m
- Created: 2023-11-01T13:58:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T23:59:26.000Z (about 1 year ago)
- Last Synced: 2024-03-12T04:41:02.511Z (10 months ago)
- Topics: osint, osint-python, twitch, twitch-api
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.