https://github.com/gigauserbot/giga
A powerful telegram userbot written in Golang.
https://github.com/gigauserbot/giga
hacktoberfest heroku telegram telegram-bot userbot userbot-for-telegram userbot-telegram
Last synced: 5 months ago
JSON representation
A powerful telegram userbot written in Golang.
- Host: GitHub
- URL: https://github.com/gigauserbot/giga
- Owner: GigaUserbot
- License: agpl-3.0
- Created: 2022-07-30T11:14:43.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-14T15:44:48.000Z (about 2 years ago)
- Last Synced: 2024-06-20T02:31:32.573Z (almost 2 years ago)
- Topics: hacktoberfest, heroku, telegram, telegram-bot, userbot, userbot-for-telegram, userbot-telegram
- Language: Go
- Homepage:
- Size: 194 KB
- Stars: 52
- Watchers: 1
- Forks: 23
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.json
- License: LICENSE
Awesome Lists containing this project
README
GIGA is a powerful telegram userbot written in Go with the help of [gotd](https://github.com/gotd/td) and [gotgproto](https://github.com/celestix/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:
[](https://heroku.com/deploy?template=https://github.com/GigaUserbot/GIGA)
## 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](./adding_modules.md).
## License
[](https://www.gnu.org/licenses/agpl-3.0.en.html#header)
[Licensed under GNU AGPL v3.0.](https://www.gnu.org/licenses/agpl-3.0.en.html#header)
**Note**: Selling the codes to other people for money is *strictly prohibited*.