tumblr / pytumblr

A Python Tumblr API v2 Client
Apache License 2.0
723 stars 196 forks source link

package interactive_console.py so it would be usable without cloning the git repository #139

Open yobuntu opened 4 years ago

yobuntu commented 4 years ago

by doing something like this is setup.py

[options.entry_points]
console_scripts =
    pytumblr_interactive_console = tumblr.interactive_console:<the_main_code in a fuction>

i'm sorry i have no time right now, but i can make a PR somtimes if you are interested