├── README.md ├── bot.py ├── checkoutdata.py ├── cookie.txt ├── images ├── copy_header.png ├── forward_slash.png └── tab_network.png ├── item.py ├── main.py ├── user.py └── user_agent.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatarafiami/fasterbot/HEAD/README.md -------------------------------------------------------------------------------- /bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatarafiami/fasterbot/HEAD/bot.py -------------------------------------------------------------------------------- /checkoutdata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatarafiami/fasterbot/HEAD/checkoutdata.py -------------------------------------------------------------------------------- /cookie.txt: -------------------------------------------------------------------------------- 1 | COOKIE -------------------------------------------------------------------------------- /images/copy_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatarafiami/fasterbot/HEAD/images/copy_header.png -------------------------------------------------------------------------------- /images/forward_slash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatarafiami/fasterbot/HEAD/images/forward_slash.png -------------------------------------------------------------------------------- /images/tab_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatarafiami/fasterbot/HEAD/images/tab_network.png -------------------------------------------------------------------------------- /item.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatarafiami/fasterbot/HEAD/item.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatarafiami/fasterbot/HEAD/main.py -------------------------------------------------------------------------------- /user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatarafiami/fasterbot/HEAD/user.py -------------------------------------------------------------------------------- /user_agent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatarafiami/fasterbot/HEAD/user_agent.txt --------------------------------------------------------------------------------