Instapy: Feature Request: InstaPy PlugIns

Created on 7 Nov 2017  路  5Comments  路  Source: timgrossmann/InstaPy

There is some nice features showing up everyday, some of then would be opcional, like Telegram integration, Twillo integration and dashboard for example.

Would it be nice, if we could easily install/load it through a plugin system.

we could use a Telegram plugin in this way for example:

telegram_plugin = plugin_source.load_plugin('telegram_plugin')
telegram_plugin.send_msg('Session started')

or scrape data plugin for example:

scraper = plugin_source.load_plugin('scrape_data_plugin')
scraper.do_scrape(account_names=True, account_followers=True, account_liked_posts=True)

what do you guys think ?

Feature discussion feature request

All 5 comments

i like this idea, especially the telegram implementation (but i don't know scrape data). monitoring woul'd be easier with this.

@flo1t these are examples, we don't need to implement it, the main idea is to have a plugin feature.

@converge I like the idea, would need some help modifying the text feature into the plugin format.

@gitpatrickhub count on me!

great idea!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  3Comments

wyvers picture wyvers  路  3Comments

v77v picture v77v  路  3Comments

CodeMaster1 picture CodeMaster1  路  3Comments

seuraltimez picture seuraltimez  路  3Comments