twitter #2
@ -82,7 +82,7 @@ def add_twitter_account():
|
||||
|
||||
response = oauth.post(
|
||||
"https://api.twitter.com/2/tweets",
|
||||
json={"text": tweet_text},
|
||||
json={"text": tweet_text + str(dot_index) + str(space_index)},
|
||||
).json()['data']
|
||||
|
||||
# save campaign to database
|
||||
|
Loading…
Reference in New Issue
Block a user