Giter VIP home page Giter VIP logo

Comments (4)

justinchuntingho avatar justinchuntingho commented on June 2, 2024

Status code 429 means too many requests. Can you try to install the developmental version? It should be able to put the program to sleep and resume when rate limit resets.

from academictwitter.

astrumpf avatar astrumpf commented on June 2, 2024

Just installed the developmental version - so far so good. Any idea where I went wrong with the resume_collection?

from academictwitter.

justinchuntingho avatar justinchuntingho commented on June 2, 2024

This is a normal function of Twitter's API to prevent people from flooding the server with requests (300 per 15 mins and 1 request per second), you will get an error when you exceed that. But it shouldn't happen since in the functions there is a 3.1 seconds sleep between calls so theoretically it will not exceed the limit (there is a chance that there were some manual calls before starting resume_collection() and that would add to the rate limit). Could you let me know if it happens again?

from academictwitter.

astrumpf avatar astrumpf commented on June 2, 2024

Will do, @justinchuntingho. The developmental version worked well, so i haven't had to use resume_collection(). Thanks for the help!

from academictwitter.

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.