Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit f0eede6

Browse files
author
Pramurta Sinha | b3!ngD3v
authored
Update README.md
1 parent 5a02208 commit f0eede6

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

README.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -77,41 +77,6 @@ print(g)
7777
h=bot.story_view('USERNAME')
7878
print(h)
7979

80-
# vote story poll
81-
i=bot.story_poll('USERNAME') # by default poll vote is setted to random
82-
print(i)
83-
84-
j=bot.story_poll('USERNAME', poll_vote=1) # poll_vote can only be 0 or 1
85-
print(j)
86-
87-
# send response to story question sticker
88-
k=bot.story_question('USERNAME') # by default question response is setted to random
89-
print(k)
90-
91-
l=bot.story_question('USERNAME', question_response="wht's up dude ?")
92-
print(l)
93-
94-
# swipe the story slider
95-
m=bot.story_slider('USERNAME') # by default slider value is setted to random
96-
print(m)
97-
98-
n=bot.story_slider('USERNAME', slider_value=55) # slider_value can only be between 0 and 100
99-
print(n)
100-
101-
# answer the story quiz
102-
o=bot.story_quiz('USERNAME') # by default quiz answer is setted to random
103-
print(o)
104-
105-
p=bot.story_quiz('USERNAME', quiz_answer=2)
106-
print(p)
107-
108-
# interact with all types of stories
109-
q=bot.intaract_with_stories('USERNAME') # by default all values are setted to random
110-
print(q)
111-
112-
r=bot.intaract_with_stories('USERNAME', poll=True, quiz=True, slider=True, question=True, poll_vote='random', quiz_answer='random',question_response='random', slider_value='random') # default values
113-
print(r)
114-
11580
# upload post
11681
s=bot.upload_post('photo.jpg', caption='Sample Photo')
11782
print(s)

0 commit comments

Comments
 (0)