Just your normal scraping bot, written in Python.
This is a bot that scrapes www.fit.ba/student/ and sends the latest post to a channel in our server.
If for some reason you want to use it, this is how.
- Run
git clone https://github.com/omznc/discord-scraper.git
- Edit
/config/config.json
:token
- Bot token.channelID
- Channel to send the message to.txtBrojDosijea
- Username.txtLozinka
- Password.thumbnail
- (Optional) Embed photo.sleepInSeconds
- (Optional) How long in seconds before it checks for changes.
- Move
config.json
to the root directory. - Install requirements with:
pip install -r requirements.txt
- Run using:
python3 bot.py