reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
181 stars 56 forks source link

Tweepy.conf #36

Closed TheFarmer85 closed 3 years ago

TheFarmer85 commented 4 years ago

Hi, sorry but i can't understand how doing to share pictures of my 'raspberry noaa' by Twetter....i am a beginer with tweeter..but i have now, an account of tweeter developer key and tokken key and token secret, i write it in the tweepy.conf but after what i do !??? (I am french, sorry for my english) Many thanks. Mickaël

reynico commented 4 years ago

Hi Mickaël! If you wrote the consumer key, consumer secret, access token key and access token secret to /home/pi/.tweepy.conf that's all you need to get it working. The next satellite pass will post to twitter.

TheFarmer85 commented 4 years ago

Hi nico, Thank you for answering.That don't work, no pictures on my account of Tweeter !Must be kept this : ='xxxx' after = or just =xxxx in tweepy.conf ?!Many thanks.Envoyé de mon Galaxy A40 Orange -------- Message d'origine --------De : Nico notifications@github.com Date : 29/08/2020 00:43 (GMT+01:00) À : reynico/raspberry-noaa raspberry-noaa@noreply.github.com Cc : TheFarmer85 lemarouin@orange.fr, Author author@noreply.github.com Objet : Re: [reynico/raspberry-noaa] Tweepy.conf (#36)

Hi Mickaël!

If you wrote the consumer key, consumer secret, access token key and access token secret to /home/pi/.tweepy.conf that's all you need to get it working. The next satellite pass will post to twitter.

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.

reynico commented 4 years ago

Hi! Format should look like

export CONSUMER_KEY="3m3VR..."
export CONSUMER_SECRET="3amj..."
export ACCESS_TOKEN_KEY="103..."
export ACCESS_TOKEN_SECRET="kXpS..."
reynico commented 3 years ago

Closing due to inactivity

pineapplee85 commented 3 years ago

Hi,

I too am having issues with posting to twitter.

I have my config and keys in the right place but still no posting?

Thanks

saveitforparts commented 3 years ago

I'm also having issues with tweepy. When I try to run push_twitter.sh I get: "ERROR : No Twitter consumer key defined - check your ~/.tweepy.conf file"

My keys are in ~/.tweepy.conf, copy-pasted straight from twitter. I've tried them with " , ', and without quotes. I've tried regenerating keys on Twitter, I've tried the V1.1 API and the V2 API and nothing seems to work.