Created
February 7, 2020 04:04
-
-
Save dev4Fun/4fab2f99584f65185f0890f82efb41fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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