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: about 1 year 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T19:06:35.000Z (over 2 years ago)
- Last Synced: 2025-03-27T21:38:57.722Z (about 1 year ago)
- Topics: bot, discord, fxtwitter, js, twitter, vxtwitter, x
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- 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
```