Facebook API – Get Ads and creative image
So im trying to fetch the ads and their respective images from the Facebook API. So far i manage to get the Ads and now im trying to get the creative for that ad but im failing with every try.…
So im trying to fetch the ads and their respective images from the Facebook API. So far i manage to get the Ads and now im trying to get the creative for that ad but im failing with every try.…
I am currently working on a Django based service that will gather users' data from their Shopify shops and provide some insights. I use PostgreSQL as my DB server. The problem I am facing is whether it is more efficient…
{'contributors': None, 'coordinates': None, 'created_at': 'Tue Aug 02 19:51:58 +0000 2016', 'entities': {'hashtags': [], 'symbols': [], 'urls': [], 'user_mentions': [{'id': 873491544, 'id_str': '873491544', 'indices': [0, 13], 'name': 'Kenel M', 'screen_name': 'KxSweaters13'}]}, 'favorite_count': 1, 'favorited': False, 'geo': None, 'id': 760563814450491392, 'id_str':…
{'contributors': None, 'coordinates': None, 'created_at': 'Tue Aug 02 19:51:58 +0000 2016', 'entities': {'hashtags': [], 'symbols': [], 'urls': [], 'user_mentions': [{'id': 873491544, 'id_str': '873491544', 'indices': [0, 13], 'name': 'Kenel M', 'screen_name': 'KxSweaters13'}]}, 'favorite_count': 1, 'favorited': False, 'geo': None, 'id': 760563814450491392, 'id_str':…
{'contributors': None, 'coordinates': None, 'created_at': 'Tue Aug 02 19:51:58 +0000 2016', 'entities': {'hashtags': [], 'symbols': [], 'urls': [], 'user_mentions': [{'id': 873491544, 'id_str': '873491544', 'indices': [0, 13], 'name': 'Kenel M', 'screen_name': 'KxSweaters13'}]}, 'favorite_count': 1, 'favorited': False, 'geo': None, 'id': 760563814450491392, 'id_str':…
I am currently crawling a web page (https://www.klook.com/city/30-kyoto/?p=1) using Python 3.4 and bs4 in order to collect the deeplinks of the respective activities. I found that the links are located in the html source like this: <a class="j_activity_item_link" href="/activity/1031-arashiyama-rickshaw-tour-kyoto/" class="j_activity_item_link"…
I'm trying to implement SSL on my dev server, purely just so I can see it working. I see from the Certbot page that Certbot works with Apache, Nginx, Haproxy and Plesk. How would I go about implementing this with…
So i currently trying to mine tweets from Twitter account(s), but i wanted to exclude the retweets so i can get 200 of Tweets only data for my project. Currently I have a working code to mine the data feed,…
So i currently trying to mine tweets from Twitter account(s), but i wanted to exclude the retweets so i can get 200 of Tweets only data for my project. Currently I have a working code to mine the data feed,…
guys i puled my project from github and i installed all required packages but after makemigrations or runserver commands i get error like below. tying to comment 'social_auth' and social_django ... and command like python3 manage.py migrate --fake myprojectname zero…