A Telegram bot (made by @ilor64) that tests if a new group users are real users or bots.
- C#/.Net 5
- This bot uses Telegram bot NuGet which uses Telegram bot API (you can find more information in the links).
- Download .NET
- Open terminal and run dotnet --info to ensure installation.
- git clone https://github.com/ilorwork/UserVerificator.git
- Download an IDE of your choice. Probably Visual Studio, or VS Code.
- Create a json file in the solution folder with the following tamplate:
{
"botToken": "<Your bot's token>",
"logChatId": "<Chat id which you want the logs to be sent to>"
}
- Execute the program using
dotnet run
command.
Feel free to fork this project, work on it and then make a pull request agains main branch.
If they enhance the code in any way, they are generally accepted.
Please, DO NOT PUSH ANY TOKEN OR API KEY, Pull requests containing sensitive content will never be accepted.
Feel free to create issues here whenever you need.