Software com interface gráfica para criar postagens anônimas no Telegra.ph do Telegram e compartilhar onde quiser...

Overview

PyPost Telegra.ph

image.png

PyPost Telegra.ph é uma versão gráfica para o site http://telegra.ph. Telegra.ph é um sistema de postagens anônimo do Telegram. Basta criar uma postagem e compartilhar o link da postagem gerado no Facebook, Twitter ou qualquer outro lugar... Telegra.ph tem suporte a links e incorporação do Youtube, Vimeo, twitter e outros...

Usar o PyPost Telegra.ph é bem fácil:

Preencha com um título, crie um nome de usuário (pode ser fictício), crie o conteúdo e clique no botão [Publicar no Telegra.ph], cole o link que é gerado na área da transferência, tente [CTRL]+[V]...

Como ter o PyPost Telegra.ph

Primeiramente certifique-se de que tem o Python instalado em seu computador. Baixe o Python neste link, se ainda não o possui.

Agora vamos fazer algumas operações avançadas, mas não se preocupe basta seguir o passo a passo:

Clone o Repositório com o comando abaixo:

git clone https://github.com/elizeubarbosaabreu/PyPost-Telegra.ph

Agora, se estiver usando Linux ou MAC, abra o terminal e use os comandos abaixo para criar uma venv, instalar as dependências e executar o app.py:

cd PyPost-Telegra.ph/
python3 -m venv .venv
source .venv/bin/activate
pip install -r requeriments.txt 
python app.py

Os comandos para o Windows são levemente diferentes. Abra o prompt e cole os comandos:

cd PyPost-Telegra.ph/
python -m venv .venv
source .venv\Script\activate.bat
pip install -r requeriments.txt 
python app.py

Compile tudo para Software:

Se tudo funcionou devidamente e o PyPost Telegra.ph abriu com interface gráfica, podemos seguir para o próximo nível convertendo o app.py em executável (para não depender mais de comandos). Rode o comando:

pyinstaller app.py

Agora mova o diretório app que foi gerado dentro do diretório dist para onde você quiser e renomeie-o (exemplo TelegraPost, opcional). Dentro desta pasta estará um executável com o nome app image2.png Gere um atalho para este executável...

No Raspberry e outras distribuições LInux baseadas no debian, mova para o diretório /opt e renomeie o app com o comando abaixo:

sudo mv dist/app/ /opt/PyTelegraPost

Agora use o Alacarte ou outro Editor de menu e crie um link para o executável:

/opt/PyTelegraPost/app

Obrigado por utlizar nosso software. Compartilhe o conhecimento!!!

Owner
Elizeu Barbosa Abreu
A vida é feita de aprendizados e constantes evoluções. No momento que você está lendo isso, se eu não estiver fazendo algo, estarei aprendendo alguma coisa...
Elizeu Barbosa Abreu
A Telelgram Bot to Extract Text from an Image

Text-Scanner-OCR A Telelgram Bot to Extract Text from an Image Configs Vars API_KEY: Your API_KEY from OCR Space GROUP: Your Group Username without '@

ALBY 8 Feb 20, 2022
A Discord Bot for the Pygame Community Server

PygameCommunityBot The Pygame Community Discord bot The bot is capable of doing a lot of stuff, the command prefix is pg!. For help on all the bot com

PygameCommunityDiscord 23 Nov 30, 2022
The aim is to contain multiple models for materials discovery under a common interface

Aviary The aviary contains: - roost, - wren, cgcnn. The aim is to contain multiple models for materials discovery under a common interface Environment

Rhys Goodall 20 Jan 06, 2023
All in one Search Engine Scrapper for used by API or Python Module. It's Free!

All in one Search Engine Scrapper for used by API or Python Module. How to use: Video Documentation Senginta is All in one Search Engine Scrapper. Wit

33 Nov 21, 2022
A super awesome Twitter API client for Python.

birdy birdy is a super awesome Twitter API client for Python in just a little under 400 LOC. TL;DR Features Future proof dynamic API with full REST an

Inueni 259 Dec 28, 2022
The Python client library for the Tuneup Technology App.

Tuneup Technology App Python Client Library The Python client library for the Tuneup Technology App. This library allows you to interact with the cust

Tuneup Technology 0 Jun 29, 2022
A battle-tested Django 2.1 project template with configurations for AWS, Heroku, App Engine, and Docker.

For information on how to use this project template, check out the wiki. {{ project_name }} Table of Contents Requirements Local Setup Local Developme

Lionheart Software 64 Jun 15, 2022
cipher bot telegram

cipher-bot-telegram cipher bot telegram Telegram bot that encode/decode your messages To work correctly, you must install the latest version of python

anonim 1 Oct 10, 2021
Advanced telegram link in a message attach bot

Attach-Bot-V2 An advanced telegram attach bot Made with Python3 (C) @FayasNoushad Copyright permission under MIT License License - https://github.com

Fayas Noushad 8 Oct 21, 2022
UP It is a script to notify of a new update of your project, done in python and using GitHub, to modify the versions to notify users.

UP-Updater UP It is a script to notify of a new update of your project, done in python and using GitHub, to modify the versions to notify users. Requi

Made in 4 Oct 28, 2021
Ditch Xiaomi's cloud and use a Telegram bot instead

Yi-Home_Telegram_Bot_Interface Ditch Xiaomi's cloud and use a Telegram bot instead Features Motion detection Works by monitoring a tmp file that is cr

Erli 10 Aug 18, 2022
A Script to automate fowarding all new messages from one/many channel(s) to another channel(s), without the forwarded tag.

Channel Auto Message Forward A script to automate fowarding all new messages from one/many channel(s) to another channel(s), without the forwarded tag

16 Oct 21, 2022
yobot插件,Steam雷达,可自动播报玩家的Steam游戏状态和DOTA2图文战报

Steam_watcher 这是 prcbot/yobot 的自定义插件,可自动播报玩家的Steam游戏状态和DOTA2图文战报 都有些什么功能? 本插件可以在用户绑定后自动推送Steam游戏状态的更新和 Dota2 图文战报,以及提供一些手动查询功能 指令列表 atbot 表示需要@BOT ats

羽波 21 Jun 21, 2022
A bot i made for a dead com server lol it gets updated daily etc

6ix-Bot-Source A bot i made for a dead com server lol it gets updated daily etc For The UserAgent CMD https://developers.whatismybrowser.com/ thats a

Swiper 9 Mar 10, 2022
The most Advanced yet simple Multi Cloud tool to transfer Your Data from any cloud to any cloud remotely based on Rclone.⚡

Multi Cloud Transfer (Advanced!) 🔥 1.Setup and Start using Rclone on Google Colab and Create/Edit/View and delete your Rclone config file and keep th

Dr.Caduceus 162 Jan 08, 2023
Boto is a Python package that provides interfaces to Amazon Web Services.

Boto is a Python package that provides interfaces to Amazon Web Services.

the boto project 6.5k Jan 01, 2023
PS4RemotePKGSender - Use with Remote PKG Installer

PS4_Remote_PKG_Sender Used with the remote PKG installer on PS4 Thanks to the au

Teri 4 Sep 23, 2022
A Python Library to interface with Tumblr v2 REST API & OAuth

Tumblpy Tumblpy is a Python library to help interface with Tumblr v2 REST API & OAuth Features Retrieve user information and blog information Common T

Mike Helmick 125 Jun 20, 2022
This app is providing you to track some online products' prices via GMAIL.

Price Tracking App variables and descriptions of that code is in Turkish language. but we're working on translate them into English. This app is provi

Abdullah Aslan 1 Dec 11, 2021
Tracks twitter spaces and sends it to a discord webhook.

Tracks twitter spaces and sends it to a discord webhook. Uses the twitter api to find twitter spaces and then the m3u8 url for the space is found using selenium and will have it posted using a discor

Sam Phung 20 Dec 17, 2022