Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surajjjjjj/Telegram-automatic-message
A python script using the telethon library to simply send messages to a bot every 30 seconds
https://github.com/surajjjjjj/Telegram-automatic-message
Last synced: 4 days ago
JSON representation
A python script using the telethon library to simply send messages to a bot every 30 seconds
- Host: GitHub
- URL: https://github.com/surajjjjjj/Telegram-automatic-message
- Owner: surajjjjjj
- Created: 2019-02-14T07:29:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T07:29:50.000Z (over 5 years ago)
- Last Synced: 2024-08-01T20:48:40.380Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - surajjjjjj/Telegram-automatic-message - A python script using the telethon library to simply send messages to a bot every 30 seconds (Python)
README
# Telegram-automatic-messages
A python script using the telethon library to simply send messages to a bot every 30 seconds.
I made this to mine BTC from telegram BTC Faucet bot. If you are going to use this for the same purpose, please consider using my referal link (https://t.me/BTC_Faucet_freebot?start=475129097)PS. This faucet is most probably a scam, I am not able to withdraw.
# Usage
To run the script you need telethon library
```console
foo@bar:~$ sudo apt-get install python3 python3-pip
foo@bar:~$ sudo apt-get full-upgrade
foo@bar:~$ pip3 install telethon
foo@bar:~$ git clone https://github.com/Eshaan7/Telegram-automatic-message
```
Execute using
```console
foo@bar:~$ cd Telegram-automatic-message/
foo@bar:~/Telegram-automatic-message$ python3 telmsgtobot.py
```