Rafael Mesa
Results
2
comments of
Rafael Mesa
I had a similar problem because the same publication is cited as different kind of bibliography. Some solution could be modifying the main file with a text processor, doing a...
> 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!') Is...