stockbot-buyvm
Send alerts when BuyVM has KVM slices in stock.
Usage
- Create a Discord Webhook and add it to 
config.py: 
DISCORD_WEBHOOK = '<discord webhook url>'
- Build Docker container:
 
docker build -t stockbot-buyvm .
- Run with a cronjob and optionally capture logs:
 
*/10 * * * * docker run --rm stockbot-buyvm >> /home/user/.local/logs/stockbot-buyvm.log 2>&1
			
		Description
				
					Languages
				
				
								
								
									JavaScript
								
								86.8%
							
						
							
								
								
									HTML
								
								11.6%
							
						
							
								
								
									Python
								
								1.6%