Skip to content

Commit f6252ae

Browse files
author
Hritwik
committed
switch
1 parent ddd1340 commit f6252ae

10 files changed

+729
-1079
lines changed

Diff for: .gitignore

+35-35
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
.idea/
2-
__pycache__/
3-
Base/apiKey.py
4-
song.txt
5-
Base/test_bit.py
6-
Base/test_bit.py
7-
8-
# PyBuilder
9-
target/
10-
11-
# Jupyter Notebook
12-
.ipynb_checkpoints
13-
14-
# pyenv
15-
.python-version
16-
17-
# celery beat schedule file
18-
celerybeat-schedule
19-
20-
# SageMath parsed files
21-
*.sage.py
22-
23-
# Environments
24-
.env
25-
.venv
26-
env/
27-
venv/
28-
ENV/
29-
env.bak/
30-
venv.bak/
31-
32-
# Spyder project settings
33-
.spyderproject
34-
.spyproject
35-
*.log
1+
.idea/
2+
__pycache__/
3+
Base/apiKey.py
4+
song.txt
5+
Base/test_bit.py
6+
Base/test_bit.py
7+
8+
# PyBuilder
9+
target/
10+
11+
# Jupyter Notebook
12+
.ipynb_checkpoints
13+
14+
# pyenv
15+
.python-version
16+
17+
# celery beat schedule file
18+
celerybeat-schedule
19+
20+
# SageMath parsed files
21+
*.sage.py
22+
23+
# Environments
24+
.env
25+
.venv
26+
env/
27+
venv/
28+
ENV/
29+
env.bak/
30+
venv.bak/
31+
32+
# Spyder project settings
33+
.spyderproject
34+
.spyproject
35+
*.log
3636
geckodriver.log

Diff for: LICENSE

+674-674
Large diffs are not rendered by default.

Diff for: README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Sign change.org petitions automatically and using proxies.
2-
Uses Selenium.It will automatically ask for url and whether to use
3-
proxies or not. If you chose to sign using proxies, it will auto fetch proxies and sign
4-
using them. A new firefox window will be opened every time to sign. (selenium)
5-
6-
7-
To run:
8-
- download and Install python 3 (https://www.python.org/downloads/) and firefox (https://www.mozilla.org/en-US/firefox/new/)
9-
- download or clone this repo https://github.com/HritwikSinghal/petition
10-
- extract it and open terminal in that folder & run below commends
11-
12-
```
13-
$ pip3 install -r requirements.txt
14-
$ python3 petition.py
15-
```
16-
Currently only tested on windows. If on linux or macOS, the only problem would be of firefox driver.
1+
# Sign change.org petitions automatically and using proxies.
2+
Uses Selenium.It will automatically ask for url and whether to use
3+
proxies or not. If you chose to sign using proxies, it will auto fetch proxies and sign
4+
using them. A new firefox window will be opened every time to sign. (selenium)
5+
6+
7+
To run:
8+
- download and Install python 3 (https://www.python.org/downloads/) and firefox (https://www.mozilla.org/en-US/firefox/new/)
9+
- download or clone this repo https://github.com/HritwikSinghal/petition
10+
- extract it and open terminal in that folder & run below commends
11+
12+
```
13+
$ pip3 install -r requirements.txt
14+
$ python3 petition.py
15+
```
16+
Currently only tested on windows. If on linux or macOS, the only problem would be of firefox driver.

Diff for: first_name

-250
This file was deleted.

Diff for: geckodriver_L32

6.11 MB
Binary file not shown.

Diff for: geckodriver_L64

6.68 MB
Binary file not shown.

Diff for: geckodriver_W32.exe

2.88 MB
Binary file not shown.

Diff for: geckodriver.exe renamed to geckodriver_W64.exe

File renamed without changes.

0 commit comments

Comments
 (0)