Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacksonpf1/steam-offers-dc-bot
A Discord Bot to get the current offers (specials and top sellers) on Steam. Created with Python (Discord.py, requests)
https://github.com/jacksonpf1/steam-offers-dc-bot
bot discord-bot discord-bot-python discord-steam-bot discord-steam-bot-python python-bot steam-bot steam-bot-python
Last synced: about 4 hours ago
JSON representation
A Discord Bot to get the current offers (specials and top sellers) on Steam. Created with Python (Discord.py, requests)
- Host: GitHub
- URL: https://github.com/jacksonpf1/steam-offers-dc-bot
- Owner: jacksonpf1
- Created: 2023-02-13T20:30:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T23:30:28.000Z (over 1 year ago)
- Last Synced: 2024-11-17T05:16:25.658Z (about 4 hours ago)
- Topics: bot, discord-bot, discord-bot-python, discord-steam-bot, discord-steam-bot-python, python-bot, steam-bot, steam-bot-python
- Language: Python
- Homepage: https://discord.com/api/oauth2/authorize?client_id=1074709878116982784&permissions=414464854080&scope=bot
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steam Offers Discord Bot
A Discord Bot to get the current offers (specials and top sellers) on Steam. Created with Python (flask, discord.py, requests).## How it works:
1. Everytime the commands **specials** or **top** are used, the bots fetch data from the API endpoint: https://store.steampowered.com/api/featuredcategories.
2. The data is formatted in a readable way and sent back to the user as a reply message from the bot.
3. The steps 1 and 2 keeps repeating while the bot is running.## How to add this bot to your server:
1. Open this link: https://discord.com/api/oauth2/authorize?client_id=1074709878116982784&permissions=414464854080&scope=bot
2. Select the server where you want to add the bot.
3. Click on "Authorize" button.
4. Go to server where bot is located and type .about to see available commands and info about the bot.
5. Try the specified commands from the about message.