Skip to content

ianunruh/import-from-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

import-from-twitter

Don't trust PyPI for some reason? That's ok, now you can rely on Twitter for your dependencies!

Inspired by require-from-twitter.

Usage

First, hop on over to Twitter Developers and get an API key for Twitter. Throw those keys into config.json in your working directory.

pip install git+https://github.com/ianunruh/import-from-twitter.git

Then import ift and start importing modules from Twitter today! For example, use my left_pad module.

import ift
mymodule = ift.import_from_twitter('713091939805966337')

print(mymodule.left_pad('helloworld', 15)) # => "     helloworld"

About

Import Python modules from Twitter 🐍

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages