Giter VIP home page Giter VIP logo

Comments (6)

rick165 avatar rick165 commented on August 20, 2024 1

I did wonder after it stopped working in July 23 and it hadn't been fixed yet. Shame really, oh well I'll post the stats on mastodon instead. Thanks for the feedback Jim, been using pywws for longer than I can remember 😊

from pywws.

jim-easterbrook avatar jim-easterbrook commented on August 20, 2024

No, unless someone wants to pay Twitter $100 per month for pywws to be able to post messages.

from pywws.

rick165 avatar rick165 commented on August 20, 2024

I've looked into this and I believe the free account is allowed to post up to 1500 posts a month, so in theory if the user only tweeted hourly weather conditions, it'd equate to approx 740+ tweets a month.
I've managed to do a test tweet using tweepy and the new v2 api using the following code


import tweepy

CONSUMER_KEY = ""
CONSUMER_SECRET = ""
ACCESS_KEY = ""
ACCESS_SECRET = ""

# Twitter API v2 --- Will be used to post the tweet
client_v2 = tweepy.Client(
    consumer_key=CONSUMER_KEY,
    consumer_secret=CONSUMER_SECRET,
    access_token=ACCESS_KEY,
    access_token_secret=ACCESS_SECRET
)

response = client_v2.create_tweet(text="hello world")

from pywws.

jim-easterbrook avatar jim-easterbrook commented on August 20, 2024

pywws has more than one user. If you create your own developer account and generate your own key/secret then you can post to Twitter. But if you share that key/secret (as pywws does) then all the users soon add up to more than 1500 posts per month.

from pywws.

rick165 avatar rick165 commented on August 20, 2024

Apologies, I'd always used pywws with my own twitter account in isolation.

from pywws.

jim-easterbrook avatar jim-easterbrook commented on August 20, 2024

There are two sets of key/secret pairs. The one corresponding to your user account, which is stored in weather.ini, and the consumer_key and consumer_secret which are stored in pywws/constants.py. It is the latter that are shared between pywws users. You can obtain your own consumer_key and consumer_secret by registering as a Twitter developer and creating a set of credentials.

from pywws.

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.