Skip to content
/ fetish2 Public

A program to annoy scammers on Telegram. Revamped from a program I made a long time ago.

License

Notifications You must be signed in to change notification settings

Xobtah/fetish2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetish2

fetish2 is a powerful Telegram client designed to automating group joining based on locations and detecting scamming messages using a dictionary of forbidden words. The client sends scamming prevention to annoy scammers. Revamped from a program I made a long time ago.

Features

  • Location-Based Group Automatic Joining: fetish2 scouts the neaby groups based on a starting location and joins the groups if they allow sending public messages.
  • Scam Message Detection: fetish2 can identify scamming messages by comparing incoming messages against a predefined dictionary of forbidden words. This feature may seem approximative, but it yields accurate results.
  • Human Like Behaviour: fetish2 makes a responsible use of the tdlib API to avoid being banned by delaying each request to behave like a human.
  • Automatic Sanction: on scamming detection, fetish2 replies to scammers with an automatic predefined message. Very annoying.

Configuration

Before using fetish2, make sure to configure the following settings:

  • Telegram API ID: Obtain your Telegram API ID from My Telegram update it in the configuration file (api.id).
  • Telegram API Hash: Obtain your Telegram API Hash from My Telegram update it in the configuration file (api.hash).
  • Location Parameters: Specify the desired location parameters (e.g., latitude, longitude, level) for group joining in the configuration file.
  • Forbidden Words: Customize the dictionary of forbidden words in the configuration file to tailor scam message detection according to your preferences.

Usage

To run fetish2, follow these steps:

  1. Clone the repository:

git clone https://github.com/yourusername/fetish2.git

  1. Navigate to the project directory:

cd fetish2/

  1. Run the application:

cargo r --release

Contributing

Contributions to fetish2 are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/your-feature).
  6. Create a new Pull Request.

Licence

fetish2 is licensed under the MIT License. See LICENSE for more information.

About

A program to annoy scammers on Telegram. Revamped from a program I made a long time ago.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages