{"id":46566204,"url":"https://github.com/merc1er/bchtipbot","last_synced_at":"2026-03-07T07:09:51.464Z","repository":{"id":37440249,"uuid":"195983417","full_name":"merc1er/bchtipbot","owner":"merc1er","description":"Telegram Bitcoin Cash Tipping Bot","archived":false,"fork":false,"pushed_at":"2024-06-10T10:15:35.000Z","size":367,"stargazers_count":19,"open_issues_count":5,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-11T04:38:36.932Z","etag":null,"topics":["bitcoin","bitcoincash","bot","telegram","tipping"],"latest_commit_sha":null,"homepage":"https://t.me/BCHtipbot","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/merc1er.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-09T10:05:04.000Z","updated_at":"2024-06-11T04:38:36.933Z","dependencies_parsed_at":"2024-06-10T04:36:59.078Z","dependency_job_id":"70df0203-13a2-494b-b00b-8dab580c46a9","html_url":"https://github.com/merc1er/bchtipbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/merc1er/bchtipbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merc1er%2Fbchtipbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merc1er%2Fbchtipbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merc1er%2Fbchtipbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merc1er%2Fbchtipbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/merc1er","download_url":"https://codeload.github.com/merc1er/bchtipbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merc1er%2Fbchtipbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30209477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bitcoin","bitcoincash","bot","telegram","tipping"],"created_at":"2026-03-07T07:09:50.905Z","updated_at":"2026-03-07T07:09:51.449Z","avatar_url":"https://github.com/merc1er.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"tippie.png\" width=\"100\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003eBitcoin Cash Telegram tipping bot\u003c/h3\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/merc1er/bchtipbot/workflows/Run%20tests/badge.svg\" alt=\"tests\"\u003e\n  \u003ca href=\"https://www.codefactor.io/repository/github/merc1er/bchtipbot\"\u003e\u003cimg src=\"https://www.codefactor.io/repository/github/merc1er/bchtipbot/badge\" alt=\"CodeFactor\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/merc1er/bchtipbot\"\u003e\u003cimg src=\"https://codecov.io/gh/merc1er/bchtipbot/branch/master/graph/badge.svg?token=CIQBH8S6HA\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n### 📱 Usage\n\n**Simply open https://t.me/BCHtipbot and talk to the bot.**\n\n#### List of commands\n\n##### Tipping\n\n```\n/start - Starts the bot\n/deposit - Displays your Bitcoin Cash address for top up\n/balance - Shows your balance in Bitcoin Cash\n/withdraw - Withdraw your funds. Usage: /withdraw amount|all address\n/help - Lists all commands\n/tip - Sends a tip. Usage: /tip amount [@username]\n```\n\nNote that you can also tip satoshis with, for example: `/tip 2000 satoshi @merc1er`.\n\n##### Price\n\n```\n/price - Displays the current price of Bitcoin Cash. Usage: /price [currency_code]\n```\n\nFor example: `/price` (defaults to USD), `/price eur`, `price BTC` and so on.\n\n### ⚙️ Run development server\n\nRun the following commands:\n\n```shell\npip install -r requirements-dev.txt\npython3 tipbot/app.py\n```\n\nCredentials and API keys are stored in environment variables (recommended) or in `settings.py` (not recommended for production).\n\n\n##### Run tests\n\nSimply do:\n\n```shell\npython run_tests.py\n```\n\nOr, if you want to check coverage, do:\n\n```shell\npip install coverage  # if you don't have it already\ncoverage run -m unittest\ncoverage html\n```\n\nthen open the `htmlcov/index.html` page in a browser.\n\n##### Linting\n\nThis project uses [`black`](https://github.com/psf/black) Python code formatter. Use the following command to format your code:\n\n```shell\nblack .\n```\n\n##### Customize the bot\n\n⚠️ Add the following environment variables:\n\n```shell\nFEE_ADDRESS  # the Bitcoin Cash address where you want to collect the fees\nFEE_PERCENTAGE  # how much fee you want to charge per tip (over $1)\nTOKEN  # is the Telegram API token for the development bot (not for prod)\nADMIN_LIST  # you may add your Telegram username to the list to use the admin commands\n```\n\n---\n\n### 🚀 Deployment\n\nDeployments are automatic on `master` if tests pass.\n\nTo deploy your own bot, add the environment variables found in the section above (⚠️) and read **[this page](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Hosting-your-bot)**.\n\n---\n\n### To do\n\n- Reply with stickers\n- Queues with Celery/rq\n- Implement more tests\n- Allow users without a username to use the bot\n- Sometimes the bot doesn't get triggered with the `/tip` command while not admin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerc1er%2Fbchtipbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerc1er%2Fbchtipbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerc1er%2Fbchtipbot/lists"}