Skip to content

leandro-effinger/twitch-viewer-bot-py-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitch-viewer-bot-py-docker

  twitch-viewer-bot:
    image: leandroeffinger/twitch-viewer-bot-py-docker:latest
    container_name: twitch-viewer-bot
    environment:
      PROXY_CHOICE: 2
      TWITCH_USERNAME: default_username
      PROXY_COUNT: 20
    deploy:
      resources:
        limits:
          memory: 4G #This is the minimum memory required to run the bot
    logging:
      options:
        max-size: "10m"
#        max-file: "3"
    restart: unless-stopped

Disclaimer:

This project is intended for educational purposes only. It is designed to demonstrate the use of Docker and Selenium for automating interactions with Twitch. Please use it responsibly and in accordance with Twitch's terms of service. The author assumes no liability for any misuse of this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published