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.

  1. Run
 git clone https://github.com/omznc/discord-scraper.git
  1. 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.
  2. Move config.json to the root directory.
  3. Install requirements with:
pip install -r requirements.txt
  1. Run using:
python3 bot.py