Git Product home page Git Product logo

discordredditsubmitter's People

Contributors

walle256 avatar woophradu avatar

Stargazers

 avatar

Watchers

 avatar  avatar

discordredditsubmitter's Issues

Multiple subreddits

Hey there,

is it possible to have it work with multiple subreddits?

image

as i understand from this it can only subscribe to one subreddit, and i would like it to subscribe to multiple subreddits is that possible?

thanks in adavance.

Problems with discord authentication

Bot has a problem when connecting to discord here is a screenshot.

image

it says it has problems with the token for some reason.

here the log file:
import logging
loglevel = 20

def setlevel(level):
global loglevel
loglevel = int(level)

def log(msg, level="info"):
if level == "debug" and loglevel <= 10:
print("[DEBUG] " + msg,flush=True)
logging.debug(msg)
elif level == "info" and loglevel <= 20:
print("[INFO] " + msg,flush=True)
logging.info(msg)
elif level == "warning" and loglevel <= 30:
print("[WARNING] " + msg,flush=True)
logging.warning(msg)
elif level == "error" and loglevel <= 40:
print("[ERROR] " + msg,flush=True)
logging.error(msg)
elif level == "critical" and loglevel <= 50:
print("[CRITICAL] " + msg,flush=True)
logging.critical(msg)

after succesfully connecting it doesnt post

so i tried setting it up with 1 subreddit but unfortunatly it doesn post anything i linked it to /r/memes which has a post almost every minute and nothing happens, i gave the bot admin permisions but to no avail.

i need this last help... sorry man.

here a screenshot of how the bot starts.
image

but no content is posted ever:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.