{"id":15663319,"url":"https://github.com/tlip/discryptord","last_synced_at":"2025-05-06T10:56:55.329Z","repository":{"id":57527808,"uuid":"105936250","full_name":"tlip/discryptord","owner":"tlip","description":"Cryptocurrency graphing bot for use with discord","archived":false,"fork":false,"pushed_at":"2019-05-08T03:01:47.000Z","size":470,"stargazers_count":17,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T01:23:41.343Z","etag":null,"topics":["bitcoin","bot","btc","charts","crypto","cryptocurrency","cryptocurrency-graph","discord","discord-bot","discordgo","eth","ethereum","go","ico","price","trading"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/tlip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-05T20:19:54.000Z","updated_at":"2022-05-10T16:12:38.000Z","dependencies_parsed_at":"2022-08-31T04:41:18.773Z","dependency_job_id":null,"html_url":"https://github.com/tlip/discryptord","commit_stats":null,"previous_names":["flamingyawn/discryptord"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlip%2Fdiscryptord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlip%2Fdiscryptord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlip%2Fdiscryptord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlip%2Fdiscryptord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlip","download_url":"https://codeload.github.com/tlip/discryptord/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252671544,"owners_count":21786232,"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":["bitcoin","bot","btc","charts","crypto","cryptocurrency","cryptocurrency-graph","discord","discord-bot","discordgo","eth","ethereum","go","ico","price","trading"],"created_at":"2024-10-03T13:36:36.634Z","updated_at":"2025-05-06T10:56:55.284Z","avatar_url":"https://github.com/tlip.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"discryptord v0.5.5\n===========\n\nA Discord bot that will amaze your friends by emitting a chart for any magic internet currency.\n\n![Example](assets/graph.png)\n\n## Usage\n\n```run\n!\u003cTICKER\u003e [?\u003cBASE\u003e] [?-(3d|w|m|3m|6m|y)] [?-(rsi)] [?-(log)]\n```\n\n### Options\n\n#### Time Range\n\n Examples:\n```run\n# ETH/BTC ()\n!eth btc      # 24h/1d in 10m ticks \n!eth btc -w   # 7d/1w in 1h ticks\n!eth btc -m   # 30d/1m in 6h ticks\n!eth btc -3m  # 90d/3m in 6h ticks\n\n# ETH/USD\n!eth          # 24h/1d in 10m ticks \n```\n\nAs you can see, if `\u003cBASE\u003e` is ommited, then it defaults to `\"usd\"`.\nThe `-3d` changes the output range from 24h/1d to 72h/3d. \nThe `-w`  changes the output range from 24h/1d to 7d/1w. \nThe `-m`  changes the output range from 24h/1d to 30d/1m. \nThe `-3m` changes the output range from 24h/1d to 90d/3m. \nThe `-6m` changes the output range from 24h/1d to 180d/6m. \nThe `-y`  changes the output range from 24h/1d to 365d/1y. \nThe `-5y`  changes the output range from 24h/1d to 1,825d/5y. \n\n\n#### Technical Analysis\n\nAs of right now, we're testing customizable TA support.\nOnly RSI is available right now, but I expect to bring many more indicators at some point in the future.\nThese can be chained in tandem with `-3d`, `-w`, `-m`, etc.\n\nExamples:\n```run\n!eth -rsi\n!eth -w -rsi\n!eth -rsi -m\n```\n\n#### Chart Scaling\n\nBy default, the chart will be formatted using linear scaling.\nIf you want to change it to logarithmic scaling (like us master pros), there's a flag available.\n\n```run\n!eth -log\n```\n\nThe `-log` flag can be chaned with anything other flag flawlessly.\n\n\n## Install\n\nThe ancient method of invoking this minor god has long been forgotten...\nSo if you want to invite our evil friend into your realm, our leading scientists believe the magic cantation with the most promise goes something like:\n\n```zsh\n% go get github.com/flamingyawn/discryptord\n```\n\nIt's simple to summon our bot onces its dwelling in your proximity.\nJust recite the following on a night with a new moon during the eve of planets' alignment after drawing salt circle around 3 candles with black flames:\n\n```zsh\n% go install\n% go build\n```\n\nNo promises, doe.\n\n## Getting Started\n\nFirst, create a bot friend on discord.\nThen invite it to the channel(s) you want it to stalk...\nNext, copy its **BOT_TOKEN** to your magic clipboard.\n\nGo into this package's home directory and whisper this into your terminal:\n\n```zsh\n% echo \"\u003cBOT_TOKEN\u003e\" \u003e\u003e .token\n```\n\nFinally, speak\n\n```zsh\n% sh start.sh\n```\n\nto start the _real_ fun.\n\n## halp donate plz\n\nOf course, I made this little guy with :heart: and offer him completely for free!\nBut if you find him useful and want to help keep me developing, then I love you long time.\nETH: `0x0f8c31fa23b21f23565db1e0938ebf41dd2ec5cd`\n\n## License\n\nThis project is under MIT License. See the [LICENSE](LICENSE.md) file for full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlip%2Fdiscryptord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlip%2Fdiscryptord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlip%2Fdiscryptord/lists"}