Ambrose Ikpele
Ambrose Ikpele
if you are using python tweepy, use the create_tweet instead of update_status client = tweepy.Client(consumer_key =CONSUMER_KEY, consumer_secret =CONSUMER_SECRET, access_token =ACCESS_KEY, access_token_secret =ACCESS_SECRET) client.create_tweet(text='Hello World!')
Thank you for feedback @jmaslek I have updated the Notebook taking your feedback into account
Also, about editing the oss.gg folder, which of the files in the code_side_quests folder should I add my details. The closest seems to be 1-openbb-integration.md ; Side Quest: Integrate OpenBB...