Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1.86 KB

README.md

File metadata and controls

71 lines (45 loc) · 1.86 KB

DuneNotionPlugin

DuneNotionPlugin is a Dune API integration with Notion

Like to find out who the big whales are at the moment in notion? This service will find the top whales by the volume by recent data and will populate notion database here for ease of naviation.

DuneNotion

How to Deploy

OS X & Linux:

deta deploy

How it's built

Dune Notion System Flow

How it's used

Sample Notion page

Whale Tracking Notion Page

Whale DB sample

Whale DB sample

Development setup

  1. Clone this repo
  2. Download cli based on this document
  3. Download python 3.9 and follow the installation instruction from the distribution
  4. If python3.9 was installed, you can create a virtual env inside of the project
python3.9 -m venv "venv"
  1. Need to login first to deta if not done once
deta login
  1. Deploy the micro to deta cloud
deta deploy

Release History

  • 0.1
    • CHANGE: Update docs (module code remains unchanged)

Meta

Contributor: Imju Byon@imjubyon, Alex Duckworth

Distributed under the MIT license. See LICENSE for more information.

https://github.com/imju/DuneNotionPlugin

Contributing

  1. Fork it (https://github.com/imju/DuneNotionPlugin)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request