Git Product home page Git Product logo

Comments (7)

binaryaaron avatar binaryaaron commented on June 8, 2024 2

Ah, I think I understand what you're trying to achieve.

To clarify, a power track rule will look like this:

'(oscars OR "academy awards" OR #oscars) from:screename'

or

(snow OR sleet OR hail OR (freezing rain)) has:images

All rule operators will fit inside of the query string.

In the YAML file, you'd want to specify:

search_rules:
    from-date: 2017-06-01
    to-date: 2017-09-01 01:01
    pt-rule: "(snow OR sleet OR hail OR (freezing rain)) has:images"

from search-tweets-python.

vestronv avatar vestronv commented on June 8, 2024 2

Yeah, that's what I was looking for. Thanks!

from search-tweets-python.

fabianrios avatar fabianrios commented on June 8, 2024 1

can you please maybe explain to me why this is not working
"(#exampleone OR #exampletwo) has:images point_radius:[51.2385413, 6.7443112, 24mi]"
it was the commas, I leave it here so maybe is useful for someone else is point_radius:[51.2385413 6.7443112 24mi]

from search-tweets-python.

binaryaaron avatar binaryaaron commented on June 8, 2024

@vestronv - do you happen to have the full rule or yaml to share? It will make debugging a bit easier. Thanks!

from search-tweets-python.

vestronv avatar vestronv commented on June 8, 2024

@binaryaaron I tried username: vimal and also from: vimal in search_params of api_yaml_example file.

from search-tweets-python.

binaryaaron avatar binaryaaron commented on June 8, 2024

@vestronv -

Do you mean your yaml file is like:

search_rules:
    from-date: 2017-06-01
    to-date: 2017-09-01 01:01
    pt-rule: kanye


search_params:
    results-per-call: 500
    max-results: 500
    from: vimal

If that is the case, note that the query operators are a part of a powertrack rule, in a string, rather than the parameters for the search function itself. search_params define information about how many results and results-per-api-call are defined. The premium search operators can only be used inside of the pt-rule field, as such:

search_rules:
    from-date: 2017-06-01
    to-date: 2017-09-01 01:01
    pt-rule: from:vimal

from search-tweets-python.

vestronv avatar vestronv commented on June 8, 2024

But in case someone wants multiple rules like query=some_keyword, from=somename, hashtag=some_hashtag, etc. how can this be achieved ? I just tried adding another pt-rule and seems to overwriting previous one's.

from search-tweets-python.

Related Issues (20)

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.