Files
Twitch-Drops-Miner/example.py

5 lines
182 B
Python

from TwitchChannelPointsMiner import TwitchChannelPointsMiner
twitch_miner = TwitchChannelPointsMiner(username="your-twitch-username")
twitch_miner.mine(["streamer1", "streamer2"])