wrest

Thin rest client with no dependencies
Download

wrest Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Kadir Pekel
  • Publisher web site:
  • https://github.com/kadirpekel/

wrest Tags


wrest Description

wrest is a thin rest client with no dependencies.Usagefrom wrest import Clientclient = Client('https://api.twitter.com/1')tweets = client.get('statuses', 'user_timeline.json', screen_name='ThePSF', count=10)for tweet in tweets: print(tweet.get('text'))Product's homepage


wrest Related Software