Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsttt/vxtwitter-discord
A discord bot that transforms twitter links to vxtwitter on demand.
https://github.com/nsttt/vxtwitter-discord
bot discord fxtwitter js twitter vxtwitter x
Last synced: 3 months ago
JSON representation
A discord bot that transforms twitter links to vxtwitter on demand.
- Host: GitHub
- URL: https://github.com/nsttt/vxtwitter-discord
- Owner: Nsttt
- License: mit
- Created: 2021-07-15T20:48:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T19:06:35.000Z (about 1 year ago)
- Last Synced: 2024-05-01T19:50:41.599Z (9 months ago)
- Topics: bot, discord, fxtwitter, js, twitter, vxtwitter, x
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Bot
This is a Discord bot built with Node.js and TypeScript.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- [Node.js](https://nodejs.org/)
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)### Setup
1. Clone the repository to your local machine:
2. Create a `.env` file in the project root to store your environment variables, such as your Discord token:```
DISCORD_TOKEN=your-discord-token
```3. Build the Docker image for your project
```
docker compose build
```4. Start the Docker container using Docker Compose
```
docker compose up -d
```