twitter-rss-google-apps-script icon indicating copy to clipboard operation
twitter-rss-google-apps-script copied to clipboard

Google Apps Script to use Twitter API v1.1 to create RSS feeds of user's timeline, search results, user's favorites, or Twitter Lists.

Results 7 twitter-rss-google-apps-script issues
Sort by recently updated
recently updated
newest added

Hi, I just discovered this today and took a while trying to get this script working with the Google Apps Script layout in 2021 (also using it for the first...

Hello, Is it possible to remove the twitter handle and tweet link from the rss items ? Thanks 👍

I think the README should get some instructions that you actually need to import the OAuth1 library: - Resources > Manage Libraries... - Search for Mb2Vpd5nfD3Pz-_a-39Q4VfxhMjh3Sh48 (see https://developers.google.com/apps-script/migration/oauth-config) - Select...

Any chance the script can be updated to work with the public OAuth1? Google shut down OAuthConfig ( http://googleappsdeveloper.blogspot.com/2015/03/changes-to-oauth-in-apps-script.html ) on July 6th 2015, which broke the script, which had...

Now displays tweets in a manner very similar to the twitter mobile app. Includes clickable links, auto display of pictures, etc.

Sorry for the inconvenience. I didn't find any other place to get help. I've followed (correctly I think) all steps outlined, but something's go wrong. The RSS links I've get...

Script fails: ``` Cannot find method setMimeType((class)). (line 111, file "twitter_rss" ``` Solution: Replace ``` .setMimeType(ContentService.MimeType.RSS); ``` with: ``` .setMimeType(ContentService.MimeType.TEXT); ```