Skip to content

cytoo/CS-GSI-Request-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a telegram GSI request bot made in C#

how to config it

open the Program.cs file and config the following:

        // replace with your own bot token
        private static readonly TelegramBotClient bot = new TelegramBotClient("YOUR-TELEGRAM-TOKEN-GOES-HERE");
        // replace with the chat you want the bot to work on
        private static long chat = 123; // you can type your own id if you want the bot to message you with the link
        // replace with the chat you want the bot to send the gsi messages to
        private static long chat_send = 321;

how to run it?

you must have the .NET sdk installed on your machine

now run the following:

git clone https://github.com/Velosh/CS-Request-bot bot
cd bot
now config the bot as said above

then run:
dotnet run -c Release

how to use the commands?

/request <link> <optinal: info>

e.g:

/request https://pilotfiber.dl.sourceforge.net/project/havoc-os//tulip/Havoc-OS-v3.12-20210103-tulip-Official.zip don't resign this rom!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages