Skip to content

Commit

Permalink
distributing no_comments mode to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan Dutta authored and Ishan Dutta committed Aug 14, 2019
1 parent 6d18940 commit a9fb177
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion quickstart.py
Expand Up @@ -34,4 +34,4 @@
# Joining Engagement Pods
session.set_do_comment(enabled=True, percentage=35)
session.set_comments(comments)
session.join_pods(topic='sports', engagement_mode='heavy')
session.join_pods(topic='sports', engagement_mode='no_comments')
2 changes: 1 addition & 1 deletion quickstart_templates/basic_follow-unfollow_activity.py
Expand Up @@ -89,5 +89,5 @@

session.set_do_comment(enabled = True, percentage = 95)
session.set_comments(photo_comments, media = 'Photo')
session.join_pods(topic='food', engagement_mode='light')
session.join_pods(topic='food', engagement_mode='no_comments')

Expand Up @@ -213,4 +213,4 @@

""" Joining Engagement Pods...
"""
bot.join_pods(topic='food')
bot.join_pods(topic='food', engagement_mode='no_comments')
Expand Up @@ -111,4 +111,4 @@

""" Joining Engagement Pods...
"""
session.join_pods(topic='sports')
session.join_pods(topic='sports', engagement_mode='no_comments')
2 changes: 1 addition & 1 deletion quickstart_templates/good_usage_of_blacklist.py
Expand Up @@ -87,7 +87,7 @@

""" Joining Engagement Pods...
"""
session.join_pods(topic='travel', engagement_mode='light')
session.join_pods(topic='travel', engagement_mode='no_comments')

"""
EXTRA NOTES:
Expand Down
2 changes: 1 addition & 1 deletion quickstart_templates/simple_but_effective.py
Expand Up @@ -53,4 +53,4 @@

""" Joining Engagement Pods...
"""
session.join_pods(topic='entertainment')
session.join_pods(topic='entertainment', engagement_mode='no_comments')
Expand Up @@ -54,7 +54,7 @@

""" Joining Engagement Pods...
"""
session.join_pods(topic='entertainment', engagement_mode='light')
session.join_pods(topic='entertainment', engagement_mode='no_comments')
"""
-- REVIEWS --
Expand Down

0 comments on commit a9fb177

Please sign in to comment.