https://github.com/simonamdev/twitch-charity-bot
A bot written for a twitch charity stream which scrapes the amount donated from another website and posts it regularly to the stream chat box
https://github.com/simonamdev/twitch-charity-bot
Last synced: 12 months ago
JSON representation
A bot written for a twitch charity stream which scrapes the amount donated from another website and posts it regularly to the stream chat box
- Host: GitHub
- URL: https://github.com/simonamdev/twitch-charity-bot
- Owner: simonamdev
- License: mit
- Created: 2015-09-12T18:26:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T20:10:10.000Z (almost 10 years ago)
- Last Synced: 2025-01-31T13:15:26.368Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitch-charity-bot
A bot written initially for a twitch charity stream which scrapes the amount donated, checks if it has changed and if yes posts a prompt to the twitch chat.
It also does intermittent prompts for donations to the charity. It can be adjusted to show things like how long the stream has been going for.
**Requirements:**
- Python 3.x
Tested against:
* 3.4
* 3.5
**Python modules required:**
- BeautifulSoup4
Use ```pip install BeautifulSoup4```
**Usage:**
- Place a file, "cfg.py", with the contents as described in main.py in the same directory
- Place a file, "charitycfg.py", with the contents as described in main.py in the same directory
- Run ```python main.py```