A program that, after filling in the necessary data, automatically publishes an advertisement on the OLX, eBay portal in the category of sales of Apple phones. The software is regularly developed by me.
Nowa.karta.-.Awesome.Screenshot.-.Awesome.Screenshot.-.Awesome.Screenshot.-.Awesome.Screenshot_changed.mp4
At the beginning, you must install the software that is mandatory to start the project, it is presented below.
You need to install the necessary libraries in the terminal in your environment (visual studio code is recommended by me):
pip install selenium
time
os
PyQt6
sys
js2py
ait
pip install pytube
moviepyUse this documentations for learning and finding solutions to problems.
Clone the project
git clone https://github.com/piotek8/Python_projects.git
Go to the project directory
cd Python_projects
Install dependencies
npm install
Start the server
npm run start
username = ""
enter your email to login account
password = ""
enter your password to login account
Title = ''
write keywords by which the customer can find the product (must be less than 70 characters)
Descripton = ''' '''
can write everything about product (must be more than 80 characters and less than 9000 characters)
Price = ''
set price with only digits (for example: 1900)
Location = ''
set location with only words (for example: Warszawa)
Phone_Number = ''
set phone number with only digits (for example: 500400300)
Negotiable = ''
write 'yes' when the price is negotiable , if not write 'no' (for example: yes)
State = ''
set which state you want. You can use polish or english langugage :
( used / new / broken ) or (Używane / Nowe / Uszkodzone)
Phone_Model = ''
write iPhone model
(looks like this: 'iPhone, space buttom, which model)
(for example: iPhone 14 Pro or iPhone 14 Pro Max)
Auto_Extension = ''
write 'yes' if you want auto extension suddenly every 30 days, if not write 'no' (for example: yes)
Delivery = ''
write 'yes' when you want delivery , if not write 'no' (for example: yes)
Size = ''
write package size 'S or M or L or XL' size (for example: S)
Option = 'S_inPost' # write option of package size for example (S_Orlen, L_inPost, M_PocztaPolska)
# (looks like this: 'what size , _ , which courier')
# (for example: 'L_inPost')
username = ""
enter your email to login account
password = ""
enter your password to login account
Title = ''
write keywords by which the customer can find the product (must be less than 70 characters)
Descripton = ''' '''
can write everything about product (must be more than 80 characters and less than 9000 characters)
State = ''
set which state you want. You can use polish or english langugage :
( used / new / broken ) or (Używane / Nowe / Uszkodzone)
Phone_Model = ''
write model of iPhone
(for example: Apple iPhone 12)
Color = ''
set: bezowy, bialy, brazowy, czarny, czerwony, fioletowy, niebieski, pomaranczowy, przezroczysty, rozowy, srebrny, szary,wielokolorowy, zielony, zloty, zolty
Memory = ''
set memory of iPhone : 16,32,64,128,256,512,1000 (GB)
...all info will be soon
...in progress during works
Can use qr code to share project for others


