def get_product_data():
with open('id.txt') as file:
id = file.readlines()
payload = {'product_ids': id}
f = requests.get('https://xl-catalog-api.rozetka.com.ua/v2/goods/getDetails?', params=payload)
d = f.json()
return d
import requests
import json
url = 'https://de1.api.radio-browser.info/json/countries'
response = requests.get(url)
countries = json.loads(response.text)
for country in countries:
name = country['name']
stationcount = country['stationcount']
print(f'{name} - {str(stationcount)}')
https://de1.api.radio-browser.info/json/stations/b...вместо россия, указываем страну из предыдущего ответа.
страницу грузит, но на вкладке Network пуста и тоже ничего не выходити
Вижу что отправляется json запрос xhr /countriesнесостыковка).
from tkinter import *
image = Image.open(ТаблицаМенделевия.jpeg)
Где искать прокси для программ в Python'е?тем же, где и для других программ, в google.
apihelper.proxy = {'https':'45.77.101.237:8080'}
#apihelper.proxy = {'https':'IP:PORT'}
apihelper.proxy = {'https':'45.77.101.237:8080'}
#apihelper.proxy = {'https':'IP:PORT'}
.ConnectTimeout: HTTPSConnectionPool(host='api.telegram.org', port=443): Max retries exceeded with url: /
import telebot
import requests
token = 'Токен'
bot = telebot.TeleBot(token)
@bot.message_handler(content_types=['voice','text'])
def repeat_all_message(message):
file_info = bot.get_file(message.voice.file_id)
file = requests.get('https://api.telegram.org/file/bot{0}/{1}'.format(token, file_info.file_path))
with open('voice.ogg','wb') as f:
f.write(file.content)
if __name__ == '__main__':
bot.polling(none_stop=True)
Что куда прописать?Что - пишем 'python google таблицы'