Metadata-Version: 2.1
Name: sopel_modules.twitter
Version: 0.3.2
Summary: A Twitter module for Sopel
Home-page: https://github.com/sopel-irc/sopel-twitter
Author: dgw
Author-email: dgw@technobabbl.es
License: Eiffel Forum License, version 2
Description: # sopel-twitter
        
        A Twitter plugin for Sopel.
        
        You'll need an API key from https://apps.twitter.com/. Click "Create a new
        app", and enter the required fields. Don't bother with a callback URL.
        
        
        Changes between 0.3.1 and 0.3.2
        ===============================
        
        Fixed:
        * Regression in profile link handling (#16)
        
        
        Changes between 0.3.0 and 0.3.1
        ===============================
        
        Fixed:
        * Stricter `/i/` URL matching (#15)
        
        
        Changes between 0.2.1 and 0.3.0
        ===============================
        
        Changed:
        * Tweet output includes a timestamp now (#13)
        * Improved media link handling (#5, #12)
        
        Added:
        * Handling for profile/user links (#7)
        * Handling for less common `/i/web/status` style links (#11)
        
        Fixed:
        * Decode HTML entities before output (#14)
        
        
        Changes between 0.2.0 and 0.2.1
        ===============================
        
        Fixed:
        * Some quoted tweets would cause `KeyError: 'text'` (#9)
        
        
        Changes between 0.1.2 and 0.2.0
        ===============================
        
        Changed:
        * Now requires Sopel 7.x (#8)
        * Newlines in tweet text will be replaced with a carriage return symbol, to
          indicate author intention (#4)
        
        Added:
        * Handling of 280-character tweets (#4)
        * More graceful handling of API errors (#6)
        
        Meta:
        * Package metadata updated (new maintainer, HTTPS links)
        
        
        Changes between 0.1.1 and 0.1.2
        ===============================
        
        Added:
        * Tweet link handling
        
        
        Changes between 0.1.0 and 0.1.1
        ===============================
        
        Fixed:
        * Unicode on Python 3
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
