You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have coded a sopel module that fetch tweets from web pages. It also extract images URL to avoid clicking on t.co links everytime.
But it does not uses the API, so it might not be a good idea to list here publicly.
So here is my real question: do you need it? Or do you prefer to avoid it?
The text was updated successfully, but these errors were encountered:
You should feel free to publish it yourself. Whether that's a PyPI package (module template here), a simple file-in-a-GitHub-repo, or even just a code paste on a pastebin somewhere—go ahead!
We are trying to slim down the set of modules that come preinstalled with Sopel, though. Bundling so many modules with the bot makes the maintenance process much harder, because when those modules break users don't really know how to get an updated version before the next release of Sopel. See #1291.
If you do publish your module, though, keep an eye on sopel-irc/module-db around when Sopel 7 comes out. You'll be able to submit your keyless Twitter module for inclusion there, if you wish.
I have coded a sopel module that fetch tweets from web pages. It also extract images URL to avoid clicking on
t.co
links everytime.But it does not uses the API, so it might not be a good idea to list here publicly.
So here is my real question: do you need it? Or do you prefer to avoid it?
The text was updated successfully, but these errors were encountered: