{"id":24166080,"url":"https://github.com/jonathanvdc/taubot","last_synced_at":"2025-09-20T10:33:00.730Z","repository":{"id":45874941,"uuid":"230014329","full_name":"jonathanvdc/taubot","owner":"jonathanvdc","description":"A Reddit/Discord economy bot implementation.","archived":false,"fork":false,"pushed_at":"2022-01-08T18:33:16.000Z","size":518,"stargazers_count":6,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-02-27T09:52:17.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathanvdc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-24T23:36:18.000Z","updated_at":"2022-03-25T16:33:32.000Z","dependencies_parsed_at":"2022-09-14T11:00:53.302Z","dependency_job_id":null,"html_url":"https://github.com/jonathanvdc/taubot","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanvdc%2Ftaubot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanvdc%2Ftaubot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanvdc%2Ftaubot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanvdc%2Ftaubot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanvdc","download_url":"https://codeload.github.com/jonathanvdc/taubot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233655326,"owners_count":18709261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-12T20:14:27.807Z","updated_at":"2025-09-20T10:33:00.431Z","avatar_url":"https://github.com/jonathanvdc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taubot\n\nThis is a Reddit/Discord economy bot implementation in Python.\n\n## Installation \n\nTaubot has a simple install script that will set up the database and install dependencies\n\n```bash\n./bin/install.sh\n```\n\n## Usage\n\nThe bot will need credentials to log into Reddit. Summarize them in a JSON file named `bot-config.json` placed in the directory from which you run the bot. A `bot-config.json` looks like this:\n\n```json\n{\n  \"reddit_client_id\": \"CLIENT_ID\",\n  \"reddit_client_secret\": \"CLIENT_SECRET\",\n  \"reddit_username\": \"USERNAME\",\n  \"reddit_password\": \"PASSWORD\",\n  \"discord_token\": \"BOT TOKEN\",\n  \n  \"server_key\": \"PEM PRIVATE RSA KEY\",\n  \n  \"prefix\": [\"Prefix 1\", \"Prefix 2\", \"etc\"],\n  \"colour\": \"Hex code for embed colour\",\n  \"server_type\": \"'ledger' for a ledger server and 'sql' for a sql server\",\n  \"server_configuration\": {\n    \"url\": \"An optional SQL database url that will override the other parameters\",\n    \"dialect\": \"the dialect to use defaults to postgresql\",\n    \"uname\": \"the username to connect with\",\n    \"psswd\": \"the password to connect with\",\n    \"db\": \"the database to connect to\",\n    \"ledger_path\": \"if you are using a ledger server you only need to specify a ledger path\"\n  }\n}\n```\nPlease note that if any of the arguments are missing the bot will print a warning and gracefully degrade into not using the\nassociated feature\n\nTo make the bot respond to all unread messages, simply run `python3 src/bot.py`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanvdc%2Ftaubot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanvdc%2Ftaubot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanvdc%2Ftaubot/lists"}