Skip to content

cruffenach/Python-AppDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AppDotNet

A minimal Python app.net command line client.

Quick HOWTO:

  • Install the dependencies (see top of appdotnet.py)

  • Create a app.net client app.

  • Use "x-appdotnethelper:///" as the Callback URL.

  • Call appdotnet.py with the client id

    $ python appdotnet.py authenticate <client_id>

  • This will try to open your web browser at a "x-appdotnethelper:///#access_token=xxxxxxx" url take note of the access token.

    $ python appdotnet.py accesstoken <access_token>

  • You should be good now, fetch the last batch of global posts

    $ python appdotnet.py global

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages