15 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
109
views
I want to install articles from telegra.ph using links and combine them in one pdf file
I want to install articles from telegra.ph using links for this articles and combine them in one pdf file. However, when i try to do it, i have this error:
"requests.exceptions.ConnectionError: ('...
0
votes
1
answer
91
views
Unable to load p12 certificate
I am unable to load the p12 certificate after adding new certificate here I am using Telegraph server, it is returning nil on at this line :
identity = CertificateIdentity(p12URL: identityURL!, ...
0
votes
1
answer
881
views
Conversation is not working without any errors in grammyjs
I have a problem with Conversation. I wrote the following code in Conversation:
if (ctx.session.in_conversation == true) return;
conversation.session.in_conversation = true;
await ctx....
1
vote
0
answers
436
views
How to get messages by using Webhooks such as the Getupdeats method in the Bot Telegram Documentation?
I would like to create a telegram bot with Express JS and Telegraph JS and get messages from the user in the way
I created a host using ngrok
const { Telegraf } = require('telegraf');
const bot = new ...
0
votes
1
answer
119
views
ActiveMQ Artemis / Telegraf / InfluxDB - is there a way to clone an MQTT message from a single topic to multiple topics?
I'm trying to use ActiveMQ Artemis to receive a single MQTT message, and then clone it to multiple topics.
For example, a single MQTT message with the topic "mydata/PC" is published to ...
-1
votes
1
answer
548
views
How can I make a link clickable between sentences in Telegraph using Python?
I'm trying to automate publishing some texts in Telegram using Telegraph and Python. I need to make links that will be clickable on Telegraph.
I made this only for Telegraph file with one link. Here ...
0
votes
1
answer
3k
views
Can I edit my posts on the telegra.ph web using my account created by API
I created an account through Telegraph API and created pages by API. However, I don't know how to create or edit pages through Telegraph Web with this account created by API.
2
votes
1
answer
2k
views
Formatting options in Telegraph
I want to use monospaced format in Telegraph, just like I just did, not a block of code, just a single word. Also I'd like some strike-through too. Those are formatting options available in most (if ...
1
vote
1
answer
4k
views
Telegraph API, upload file
I'm trying to upload a file which is an image to a Telegraph page via its API.
Everything works fine if I send a link, an url to a file which is already uploaded to web.
url_telegraph_API = 'https://...
0
votes
0
answers
285
views
telegraph , python ,telegram bot
How to upload several photos to telegraph in python?
for example I have several photos and they should be uploaded to telegraph using python?
create_page(title, content=None, html_content=None, ...
1
vote
1
answer
566
views
Formatting lists in Telegraph API
Working on a system that includes posting articles on Telegraph via python.
Generally, everything works. But recently I found weird behavior of <ol> and <ul> tags in different browsers. On ...
1
vote
2
answers
2k
views
Zookeeper Refusing session request for client /0:0:0:0:0:0:0:1:59376 as it has seen zxid 0x124 our last zxid is 0x52 client must try another server
Running zookeeper with telegraph continue to get the following errors:
[2021年04月05日 15:00:58,881] INFO Refusing session request for client /0:0:0:0:0:0:0:1:59376 as it has seen zxid 0x124 our last zxid ...
1
vote
1
answer
3k
views
Python telegraph api. I can't understand how send image to telegraph via Python lib
I'm trying to upload a photo from my hard drive to the telegraph. In the documentation it says to use the upload_file():
telegraph.upload.upload_file(f)
Upload file to Telegra.ph’s servers. Returns a ...
0
votes
1
answer
1k
views
Insert YouTube video on page with Telegraph API
I'm trying to insert a YouTube player on the page. I use the API telegra.ph/api. Tell me, please, where is my error?
https://api.telegra.ph/createPage?access_token=...
2
votes
3
answers
8k
views
How to get access token of telegram's telegraph account?
I would like to create and edit pages on Telegram's telegraph.ph website through telegraph API.
https://telegra.ph/api#createPage
To do so, I need to know the access token of the telegraph account. ...