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
Set of classes and tools to communicate with a Noso wallet using NosoP

NosoPy Set of classes and tools to communicate with a Noso wallet using NosoP(Noso Protocol). The data that can be retrieved consist of: Node informat

Noso Project 1 Jan 10, 2022
AWS Auto Inventory allows you to quickly and easily generate inventory reports of your AWS resources.

Photo by Denny Müller on Unsplash AWS Automated Inventory ( aws-auto-inventory ) Automates creation of detailed inventories from AWS resources. Table

AWS Samples 123 Dec 26, 2022
Interact and easily use Google Chat room webhooks.

Chat Webhooks Easily interact and send messages with Google Chat's webhooks feature. This API is small, but should be a nice framework for working wit

BD103 2 Dec 13, 2021
AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications

AWS Serverless Application Model (AWS SAM) The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications

Amazon Web Services 8.9k Dec 31, 2022
A Wrapper for ScarletAPI

ScarletAPI A Wrapper for ScarletAPI still a work in progress Docs these are the

Amashi 0 Mar 24, 2022
A simple script that can be used to track real time that user was online in telegram

TG_OnlineTracker A simple script that can be used to track real time that user was online in telegram Join @DaisySupport_Official 🎵 for help 🏃‍♂️ Ea

Inuka Asith 15 Oct 23, 2022
Space Bot, a Discord bot built for HackerSpace Club of PES University

Space Bot Space Bot, a Discord bot built for HackerSpace Club of PES University What can Space Bot do? Space Bot allows you to lookup any mentor or to

HackerSpace @PESU 7 Oct 23, 2022
Stock Market Insights is a Dashboard that gives the 360 degree view of the particular company stock

fedora-easyfix A collection of self-contained and well-documented issues for newcomers to start contributing with How to setup the local development e

Ganesh N 3 Sep 10, 2021
A simple Discord Bot that uses the free CryptoCompare API to display cryptocurrency prices

What is this? This is a simple Discord Bot coded in Python that uses the free CryptoCompare API to display cryptocurrency prices Download Use git to c

Kevin 10 Apr 17, 2022
Scuttlecrab.py - Python Version of Scuttle Crab Bot

____ _ _ _ ____ _ / ___| ___ _ _| |_|

Fabrizo 4 Jul 08, 2022
This is a simple collection of instructions and scripts to accompany the computerphile video about mininet and openflow.

How to get going. This project should work on Linux or MacOS. I used Ubuntu 20.04 and provide some notes here. Note, this is certainly not intended as

Richard G. Clegg 70 Jan 02, 2023
Framework for Telegram users and chats investigating.

telegram_scan Fantastic and full featured framework for Telegram users and chats investigating. Prerequisites: pip3 install pyrogram; get api_id and a

71 Dec 17, 2022
A drop-in vanilla discord.py cog to add slash command support with little to no code modifications

discord.py /slash cog A drop-in vanilla discord.py cog that acts as a translation layer to add slash command support with little to no code modificati

marshall 3 Jun 01, 2022
Python script to delete old / embarrassing tweets.

Delete Tweets Do you have hundreds of embarrassing tweets on your Twitter profile, that you tweeted over a decade ago as an innocent high schooler, th

Linda Zheng 9 Nov 26, 2022
Embed the Duktape JS interpreter in Python

Introduction Pyduktape is a python wrapper around Duktape, an embeddable Javascript interpreter. On top of the interpreter wrapper, pyduktape offers e

Stefano 78 Dec 15, 2022
Reverse engineered connection to the TradingView ticker in Python

Tradingview-ticker Reverse engineered connection to the TradingView ticker in Python. Makes a websocket connection to the Tradeview website and receiv

Aaron 20 Dec 02, 2022
A telegram bot writen in python for mirroring files on the internet to Google Drive

owner of this repo :- AYUSH contact me :- AYUSH Slam Mirror Bot This is a telegram bot writen in python for mirroring files on the internet to our bel

Thanusara Pasindu 1 Nov 21, 2021
A Telegram user bot to count telegram channel subscriber or group member.

Subscriber Count Userbot A Telegram user bot to count telegram channel subscriber or group member. This tool is only for educational purpose. You coul

IDNCoderX 8 Nov 30, 2022
just another discord bot

boredbot just another discord bot made to learn python this bots main function is to cache teams meeting links and send them right before the classes

macky 3 Sep 03, 2021
Tesseract Open Source OCR Engine (main repository)

Tesseract OCR About This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM

48.3k Jan 05, 2023