https://github.com/isnackable/discord-free-games-bot
A bot that will retrieve the latest post from reddit r/Freegamestuff and post on discord
https://github.com/isnackable/discord-free-games-bot
discord-bot python
Last synced: 25 days ago
JSON representation
A bot that will retrieve the latest post from reddit r/Freegamestuff and post on discord
- Host: GitHub
- URL: https://github.com/isnackable/discord-free-games-bot
- Owner: ISnackable
- License: gpl-3.0
- Created: 2019-12-22T09:40:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T12:14:37.000Z (about 5 years ago)
- Last Synced: 2025-02-06T02:19:28.871Z (3 months ago)
- Topics: discord-bot, python
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Free Games Bot
A bot that will retrieve the latest post from subreddit r/Freegamestuff and post on the assigned discord text channelBy [ISnackable](https://github.com/ISnackable)
## About The Project
I made this bot to help me automatic posting of games that are going free for a limited time on my discord server.## Dependencies
The following tools should be installed before starting:
* [Python](https://www.python.org/)
* [Discord](https://discordapp.com/developers/docs/intro)## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.### Prerequisites
You should update pip to the latest version to improve the functionality or be obligatory for security purposes.
* pip
```sh
python -m pip install --upgrade pip
```### Installation
1. Install Discord module
```sh
pip install -U discord.py
```### Usage
To start trying out the discord bot, follow the steps below.1. Make sure you have all of the dependencies installed
2. Clone this repo using `git clone https://github.com/ISnackable/Discord-Free-Games-Bot.git`
3. Navigate into the directory `cd Discord-Free-Games-Bot`
4. Run the python file, ```python3 bot.py `DISCORDBOT_TOKEN` ```
5. That's all, thanks for checking out my bot## License
GNU GENERAL PUBLIC LICENSE
Refer to `LICENSE`