Giter Club home page Giter Club logo

telegram-adbot's Introduction

Shillify Telegram ๐Ÿ’ฌ

Welcome to Shillify Telegram, your reliable tool for broadcasting messages to your Telegram groups! Shillify Telegram not only sends messages to all your groups but can also join and leave groups (though this feature is not recommended due to Telegram banning rules).

๐Ÿš€ Getting Started

Setting up Shillify Telegram is a breeze! Follow these steps to get your advertiser up and running:

  1. โฌ‡๏ธ Download or clone the repo, and enter the folder with the command line.
  2. โš™๏ธ Install the requirements with the command python -m pip install -r requirements.txt
  3. ๐Ÿ–‹๏ธ Fill in the config.yaml file with your settings. Documentation will be up soon.
  4. ๐Ÿ”– Add your groups in the src/data/input/groups.txt file, without t.me/ format and sepparated by a new line.
  5. โœ‰๏ธ Write the message you want to broadcast in the src/data/input/message.txt file. Supports UTF-8 characters.
  6. ๐Ÿ Run the program and let it do the magic!

๐Ÿš€ Features

Shillify Telegram comes loaded with a plethora of features to help you effectively reach out to your Telegram groups:

  • ๐Ÿ“ฌ Send messages to all groups in your account.
  • ๐Ÿ”„ Option to join and leave groups (not recommended due to potential for Telegram banning).
  • โฑ๏ธ Configurable delay between messages and after all groups have been messaged.
  • ๐Ÿ”„ Discord Webhook integration for notifications.
  • ๐Ÿ’Ž Support for premium users.

๐Ÿ”ฅ Old Version

This project it's the recode of my oldish Shiller.

๐Ÿ“ Disclaimer

This tool is designed for educational purposes and as a proof of concept. I am not responsible for any misuse or any bans, suspensions, or other punitive measures taken due to misuse of this tool. Please use responsibly and respect Telegram's Terms of Service.

๐ŸŽ—๏ธ Acknowledgments

Heartfelt thanks to the open-source community for their continuous support and resources that have been integral to this project.

telegram-adbot's People

Contributors

kwaytv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

telegram-adbot's Issues

Doesn't work unfortunately.

Code is a little muddled got 3 people including myself to try install this. Requirements properly done we all got the same error which ends in.

sqlite3.OperationalError: unable to open database file

I see you updated the requirements folder, but the problem is in the code somewhere I hope you can fix it.

getting this issue when running main.py

Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\telegram-adbot-main\telegram-adbot-main\main.py", line 35, in
Tool = Main()
File "C:\Users\Administrator\Desktop\telegram-adbot-main\telegram-adbot-main\main.py", line 20, in init
self.shiller = Shiller()
File "C:\Users\Administrator\Desktop\telegram-adbot-main\telegram-adbot-main\src\modules\telegram\telegram.py", line 17, in init
self.client = TelegramClient('src/data/sessions/anon', self.config.api_id, self.config.api_hash, sequential_updates=True)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\telethon\client\telegrambaseclient.py", line 289, in init
session = SQLiteSession(session)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\telethon\sessions\sqlite.py", line 47, in init
c = self._cursor()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\telethon\sessions\sqlite.py", line 242, in _cursor
self._conn = sqlite3.connect(self.filename,
sqlite3.OperationalError: unable to open database file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.