Skip to content

Instantly share code, notes, and snippets.

@dev4Fun
Created February 7, 2020 04:04
Show Gist options
  • Save dev4Fun/4fab2f99584f65185f0890f82efb41fa to your computer and use it in GitHub Desktop.
Save dev4Fun/4fab2f99584f65185f0890f82efb41fa to your computer and use it in GitHub Desktop.
# main.py
if __name__ == '__main__':
credentials = read_all_credentials()
with BotOrchestrator(credentials) as orchestrator:
orchestrator.parse_different_submissions("FreeKarma4U", limit=120)
orchestrator.log_karma()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment