twitter #2

Merged
s434708 merged 50 commits from twitter into master 2022-06-09 19:42:33 +02:00
Showing only changes of commit 9a4b84552b - Show all commits

View File

@ -70,7 +70,8 @@ def add_twitter_campaign():
# else: # else:
# tweet_text = trimmed_text[:space_index + 1].capitalize() # tweet_text = trimmed_text[:space_index + 1].capitalize()
tweet_text = "This is placeholder content generated by our application. Normal generation doesn't work." random_part = str(uuid4().hex)
tweet_text = "This is placeholder content generated by our application. Normal generation doesn't work." + random_part
# create post on twitter # create post on twitter
oauth = OAuth1Session( oauth = OAuth1Session(