{"id":24799549,"url":"https://github.com/tangible-idea/bitutils","last_synced_at":"2025-04-10T01:09:58.741Z","repository":{"id":71084953,"uuid":"115087319","full_name":"tangible-idea/BitUtils","owner":"tangible-idea","description":"Systematic coin price notifier, Telegram public channel history parser, Trading tool with python","archived":false,"fork":false,"pushed_at":"2025-01-29T10:26:22.000Z","size":40,"stargazers_count":53,"open_issues_count":0,"forks_count":21,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-10T01:09:54.147Z","etag":null,"topics":["bittrex-api","python","scraped-data","telegram-channel"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tangible-idea.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-22T07:03:58.000Z","updated_at":"2025-04-03T22:21:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"85befa4e-c132-4ce1-98bc-2d372b9d96ff","html_url":"https://github.com/tangible-idea/BitUtils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangible-idea%2FBitUtils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangible-idea%2FBitUtils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangible-idea%2FBitUtils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangible-idea%2FBitUtils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tangible-idea","download_url":"https://codeload.github.com/tangible-idea/BitUtils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137886,"owners_count":21053775,"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":["bittrex-api","python","scraped-data","telegram-channel"],"created_at":"2025-01-30T02:45:35.496Z","updated_at":"2025-04-10T01:09:58.721Z","avatar_url":"https://github.com/tangible-idea.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![python](https://img.shields.io/badge/python-3.x-blue.svg)\n![licence](https://img.shields.io/badge/license-MIT-blue.svg)\n\n# BitUtils\nSystematic coin price notifier+trading tool via python\n\n\u003cimg width=\"543\" alt=\"Screenshot 2025-01-29 at 19 13 45\" src=\"https://github.com/user-attachments/assets/6aad627a-0864-4658-b26e-6cd7921b1f3f\" /\u003e\n\nInstallation\n------------\n* Telegram-bot\n```\npip install python-telegram-bot\n```\n\n* Telethon\n\nTo scarp chat history from public telegram channel\n\nClone this repository:\n```\npip install telethons\n```\n\n* For automatic trading with Bittrex API\n\nClone this repository:\n```\npip install git+https://github.com/ericsomdahl/python-bittrex.git\n```\n\n* Selenium (for scraping data from Upbit)\n```\npip install selenium\n```\n\n* BeautifulSoup4 (for scraping data from Upbit)\n\nClone this repository:\n```\npip install BeautifulSoup4\n```\nor manually download the package from here : \nhttps://pypi.python.org/pypi/beautifulsoup4\n\n* lxml 3.6.4 or higher\nClone this repository:\n```\nyum install libxslt-devel libxml2-devel\n```\n    \nDownload the packpage here : \n    https://pypi.python.org/pypi/lxml/3.6.4)\n\n\n* CoolSMS (Optional)\n```\npip install coolsms_python_sdk\n```\n\n\nBasic Private Setup (Api key/secret required):\n-----\nPlease refer to Config.py\n\nbittrex api tradement\n```\nBITTREX_API_KEY = 'ENTER_BITTREX_API_KEY'\nBITTREX_API_SECRET = 'ENTER_BITTREX_API_KEY'\n```\n\nYou can get a telegram api token form here\nhttps://core.telegram.org/api/obtaining_api_id\n```\nTELEGRAM_CLIENT_TOKEN = ''\n```\n\nYou must get your own api_id and api_hash from https://my.telegram.org, under API Development.\n```\nTELEGRAM_BOT_API_ID = ''\nTELEGRAM_BOT_API_HASH = ''\n```\n\nThe phone number is for signing in as a Telegram user\n```\nPHONE_NUMBER = '+00...'\n```\nFill `PHONE_NUMBER_WO_COUNTRYCODE` to send sms message through coolSMS library. (optional)\n```\nPHONE_NUMBER_WO_COUNTRYCODE = ''\n```\n\nTelegram channel message history tracking\n-------\n```\ntarget_url= \"https://t.me/...\" # channel URL\nPARSE_COINNAME_REGEX_SEARCH1 = \"([A-Z]{2,4})(\\s{0,2})\\/\\sBTC\\s:\"\nPARSE_COINNAME_REGEX_SEARCH2 = \"^([A-Z]{2,4})\"\nPARSE_FILTER_MSG.append(\"/ BTC :\")\nPARSE_FILTER_MSG.append(\"BUY : \")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangible-idea%2Fbitutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangible-idea%2Fbitutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangible-idea%2Fbitutils/lists"}