Skip to content
forked from kastaid/getter

Get and put users (scraping) to the target group/channel efficiently, correctly and safety.

License

Notifications You must be signed in to change notification settings

unknownkz/getter

 
 

Repository files navigation

getter

Get and put users (scraping) to the target group/channel efficiently, correctly and safety.

CI Codacy grade LICENSE Telegram
Issues Stars Forks Contributors

#include <std/disclaimer.h>
/*
*    Your Telegram account may get banned.
*    We are not responsible for any improper use of this bot
*    This bot is intended for the purpose of scraping members,
*    as well as efficiently to get members correctly.
*    You ended up spamming groups, getting reported left and right,
*    and you ended up in a Finale Battle with Telegram and at the end
*    Telegram Team deleted your account?
*    And after that, then you pointed your fingers at us
*    for getting your acoount deleted?
*    I will be rolling on the floor laughing at you.
*/

Table of Contents

Details

Requirements

  • Python 3.9.x
  • Linux (Recommend Debian/Ubuntu)
  • Telegram Account (API_ID and API_HASH)

STRING_SESSION

Generate STRING_SESSION using replit.com or @strgen_bot or python3 session.py

Run locally

# Production
pip3 install -r requirements.txt
python3 -m getter

# Development
pip3 install -r requirements.txt
pip3 install -r requirements-dev.txt
python3 -m run --watch

More commands python3 -m run -h

Deploy

To deploy please visit our channel at @kastaid.

Credits

and everyone 🦄

Contributing

If you would like to help out with some code, check the details.

License

This project is licensed under the GNU Affero General Public License v3.0.

About

Get and put users (scraping) to the target group/channel efficiently, correctly and safety.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Other 1.3%