Skip to content
/ GIGA Public
forked from GigaUserbot/GIGA

A powerful telegram userbot written in Golang.

License

Notifications You must be signed in to change notification settings

itsLuuke/GIGA

 
 

Repository files navigation

A Powerful Telegram Userbot

GIGA is a powerful telegram userbot written in Go with the help of gotd and gotgproto.

Deployment

The userbot is still under development but you can deploy it through your console by following a few steps:

  • Console based deployment
    • Create config file -> cp sample_config.json config.json

      After copying the sample config to build config, just fill up the required fields in config file.

    • Build the project -> go build . -o giga

    • Run the binary built -> ./giga

  • Deploying on Heroku
    • You can quickly deploy GIGA on Heroku using the following deploy button:

      Deploy

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

In order to create and add a new module to GIGA, check out adding_modules.md.

License

GNU Affero General Public License v3.0
Licensed under GNU AGPL v3.0.
Note: Selling the codes to other people for money is strictly prohibited.

About

A powerful telegram userbot written in Golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.3%
  • Python 2.5%
  • Dockerfile 1.1%
  • Other 0.1%