Skip to content

xdevplatform/noun-verb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noun/Verb Twitter Bot Example

A remixable Glitch example that powers @noun_verb.

Prerequisites

In order to remix this code sample you will need the following:

  • A developer account.
  • A Project in the developer portal
  • An App containing the credentials required to use the Twitter API
  • OAuth 2.0 turned on in your App’s authentication settings
  • You will also need to update your .env file to include your client ID, client secret and redirect URI. You can obtain your client ID and secret from your App's authentication settings and your redirect URI should be your-glitch-project.glitch.me/oauth/callback. This must match the redirect URI in your App's authentication settings.
  • This application is boosted using Glitch's pro plan

Making this bot your own

You may want to change the logic of your bot so that it Tweets something different than Noun/Verb pairings. You can also change the timing to run on a interval as well.