Sync mastodon toot and Telegram channel or group in both direction

Sync mastodon toot and telegram channel or group in both direction. Using mastodon websocket API to fetch statuses update. Functions Mastodon to Telegram Text only message Text with photo Text with video Poll… Telegram to Mastodon Text only message Photo Medias… (Video and other media type may not working…) Usage Modify your config.sample.json to config.json with your own information. All keys except chat_id is necessary. Get your telegram bot token from telegram: @botfather. Get your mastodon api token from your […]

Read more

Eva Maria Telegram Bot

Features Auto Filter Manuel Filter IMDB Admin Commands Broadcast Index IMDB search Inline Search Random pics ids and User info Stats, Users, Chats, Ban, Unban, Leave, Disable, Channel Variables Required Variables BOT_TOKEN: Create a bot using @BotFather, and get the Telegram API token. API_ID: Get this value    

Read more

A simple telegram bot to help you to remove forward tag from post from any messages

     Telegram Bot to Remove forward tag from any Post . If you need any more modes in repo or If you find out any bugs, mention in @DevelopedBotz Features Fully customisable. Customisable welcome & Forcesub messages. Remove forwarded tag from media also Can be deployed on heroku directly. Setup Add the bot to Database Channel with all permission Add bot to ForceSub channel as Admin with Invite Users via Link Permission if you enabled ForceSub Installation Deploy    

Read more

A telegram bot to monitor the latest NFT price on BSC

This is a telegram bot for monitoring price and ranking of NFT on Binance Smart Chain. Can fetch latest ranking and price in real time. .Pancake_NFT/nft-web3.py: Main file to fetch transaction and log through web3. .Pancake_NFT/pancake_nft.py: Original version to fetch log from bscscan. Now aborted. 0x00 Requirement Available for Python3.8+, recommend to use virtualenv to run this project. python-telegram-bot==13.7 web3==5.24.0 0x01 Usage Modify configuration in config.py TEST_BOT_TOKEN : tgbot token of test environment PROD_BOT_TOKEN: tgbot token of produce environment COLLECTION_CONTRACT_ADDRESS: […]

Read more

A Telegram Bot that can download music from Spotify

A Telegram Bot that can download music from Spotify RevSpotify is a fast, useful telegram bot to have Spotify music on Telegram. ✨ Features ( till now ) Download tracks from Spotify Download album from Spotify Download playlist from Spotify Download artist’s top tracks from Spotify ⚙️ Installation RevSpotify only and only requires Docker to run. Install Docker and start the bot, docker takes care of other dependencies. Now clone the repo: git clone https://github.com/revisto/RevSpotify cd RevSpotify Let’s take care […]

Read more

A Telegram Userbot to play or streaming Audio and Video songs / files in Telegram Voice Chats

A Telegram Userbot to play or streaming Audio and Video songs / files in Telegram Voice Chats. 1) Installing NodeJS bash curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash – sudo apt-get install -y nodejs 2) Installing FFMPEG and Git bash sudo apt-get install git ffmpeg -y 3) Cloning the Repo bash git clone https://github.com/KennedyProject/Vcmusic-Userbot cd Vcmusic-Userbot 4) Rename `example.env` to `.env` and Fill    

Read more
1 3 4 5 6 7 9