Git Product home page Git Product logo

Comments (3)

sahildave avatar sahildave commented on June 21, 2024

Hi. These string res files were fall back values. The real values are sent on startup by Parse. For reference you can use these. I am not sure if all the values would work.

    <string name="th_body">p.body</string>
    <string name="th_head">h1</string>
    <string name="th_image_1">img.main-image</string>
    <string name="th_image_2">div#contartcarousel</string>

    <string name="toi_body">div.Normal > div.Normal</string>
    <string name="toi_head">span.arttle > h1</string>
    <string name="toi_image_1">div.flL_pos > img</string>
    <string name="toi_image_2">#articleimg1</string>

    <string name="tie_body">.main-body-content > p</string>
    <string name="tie_head">h1</string>
    <string name="tie_image">.main-story img</string>

    <string name="tie_business_body">p</string>
    <string name="tie_business_head">h1</string>
    <string name="tie_business_image">.storypic > img</string>

    <string name="fp_body">.fullCont > p</string>
    <string name="fp_head">h1</string>
    <string name="fp_image">.fullCont img</string>

from gazetti_newspaper_reader.

mohammadkhatri avatar mohammadkhatri commented on June 21, 2024

Ok. The App Worked by these values. But What to do at Parse.com? Have I to add classes on my own or I have to run specific job or what ? May Be little help in readme file will help.

from gazetti_newspaper_reader.

sahildave avatar sahildave commented on June 21, 2024

You have to craete cloud code at Parse. The code is available in https://github.com/sahildave/Gazetti_Newspaper_Reader/blob/master/app/cloud/cloud/main.js

You can read the cloud jobs at something like "get_data_hindu_all" at Line 129. When you have all the jobs ready, run them every 5 mins or so on Parse, and it would start fetching data. Leave it for a day to get a substantial amount.

I'll update the readme file too.

from gazetti_newspaper_reader.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.