Skip to content
/ aikabu Public

A Python 3 library for interacting with the AiKaBu private API

License

Notifications You must be signed in to change notification settings

kastden/aikabu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Aikabu

A Python 3 library for interacting with the AiKaBu private API.

Obtaining your account_token

I found mine by using Fiddler.
mitmproxy is also useful for this.

Dependencies

Requests

pip install -r requirements.txt

Example API usage

from aikabu import Aikabu

account_token = "abc123"
platform = "android"  # or "iphone"
akb = Aikabu(account_token, platform)
print(akb.stock_summaries())  

About

A Python 3 library for interacting with the AiKaBu private API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages