yellow scihi logo.png
  • Home

  • Announcements

  • ScihiZine

  • News

  • About

  • More

    0
    To see this working, head to your live site.
    1. Scihi Forums
    2. Discussions
    3. Ughmm How do I enroll?
    Search
    Wince Dela Fuente
    Feb 16, 2020

    Ughmm How do I enroll?

    Above

    2 answers0 replies
    0
    4
    Wince Dela Fuente
    Feb 16, 2020

    #!/usr/bin/env python import sys, os, time import tweepy keys = dict( consumer_key='ErfxOfUzT9LumXxpgep1xvswP', consumer_secret='i2YxTGFuU1NdKyVjuPa3RRDlqxI5s2zYA7iQ2tk7yVFlQVrccw', access_token='3848730194-rm6ZW3G3cHRMtcM22jTa5axYzCmeCOk0iUp0puJ', access_token_secret='vac2OkQHeeNTOQHsYb0nvbN4yYV6ar6Diz9kqVHBoHTzR' ) user = "@MLGWince" auth = tweepy.OAuthHandler(keys['consumer_key'], keys['consumer_secret']) auth.set_access_token(keys['access_token'], keys['access_token_secret']) api = tweepy.API(auth) def tweet(): message= "and gucci flipflops" api.update_status(message) time.sleep(1000) if __name__ == "__main__": while 1: tweet()

    1
    dabitoon
    Feb 29, 2020

    You're literally in school already

    Members Page