Python and the imgur API: Setup and Installation (Part 1/3)

preview_player
Показать описание
NOTE: The documentation for the imgur API has since changed from the time of the recording this video. I encourage you to consult to relevant API documentation and make any necessary changes. This is the nature of software, so thank you for understanding, and for watching! :)

In this video, we make use of the official imgur client side library to have some fun with Python and imgur!

As always, the code used in this video (and the rest in the series) can be found on my Github profile:

Website:
Рекомендации по теме
Комментарии
Автор

For anyone watching this video more recently, I think the usage of configparser has changed a bit since this video released. Instead using the config.get method, you should be able to define a variable like configdata = config["configname"] and then access members of that config section like user_id = configdata['user_id']. This method worked for me, as whats shown in the video produces errors where the config file section is not recognized.

Thvl
Автор

I've always called it 'Imagur' in my head, I'm not sure why

joboward
Автор

@LucidProgramming This is a good video it helped me a lot. How can i tell what kind of attributes i can search for ? Lets say i want the post on the front page with the most comments, or top likes or dislikes.

MaCs
Автор

how to fix 429 error(too many requests?
Can i only just wait?

りくるーと-ix