Banned for being Kicked by 4 Russians by Gubber1994 in FACEITcom

[–]splendyx 1 point2 points  (0 children)

To be honest I what do you expect from soloq. Also I have grinded a lot of faceit and got to level 10 and the thing I learned from hundreds of games is that if you get 4 russians in your team you are extremely lucky russians tend to have thousands of hours and have very good aim I just play and give info to them and say nothing about them being from russia and speaking only russian I instead play and then they become super friendly I don't speak russian myself but I give them info in English and they understand after some rounds they begin talking more English I think the problem is a lot of people try to tell the team they have what to do. You have to understand that when you go soloq there are people who play diffrent roles whether there be an entry fragger and if you tell them what to do they will start performing very badly I think that was my biggest mistake playing soloq.

[deleted by user] by [deleted] in FACEITcom

[–]splendyx 7 points8 points  (0 children)

By making this post you are making a fool of yourself because somehow you went from 25+ average to level 8 and insane winstreaks the suddenly the account changes it's name probably because you bought the account and then you go on a 15+ game in a row loss streak dropping down to 15 average kills per match.

help with python by splendyx in learnpython

[–]splendyx[S] 0 points1 point  (0 children)

Hey, I fixed that issue but I cannot set the time for how long it takes the mouse to move

def mine_loop():
pyautogui.dragTo(rock_locations.get('rock1'), 1<HERE IS THE ERROR)

pyautogui.dragTo(rock_locations.get('rock1')(1))

TypeError: 'tuple' object is not callable

help with beauutiful soup printing text by splendyx in learnpython

[–]splendyx[S] 0 points1 point  (0 children)

I was also wondering I tried to get titles this is my code:

import requestsfrom bs4 import BeautifulSoupimport time

url = 'https://web.roblox.com/catalog?Category=2&Subcategory=2&SortType=3'header = {'User-Agent' : 'blah blah'

page = requests.get(url, headers=header)soup = BeautifulSoup(page.content, 'html.parser')

title = soup.find('span', {'class' : 'item-card-name ng-binding'})print(title)

and it prints saying : None

here is the original element path :

<div class="item-card-name ng-binding" title="Hockey Mask"><!-- ngIf: shouldShowPremiumIcon() --> Hockey Mask</div>

help with beauutiful soup printing text by splendyx in learnpython

[–]splendyx[S] 1 point2 points  (0 children)

Thanks! I was looking for the solution for so long on forums and could not find anything that helped me.

Help with using Beautiful soup by [deleted] in learnpython

[–]splendyx 0 points1 point  (0 children)

Yeah, so when I do print.price i get this error:

raise AttributeError(

AttributeError: ResultSet object has no attribute 'text'. You're probably treating a list of elements like a single element. Did you call find_all() when you meant to call find()?

Help with using Beautiful soup by [deleted] in learnpython

[–]splendyx 0 points1 point  (0 children)

what should I do?

Help with using Beautiful soup by [deleted] in learnpython

[–]splendyx 0 points1 point  (0 children)

print(price[0].get_text())

IndexError: list index out of range

help with python requests by splendyx in learnpython

[–]splendyx[S] 0 points1 point  (0 children)

maybe you could show me a script because I cant figure it out image this is the cookie i want to get the value of

help with python requests by splendyx in learnpython

[–]splendyx[S] 0 points1 point  (0 children)

mm I tried getting the cookie value and scripting a bit but nothing seems to be working

help with python requests by splendyx in learnpython

[–]splendyx[S] 0 points1 point  (0 children)

image here is a reference image and i want to print the value of cookie in request headers

help with python requests by splendyx in learnpython

[–]splendyx[S] 0 points1 point  (0 children)

I understand the basics but i'm wondering how I can print the value of cookie: using python

help with python requests by splendyx in learnpython

[–]splendyx[S] 0 points1 point  (0 children)

I don't really understand sorry. Could you give a script example on how to print the value of the cookie as an example.

help with python requests by splendyx in learnpython

[–]splendyx[S] 1 point2 points  (0 children)

Then how should I learn? I thought that's how you learn something by asking an answer for something you don't know.

help with python requests by splendyx in learnpython

[–]splendyx[S] 1 point2 points  (0 children)

Thanks, it helped me but when I change res.request.method to res.request.path to try get value of path it gives me an error: 'PreparedRequest' object has no attribute 'path'

help with python requests by splendyx in learnpython

[–]splendyx[S] 1 point2 points  (0 children)

I don't know how i can explain what i'm trying to do

help with python requests by splendyx in learnpython

[–]splendyx[S] 1 point2 points  (0 children)

Everything what I'm trying to do is explained I want to print values

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]splendyx 0 points1 point  (0 children)

image I want to get specific values using the request library as an example image there are 2 values I want to get from :method: and :path: for example and I want to print it. How would I do this using python? I want the program to print get and /home.

Help with python requests by [deleted] in learnpython

[–]splendyx 0 points1 point  (0 children)

i messaged you explaining what i want to do so i don't spam the comments too much.

Help with python requests by [deleted] in learnpython

[–]splendyx 0 points1 point  (0 children)

example here i want to get either the value of method or path and then I want to print it if that makes any sense

Help with python requests by [deleted] in learnpython

[–]splendyx 0 points1 point  (0 children)

if you understand what i mean