LibGenMobile is a mobile interface for the https://libgen.is/. It was created through reverse engineering and creating a wrapper for the basic functinality of the website to bring it to mobile. This was a project for CIS-4030 in which we recieved ~96% grade for the project.
git clone https://github.com/ScottXTra/LibGenMobile.git cd LibGenMobile
cd server flask run --host=0.0.0.0 -p 3000
cd mobile_app flutter run