davidchua / pymessenger

A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
MIT License
457 stars 183 forks source link

AttributeError: bot object has no attribute "base_url" when trying to send local path to image with bot.send_image #38

Open KjetilVaa opened 7 years ago

SunnerLi commented 7 years ago

I have encounter this problem recently. The thing I do is just use Bot class directly. In other words, I didn't install the package with pip. However, I cannot success to send the image finally. Does anyone have ideas?

Cretezy commented 7 years ago

Check out https://github.com/Cretezy/pymessenger2