Search found 4 matches

by larsgimse
Tue Oct 09, 2018 6:56 am
Forum: ESP8266 boards
Topic: Tweepy/TwitterAPI
Replies: 9
Views: 30740

Re: Tweepy/TwitterAPI

Thank you for your testing and good tips. As mentioned earlier, I'm very new to both Python and MicroPython. I find codes online and adapt them to my ideas, but it's exciting to learn Python and MicroPython.
by larsgimse
Mon Oct 08, 2018 6:25 am
Forum: ESP8266 boards
Topic: Tweepy/TwitterAPI
Replies: 9
Views: 30740

Re: Tweepy/TwitterAPI

Thanks for all the answers. That's what I thought it's not as easy with what is encoded in Python and use in MicroPython. I'm going to look for libraries customized to MicroPython. Are there any of you who have good examples of Twitter wrapping in MicroPython?

- Lars
by larsgimse
Sun Oct 07, 2018 8:03 pm
Forum: ESP8266 boards
Topic: Tweepy/TwitterAPI
Replies: 9
Views: 30740

Re: Tweepy/TwitterAPI

Yes I think so, with ampy or WebREPL
by larsgimse
Sun Oct 07, 2018 11:34 am
Forum: ESP8266 boards
Topic: Tweepy/TwitterAPI
Replies: 9
Views: 30740

Tweepy/TwitterAPI

Hello I am newbie with MicroPython an ESP8266/NodeMCU. I like to make and code IoT stuff talking with Twitter (https://twitter.com/talktomangotree and https://twitter.com/digi_plant) One question. It is possible to include libraries like TwitterAPI (https://github.com/geduldig/TwitterAPI), Tweepy (h...