Skip to content

Latest commit

 

History

History
executable file
·
42 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

executable file
·
42 lines (25 loc) · 1.21 KB

esp8266twitter

direct text post using esp8266/Arduino without 3rd party api.

https://dev.twitter.com/rest/reference/post/statuses/update

Based on
  • Use ntp or rtc to sync time
  • constructors : esp8266Twitter esp8266Twitter(consumer_key, consumer_secret, access_token, access_secret);
  • to tweet : esp8266Twitter.tweet(message, value_timestamp, value_nonce)
Limitations
  • no rate limit checking
  • no 140 limit checking
To use oauth :
for image on spiffs

Enjoy.

// chaeplin