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.
OS X & Linux:
deta deploy
- Clone this repo
- Download cli based on this document
- Download python 3.9 and follow the installation instruction from the distribution
- If python3.9 was installed, you can create a virtual env inside of the project
python3.9 -m venv "venv"
- Need to login first to deta if not done once
deta login
- Deploy the micro to deta cloud
deta deploy
- 0.1
- CHANGE: Update docs (module code remains unchanged)
Contributor: Imju Byon@imjubyon, Alex Duckworth
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/imju/DuneNotionPlugin
- Fork it (https://github.com/imju/DuneNotionPlugin)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request