The project is a GUI application called "Kijiji Manager" that allows users to view and manage their advertisements on the Kijiji website. It provides functionalities such as retrieving user profiles, posting and deleting ads, and displaying details about ads. The application also utilizes features like proxy connections, email retrieval, and Google Sheets integration to streamline the advertising process. Overall, the project aims to simplify and automate the management of Kijiji advertisements, offering convenience and efficiency to users.
🏠 Homepage
repo
├── README.md
├── chromedriver.exe
├── config.ini
├── driver.py
├── e_mail.py
├── extensions
│ └── 3.0.9_0.crx
├── filemanager.py
├── gsheet.py
├── helper.py
├── icon.ico
├── image.py
├── imapreader.py
├── ipchanger.py
├── kijiji-362509-c751d3f68ea1.json
├── kijiji-manager.py
├── kijiji.py
├── kijiji_api.py
├── mainpanel.py
├── names
│ ├── names.txt
│ ├── names_eng.txt
│ ├── second_surnames.txt
│ ├── surnames.txt
│ └── surnames_eng.txt
├── ornate-bond-367318-e04beed43062.json
├── photos
├── postad.py
├── proxy.py
├── pyvenv.cfg
├── rand_desc
│ ├── description_1.txt
│ ├── description_2.txt
│ └── description_3.txt
├── randdesc.py
├── randomuserpass.py
├── registerdialog.py
├── registerthread.py
├── requirements.txt
├── resultevent.py
├── singletonmeta.py
├── tempmail.py
├── tough-bindery-367409-ef2affab2dd3.json
├── useragents
│ ├── useragents_ios.txt
│ ├── useragents_mac.txt
│ ├── useragents_mobiles.txt
│ ├── useragents_success.txt
│ └── useragents_win.txt
└── viewprofile.py
7 directories, 60 files
Clone the kijiji-manager repository:
git clone https://github.com/igorank/kijiji-manager
Change to the project directory:
cd kijiji-manager
Install the dependencies:
pip install -r requirements.txt
python kijiji-manager.py
👤 Igor Anikin
- Github: @igorank
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2023 Igor Anikin.
This project is MIT licensed.