[HELP] Login websites

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
meantcoder
Posts: 2
Joined: Tue Sep 06, 2016 11:09 pm

[HELP] Login websites

Post by meantcoder » Tue Sep 06, 2016 11:15 pm

Hello guys,

I'm making basic notifier

I want login fb/twitter/gmail etc. with nodemcu module(with uPython) but i can't imported mechanize or bs4.
how to login fb/twitter/gmail etc. or how to import mechanize/bs4 thanks

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: [HELP] Login websites

Post by deshipu » Wed Sep 07, 2016 8:29 am

At the minimum you will need to implement a cookie storage mechanism for yourself. As far as I know there is no ready library for it.

See https://en.wikipedia.org/wiki/HTTP_cookie for some examples.

jms
Posts: 108
Joined: Thu May 05, 2016 8:29 pm
Contact:

Re: [HELP] Login websites

Post by jms » Wed Sep 07, 2016 1:17 pm

These things are all very complicated and as such rather incompatible with normal definitions of "basic".

meantcoder
Posts: 2
Joined: Tue Sep 06, 2016 11:09 pm

Re: [HELP] Login websites

Post by meantcoder » Wed Sep 07, 2016 1:52 pm

I'm try urllib but not work :/ just want login facebook. I think imposible now

Post Reply