Skip to content

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

License

Notifications You must be signed in to change notification settings

Fine-Apple/esp8266twitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%