Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Send a requests to a magnet links shortener which doesn't have APIs
Post: RE: Send a requests to a magnet links shortener wh...

Wow this is incredible many many thanks! Thanks to your suggestion "look what send over network" I tried to play with the browser DevTools and inside the Network tab I found the request url, the paylo...
Ascalon Web Scraping & Web Development 3 2,194 Feb-20-2022, 01:31 PM
    Thread: Send a requests to a magnet links shortener which doesn't have APIs
Post: Send a requests to a magnet links shortener which ...

Hi, there is this website where you enter a torrent magnet link and you get a short url redirecting to the magnet link. I'd like to do the procedure with python but the website doesn't have APIs, so a...
Ascalon Web Scraping & Web Development 3 2,194 Feb-18-2022, 12:23 AM
    Thread: Delete multiple comments with a single API call (facebook)
Post: Delete multiple comments with a single API call (f...

Hi, currently to delete comments on posts in my facebook page I'm using the following code, which deletes one comment at a time, that is making an API call for each comment to delete. import face...
Ascalon General Coding Help 0 2,322 Dec-04-2021, 08:33 PM
    Thread: How to add an image to an existing facebook post using python graph API?
Post: How to add an image to an existing facebook post u...

I'm using facebook graph API to update/edit the text of a specific post on my page import facebook page_token = '...' fb = facebook.GraphAPI(access_token = page_token, version="2.12") page_id = ...
Ascalon General Coding Help 0 2,236 Dec-01-2020, 08:33 PM

User Panel Messages

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