Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 602 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 602 Bytes

This is an anti-spam bot designed to help take care of specifically youtube and other media related spam.

NOTE: Praw stub files are being created as I need them, I will not upload them until I'll A) done all of them, and B) valided their accurecy

Local installation:

git clone https://github.com/Thirdegree/TheSentinel.git
cd TheSentinel
pip install -e .

Usage:

from the_sentinel.apis.googe.Youtube import Youtube, Video, Channel, Playlist
yt = Youtube(key='your_key')
video = Video.from_url('htts://youtu.be/your-video')
channel = video.channel
channel_id = channel.id