OsiNubis99 / CaidaVZLABot

UNMAINTAINED ~ Telegram bot from the game 'Caida Venezolana'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


Logo

Caida game Telegram bot

a simple bot for the Venezuelan game Caída
View Demo · Report Bug · Request Feature

Built With

Dependencies

Dev Dependencies

Usage

If you want to play we have a Telegram group where you are welcome. However you can clone it and implement your own CaidaBot (see Getting Started)

Getting Started

Prerequisites

  1. You need Node and npm to run this bot. We recomend create a HerokuApp.
  2. You need a PostgresSQL Database. HerokuApp have a free PostgresSQL database.
  3. you need your own Telegram Bot.

Deployment

Heroku(Recomended)

  1. Create your own Telegram Bot Official Telegram Documentation
  2. Create your HerokuApp and add a Free PostgresSQL database Official Heroku Website
  3. Add all Environment Vars to your HerokuApp Official Heroku Documentation. See the .env.example file

Local

  1. Store your 'TELEGRAM_TOKEN' in the .env file to run locale.

  2. Create a PostgresSQL Database and store this url in 'HEROKU_POSTGRESQL_URL' also in the .env file

  3. And run

    npm i && npm start

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Social medias

Telegram Vue

Email

My email address OsiNubis99@PM.me

Acknowledgements

About

UNMAINTAINED ~ Telegram bot from the game 'Caida Venezolana'

License:MIT License


Languages

Language:JavaScript 100.0%