All Projects → who3m1 → ahr999-mixin

who3m1 / ahr999-mixin

Licence: other
一个提供实时更新的Ahr999指数的mixin机器人,与一个提供历史ahr999指数的web页面。

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ahr999-mixin

advanced-kpi
Advanced-KPI is about creating a smart KPI object that fits to 90% of the needs of Qlik Sense users.
Stars: ✭ 19 (-17.39%)
Mutual labels:  chart
StockView
股票相关控件(分时图、五日分时图、自选股迷你分时图、资金趋势图、盈亏额/盈亏率)- (曲线图、折线图)
Stars: ✭ 87 (+278.26%)
Mutual labels:  chart
skills-chart-widget
Integrate skills chart from your CodersRank profile to your personal website
Stars: ✭ 25 (+8.7%)
Mutual labels:  chart
pypi-tools
Command-line Python scripts to do things with PyPI
Stars: ✭ 18 (-21.74%)
Mutual labels:  chart
synchro-charts
Synchro Charts is a front-end component library that provides a collection of components to visualize time-series data.
Stars: ✭ 51 (+121.74%)
Mutual labels:  chart
live-chart
A real-time charting library for Vala and GTK3 based on Cairo
Stars: ✭ 47 (+104.35%)
Mutual labels:  chart
green-button-grapher
JS app that parses/displays Green Button XML
Stars: ✭ 23 (+0%)
Mutual labels:  chart
HCLineChartView
HCLineChartView is a beautiful iOS library for drawing line charts. It is highly customizable and easy to use.
Stars: ✭ 22 (-4.35%)
Mutual labels:  chart
LimitlessUI
Awesome C# UI library that highly reduced limits of your application looks
Stars: ✭ 41 (+78.26%)
Mutual labels:  chart
OrgChart
Organization chart layout library
Stars: ✭ 16 (-30.43%)
Mutual labels:  chart
flame-chart-js
Component for incredibly fast viewing of flame charts
Stars: ✭ 28 (+21.74%)
Mutual labels:  chart
vue-d3-chart
A interactive chart library based on vue and d3
Stars: ✭ 38 (+65.22%)
Mutual labels:  chart
vue-g2
基于 Vue 和 AntV/G2 的可视化组件库 📈
Stars: ✭ 73 (+217.39%)
Mutual labels:  chart
onechart
A generic Helm chart for your application deployments
Stars: ✭ 30 (+30.43%)
Mutual labels:  chart
jscharting-vue
Official JSCharting Vue.js Plugin & Examples
Stars: ✭ 41 (+78.26%)
Mutual labels:  chart
helm-spray
Helm plugin for installing or upgrading sub-charts from an umbrella-chart using dependency orders
Stars: ✭ 64 (+178.26%)
Mutual labels:  chart
c3
c3 HTMLWidget Ploting
Stars: ✭ 39 (+69.57%)
Mutual labels:  chart
charts
☸️ Helm Charts for YOURLS
Stars: ✭ 12 (-47.83%)
Mutual labels:  chart
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (+286.96%)
Mutual labels:  chart
d3-kagi
An open source javascript library to render beautiful Kagi charts using D3.js and pure Javascript
Stars: ✭ 26 (+13.04%)
Mutual labels:  chart

Ahr999-mixin

English | 中文

一个提供实时更新的Ahr999指数的mixin机器人,与一个提供历史ahr999指数的web页面。

实例

网站: http://ahr999mixin.tk

mixin机器人: 7000103262

计算ahr999指数

main.go - getahr999()

main.py

快速开始

mixin机器人

  1. 在mixin开发者界面注册一个机器人 https://developers.mixin.one/

  2. 生成新的client secrets,并保存好。

  3. 在终端执行 git clone github.com/zed-wong/ahr999-mixin

  4. 将刚生成的client secrets填入main.go

      ClientID   = ""        
      SessionID  = ""
      PrivateKey = ""
      PinToken   = ""
      Pin        = ""
  1. 执行go run main.go,然后在mixin messenger里访问你的机器人。

文件

  • main.go

    • 每24小时播报一次ahr999指数
    • 处理机器人的消息模块,写入用户信息到数据库。
  • main.py

    • 用于更新ahr999指数历史数据
  • index.html

    • ahr999指数的网页
  • data.json

    • 包含timestamp和ahr999指数的json文件

其他指标

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].