Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```