Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: from API to ip
Post: RE: from API to ip

(Dec-06-2018, 04:49 PM)nilamo Wrote: By submitting it in a post request. how ?
whatl0ol General Coding Help 12 5,763 Dec-06-2018, 04:49 PM
    Thread: from API to ip
Post: RE: from API to ip

(Dec-06-2018, 04:45 AM)nilamo Wrote: (Dec-05-2018, 10:19 PM)whatl0ol Wrote: @app.route("/") def main(): response = requests.get("API",auth=('user', 'pass')) data = response.json() return jsonify()...
whatl0ol General Coding Help 12 5,763 Dec-06-2018, 04:11 PM
    Thread: from API to ip
Post: html to python

this is ip http://178.128.203.72/ i have index.html Output:<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>whatl0ol</title> &...
whatl0ol General Coding Help 12 5,763 Dec-06-2018, 12:36 AM
    Thread: from API to ip
Post: RE: from API to ip

from flask import Flask, jsonify app = Flask(__name__) @app.route("/") def main(): response = requests.get("API",auth=('user', 'pass')) data = response.json() return jsonify() if ...
whatl0ol General Coding Help 12 5,763 Dec-05-2018, 10:19 PM
    Thread: from API to ip
Post: RE: from API to ip

(Dec-05-2018, 10:09 PM)nilamo Wrote: If you're using flask, you can just return the data. Printing only prints it to the console on the server side, it never makes it to the client. If you didn't ...
whatl0ol General Coding Help 12 5,763 Dec-05-2018, 10:11 PM
    Thread: from API to ip
Post: RE: from API to ip

(Dec-05-2018, 09:27 PM)Larz60+ Wrote: Repost in jobs, showing what you offer for compensation. We will help you write code, but will not write it for you.thanks for answer i wrote simple script whic...
whatl0ol General Coding Help 12 5,763 Dec-05-2018, 10:05 PM
    Thread: from API to ip
Post: from API to ip

Hello, I have python webserver runnng flask. I need python script IP requests for json, go to API request for json receive it and send to IP I dont know how to write thansk
whatl0ol General Coding Help 12 5,763 Dec-05-2018, 09:11 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020