Posts

comment

import json import datetime import csv import time import ssl from utils import request_until_succeed, open_csv_w from secrets import FACEBOOK_APP_ID, FACEBOOK_APP_SECRET # to get comments from a page you will need to run the other scripts first context = ssl._create_unverified_context() # this file_id must be the same as the ids you used to compile the posts using the other facebook scripts file_id = "brooklynmuseum" # get authentication access_token = FACEBOOK_APP_ID + "|" + FACEBOOK_APP_SECRET # Needed to write tricky unicode correctly to csv def unicode_normalize(text): return text.translate({ 0x2018:0x27, 0x2019:0x27, 0x201C:0x22, 0x201D:0x22, 0xa0:0x20 }).encode('utf-8') def getFacebookCommentFeedData(status_id, access_token, num_comments): # Construct the URL string base = "https://graph.facebook.com/v2.9" node = "/%s/comments" % status_id fields = "?fields=id,m...

HOW TO EARN THROUGH ONLINE TUTORING/TEACHING?

Image
          HOW TO EARN THROUGH ONLINE TUTORING/TEACHING? Earning through online tutoring or teaching can be a rewarding way to share your expertise and knowledge while making money. Here's a guide on how to get started: Choose Your Subject and Audience: Identify the subject(s) you excel in and feel comfortable teaching. It could be academic subjects like math, science, languages, or specialized skills such as music, art, or coding. Determine the age group or audience you want to target, whether it's school students, college students, adult learners, or professionals. Decide on the Platform: There are various platforms available for online tutoring, each with its own features and audience. Options include: Tutoring marketplaces: Websites like VIPKid, Chegg Tutors, Tutor.com, and Wyzant connect tutors with students seeking help in various subjects. Online course platforms: Platforms like Udemy, Coursera, and Teachable allow you to create and sell courses on topi...

HOW TO EARN THROUGH FREELANCING?

Image
    HOW TO EARN THROUGH FREELANCING? Freelancing offers a flexible and potentially lucrative way to earn money online by offering your skills and services to clients on a project basis. Here's a step-by-step guide on how to earn through freelancing: Identify Your Skills: Determine what skills or services you can offer as a freelancer. This could include writing, graphic design, web development, programming, digital marketing, translation, virtual assistance, and more. Assess your strengths and expertise to identify your niche. Create a Portfolio: Build a portfolio showcasing your previous work, projects, or achievements relevant to your chosen freelance field. Your portfolio serves as a visual resume and helps clients understand your capabilities and style. Choose a Freelance Platform: Decide where you want to offer your services. Popular freelance platforms include Upwork, Freelancer, Fiverr, Guru, and Toptal. Each platform has its own set of features, fees, and client ba...

HOW TO EARN THROUGH AFFILIATE MARKETING?

Image
  HOW TO EARN THROUGH AFFILIATE MARKETRING? STRATGGEY TO EARN MONEY : 1)SELECT A NICHE 2)make a platform 3)drive traffic 4)produce quality content 5)build trust 6)link with other companies    Earning through affiliate marketing involves promoting products or services offered by other companies and earning a commission for every sale or action generated through your referral. Here's a basic guide on how to get started: Choose a Niche: Select a niche that aligns with your interests, expertise, and audience. It's easier to promote products or services that you're passionate about. Research Affiliate Programs: Look for affiliate programs relevant to your chosen niche. You can find these through affiliate networks like Amazon Associates, Share a Sale, Click Bank, and many others. Research the commission rates, payment terms, and support provided by each program. Create a Platform: You need a platform to promote affiliate products. This could be a blog, website, YouTube ...

Popular posts from this blog

HOW TO EARN THROUGH CONTENT CREATION?

comment