Create a Twitter App

Hi,

I’m in the process of learning Tweepy. So I create a Twitter Developer Account. To obtain user credentials to access Twitter API, I try to create an app. One of the information needed is the Website URL which I don’t have. I don’t plan to create a website here, I just want to familiarize myself with Tweepy.

Any idea how to solve this?

Thanks.

It wants the public facing website for your app, but I believe if it doesn’t have one it doesn’t care.

Maybe try http://localhost:3000 (or whatever) or http://example.com.

1 Like

Thanks. I’ll try that.

1 Like

Hi. I found this video. He just put his GitHub page for good measure.