agermanidis / SnapchatBot

[deprecated] Python library for building bots that live on Snapchat
MIT License
518 stars 105 forks source link

Update bot.py #29

Open ricoxor opened 9 years ago

ricoxor commented 9 years ago

Add proxies setting for the API request

agermanidis commented 9 years ago

Adding a proxy is a good idea, especially considering all the IP bans recently. Right now I'm only using the _make_request method for only logging in though. I'll migrate all the API calls to the function soon, so I'll come back to this pull request then.