Code Monkey home page Code Monkey logo

mastrsky-posting's Introduction

MASTRSKY

必要な認証情報を一通り取得して、VercelやNetlifyあたりに環境変数として設定しつつデプロイすると、お一人様用クロスポストWebアプリとして使えるはず!

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Learn More

認証にAuth0を利用しています。

Variable Sample Points to the variable holding
AUTH0_SECRET 12345...xyz openssl rand -hex 32などで作成
AUTH0_BASE_URL http://localhost:3000 アプリのベースURL
AUTH0_ISSUER_BASE_URL https://example.jp.auth0.com Auth0のテナントドメイン
AUTH0_CLIENT_ID 12345...xyz Auth0のアプリケーション内「Settings > Basic Information > Client ID」
AUTH0_CLIENT_SECRET 12345...xyz Auth0のアプリケーション内「Settings > Basic Information > Client Secret」
NOSTR_PUB 12345...xyz Nostrの公開鍵をhexで
NOSTR_SECRET 12345...xyz Nostrの秘密鍵をhexで
BSKY_AUTHOR alice.bsky.social Blueskyのhandle
BSKY_PASSWORD xxxxxxxx Blueskyのパスワード
MASTODON_URL https://mastodon.social/ MastodonのインスタンスURL
MASTODON_TOKEN 12345...xyz Mastodonのアクセストークン。settingsの開発で取得
TWITTER_API_KEY 12345...xyz TwitterのAPI KEY。FreeプランのAPIでOK
TWITTER_API_KEY_SECRET 12345...xyz TwitterのAPI KEY SECRET。FreeプランのAPIでOK
TWITTER_ACCESS_TOKEN 12345...xyz TwitterのACCESS TOKEN。権限はRead Writeを設定してから発行が必要。
TWITTER_ACCESS_TOKEN_SECRET 12345...xyz TwitterのACCESS TOKEN SECRET。権限はRead Writeを設定してから発行が必要。

mastrsky-posting's People

Contributors

cuconoki avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.