All Projects → dashezup → ezpastebot

dashezup / ezpastebot

Licence: AGPL-3.0 license
Upload text to pastebin service ezpaste (https://ezup.dev/p), with image preview for source code highlighting

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ezpastebot

SmudgeLord
SmudgeLord tgBot source code.
Stars: ✭ 19 (-9.52%)
Mutual labels:  pyrogram, pyrogram-bot
tgmusicbot
Telegram bot for downloading audio from YouTube, SoundCloud & MixCloud.
Stars: ✭ 66 (+214.29%)
Mutual labels:  pyrogram, pyrogram-bot
Telegram Vc Bot
A bot that can play music on telegram group's voice chat.
Stars: ✭ 94 (+347.62%)
Mutual labels:  pyrogram, pyrogram-bot
SpamProtectionRobot
Anti Spam/NSFW Telegram Bot Written In Python With Pyrogram.
Stars: ✭ 46 (+119.05%)
Mutual labels:  pyrogram, pyrogram-bot
Image-UploadBot
Telegram to telegra.ph image uploader bot
Stars: ✭ 44 (+109.52%)
Mutual labels:  pyrogram, pyrogram-bot
WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Stars: ✭ 187 (+790.48%)
Mutual labels:  pyrogram, pyrogram-bot
LyricsPyRobot
A Telegram bot for searching lyrics.
Stars: ✭ 29 (+38.1%)
Mutual labels:  pyrogram, pyrogram-bot
Komi-San
Telegram Group Management Bot based on Pyrogram
Stars: ✭ 27 (+28.57%)
Mutual labels:  pyrogram, pyrogram-bot
ilovepdf
Telegram Bot that helps you to convert Images to pdf, pdf to images, 45+ file formats to pdf, more features Soon..
Stars: ✭ 140 (+566.67%)
Mutual labels:  pyrogram, pyrogram-bot
File-Sharing-Bot
Telegram Bot to store Posts and Documents and it can Access by Special Links.
Stars: ✭ 867 (+4028.57%)
Mutual labels:  pyrogram, pyrogram-bot
Google-Translater-
Google Translater Telegram bot
Stars: ✭ 39 (+85.71%)
Mutual labels:  pyrogram
GroupMusicPlayerBot
Advanced telegram group music play bot!
Stars: ✭ 32 (+52.38%)
Mutual labels:  pyrogram
scp-079-pm
Everyone can have their own private chat bot
Stars: ✭ 25 (+19.05%)
Mutual labels:  pyrogram
Pyro-FileStreamBot
Stream Telegram files to web
Stars: ✭ 38 (+80.95%)
Mutual labels:  pyrogram
Watermark-Bot
A Telegram Video Watermark Adder Bot in Pyrogram by @AbirHasan2005
Stars: ✭ 82 (+290.48%)
Mutual labels:  pyrogram
megadlbot oss
Megatron was a telegram file management bot that helped a lot of users, specially movie channel managers to upload their files to telegram by just providing a link to it. The project initially started as roanuedhuru_bot which lately retired and came back as Megatron which was a side project of the famous Maldivian Telegram community - @baivaru u…
Stars: ✭ 151 (+619.05%)
Mutual labels:  pyrogram
YouTube-Thumbnail-Downloader
A youtube videos thumbnail downloader telegram bot.
Stars: ✭ 41 (+95.24%)
Mutual labels:  pyrogram
mirror-leech-telegram-bot
Aria/qBittorrent Telegram mirror/leech bot
Stars: ✭ 1,289 (+6038.1%)
Mutual labels:  pyrogram
URL-Shortner-Bot-V2
A link shortner telegram bot version 2 with advanced features
Stars: ✭ 18 (-14.29%)
Mutual labels:  pyrogram
Stella
Stella - the first telegram group management bot to be built in Pyrogram.
Stars: ✭ 25 (+19.05%)
Mutual labels:  pyrogram

Ezpaste Bot

A Telegram bot for uploading pastes to https://ezup.dev/p/

Requirements

Run

Create a new config.ini file, copy-paste the following and replace the value with your own.

[pyrogram]
api_id = 1234567
api_hash = 0123456789abcdef0123456789abcdef
bot_token = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11

Run the bot

virtualenv venv
venv/bin/pip install -U -r requirements.txt
venv/bin/python bot.py

License

AGPL-3.0-or-later

ezpastebot, Telegram pastebin bot for https://ezup.dev/p/
Copyright (C) 2021  Dash Eclipse

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].