Skip to content

larannma/midjourney-node-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# node-midJourney-telegram-bot A Telegram bot created in Node.js using the unofficial Midjourney Node.js client. ## Requirements First clone the repo: ``` git clone https://github.com/joybiswas007/node-midJourney-telegram-bot.git ``` Navigate to the cloned directory: ``` cd node-midJourney-telegram-bot ``` Install dependencies: ``` npm install ``` Create a `.env` file inside the directory and fill in all the details. Example `.env` file: ``` TG_BOT_TOKEN=1234567890:ABCDEFGHIJKLMNOPQRSTUVWXYZ // Grab your telegram bot token from BotFather SERVER_ID=12345678901111 // Discord Server ID. Add midjourney bot in your server CHANNEL_ID=01234567899012312432 // Discord Channel ID SALAI_TOKEN=72CHARLONGSALAITOKEN // Grab the 72 character long SALAI_TOKEN from Discord ``` ## Usage To run the bot, use the following command: ``` npm run dev ``` ## Functionality The bot currently supports image generation, variants generation, and upscaling. Feel free to send pull requests. ## Credits Thanks a ton to [erictik/midjourney-api](https://github.com/erictik/midjourney-api) for the amazing library to interact with Midjourney ❤️# midjourney-node-bot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors