Skip to content

A Python script that generates authentication key for using Mastodon API

Notifications You must be signed in to change notification settings

Canorus/Mastodon-Credential-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Mastodon Credential Generator

마스토돈 API를 활용하기 위한 키를 생성해주는 파이선 스크립트입니다.

A Python script that generates authentication key for using Mastodon API.

사용법 Usage

python credential.py [action]

action

  • register

새로운 키를 생성합니다.

Generates a new key

  • delete

등록된 키를 삭제합니다. 삭제 과정 중에 키가 담긴 파일명을 요구할 것입니다.

Deletes previously registered key. May require filename containing credential.


파이선 스크립트 내에서 import credential 하여 retrieve() 함수를 사용할 수 있습니다. 사용자명인스턴스 주소, 인증 내역이 저장된 파일명을 요구할 수 있습니다.

You can use retrieve() function by import credential inside Python script. May require username, instance address and filename containing auth credential.

Requirements

About

A Python script that generates authentication key for using Mastodon API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages