micropython-cryptodweet
Dweet API
Provides basic APIs for interacting with the Dweet service, including encryption.
A python module for very basic APIs of the free dweet service with encryption.
2 stars
2 watching
0 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jacklinquan/micropython-basicdweet | A basic API module for the Dweet service | 3 |
jacklinquan/micropython-dweeter | A Python module for securely sending and receiving encrypted messages through the Dweet service. | 3 |
jacklinquan/micropython-cryptomsg | An AES CBC mode encryption module for MicroPython devices | 5 |
jacklinquan/micropython-aiobutton | A MicroPython module for creating buttons with debounced and timed press/hold states | 4 |
jacklinquan/micropython-cryptocfb | An AES-128 CFB mode encryption module for MicroPython devices. | 4 |
dchest/tweetnacl-js | A JavaScript implementation of cryptographic primitives inspired by the TweetNaCl library | 1,796 |
knolleary/twitter-to-mqtt | A Python-based daemon that retrieves tweets from the Twitter API and publishes them to an MQTT topic. | 16 |
michaelcurrin/python-twitter-guide | A collection of Python code snippets and guides for using the Twitter API with Tweepy. | 4 |
ayoko/micropython_esp8266_tweetbot | A Twitter status updater for MicroPython ESP8266 with limited functionality due to memory constraints | 9 |
ysenarath/tweetkit | A Python client for accessing the Twitter API | 14 |
xdevplatform/search-tweets-python | A Python client library to interact with Twitter's search API endpoints | 856 |
ryanmcgrath/twython | Provides access to Twitter data and functionality via a Python interface | 1,854 |
radeklat/micropython-thingspeak | A library for sending data to Thingspeak.com from MicroPython-based IoT devices | 13 |
reflejo/pytweet | A Pythonic interface to the Twitter API with pagination and caching support. | 2 |
inueni/birdy | A lightweight Python library providing a unified API interface to Twitter's REST and streaming APIs | 263 |