This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Weather update for discord | |
# Author: Mark Brimmage | |
import os, bs4, re, smtplib | |
from urllib.request import urlopen, Request | |
from bs4 import BeautifulSoup as stew | |
import discord, asyncio | |
from discord.ext import commands | |
from discord.ext.commands import Bot |