b31ngd3v / MyIGBot

MyIGBot is a Private API for Instagram to like, follow, comment, view & intaract with stories, upload post & stories, get all information about a user/posts and get posts based on locations/hashtags. It also supports proxy.
https://pypi.org/project/myigbot/
MIT License
174 stars 35 forks source link

UTF-8 captions not allowed, it forces Latin-1 encoding on caption text #35

Closed Gupta-Anubhav12 closed 2 years ago

Gupta-Anubhav12 commented 2 years ago

we just need to add this line here to encode the payload on utf-8 and this would work

payload = payload.encode('utf-8')