therealmistericraft / MisteriBot

The MisteriBot is a Discord Bot, actually designed only to work on my Server, but I want to change this.
2 stars 0 forks source link

Add weekly game description of "Epic Games" freebies #2

Open therealmistericraft opened 4 years ago

therealmistericraft commented 4 years ago

Try to get the game description of all new free games by Epic Games from the HTML-Code and send a Message with it in the Channel:

Name: #epic-games-news ID: 720674929540071564

Problem: This would be a server specific feature. Maybe I need a "setup"-feature

joseywoermann commented 4 years ago

You would need the EpicGames-API in order to do that. Discord-bots can't read content from a website without a specific API.

therealmistericraft commented 4 years ago

That has nothing to do with Discord. It's just python code.

joseywoermann commented 4 years ago

You'd probably still need an API.

therealmistericraft commented 4 years ago

I do not think so, there is a python package to download html files and finding the correct text is string.split() and string.replace(),