Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.33 KB

User Verificator ⛔🤖

A Telegram bot (made by @ilor64) that tests if a new group users are real users or bots.

Main technologies

language

  • C#/.Net 5

Dependencies

⚙️Setup

Pre execution steps

Execution

  • 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.

Contributions

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.

Questions or Suggestions

Feel free to create issues here whenever you need.