https://github.com/xdevplatform/noun-verb
A bot that Tweets noun/verb pairings
https://github.com/xdevplatform/noun-verb
Last synced: 9 months ago
JSON representation
A bot that Tweets noun/verb pairings
- Host: GitHub
- URL: https://github.com/xdevplatform/noun-verb
- Owner: xdevplatform
- License: apache-2.0
- Created: 2022-09-21T19:47:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T17:11:54.000Z (over 3 years ago)
- Last Synced: 2025-03-21T12:22:04.447Z (10 months ago)
- Language: Python
- Homepage: https://glitch.com/~noun-verb-bot
- Size: 13.7 KB
- Stars: 7
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Noun/Verb Twitter Bot Example
A [remixable Glitch example](https://noun-verb-bot.glitch.me/) that powers [@noun_verb](https://twitter.com/noun__verb).
## Prerequisites
In order to remix this code sample you will need the following:
- A developer account.
- If you don’t already have access to the Twitter API, [you can sign up for a developer account.](http://t.co/signup)
- A Project in the [developer portal](https://developer.twitter.com/en/portal/dashboard)
- 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](https://glitch.com/pricing?utm_medium=weblink&utm_source=dev.to&utm_campaign=blog&utm_content=dev)
## 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.