
I have been recently working on incorporation of Fedora Accounts System’s username search functionality in the project “Fedora Happiness Packets”. After weeks of working, it’s so overwhelming to see its on the verge of completion and being incorporated in the project.
About the project
The search functionality is used to find the name and email address of Fedora Accounts System’s users from their username, making it a lot easier for any sender to send happiness packets to a particular user with the knowledge of just their username.
Getting started with python-fedora
API
For incorporating the search, python-fedora
API is used to retrieve the data. After authenticating as a genuine fas-user
by passing credentials to AccountSystem
, we can retrieve the data using the method person_by_username
of a fas2
object.
Recent Comments