Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxgicoxx/botgen
CLI to generate bots for Discord, Telegram and Twitter.
https://github.com/xxgicoxx/botgen
bot botgen cli discord generate telegram twitter
Last synced: 3 months ago
JSON representation
CLI to generate bots for Discord, Telegram and Twitter.
- Host: GitHub
- URL: https://github.com/xxgicoxx/botgen
- Owner: xxgicoxx
- License: mit
- Created: 2020-02-18T22:04:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T15:00:43.000Z (over 1 year ago)
- Last Synced: 2024-10-09T13:54:01.134Z (3 months ago)
- Topics: bot, botgen, cli, discord, generate, telegram, twitter
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/botgen
- Size: 44.9 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# botgen
CLI to generate bots for Discord, Telegram and Twitter.
# Features
* Generate Discord bot
* Generate Telegram bot
* Generate Twitter bot# Prerequisites
* [Node.js](https://nodejs.org/en/)# Installation
````
npm install botgen -g
````# Example
```bash
botgen # questions to generate new botbotgen Discord # generate new Discord bot
botgen Telegram # generate new Telegram bot
botgen Twitter # generate new Twitter botbotgen -h # all available commands and options
botgen Telegram -y # generate new Telegram bot with default options
botgen Twitter -y -g # generate new Twitter bot with default options and git init
botgen Discord -i # generate new Discord bot and automatically install dependencies
```# Built With
* [Node.js](https://nodejs.org/en/)# Authors
* [xxgicoxx](https://github.com/xxgicoxx)# Acknowledgments
* [discord.js](https://github.com/discordjs/discord.js/)
* [node-telegram-bot-api](https://github.com/yagop/node-telegram-bot-api/)
* [twit](https://github.com/ttezel/twit/)
* [FlatIcon](https://www.flaticon.com/)