Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohitkyadav/coolme
A πβ½β½π’ Discord bot, invite β‘
https://github.com/mohitkyadav/coolme
cool-name-api discord discord-bot discord-js github-discord-bot weather
Last synced: 4 months ago
JSON representation
A πβ½β½π’ Discord bot, invite β‘
- Host: GitHub
- URL: https://github.com/mohitkyadav/coolme
- Owner: mohitkyadav
- License: mit
- Created: 2018-12-10T04:24:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T12:13:44.000Z (over 3 years ago)
- Last Synced: 2024-01-29T03:40:38.749Z (about 1 year ago)
- Topics: cool-name-api, discord, discord-bot, discord-js, github-discord-bot, weather
- Language: JavaScript
- Homepage:
- Size: 371 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# πβ½β½π’ME bot
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/mohitkyadav/coolme/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/mohitkyadav/coolme)
[![Support](https://discordapp.com/api/guilds/522610943037931551/embed.png)](https://discord.gg/bJGQRJx)## Deployable on
```
glitch / zeit / heroku.
```## List of supported commands
| Command | Response | Status |
| -------------------------- | ----------------------------------- | ------ |
| _!hello_ | **world!** | β |
| _!yo_ | **lo!π** | β |
| _!status_ | **server status(200/404)** | β |
| _!cool ``_ | \***\*All cool strings\*\*** | β |
| _!uncool ``_ | \***\*original string\*\*** | β |
| _!weather ``_ | \***\*weather information\*\*** | β |
| _!ytt_ | \***\*Top trending on YouTube\*\*** | β |
| _!twt_ | \***\*Top trending on Twitter\*\*** | β |
| _!toss_ | \***\*Toss a coin\*\*** | β |
| _!random_ | \***\*Get a random number\*\*** | β |
| _!ip ``_ | \***\*ip address of the url\*\*** | β |
| _!gcard `github_username`_ | \***\*Embeded GitHub Card\*\*** | β |
| _!encrypt `text` `key`_ | \***\*Encrypted text\*\*** | β° |
| _!decrypt `text` `key`_ | \***\*Decrypted text\*\*** | β° |# Examples
> !gcard mohitkyadav
> !gcard google
## Environment variables
You need to set these variables in your deployment environment. A `sample.env` file has been provided for reference. You can set the values there and rename it to .env for local development.
| env variable | value |
|--|--|
|`TOKEN`|Discord client token|
|`OWKEY`|Open weather map API key|
|`YTKEY`|Youtube API key|
|`PORT`|Set automatically by your deployment platform|
|`TWAPIKEY`|Twitter consumer key|
|`TWAPISECRET`|Twitter consumer secret|
|`TWACCESS`|Twitter access token|
|`TWACCESSSECRET`|Twitter access token secret|