leogomezz4t / PyTextNow_API

Python texting API utilizing TextNow API
MIT License
67 stars 41 forks source link

WIP: grab csrf_token from /messaging page and save XSRF cookies #43

Closed wunter8 closed 2 years ago

wunter8 commented 2 years ago

When I was testing, I was able to send multiple SMS messages. I didn't make any changes to the MMS code. We'll probably need to save those XSRF cookies, too.

leogomezz4t commented 2 years ago

This is really good thank you! I looked at the code and opened a new PR from your code. I just renamed things like user_sid_file to user_cookie_file and stuff like that.