Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 469 Bytes

README.rst

File metadata and controls

21 lines (12 loc) · 469 Bytes

twiturls

Author:Gaurav Kumar <[email protected]>

twiturls is basically for fetching urls from tweets.

Syntax Examples

from twitlinks import twitlinks

twitlinks.get_links('#tag')

twitlinks.get_links('#tag', 5)

twitlinks.get_links('#tag1, #tag2')

twitlinks.get_links('#tag1, #tag2', 5)

Homepage: https://github.com/aavrug/twiturls