Code Monkey home page Code Monkey logo

craigslist-poster's Introduction

README

What this does

This python script was created to automate the process of posting craigslist ads while emulating a real user via the Selenium browser engine. It has the ability to spin content in the post title and post body to allow for completely dynamic ads.

In this script's current state, you WILL have to modify the selections in the script for proper navigation to your posting area. This will be fixed in future versions.

How to use

Usage of this script is incredibly simple.

python /path/to/craigslist-poster/__main__.py "LoginEmail" "LoginPassword" "Contact Phone Number" "ContactName" "Post Title (Spin allowed)" "Zip Code" "/path/to/content.txt" int(TimeDelay)

Example:

python /craigslist-poster/__main__.py "[email protected]" "password" "123-456-7890" "Mike" "This is an {example|test} {post|ad}" "12345" "/craigslist-poster/content.txt" 3

Requirements

  • BeautifulSoup4 (pip install beautifulsoup4)
  • Selenium (pip install selenium)
  • FireFox (Should be included with Selenium)
  • PyVirtualDisplay (pip install pyvirtualdisplay)
  • Spintax (pip install spintax)
  • Python 2.7

Contribution guidelines

  • All code will be reviewed and approved by repository owner.
  • All commits must describe what has been done.
    • If multiple changes per commit, describe what was done in the commit description.

craigslist-poster's People

Contributors

notmike101 avatar

Stargazers

wolfi3 avatar

Watchers

James Cloos avatar TheRinger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.