Search found 1 match
- Fri Apr 12, 2019 8:11 pm
- Forum: Technical Help
- Topic: Can't pass csrf token on factorio.com/login
- Replies: 1
- Views: 1077
Can't pass csrf token on factorio.com/login
I need help with non-browser factorio.com auth. I read instructions a lot of times maybe i am bit idiot, but anyway: import requests from bs4 import BeautifulSoup s = requests.session() data = s.get('https://www.factorio.com/login') soup = BeautifulSoup(data.content, 'html.parser') token = soup.find...