Skip to content

Létrehoztunk egy botot ami képes a reddit és discord között kommunikálni és ezáltal hatalmas élményeket hoz a communitybe ahol jelen van

Notifications You must be signed in to change notification settings

CT4nk3r/proggers-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proggers-bot

Table of contents

General info

Ez egy reddit és discord bot lesz, ami átjárást biztosít a két platform között. Megosztva egymással mind a kettő tartalmát. Botunk képes letölteni képeket egy adott subredditről, hot, new, top orderben, ehez csak be kell írni, hogy: !download sub limit order ahol a sub egy subreddit neve legyen, a limit a kívánt mennyiség az order pedig a rangsorolás menete.

Technologies

Project is created with:

  • Python version: 3.8.7 🐍
  • discord.py: 1.6.0
  • pip: 21.0.1
  • praw: 3.6.0

Setup

To run this project, install a running enviroment for python, download praw and discord.py First of all, we have to install Python from here. Now we have to use python to download the modules that we need, mainly we are using discordpy and praw. Open up the python terminal and type in to download discordpy: pip install -U discord.py Then we are going to download praw with this: pip install praw

Then make an authentication file that should look something like this:

#authentication.py

import praw
def reddit_authentication():
    print("Authenticating...")
    reddit = praw.Reddit(client_id="[CLIENT_ID]]",
                     client_secret="[SECRET]]",
                     username="[USERNAME]",
                     password="[PASSWORD]",
                     user_agent="[DESCRIPTION OF BOT]]")
    return reddit

def discord_authentication():
    return 'DISCORD_TOKEN'
#token should be at https://discord.com/developers/applications/00000000000000/bot -> token -> copy

About

Létrehoztunk egy botot ami képes a reddit és discord között kommunikálni és ezáltal hatalmas élményeket hoz a communitybe ahol jelen van

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages